1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-06 13:26:24 -07:00
gochan/html/css/global/img.css

296 lines
3.3 KiB
CSS
Raw Normal View History

#boardmenu-bottom {
margin-top:16px;
}
#content {
margin-left:0px;
padding-left:0px;
}
#footer {
bottom:0px;
clear:both;
left:0px;
position:static;
text-align:center;
width:100%;
}
#left-bottom-content {
float:left;
left:0px;
}
#main {
height:100%;
left:0px;
padding-left:8px;
position:absolute;
right:21%;
top:124px;
width:auto;
}
#menu {
position:absolute;
}
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 {
width:200px;
max-height: 250px;
display:inline-block;
position:relative;
vertical-align:top;
overflow: hidden;
text-align: center;
padding: 6px;
}
div.catalog-thread a {
clear: both;
}
table#pages {
margin-bottom:8px;
margin-top:4px;
border: 1px solid;
}
table#pages td {
border: 1px solid;
}
#postbox-area {
left:0px;
width:100%;
}
#report-delbox {
clear:both;
float:right;
line-height:32px;
margin-top:8px;
text-align:right;
}
#right-bottom-content {
float:right;
right:0px;
}
#side-pane {
margin-right:16px;
position:absolute;
top:106px;
width:15%;
}
#tab-bar {
clear:both;
margin-left:16px;
}
#threadlinks-bottom {
clear:both;
float:right;
}
#threadlinks-top {
float:left;
position:absolute;
}
header {
margin-top:50px;
text-align:center;
}
header h1 {
font-size:30px;
margin: 0px;
}
#topbar {
left:0;
position:fixed;
top:0;
width:100%;
z-index:2;
margin-top:0px;
2013-05-19 02:07:02 -07:00
padding-left:8px;
padding-right:4px;
}
#topbar div {
padding:4px;
}
2013-12-01 21:35:04 -08:00
.thread-ddown-menu {
display:inline-block;
float:left;
margin-left:-4px;
margin-top:8px;
padding:4px;
position:absolute;
}
.thread-ddown-menu ul {
list-style:none;
padding-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.thread-ddown-menu li {
padding-left: 8px;
padding-right: 8px;
}
.dropdown-menu {
2013-12-01 21:35:04 -08:00
list-style: none;
min-height:100px;
min-width:300px;
padding:4px 8px;
position:fixed;
right:0;
top:24px;
z-index:8999;
}
.plus {
float:right;
padding:0px 4px;
text-align:center;
width:12px;
}
.reply {
margin-bottom: 4px;
2016-03-11 19:41:53 -08:00
padding:4px 8px 4px 8px;
display:inline-block;
max-width: 100%;
}
.reply-container {
width:100%;
}
.postblock {
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 {
width:50%;
2013-05-18 18:55:04 -07:00
}
.setting-value {
text-align:right;
width:50%;
2013-05-18 02:43:32 -07:00
}
.spoiler {
background-color:#000;
color:#000;
2013-05-18 18:55:04 -07:00
}
.spoiler:hover {
color:#FFF;
2013-05-18 02:43:32 -07:00
}
.subject {
font-weight:700;
2013-05-18 02:43:32 -07:00
}
2013-05-18 18:55:04 -07:00
.tab {
display:block;
float:left;
padding-left:5px;
padding-right:5px;
2013-05-18 18:55:04 -07:00
}
.thread {
vertical-align:top;
overflow: hidden;
width: 100%;
}
.op-post {
width:100%;
2013-05-18 18:55:04 -07:00
}
.topbar-item {
display: inline-block;
padding: 4px;
}
.topbar-dropdowns{
overflow: hidden;
float: right;
}
.dropdown-button {
padding: 4px 8px;
float: right;
2013-05-18 18:55:04 -07:00
}
a.permalink,#right-sidelinks {
float:right;
2013-05-18 18:55:04 -07:00
}
hr {
clear:both;
2013-05-19 02:07:02 -07:00
}
2018-02-03 14:42:05 -08:00
.upload {
float:left;
2014-04-20 13:16:16 -07:00
max-width: 100%;
margin: 5px 10px 10px 0px;
2013-05-19 02:07:02 -07:00
}
ul.staffmenu {
list-style:none;
margin:0px;
padding-left:0;
2013-07-26 17:49:38 -07:00
}
div.file-deleted-box {
width: 120px;
height: 120px;
border-style: dashed;
vertical-align: middle;
text-align: center;
line-height: 120px;
float: left;
margin:4px 8px;
border-width: 2px;
}
input[type=file] {
max-width: 275px;
width: 275px;
}
table#postbox-static {
margin: 0px auto;
2016-03-11 19:41:53 -08:00
}
.greentext {
color: #789922;
}