mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
Added themes directory, improved javascript load and minification.
This commit is contained in:
18
themes/classic/sass/default/partials/_page.scss
Normal file
18
themes/classic/sass/default/partials/_page.scss
Normal file
@ -0,0 +1,18 @@
|
||||
html {
|
||||
background: $page-bg inline-image('line-tile.png') top left;
|
||||
}
|
||||
body {
|
||||
border: 0 0 1px 0 solid darken($page-bg, 5);
|
||||
> div {
|
||||
background-color: $sidebar-bg;
|
||||
border-bottom: 1px solid $nav-border-bottom;
|
||||
> div {
|
||||
background-color: $main-bg;
|
||||
border-right: 1px solid $sidebar-border;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1400px) {
|
||||
body { border: 0 1px 0 solid darken($page-bg, 5); }
|
||||
}
|
||||
Reference in New Issue
Block a user