From b11861962cdc4756df1f500d68218dcdda0c89de Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Fri, 14 Nov 2014 04:15:04 -0500 Subject: Optimizations --- assets/less/style.less | 210 ------------------------------------------------- 1 file changed, 210 deletions(-) delete mode 100644 assets/less/style.less (limited to 'assets/less/style.less') diff --git a/assets/less/style.less b/assets/less/style.less deleted file mode 100644 index 706e7e4..0000000 --- a/assets/less/style.less +++ /dev/null @@ -1,210 +0,0 @@ -@import "normalize"; -@import "global"; -@import "960_12_col"; -@import "960-responsive"; -@import "syntax"; - -* { - padding: 0; - margin: 0; -} - -body { - font-family: 'minion-pro', serif; - font-size: 22px; - color: @base02; -} - -h1, h2, h3, h4, h5, h6 { - font-family: 'myriad-pro', sans-serif; - font-weight: 600; - margin-top: 0.5em; - margin-bottom: 0.5em; -} - -a { - color: @red; - text-decoration: none; - .transition(color, 0.25s, linear); - - &:hover { - color: darken(@red, 15%); - } -} - -p { - line-height: 1.5em; - margin-bottom: 1.5em; -} - -footer { - font-family: 'myriad-pro', sans-serif; - text-align: center; - padding-top: 2em; - padding-bottom: 2em; - text-transform: uppercase; - letter-spacing: 2px; - font-weight: 600; - font-size: 0.8em; -} - -header { - - font-family: 'myriad-pro', sans-serif; - - a { - font-size: 1em; - font-weight: 600; - color: rgb(255, 255, 255); - display: block; - text-align: center; - padding-top: 0.5em; - padding-bottom: 0.5em; - - &:hover { - color: rgb(255, 255, 255); - } - } - - .projects { - .nav_button(@blue); - } - - .writing { - .nav_button(@magenta); - } - - .github { - .nav_button(@green); - } - - .resume { - .nav_button(@orange); - } -} - -pre { - margin-bottom: 1.5em; - border-left: 3px solid @base1; - padding-left: 1em; -} - -.about { - text-align: center; - width: 80%; - margin-left: auto; - margin-right: auto; -} - -.portrait { - border-radius: 220px; - width: 220px; - height: 220px; - margin-top: 2em; - margin-left: auto; - margin-right: auto; - background-image: url('/assets/images/ben_circle.png'); - background-repeat: no-repeat; -} - -.project h1 a { - color: @blue; - &:hover { - color: darken(@blue, 15%); - } -} - -.writing h1 a { - color: @magenta; - &:hover { - color: darken(@magenta, 15%); - } -} - -.article { - - .date { - margin-bottom: 1em; - font-family: 'myriad-pro', sans-serif; - font-weight: 600; - } - - img { - max-width: 100%; - } - - ul { - list-style-type: square; - } - - ul, ol { - margin-left: 2em; - margin-bottom: 1em; - } - - code { - font-family: 'source-code-pro'; - font-size: 0.7em; - color: @base01; - } -} - -.social-buttons { - float: right; - - img { - height: 1em; - } -} - -//  -.icon-googleplus { - color: #DD4B39; -} - -//  -.icon-facebook { - color: #3b5998; -} - -//  -.icon-twitter { - color: #55ACEE; -} - -//  -.icon-tumblr { - color: rgb(44, 71, 98); -} - -//  -.icon-pinterest { - color: #CB2027; -} - -.wf-loading { - visibility: hidden; -} - -@media print { - body { - color: #000; - } - - a { - color: #000; - } - - code { - color: #999; - } - - header, footer { - display: none; - visibility: hidden; - } - - .social-buttons { - display: none; - } -} -- cgit v1.2.3