1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-05 00:26:23 -07:00
gochan/frontend/sass/global/_img.scss

204 lines
2.3 KiB
SCSS
Raw Normal View History

#boardmenu-bottom {
2024-07-30 17:23:46 -07:00
margin-top: 16px;
}
#content {
2024-07-30 17:23:46 -07:00
margin-left: 0px;
padding-left: 0px;
}
#left-bottom-content {
2024-07-30 17:23:46 -07:00
float: left;
left: 0px;
}
2015-01-10 10:57:24 -08:00
a.anchor {
display: block;
position: relative;
top: -32px;
visibility: hidden;
}
2018-10-22 22:02:06 -07:00
div.catalog-thread {
2024-07-30 17:23:46 -07:00
width: 200px;
2018-10-22 22:02:06 -07:00
max-height: 250px;
2024-07-30 17:23:46 -07:00
display: inline-block;
position: relative;
vertical-align: top;
2018-10-22 22:02:06 -07:00
overflow: hidden;
text-align: center;
padding: 6px;
}
div.catalog-thread a {
clear: both;
}
table#pages {
2024-07-30 17:23:46 -07:00
margin-bottom: 8px;
margin-top: 4px;
border: 1px solid;
}
table#pages td {
border: 1px solid;
}
#postbox-area {
2024-07-30 17:23:46 -07:00
left: 0px;
width: 100%;
}
#report-delbox {
2024-07-30 17:23:46 -07:00
clear: both;
float: right;
line-height: 32px;
margin-top: 8px;
text-align: right;
}
#right-bottom-content {
2024-07-30 17:23:46 -07:00
float: right;
right: 0px;
}
#side-pane {
2024-07-30 17:23:46 -07:00
margin-right: 16px;
position: absolute;
top: 106px;
width: 15%;
}
#threadlinks-bottom {
2024-07-30 17:23:46 -07:00
clear: both;
float: right;
}
2024-07-30 17:23:46 -07:00
div#new-upload-box {
background: #505050;
color: #b0b0b0;
a {
text-align: center;
padding: 20px 40px;
display: block;
}
.upload-preview {
max-width: 50px;
max-height: 50px;
}
}
.reply {
margin-bottom: 4px;
2024-07-30 17:23:46 -07:00
padding: 4px 8px 4px 8px;
display: inline-block;
max-width: 100%;
}
.reply-container {
2024-07-30 17:23:46 -07:00
width: 100%;
}
.postblock {
2024-07-30 17:23:46 -07:00
margin-left: 8px;
margin-right: 8px;
width: 100px;
2013-05-18 18:55:04 -07:00
}
.post-text {
padding: 8px;
2013-05-18 18:55:04 -07:00
}
.setting-name {
2024-07-30 17:23:46 -07:00
width: 50%;
2013-05-18 18:55:04 -07:00
}
.setting-value {
2024-07-30 17:23:46 -07:00
text-align: right;
width: 50%;
2013-05-18 02:43:32 -07:00
}
.spoiler {
2024-07-30 17:23:46 -07:00
background: #000;
color: #000;
2013-05-18 18:55:04 -07:00
}
.spoiler:hover {
2024-07-30 17:23:46 -07:00
color: #FFF;
2013-05-18 02:43:32 -07:00
}
.subject {
2024-07-30 17:23:46 -07:00
font-weight: 700;
2013-05-18 02:43:32 -07:00
}
2013-05-18 18:55:04 -07:00
.thread {
2024-07-30 17:23:46 -07:00
vertical-align: top;
overflow: hidden;
width: 100%;
}
.op-post {
2024-07-30 17:23:46 -07:00
width: 100%;
2013-05-18 18:55:04 -07:00
}
a.permalink,#right-sidelinks {
2024-07-30 17:23:46 -07:00
float: right;
2013-05-18 18:55:04 -07:00
}
hr {
2024-07-30 17:23:46 -07:00
clear: both;
2013-05-19 02:07:02 -07:00
}
a.upload-container {
outline: none;
}
.upload, div.file-deleted-box {
2024-07-31 10:07:45 -07:00
margin: 5px 10px 5px 0px;
2024-07-30 17:23:46 -07:00
float: left;
2014-04-20 13:16:16 -07:00
max-width: 100%;
2013-05-19 02:07:02 -07:00
}
2013-07-26 17:49:38 -07:00
div.file-deleted-box {
width: 120px;
height: 120px;
border-style: dashed;
border-width: 2px;
2013-07-26 17:49:38 -07:00
line-height: 120px;
text-align: center;
}
input[type=file] {
max-width: 275px;
width: 275px;
}
input, textarea {
filter: none;
font-size: 10pt;
}
table#postbox-static {
border: none;
tr, td {
border: none;
}
margin: 0px auto;
2016-03-11 19:41:53 -08:00
}
.greentext {
color: #789922;
2016-03-11 19:41:53 -08:00
}
div.postprev {
position:absolute;
overflow: hidden;
margin:8px;
padding: 4px 8px 4px 8px;
}
div.inlinepostprev {
overflow: hidden;
margin:8px;
2024-07-30 17:23:46 -07:00
padding: 4px 8px;
}