mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-05 11:06:23 -07:00
76 lines
No EOL
1 KiB
SCSS
Executable file
76 lines
No EOL
1 KiB
SCSS
Executable file
div.section-block {
|
|
margin-bottom: 8px;
|
|
div.section-title-block {
|
|
display:block;
|
|
padding:4px 8px 4px 8px;
|
|
}
|
|
div.section-body {
|
|
overflow-y: hidden;
|
|
margin-right: 0px;
|
|
margin-bottom:8px;
|
|
min-height: 48px;
|
|
padding-bottom:8px;
|
|
padding-left:8px;
|
|
padding-right:8px;
|
|
}
|
|
}
|
|
|
|
#side-pane {
|
|
position:absolute;
|
|
top: 106px;
|
|
width:15%;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
div#top-pane {
|
|
text-align: center;
|
|
margin-top: 32px;
|
|
width:100%;
|
|
#site-title {
|
|
font-size:50px;
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|
|
|
|
col#recent {
|
|
width:22%;
|
|
}
|
|
|
|
#tab-bar {
|
|
margin-left: -24px;
|
|
display: inline;
|
|
.tab {
|
|
display: inline;
|
|
padding: 0px 8px 0px 8px;
|
|
}
|
|
}
|
|
|
|
div#recent-posts {
|
|
margin:auto;
|
|
display: block;
|
|
width:90%;
|
|
}
|
|
|
|
div.recent-post {
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
word-wrap: break-word;
|
|
overflow: hidden;
|
|
margin-top: 5px;
|
|
padding: 6px;
|
|
position: relative;
|
|
width: 200px;
|
|
max-height: 320px;
|
|
margin-bottom: 10px;
|
|
text-align:center;
|
|
}
|
|
|
|
div#frontpage {
|
|
overflow: hidden;
|
|
width: 80%;
|
|
margin:auto;
|
|
}
|
|
|
|
a.permalink {
|
|
float: right;
|
|
} |