Sovigall/style.css

48 lines
587 B
CSS
Raw Normal View History

2013-07-26 13:56:19 +02:00
* {
color: #dfdfdf;
2013-07-12 17:25:57 +02:00
}
body {
2013-07-26 13:56:19 +02:00
background-color: #1E1915;
2013-07-12 17:25:57 +02:00
}
#listFile a {
width: 170px;
height: 170px;
display: block;
border: 2px solid #dfdfdf;
2013-07-26 13:56:19 +02:00
float: left;
margin: 0.3em;
padding: 0.3em;
2013-07-12 17:25:57 +02:00
text-decoration: none;
2013-07-26 13:56:19 +02:00
text-align: center;
2013-07-12 17:25:57 +02:00
overflow: hidden;
text-overflow: "...";
}
#listFile img {
2013-07-26 13:56:19 +02:00
width: 100%;
vertical-align: middle;
max-height: 105px;
2013-07-12 17:25:57 +02:00
}
#time {
2013-07-26 13:56:19 +02:00
clear: both;
2013-07-12 17:25:57 +02:00
}
#viewFile {
2013-07-26 13:56:19 +02:00
text-align: center;
2013-07-12 17:25:57 +02:00
}
#viewFile table {
2013-07-26 13:56:19 +02:00
width: 60%;
margin: 0 auto;
2013-07-12 17:25:57 +02:00
}
2013-07-26 10:06:54 +02:00
input, select, options {
2013-07-26 13:56:19 +02:00
color: #1E1915;
2013-07-26 10:06:54 +02:00
}
2013-07-12 17:25:57 +02:00
input[type="submit"] {
2013-07-26 13:56:19 +02:00
color: #1E1915;
}