aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/sass/default/media
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-06-17 22:24:48 -0400
committerBrandon Mathis <brandon@imathis.com>2011-06-17 22:24:48 -0400
commit21813059f255dcd338d4cc42aad51700126d6058 (patch)
tree7503e24c9c0858dfc9961df7063b817f5688df57 /themes/classic/sass/default/media
parentb0405cc3c2f901e20d8aa0bc1ed8c499065f0c8b (diff)
downloadmy_new_personal_website-21813059f255dcd338d4cc42aad51700126d6058.tar.xz
my_new_personal_website-21813059f255dcd338d4cc42aad51700126d6058.zip
1. Replaced Rdiscount in favor of Kramdown (better html5 support) for markdown processing.
2. Added updated instructions to the README 3. Removed unused media css directories 4. Improved use of color variables for page theming. 5. Improved Typography and blog styling. 6. Added support for simple pre and code styles 7. Misc styling and markup improvements.
Diffstat (limited to 'themes/classic/sass/default/media')
-rw-r--r--themes/classic/sass/default/media/_480.scss26
-rw-r--r--themes/classic/sass/default/media/_768.scss8
-rw-r--r--themes/classic/sass/default/media/_992.scss19
3 files changed, 0 insertions, 53 deletions
diff --git a/themes/classic/sass/default/media/_480.scss b/themes/classic/sass/default/media/_480.scss
deleted file mode 100644
index fe1aa64d..00000000
--- a/themes/classic/sass/default/media/_480.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-#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;
- }
-}
diff --git a/themes/classic/sass/default/media/_768.scss b/themes/classic/sass/default/media/_768.scss
deleted file mode 100644
index 67e7952d..00000000
--- a/themes/classic/sass/default/media/_768.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-//body {
- //padding: 0 1em;
-//}
-//body > header {
- //font-size: 1em;
- //padding-top: .5em;
- //padding-bottom: .5em;
-//}
diff --git a/themes/classic/sass/default/media/_992.scss b/themes/classic/sass/default/media/_992.scss
deleted file mode 100644
index bacd81d2..00000000
--- a/themes/classic/sass/default/media/_992.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-//@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);
- //}
-//}
-