1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
icecast-server/doc/style.css
j 35cbc4a318 replace table with hr+css
svn path=/icecast/trunk/icecast/; revision=7791
2004-09-18 20:14:50 +00:00

86 lines
1.1 KiB
CSS

body {
font-family:'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
background:#000000;
}
a {
font-weight: bold;
text-decoration: none;
}
a:link {
color: #ff0;
}
a:visited {
color: #cc3;
}
a:hover {
color: #f00;
}
code,pre {
font-size:90%;
color:#ffffff;
font-family:"Courier New",monospace;
background:#777777;
padding:0 0.5em
}
td {
color:#ffffff;
}
blockquote {
margin:0.5em
}
blockquote p {
margin:0
}
.width300 {
width:300px;
background:red
}
.width400 {
width:400px;
background:blue
}
p.ruletest {
color:red
}
div.boxtest {
border:2px solid;
padding:30px;
background: #555555;
width:80%;;
color:#ffffff;
}
div.smallbox{
border:2px solid;
padding:40px;
background: #ffc;
width:600px;
text:#ffffff;
}
div.indentedbox {
border:0px solid;
padding:10px;
background: #779;
}
div.content {
border:20px solid;
padding:30px;
background: #ffc;
width:400px;
voice-family: "\"}\"";
voice-family:inherit;
width:300px;
}
html>body .content {
width:300px
}
p.ruletest {
color: blue
}
#titlebar{
background-color:#007b79;
border:0px;
height:10px;
width:100%;
}