all repos — h3rald @ 04bd3a25e062e90c03ef229a9dfbb36a01e545c2

The sources of https://h3rald.com

Removed unnecessary stylesheets.
h3rald h3rald@h3rald.com
Wed, 26 Dec 2012 23:26:39 +0100
commit

04bd3a25e062e90c03ef229a9dfbb36a01e545c2

parent

660daf44e42b0514c5c78bc227ee4e709d253b5a

6 files changed, 0 insertions(+), 872 deletions(-)

jump to
D content/styles/_content.scss

@@ -1,457 +0,0 @@

-/* Content */ - -article > header { - h1 { - @include standard-font; - font-weight: normal; - color: $text-color; - line-height: 1.2em; - padding-top: 0.2em; - text-align:left; - height: 60%; - a { - text-decoration: none; - } - } - h2 { - @include standard-font; - padding-top: 0.2em; - font-style: italic; - font-weight: normal; - color: $emphasis-color; - line-height: 1.1em; - height: 20%; - text-align:left; - } -} - -#secondary-content article:after, #main-content article:after { - text-align: center; - display: block; - content: "* * *"; - font-weight: normal; - font-size: 80%; - color: $separator-color; - margin: 2em; -} - -#secondary-content article:last-child:after, #main-content article:last-child:after { - content: ""; -} - - -.code { - border: 1px solid $border-color; - padding: 0.3em; -} - -.CodeRay .code { - border: none; - padding: 0; -} - -article > header > p.pubdate { - @include toolbar; -} - -article > header > p.toolbar { - @include toolbar; - margin-top: 20px; - time { - font-style: italic; - } - .tools { - float: right; - margin-top: -20px; - a { - float: left; - display: block; - margin: 0 2px; - img { - opacity: 0.6; - @include ease-in(opacity); - &:hover { - opacity: 1; - } - } - } - } -} - -article.page > section { - padding-top: 0.5em; - clear: both; -} - -article > section { - clear: right; -} - -article > header > nav.tags { - margin-top: -5px; - padding: 2px 0 3px 0; - text-align: left; - float: left; -} - -article > header > nav.tags > a { - margin: 1px 6px 1px 0px; - font-style: italic; - font-weight: 600; - padding: 1px 4px; -} - -/* Headers */ - -#main-content > article h1, -article.page > header h1 { - font-size: 2em; -} - -#secondary-content > article h1{ - font-size: 1.3em; -} - -#secondary-content > article h2{ - font-size: 1.0em; -} - -#body-text section header h1, -#body-text h2 { - font-size: 1.8em; -} - -#main-content > article h2, -article.page > header h2, -#body-text section section header h1, -#body-text h3 { - font-size: 1.5em; - font-style: italic; -} - -#body-text section section section section header h1, -#body-text h4 { - font-size: 1.4em; -} - -#body-text section section section header h1, -#body-text h5 { - font-size: 1.2em; - font-style: italic; -} - -#body-text section section section section section header h1, -#body-text h6 { - font-size: 1.2em; -} - -#main-content h1, #secondary-content h1{ - line-height: 1.2em; -} - -/* Text */ - -.featured { - font-style: italic; - font-size: 1em; - color: #555; - font-weight: normal; - text-align: left; - display: block; -} - -article { - font-size: 1.1em; - line-height: 1.4em; - header > p { font-size: 95%; } -} - -#body-text { - margin-top: 2.5em; - h1, h2, h3, h4, h5, h6 { - font-weight: normal; - clear: both; - padding-top: 1.7em; - margin-bottom: 0.2em; - line-height: 1.2em; - width: 100%; - } - img { - margin: 0 0.6em; - } - .right, img[style="float:right;"], figure[style="float:right;"] { - margin: 0 0 0em 1em; - padding: 0.1em; - } - .left, img[style="float:left;"], figure[style="float:left;"] { - margin: 0 1em 0 0; - padding: 0.1em; - } - blockquote, q { - font-style: italic; - color: #8F6B17; - } -} - -article p { - margin: 0.6em 0; -} - -article.feature { - padding: 10px; - header p { - margin: 0; - font-weight: bold; - text-align: right; - color: $text-color; - } - h1, h2 { - text-align: center; - } - h2 { - margin-bottom:10px; - } -} - -/* Figures */ - -figcaption { - color: #8F6B17; - font-style: italic; - padding: 0; - margin: 0 0.6em; -} - -figure { - padding: 0.1em; - display: auto; - img { - margin-bottom: 0; - border: none; - } -} - - -/* Lists */ - -#body-text ul, ol { - margin-left: 2em; -} - -#body-text li { - margin-left: 1em; -} - -ol.toc, ol.toc ol { - list-style-type: none; -} - -dl { - margin: 2em 0; - dt { - margin: 1em 0 0.3em 0; - font-size: 120%; - } - dd { - margin-left: 2em; - } -} - - - - -/* Tables */ - -#body-text table { - margin: 1em 0; - border-collapse: collapse; - @include border-radius(5px); - th { - font-size: 110%; - text-align: center; - font-weight: bold; - background: #fafafa; - } - tr, th, td { - border: 1px solid $border-color; - } - td { - padding: 5px; - } - -} - -table#timeline, table#taglist { - th, tr, td { - border: none; - } -} - -/* Glyph Book */ - -section.glyph-book > nav { - text-align: center; - margin: 2em auto; - a { - margin: 0 1em; - text-size: 120%; - font-weight: bold; - } -} - -section.glyph-index h1.toc-header { - display: none; -} - -/* Legacy Comments */ - -#legacy-comments { - margin: 0 10px; -} - -.lc-header{ - margin: 20px 0 10px 0; - padding: 3px; - background: #F7F7F7; - color: #333; - line-height: normal; - height: auto; - font-weight: bold; - border: 1px solid rgba(0,0,0,.08); - @include border-radius(3px); -} -.lc-body { - margin: 0 10px; - font-size: 0.93em; -} - -/* Projects */ - -.project-links { - margin: auto; - margin-bottom: 2em; - text-align: center; -} - -/* Contact form */ - -#body-text { - form.fsForm { - width: 400px; - } - table.fsTable, - tr.fsRow, - tr.fsRowTop, - tr.fsSpacerRow, - td.fsRowOpen, - td.fsRowClose, - td.fsRowBody, - td.fsCell { - border: none; - @include standard-font; - } - tr.fsRowTop, tr.fsSpacerRow { - display: none; - } -} - - -/* Classes */ - -.clear-left { - clear: left; -} -.clear-right { - clear: right; -} -.clear { - clear:both; -} - -.img-right { - float: right; - margin: 0 0 0 1em; - border: 1px solid $text-color; - padding: 0.2em; -} - -.feature { - .img-right, .img-left { - border: none; - } -} - - -.img-left { - float: right; - margin: 0 1em 0 0; - border: 1px solid $text-color; - padding: 0.2em; -} - -.right { - float: right; -} - -.left { - float: left; -} - -.center { - margin: auto; - text-align: center; -} - - -/* Elements */ - -a { - color: $link-color; - text-decoration: none; - outline: none; -} - -a:hover { - color: $link-hover-color; -} - -sup { - vertical-align: super; - font-size: 80%; -} - -.toc-top-link { - font-size: 80%; - font-weight: bold; - padding: 3px; -} - -.note, .important, .tip, .caution, .box { - border: 1px solid $text-color; - display: block; - margin: 0.7em auto; - padding: 0.5em 0.5em; - width: 600px; - background: #EEE; - color: #1F1F1F; } - -.note > p, .important > p, .tip > p, .caution > p { - line-height: 1em; - margin: 0; - padding: 0; } - -.note-title { - display: block; - padding-bottom: 0.2em; - font-size: 110%; - font-weight: bold; - font-variant: small-caps; - margin-right: 1em; -} - -.box-title { - display: block; - font-size: 110%; - text-align: center; - font-weight: bold; } -
D content/styles/_definitions.scss

