szurubooru/public_html/css/post-upload.css

147 lines
2.9 KiB
CSS
Raw Normal View History

#post-upload-step1 {
2015-06-28 12:25:35 +02:00
display: table;
width: 30em;
margin: 0 auto;
}
#post-upload-step1 .file-handler {
2015-06-28 12:25:35 +02:00
padding: 3.5em !important;
width: 100%;
}
#post-upload-step1 .url-handler {
2015-06-28 12:25:35 +02:00
margin-top: 0.5em;
position: relative;
}
#post-upload-step1 .url-handler .input-wrapper {
2015-06-28 12:25:35 +02:00
margin-right: 9.5em;
}
#post-upload-step1 .url-handler button {
2015-06-28 12:25:35 +02:00
position: absolute;
top: 0;
right: 0;
width: 8em;
}
#post-upload-step2 .hybrid-view {
2015-06-28 12:25:35 +02:00
text-align: center;
}
@media all and (min-width: 62.5em) {
2015-06-28 12:25:35 +02:00
#post-upload-step2 .hybrid-window:first-child {
width: 40%;
margin-right: 1em;
float: left;
}
#post-upload-step2 .hybrid-window:last-child {
display: inline-block;
width: 57.5%;
}
}
#post-upload-step2 .thumbnail img {
2015-06-28 12:25:35 +02:00
border: 1px solid black;
vertical-align: middle;
display: block;
}
#post-upload-step2 table {
2015-06-28 12:25:35 +02:00
border-spacing: 0;
table-layout: fixed;
width: 100%;
}
#post-upload-step2 table td,
#post-upload-step2 table th {
2015-06-28 12:25:35 +02:00
padding: 0.2em 0.5em;
text-align: center;
}
#post-upload-step2 table th {
2015-06-28 12:25:35 +02:00
font-weight: normal;
}
#post-upload-step2 table tr.selected {
2015-06-28 12:25:35 +02:00
background: #f7fbfc;
}
#post-upload-step2 table .checkbox {
2015-06-28 12:25:35 +02:00
width: 30px;
padding: 0.2em 0;
}
#post-upload-step2 table .checkbox input {
2015-06-28 12:25:35 +02:00
margin: 0 auto;
}
#post-upload-step2 table .thumbnail {
2015-06-28 12:25:35 +02:00
width: 40px;
padding: 0.2em 0;
}
#post-upload-step2 table .safety {
2015-06-28 12:25:35 +02:00
width: 60px;
padding: 0.2em 0;
}
#post-upload-step2 table .tags {
2015-06-28 12:25:35 +02:00
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
}
#post-upload-step2 table .safety {
2015-06-28 12:25:35 +02:00
text-align: center;
}
#post-upload-step2 table .safety [class^=safety-] {
2015-06-28 12:25:35 +02:00
box-shadow: inset 0 0 0 3px rgba(0,0,0,0.1);
width: 25px;
height: 25px;
margin: 0 auto;
}
#post-upload-step2 table .safety-safe { background: #b2efa2; }
#post-upload-step2 table .safety-sketchy { background: #f0e4a8; }
#post-upload-step2 table .safety-unsafe { background: #fbc6b6; }
#post-upload-step2 table .thumbnail img {
2015-06-28 12:25:35 +02:00
width: 30px;
height: 30px;
display: inline-block;
background-size: 30px 30px;
}
#post-upload-step2 .operations {
2015-06-28 12:25:35 +02:00
list-style-type: none;
margin: 0;
padding: 0;
}
#post-upload-step2 .operations li {
2015-06-28 12:25:35 +02:00
display: inline-block;
margin: 0.3em 0.3em 0 0;
}
2014-10-11 18:22:32 +02:00
#post-upload-step2 .operations .stop {
2015-06-28 12:25:35 +02:00
display: none;
2014-10-11 18:22:32 +02:00
}
#post-upload-step2 form {
2015-06-28 12:25:35 +02:00
width: 100%;
margin: 0 auto;
overflow: hidden;
text-align: left;
}
#post-upload-step2 .messages {
2015-06-28 12:25:35 +02:00
margin: 1em 0;
}
#post-upload-step2 .form-slider {
2015-06-28 12:25:35 +02:00
text-align: center;
}
#post-upload-step2 .form-slider .thumbnail img {
2015-06-28 12:25:35 +02:00
max-width: 100%;
max-height: 450px;
margin: 0 auto 1em auto;
}
#post-upload-step2 .file-name .form-input {
2015-06-28 12:25:35 +02:00
word-break: break-all;
}
#post-upload-step2,
.template {
2015-06-28 12:25:35 +02:00
display: none;
}
#uploading-alert {
2015-06-28 12:25:35 +02:00
display: none;
text-align: left;
}