1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-05 11:06:23 -07:00
gochan/sass/pipes.scss
2021-12-30 14:50:05 -08:00

59 lines
No EOL
892 B
SCSS

@import 'pipes/colors';
@import 'pipes/front';
@import 'pipes/manage';
@import 'pipes/img';
@import 'util';
* {
outline: none;
}
body {
background: $bgcol;
background-image: url(res/pipes_bg.png);
color: #d8d0b9;
font: $font;
}
header h1, span#site-title {
color: $headercol;
}
a {
color: $linkcol;
font: $font;
text-decoration: none;
}
a:hover {
background: inherit;
color: $linklight;
}
a.topbar-item:hover {
background: $bglight;
}
div#footer, div#footer * {
font-size: 9pt;
}
div#topbar {
background: $topbarcol;
// @include box-shadow(0px 2px 2px 3px $shadowcol);
@include shadow-filter(0px 4px 2px $shadowcol);
li:hover {
background: $bglight;
}
}
.dropdown-menu {
background: $topbarcol!important;
// @include box-shadow(2px 2px 2px 3px $shadowcol);
@include shadow-filter(2px 2px 3px $shadowcol);
z-index: 0;
div:hover {
background: $bglight;
}
}