szurubooru/public_html/media/css/post-upload.css

191 lines
2.8 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;
}
2014-02-16 15:08:54 +01:00
#upload-step1 {
display: table;
2014-07-27 14:55:08 +02:00
width: 50%;
margin: 0 auto;
}
2013-10-07 00:44:17 +02:00
#file-handler-wrapper {
display: table;
width: 100%;
}
#file-handler {
cursor: pointer;
font-size: 150%;
text-align: center;
vertical-align: middle;
height: 8em;
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;
2014-02-16 18:49:04 +01:00
border-color: hsl(0,70%,50%);
2013-10-07 00:44:17 +02:00
}
2014-02-16 15:08:54 +01:00
#url-handler {
margin-top: 0.5em;
position: relative;
}
#url-handler .input-wrapper {
2014-02-16 16:03:13 +01:00
margin-right: 8.5em;
2014-02-16 15:08:54 +01:00
}
#url-handler button {
position: absolute;
top: 0;
right: 0;
2014-02-16 16:03:13 +01:00
width: 8em;
2013-10-25 09:40:33 +02:00
}
2014-07-27 14:55:08 +02:00
#hybrid-view {
text-align: center;
}
.thumbnail img {
2013-10-29 09:18:00 +01:00
background-image: url('../img/thumb.jpg');
2013-10-07 00:44:17 +02:00
border: 1px solid black;
vertical-align: middle;
display: block;
}
2014-07-27 14:55:08 +02:00
#posts-wrapper {
width: 40%;
margin-right: 1em;
float: left;
2013-10-07 00:44:17 +02:00
}
2014-07-27 14:55:08 +02:00
#posts {
border-spacing: 0;
2013-10-19 16:16:09 +02:00
}
2014-07-27 14:55:08 +02:00
#posts td,
#posts th {
padding: 0.2em 0.5em;
2013-10-07 00:44:17 +02:00
}
2014-07-27 14:55:08 +02:00
#posts th {
font-weight: normal;
text-align: left;
2013-10-19 16:16:09 +02:00
}
2014-07-27 14:55:08 +02:00
#posts tr.selected {
background: lemonchiffon;
2013-10-19 16:16:09 +02:00
}
2014-07-27 14:55:08 +02:00
#posts .tags {
width: 100%;
text-align: left;
2013-10-19 16:16:09 +02:00
}
2014-07-27 14:55:08 +02:00
#posts .safety {
text-align: center;
2013-10-19 16:16:09 +02:00
}
2014-07-27 14:55:08 +02:00
#posts .safety [class^=safety-] {
box-shadow: inset 0 0 0 3px rgba(0,0,0,0.1);
width: 25px;
height: 25px;
margin: 0 auto;
2013-10-19 16:16:09 +02:00
}
2014-07-27 14:55:08 +02:00
#posts .safety-safe { background: #b2efa2; }
#posts .safety-sketchy { background: #f0e4a8; }
#posts .safety-unsafe { background: #fbc6b6; }
#posts .thumbnail img {
width: 30px;
height: 30px;
background-size: 30px 30px;
}
#post-ops {
list-style-type: none;
margin: 1em 0;
}
#post-ops li {
display: inline-block;
margin: 0 1em 0 0;
2013-10-19 16:16:09 +02:00
}
2014-07-27 14:55:08 +02:00
#post-edit-form-wrapper {
display: inline-block;
width: 57.5%;
2013-10-19 16:16:09 +02:00
}
2014-07-27 14:55:08 +02:00
#post-edit-form-wrapper p {
margin-top: 0;
2013-10-19 16:16:09 +02:00
}
2014-07-27 14:55:08 +02:00
#post-edit-form {
margin: 0 auto;
overflow: hidden;
text-align: left;
2013-10-07 00:44:17 +02:00
}
2014-07-27 14:55:08 +02:00
#post-edit-form .thumbnail img {
max-width: 100%;
max-height: 300px;
margin: 0 auto 1em auto;
}
#post-edit-form .file-name strong {
2014-08-03 22:27:00 +02:00
vertical-align: middle;
2013-10-07 00:44:17 +02:00
}
2014-07-27 14:55:08 +02:00
#post-edit-form,
#upload-step2,
#posts-wrapper,
.alert,
.template {
display: none;
2013-10-07 00:44:17 +02:00
}
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;
}
2014-07-27 14:55:08 +02:00
#the-submit-wrapper {
2014-02-16 16:03:13 +01:00
text-align: center;
2014-07-27 14:55:08 +02:00
clear: both;
2014-02-16 16:03:13 +01:00
}
#the-submit {
2014-07-27 14:55:08 +02:00
margin: 1em auto;
2014-02-16 16:03:13 +01:00
font-size: 14.5pt;
padding: 0.35em 2em;
height: auto;
line-height: auto;
2013-10-07 00:44:17 +02:00
}
2014-02-20 21:26:46 +01:00
#lightbox {
display: none;
position: absolute;
pointer-events: none;
2014-07-27 14:55:08 +02:00
position: absolute;
margin-left: 10px;
}
#lightbox img {
2014-02-20 21:26:46 +01:00
max-width: 400px;
max-height: 400px;
background: white;
border: 0.5em solid white;
2014-07-27 14:55:08 +02:00
box-shadow: 0 0 0 1px #eee;
position: relative;
}
#lightbox:after {
content: '';
position: absolute;
left: -8px;
top: 50%;
margin-top: -8px;
width: 12px;
height: 12px;
background: white;
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;
transform: rotate(45deg);
}
#uploading-alert {
display: none;
text-align: left;
2014-02-20 21:26:46 +01:00
}