Sovigall/style.css

169 lines
2.4 KiB
CSS

* {
color: #dfdfdf;
}
body {
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: #141414;
}
#breadcrumb {
margin: 1.2em 0;
}
#listFile {
margin: 0 auto;
text-align: center;
}
#listFile a {
width: 270px;
height: 230px;
display: inline-block;
border: 2px solid #dfdfdf;
border-radius: 0.2em;
margin: 0.2em;
padding: 0.2em;
text-decoration: none;
text-align: center;
overflow: hidden;
text-overflow: "...";
position: relative;
}
#listFile img {
display: block;
margin: 0 auto;
vertical-align: middle;
max-height: 170px;
height: 100%;
}
.dir, .video {
background-image: url("images/folder.svg");
background-repeat: no-repeat;
background-size: 48px;
position: absolute;
height: 48px;
width: 48px;
left: 0;
top: 0;
}
.video {
background-image: url("images/video.svg");
}
.fulldir {
background-image: url("images/folder.svg");
background-position: center center;
background-repeat: no-repeat;
background-size: auto 170px;
display: block;
height: 170px;
width: 270px;
}
#time {
clear: both;
}
#viewFile {
text-align: center;
}
#viewFile table {
width: 60%;
margin: 0 auto;
border : 0.4em solid #2c2c2c;
padding:0;
border-radius:0.2em;
border-collapse: collapse;
}
#viewFile table tr:nth-child(even) {
background-color: #2c2c2c;
}
#viewFile th {
padding: 0.3em 0.4em 0.3em 0.3em;
text-align: right;
min-width: 30%;
}
#viewFile td {
padding: 0.3em 0.3em 0.3em 0.4em;
text-align: left;
}
#viewFile h2 {
max-width: 80%;
text-align: center;
margin: 0.4em auto;
}
input, select, options {
color: #262626;
}
input[type="submit"] {
color: #262626;
}
input[type="file"] {
color: #DFDFDF;
}
video {
width: 55%;
}
#toolbar {
border-radius: 0.2em;
background-color: #141414;
width: auto;
margin: 0 auto 1.1em auto;
height : 2.3em;
}
#toolbar img {
height:2em;
width : 2em;
}