Sovigall/style.css

43 lines
507 B
CSS
Raw Normal View History

2013-07-12 17:25:57 +02:00
*{
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[type="submit"] {
color : #1E1915;
}