haikuwebkit/Websites/perf.webkit.org/public/common.css

56 lines
741 B
CSS

html, body {
margin: 0;
padding: 0;
}
body {
background-repeat: repeat-x;
font-family: sans-serif;
padding: 10px;
}
#title {
position: relative;
padding-bottom: 0.5em;
}
#title h1 {
font-weight: normal;
text-shadow: #bbb 1px 1px 2px;
margin: 0;
padding: 0;
font-size: 1.5em;
}
#title li, #title ul {
list-style: none;
margin: 0;
padding: 0;
}
#title li {
display: inline;
}
#title li:after {
content: ' | ';
}
#title li:last-child:after {
content: '';
}
#title ul {
position: absolute;
vertical-align: middle;
top: 5px;
right: 20px;
line-height: 1.5em;
}
a {
text-decoration: none;
color: #000;
text-shadow: #bbb 1px 1px 2px;
}