mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 15:46:23 -07:00
131 lines
1.6 KiB
CSS
131 lines
1.6 KiB
CSS
h1#board-title {
|
|
font-family: serif;
|
|
font-size: 24pt;
|
|
color: #AF0A0F;
|
|
}
|
|
|
|
.postblock {
|
|
background: #9988EE;
|
|
}
|
|
|
|
div.file-info {
|
|
font-size: 12px;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
span.postername {
|
|
font-size: 12px;
|
|
font-family: serif;
|
|
color: #117743;
|
|
font-weight: 800;
|
|
}
|
|
|
|
div.reply,
|
|
select.post-actions,
|
|
div.postprev,
|
|
div.inlinepostprev {
|
|
background: #D6DAF0;
|
|
}
|
|
|
|
select.post-actions,
|
|
div.postprev,
|
|
div.inlinepostprev {
|
|
border: 1px solid #9295a4;
|
|
}
|
|
|
|
#site-title {
|
|
font-family: sans-serif;
|
|
padding-top: 88px;
|
|
}
|
|
|
|
#site-slogan {
|
|
font-size: 9pt;
|
|
font-style: italic;
|
|
}
|
|
|
|
.tab {
|
|
background: #dfdffe;
|
|
border: 1px solid #9295a4;
|
|
}
|
|
|
|
#current-tab {
|
|
margin-top: 16px;
|
|
border-bottom: 0px;
|
|
}
|
|
|
|
#current-tab, div.section-title-block {
|
|
background: #bfc6e7;
|
|
}
|
|
|
|
.loginbox input {
|
|
height: 20%;
|
|
}
|
|
|
|
.manage-header {
|
|
background: #EEF2FF;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
table.mgmt-table tr:first-of-type th {
|
|
background: #9988EE;
|
|
}
|
|
|
|
body {
|
|
font: sans-serif 12pt;
|
|
background: #EEF2FF;
|
|
margin: 8px;
|
|
}
|
|
|
|
a, a:visited {
|
|
color: #34345C;
|
|
text-decoration: none;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
h2 {
|
|
margin: 0px 0px 0px 0px;
|
|
font-size: 140%;
|
|
}
|
|
|
|
h2 a {
|
|
text-decoration: none;
|
|
color: #550;
|
|
}
|
|
|
|
h3 {
|
|
margin: 0px;
|
|
text-align: center;
|
|
font-size: medium;
|
|
}
|
|
|
|
h1, h2 {
|
|
font-family: Verdana, Tahoma, sans-serif;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
|
|
div#topbar {
|
|
-webkit-filter: drop-shadow(3px 5px 6px #555555);
|
|
filter: drop-shadow(3px 5px 6px #555555);
|
|
height: 30px;
|
|
}
|
|
|
|
div#topbar,
|
|
.topbar-item,
|
|
.topbar-item:visited,
|
|
.dropdown-button,
|
|
.dropdown-menu {
|
|
background: #000A89;
|
|
color: #EEF2FF;
|
|
}
|
|
|
|
div#footer {
|
|
font-size: 8pt;
|
|
}
|