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:
26
themes/classic/sass/default/media/_480.scss
Normal file
26
themes/classic/sass/default/media/_480.scss
Normal file
@ -0,0 +1,26 @@
|
||||
#articles + aside { display: none; }
|
||||
body > nav {
|
||||
.site-serch {
|
||||
width: 10em;
|
||||
.search { width: 100%; background-color: #f6f6f6; }
|
||||
}
|
||||
}
|
||||
|
||||
body > nav, body > footer, body > div > div {
|
||||
padding-left: .5em;
|
||||
padding-right: .5em;
|
||||
}
|
||||
body > * { font-size: .8em; }
|
||||
body > header {
|
||||
font-size: .5em;
|
||||
padding: .4em .5em;
|
||||
}
|
||||
header, #{headings()} { text-align: center; }
|
||||
.site-search {
|
||||
margin: .15em 0 0; padding: 0;
|
||||
.search {
|
||||
padding: .3em .8em 0;
|
||||
line-height: 1.5em;
|
||||
font-size: .85em;
|
||||
}
|
||||
}
|
||||
8
themes/classic/sass/default/media/_768.scss
Normal file
8
themes/classic/sass/default/media/_768.scss
Normal file
@ -0,0 +1,8 @@
|
||||
//body {
|
||||
//padding: 0 1em;
|
||||
//}
|
||||
//body > header {
|
||||
//font-size: 1em;
|
||||
//padding-top: .5em;
|
||||
//padding-bottom: .5em;
|
||||
//}
|
||||
19
themes/classic/sass/default/media/_992.scss
Normal file
19
themes/classic/sass/default/media/_992.scss
Normal file
@ -0,0 +1,19 @@
|
||||
//@include media-layout(1.2em, 20em, 1em);
|
||||
//body > * {
|
||||
//margin: 0 auto;
|
||||
//font-size: 1em;
|
||||
//}
|
||||
//body {
|
||||
//max-width: 1280px;
|
||||
//margin: 0 auto;
|
||||
//> header {
|
||||
//padding-top: 2em;
|
||||
//padding-bottom: 1em;
|
||||
//}
|
||||
//> nav {
|
||||
//border-left: 1px solid $header-border;
|
||||
//border-right: 1px solid $header-border;
|
||||
//@include border-top-radius(.6em);
|
||||
//}
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user