mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 23:56:22 -07:00
67 lines
No EOL
870 B
SCSS
67 lines
No EOL
870 B
SCSS
@import 'util';
|
|
@import 'burichan/colors';
|
|
@import 'burichan/img';
|
|
@import 'burichan/front';
|
|
@import 'burichan/manage';
|
|
|
|
body {
|
|
font: $font;
|
|
background: $bgcol;
|
|
margin: 8px;
|
|
}
|
|
|
|
a, a:visited {
|
|
color: $linkcol;
|
|
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 {
|
|
// background:#D6DAF0;
|
|
font-family: $hfont-family;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
|
|
div#topbar {
|
|
// @include box-shadow(3px 3px 5px 6px $shadowcol);
|
|
@include shadow-filter(3px 5px 6px $shadowcol);
|
|
height: 30px;
|
|
}
|
|
|
|
div#topbar,
|
|
.topbar-item,
|
|
.topbar-item:visited,
|
|
.dropdown-button,
|
|
.dropdown-menu/* ,
|
|
.dropdown-menu a */{
|
|
background: #000A89;
|
|
color: $bgcol;
|
|
}
|
|
|
|
div#footer {
|
|
font-size: 8pt;
|
|
} |