miredot/css/introstyle.css (41 lines of code) (raw):
#intro {
border-bottom: 6px solid #eee;
padding: 10px;
font-family: "Open Sans", sans-serif;
font-size: 10pt;
font-weight: 100;
border-radius: 2px;
}
#intro:empty {
border: none;
padding: inherit;
margin-bottom: inherit;
}
#intro p {
font-size: 10pt;
}
#intro h1 {
margin-top: 0;
padding-top: 10px;
font-family: "Droid Sans", serif;
color: #00bbb4;
font-size: 20pt;
font-weight: 600;
text-shadow: 0 1px 0px #fff;
}
#intro h2 {
margin-top: 0;
padding-top: 10px;
font-family: "Droid Sans", serif;
color: #008b86;
font-size: 1.4em;
font-weight: 400;
}
#intro h3 {
margin-top: 0;
padding-top: 10px;
font-family: "Droid Sans", serif;
color: #008b86;
font-size: 18px;
font-weight: 400;
}