Sovigall/style.css

118 lines
1.4 KiB
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 17:12:29 +02:00
background-color: #262626;
font-size: 0.9em;
}
#title {
line-height: 1.1em;
margin-bottom: 0.3em;
}
#title a {
text-decoration: none;
font-size: 1.1em;
line-height: 1.1em;
}
#title span {
font-size: 0.5em;
font-weight: bold;
vertical-align: middle;
}
#topMenu {
margin: 0px;
padding: 0px;
display: inline-block;
border-radius: 0.2em;
}
#topMenu li {
display: inline-block;
padding: 0.3em;
}
#topMenu a {
text-decoration: none;
font-weight: bolder;
margin: 0;
padding: 0.4em;
border-radius: 0.2em;
background-color: #000;
}
#breadcrumb {
margin: 1.2em 0;
}
#listFile {
margin:0 auto;
text-align:center;
2013-07-12 17:25:57 +02:00
}
#listFile a {
2013-07-26 17:12:29 +02:00
width: 270px;
height: 230px;
display: inline-block;
2013-07-12 17:25:57 +02:00
border: 2px solid #dfdfdf;
2013-07-26 17:12:29 +02:00
border-radius: 0.2em;
margin: 0.2em;
padding: 0.2em;
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;
2013-07-26 17:12:29 +02:00
max-height: 270px;
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 17:12:29 +02:00
#viewFile table tr:nth-child(even) {
background-color: #332A23;
}
#viewFile th {
text-align: right;
}
#viewFile td {
text-align: left;
}
#viewFile h2 {
max-width: 80%;
text-align: center;
margin: 0.4em auto;
}
2013-07-26 10:06:54 +02:00
input, select, options {
2013-07-26 17:12:29 +02:00
color: #262626;
2013-07-26 10:06:54 +02:00
}
2013-07-12 17:25:57 +02:00
input[type="submit"] {
2013-07-26 17:12:29 +02:00
color: #262626;
2013-07-26 14:00:57 +02:00
}
video {
2013-07-26 17:12:29 +02:00
width: 55%;
2013-07-26 13:56:19 +02:00
}