szurubooru/public_html/media/css/upload.css

119 lines
1.7 KiB
CSS
Raw Normal View History

2013-10-07 00:44:17 +02:00
.items .item {
width: 30%;
float: left;
}
.items .sep {
width: 3%;
float: left;
}
#file-handler-wrapper {
display: table;
width: 100%;
}
#file-handler {
cursor: pointer;
font-size: 150%;
text-align: center;
vertical-align: middle;
2013-10-12 12:38:49 +02:00
height: 300px;
2013-10-07 00:44:17 +02:00
display: table-cell;
2013-10-12 12:38:49 +02:00
border: 3px dashed #ddd;
2013-10-07 00:44:17 +02:00
}
#file-handler.active {
background: #eee;
border-color: firebrick;
}
.post .thumbnail {
width: 100px;
height: 100px;
line-height: 100px;
2013-10-08 23:02:31 +02:00
background-image: url('../img/thumb-upload.png');
2013-10-07 00:44:17 +02:00
border: 1px solid black;
vertical-align: middle;
text-align: center;
display: block;
float: left;
margin-right: 1em;
}
2013-10-09 00:58:49 +02:00
.post .alert,
#upload-step2,
#upload-no-posts,
2013-10-07 00:44:17 +02:00
#post-template {
display: none;
}
2013-10-09 00:58:49 +02:00
.inactive {
opacity: .5;
}
2013-10-07 00:44:17 +02:00
.post {
margin-bottom: 4em;
}
.post .remove-trigger {
cursor: pointer;
float: right;
color: rgba(128, 0, 0, 0.25);
vertical-align: middle;
}
.post .remove-trigger span {
margin-left: 0.25em;
vertical-align: middle;
color: rgba(128, 0, 0, 1);
font-size: 130%;
}
.post label {
line-height: 33px;
}
.post label.left {
display: inline-block;
width: 4em;
2013-10-09 13:37:00 +02:00
float: left;
2013-10-07 00:44:17 +02:00
}
.post .safety label:not(.left) {
margin-right: 0.75em;
}
.post .file-name strong {
overflow: hidden;
text-overflow: ellipsis;
max-width: 50%;
display: inline-block;
vertical-align: middle;
2013-10-09 13:37:00 +02:00
line-height: 33px;
2013-10-07 00:44:17 +02:00
}
.safety-sfw {
color: #63ca63;
}
.safety-sketchy {
color: #f4c657;
}
.safety-nsfw {
color: #df4b0d;
}
ul.tagit {
2013-10-09 13:37:00 +02:00
display: block;
2013-10-07 00:44:17 +02:00
vertical-align: middle;
margin: 0;
font-size: 1em;
}
.submit-wrapper {
text-align: center;
}
input.submit {
margin: 0 auto;
font-size: 115%;
padding: 0.2em 0.7em;
color: white;
background: cornflowerblue;
border: 0;
}