@@ -1,60 +0,0 @@

-/* Definitions */ - -$background-color: #fcfcfc; -$alt-background-color: #efefef; -$border-color: #ccc; -$separator-color: #555; -$link-color: #802B00; -$link-hover-color: #BD3F00; -$text-color: #000; -$emphasis-color: #000; - -@mixin standard-font { - font-family: 'Crimson Text', 'Palatino', 'Bookman', 'Georgia', 'Times'; - line-height: 1.3em; -} - -@mixin ease-in($property) { - -webkit-transition: $property 0.15s ease-in; - -moz-transition: $property 0.15s ease-in; - -o-transition: $property 0.15s ease-in; - transition: $property 0.25s ease-in; -} - -@mixin border-radius($size) { - -webkit-border-radius: $size; - -moz-border-radius: $size; - border-radius: $size; -} - -@mixin hover-image($width, $height) { - width: $width; - height: $height; - position: relative; - img.hover { opacity: 0; } - &:hover img.hover { opacity: 1; } - img.default { opacity: 1; } - &:hover img.default { opacity: 0; } - img { - width: $width; - height: $height; - left: 0px; - top: 0px; - position: absolute; - -webkit-transition: opacity 0.15s linear; - -moz-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; - } -} - -@mixin toolbar { - border-bottom: 1px solid $border-color; - color: $text-color; - font-style: italic; - width: 100%; - text-align: left; - font-size: 0.8em; - line-height: 1.4em; -} -
D content/styles/_fonts.scss

