Sovigall/style.css
Knah Tsaeb e61d43da1f [add] link in description (url and via)
[fix] convert & to &
2013-07-26 12:20:48 +02:00

49 lines
554 B
CSS

*{
color:#dfdfdf;
}
body {
background-color: #1E1915;
}
#listFile a {
width: 170px;
height: 170px;
display: block;
border: 2px solid #dfdfdf;
float:left;
margin:0.3em;
padding:0.3em;
text-decoration: none;
text-align:center;
overflow: hidden;
text-overflow: "...";
}
#listFile img {
width : 100%;
vertical-align: middle;
}
#time {
clear :both;
}
#viewFile {
text-align:center;
}
#viewFile table {
width : 60%;
margin : 0 auto;
}
input, select, options {
color : #1E1915;
}
input[type="submit"] {
color : #1E1915;
}