TimeCapsule/tagada/jukebox/design.css

76 lines
860 B
CSS

body {
color: #CBD6E4;
background: #000D15 url(imgs/wall.jpg);
font-size: 11px;
font-family: Tahoma,sans-serif;
font-weight: bold;
text-align: center;
overflow: hidden;
}
table {
width: 250px;
margin: auto;
}
td {
background-image: url(imgs/bg1.png);
border: 1px #475361 solid;
padding: 2px;
}
.acolspan {
text-align: left;
text-indent: 10px;
}
.avoter, .ddl {
padding: 0px;
}
#avoter {
visibility: hidden;
color: lime;
}
#titre {
font-size: small;
}
img {
border: 0;
}
a {
text-decoration: none;
color: #CBD6E4;
}
.playlist {
font-size: 12px;
color: orange;
}
#export_forum, #export_site, #recherche {
height: 14px;
font-size: 10px;
padding: 0px;
vertical-align: top;
}
.export {
font-size: 10px;
}
#w3c {
position: absolute;
left: 0px;
bottom: 0px;
}
#fraise {
position: absolute;
right: 0px;
bottom: 0px;
}