@@ -1,4 +0,0 @@

-/* Fonts */ - -@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic&subset=latin,latin-ext); -@import url(http://fonts.googleapis.com/css?family=Cardo);
D content/styles/_layout.scss

@@ -1,243 +0,0 @@

-/* Layout */ - -body { - @include standard-font; - background: $background-color; - /*background-image: url("../images/textures/dark_leather.png");*/ -} - -#container { - width: 960px; - margin: auto; - padding: 5px; - color: $text-color; - background: $background-color; - /* @include border-radius(10px); */ -} - -/* Logos */ - -.logo { font-weight: normal; font-family: "Cardo", "Times New Roman", serif; margin-bottom: 2px;} -.hrald { display: block; margin-top: 10px; font-size: 50px; } -.h, .rald { font-size: 50px; } -.three { display: block; margin-top: -15px; margin-left: -105px; font-size: 60px; } - -h1 .logo { display: block; margin-top: 20px; color: #333333; } -h1 .hrald { display: block; margin-top: 10px; font-size: 75px; } -h1 .h, h1 .rald { font-size: 75px; } -h1 .three { display: block; margin-top: -12px; margin-left: -155px; font-size: 90px; } - -/* Navigation */ - -#container > nav.home { - display: block; - height: 1.5em; - margin: 1em auto auto auto; - width: 940px; - text-align: center; - font-size: 0.9em; - a { - margin: 0 3px; - } -} - -#container > header { - padding-top: 10px; - margin: auto; - width: 940px; - text-align: center; - height: 50px; - &.home { - nav.left { - width: 270px; - height: 50px; - margin-top: -10px; - } - nav.right { - width: 270px; - height: 50px; - margin-top: -10px; - } - h1 { - float: left; - margin-left: 50px; - } - time { - clear: both; - display: block; - font-size: 0.8em; - font-weight: bold; - width: 940px; - text-align: center; - padding-top: 0.5em; - } - } - &.page { - height: 45px; - border-bottom: 1px solid $border-color; - nav.section { - float: right; - margin-top: 10px; - font-size: 30px; - } - nav.home-link { - float: left; - } - } -} - - -#container > footer { - clear: both; - text-align: center; - padding: 10px; - font-size: 0.8em; - a { - margin: 0 3px; - } - section.ads { - height: 90px; - } -} - -#topbar { - margin: auto; - text-align: center; - display: block; - margin-top: 20px; - border-top: 1px solid $border-color; - width: 940px; -} - -.social { - padding-top: 10px; - height: 50px; - li { float:left;} - a { - border: none; - margin: 0 20px; - img { - opacity: 0.6; - vertical-align: middle; - @include ease-in(opacity); - &:hover { - opacity: 1; - } - } - } -} - -#sharing-buttons { - clear:both; - margin: 20px auto; - text-align: center; -} - -#contact { - margin: auto; - text-align: center; -} - - -/* Main */ - -#main-content { - margin: 0.5em 0; - margin-top: 20px; - width: 655px; - text-align: justify; -} - -#main-content { - padding: 0 5px; -} - -#main-content > article { - padding: 0 5px; -} - -#main-content > section { - margin-top: 5px; - padding: 0 5px; -} -#main-content > section.right { -} - -#main-content > section.left { - width: 280px; -} - -#main-content > section.right { - width: 240px; - padding-left: 10px; -} - -/* Secondary */ - -#secondary-content { - background-color: $background-color; - margin-top: 15px; - /*@include border-radius(5px);*/ - padding: 5px; - width:280px; - text-align: justify; - border-left: 1px solid $border-color; -} - -#secondary-content > article { - padding: 0 5px; - &.feature { - margin: 0 5px; - } -} - -#secondary-content > section { - margin-top: 5px; - padding: 0 5px; - width: 170px; -} - -#secondary-content > section.left { - padding-right: 10px; -} - -#secondary-content > section.right { -} - -article.page { - padding: 10px; - text-align: justify; -} - - -/* Columns */ - -.three-columns { - -moz-column-count: 3; - -moz-column-gap: 20px; - -webkit-column-count: 3; - -webkit-column-gap: 20px; - column-count: 3; - column-gap: 20px; -} - -.two-columns { - -moz-column-count: 2; - -moz-column-gap: 20px; - -webkit-column-count: 2; - -webkit-column-gap: 20px; - column-count: 2; - column-gap: 20px; -} - -/* Archives */ - -#taglist, #timeline { - margin: 2em auto; - text-align: center; - td { - margin: 10px; - text-align: left; - width: 180px; - } -}
D content/styles/html5reset.css

@@ -1,102 +0,0 @@

-/* -html5doctor.com Reset Stylesheet -v1.6 -Last Updated: 2010-08-18 -Author: Richard Clark - http://richclarkdesign.com -Twitter: @rich_clark -*/ - -html, body, div, span, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -abbr, address, cite, code, -del, dfn, em, img, ins, kbd, q, samp, -small, strong, sub, sup, var, -b, i, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, figcaption, figure, -footer, header, hgroup, menu, nav, section, summary, -time, mark, audio, video { - margin:0; - padding:0; - border:0; - outline:0; - font-size:100%; - vertical-align:baseline; - background:transparent; -} - -body { - line-height:1; -} - -article,aside,details,figcaption,figure, -footer,header,hgroup,menu,nav,section { - display:block; -} - -nav ul { - list-style:none; -} - -blockquote, q { - quotes:none; -} - -blockquote:before, blockquote:after, -q:before, q:after { - content:''; - content:none; -} - -a { - margin:0; - padding:0; - font-size:100%; - vertical-align:baseline; - background:transparent; -} - -/* change colours to suit your needs */ -ins { - background-color:#ff9; - color:#000; - text-decoration:none; -} - -/* change colours to suit your needs */ -mark { - background-color:#ff9; - color:#000; - font-style:italic; - font-weight:bold; -} - -del { - text-decoration: line-through; -} - -abbr[title], dfn[title] { - border-bottom:1px dotted inherit; - cursor:help; -} - -table { - border-collapse:collapse; - border-spacing:0; -} - -/* change border colour to suit your needs */ -hr { - display:block; - height:1px; - border:0; - border-top:1px solid #cccccc; - margin:1em 0; - padding:0; -} - -input, select { - vertical-align:middle; -}
D content/styles/style_old.scss

@@ -1,6 +0,0 @@

-@import "_fonts.scss"; -@import "_definitions.scss"; -@import "_layout.scss"; -@import "_content.scss"; -@import "_vendor.scss"; -@import "_code.scss";