Skip to content

Commit

Permalink
Compress custom stylesheets.
Browse files Browse the repository at this point in the history
  • Loading branch information
beastaugh committed Mar 5, 2010
1 parent e180cbe commit d987ec1
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 161 deletions.
55 changes: 1 addition & 54 deletions styles/classic.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions styles/classic.dev.css
@@ -0,0 +1,54 @@
/*
classic.css
'Classic' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.classic #wrapper .nav-current:link, body.classic #wrapper .nav-current:visited, body.classic #wrapper .nav-current:active { color: #bf6030; }
body.classic #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.classic abbr, body.classic acronym { border-bottom: 1px solid #bf8060; }

/* Headers
--------------------------------------- */
body.classic h3 { color: #bf6030; }

/* Post content
--------------------------------------- */
body.classic .articlenav { background: #fcfeff; }

/* Inserts
--------------------------------------- */
body.classic .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
body.classic .insert h3 { border-bottom: 1px solid #cfdde5; }

/* Downloads
--------------------------------------- */
body.classic .content a.download:link, body.classic .content a.download:visited, body.classic .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }

/* Images
--------------------------------------- */
body.classic a img { border: 1px solid #0f6b99; }
body.classic a:hover img, body.classic .comment a:hover .avatar { border: 1px solid #e59900; }

/* Links
----------------------------------------------- */
body.classic a:link, body.classic a:active, body.classic a:visited { color: #0f6b99; }
body.classic a:hover { color: #e59900; }

body.classic .content a:link, body.classic .content a:active, body.classic .content a:visited, body.classic .link-pages a:link, body.classic .link-pages a:active, body.classic .link-pages a:visited, body.classic .tagdata a:link, body.classic .tagdata a:active, body.classic .tagdata a:visited, body.classic .widget_tag_cloud a:link, body.classic .widget_tag_cloud a:active, body.classic .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.classic .content a:hover, body.classic .link-pages a:hover, body.classic .tagdata a:hover, body.classic .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

/* Widgets
----------------------------------------------- */

/* Calendar widget
------------------------------------------- */
body.classic .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
body.classic .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }

54 changes: 1 addition & 53 deletions styles/polar.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions styles/polar.dev.css
@@ -0,0 +1,53 @@
/*
polar.css
'Polar' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.polar #wrapper .nav-current:link, body.polar #wrapper .nav-current:visited, body.polar #wrapper .nav-current:active { color: #a8a8a8; }
body.polar #wrapper .nav-current:hover { color: #000; }

/* Content
----------------------------------------------- */
body.polar abbr, body.polar acronym { border-bottom: 1px solid #5c8499; }

/* Headers
--------------------------------------- */
body.polar h3 { color: #a8a8a8; }

/* Post content
--------------------------------------- */
body.polar .articlenav { background: #fff; }

/* Inserts
--------------------------------------- */
body.polar .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
body.polar .insert h3 { border-bottom: 1px solid #cfdee5; }

/* Downloads
--------------------------------------- */
body.polar .content a.download:link, body.polar .content a.download:visited, body.polar .content a.download:active { background-color: #fafcfc; border: 1px solid #cfdee5; }

/* Images
--------------------------------------- */
body.polar a img { border: 1px solid #4c8099; }
body.polar a:hover img, body.polar .comment a:hover .avatar { border: 1px solid #000; }

/* Links
----------------------------------------------- */
body.polar a:link, body.polar a:active, body.polar a:visited { color: #4c8099; }
body.polar a:hover { color: #000; }

body.polar .content a:link, body.polar .content a:active, body.polar .content a:visited, body.polar .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.polar .tagdata a:active, body.polar .tagdata a:visited, body.polar .widget_tag_cloud a:link, body.polar .widget_tag_cloud a:active, body.polar .widget_tag_cloud a:visited { border-bottom: 1px solid #ccc; }
body.polar .content a:hover, body.polar .link-pages a:hover, body.polar .tagdata a:hover, body.polar .widget_tag_cloud a:hover { border-bottom: 1px solid #000; }

/* Widgets
----------------------------------------------- */

/* Calendar widget
------------------------------------------- */
body.polar .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
body.polar .widget_calendar tbody td a:hover { color: #fff; background: #404040; }
55 changes: 1 addition & 54 deletions styles/skyline.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d987ec1

Please sign in to comment.