comparison themes/tuxlite_tbs/static/local.css @ 9:6e2bcaecf3ec

include the theme locally to avoid any dependency on the pelican-themes git repo. Those guys don't incorporate the fixes as quickly as I need plus, I already changed the theme to incorporate the juvia comments.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 01 Jul 2013 04:09:23 +0200
parents
children
comparison
equal deleted inserted replaced
8:587302b65fb6 9:6e2bcaecf3ec
1 /* Styling for Nav bar. Bg color, link color etc */
2 .navbar-inner {
3 padding-left: 20px;
4 padding-right: 20px;
5 background-color: #2E435E;
6 background-image: -moz-linear-gradient(top, #2e435e, #172e50);
7 background-image: -ms-linear-gradient(top, #2e435e, #172e50);
8 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e435e), to(#172e50));
9 background-image: -webkit-linear-gradient(top, #2e435e, #172e50);
10 background-image: -o-linear-gradient(top, #2e435e, #172e50);
11 background-image: linear-gradient(top, #2e435e, #172e50);
12 background-repeat: repeat-x;
13 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
14 -webkit-border-radius: 0px;
15 -moz-border-radius: 0px;
16 border-radius: 0px;
17 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
18 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
19 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
20 }
21
22 .navbar .nav > li > a { color: #49AFCD; }
23 .navbar .divider-vertical { border-right: 1px solid #4D4D4D; }
24 .navbar { margin-bottom: 4em; }
25
26
27 /* Styling for elements */
28 body { font-size: 100%; }
29 p { font-size: 100%; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; }
30 li { line-height: 1.6em; }
31 h3 { margin-top: 2.5em; }
32 .table th, .table td { line-height: 1.3em; }
33
34 /* Styling for articles */
35 .article { padding-bottom:20px; padding-right: 40px; }
36 .content-title { margin-bottom: 30px; }
37 .article a:hover { text-decoration: none; }
38
39
40
41 /* Styling for the "other entries" section */
42 /* Metadata */
43 .well.small { padding: 6px 6px 4px; }
44
45 /* Read more button */
46 .btn-info.xsmall {
47 padding: 1px 3px 1px;
48 font-size: 11px;
49 float: right;
50 -webkit-border-radius: 2px;
51 -moz-border-radius: 2px;
52 border-radius: 2px;
53 }
54
55 /* Article summary */
56 .summary { margin-bottom: 4em; }
57 .summary pre { display: none; }
58
59
60 /* Styling for Sidebar */
61 .social a[href*='activestate.com']:before {content: url('./images/icons/activestate.png'); margin-right: 2px; vertical-align: -3px;}
62 .social a[href*='atom.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
63 .social a[href*='bitbucket.org']:before {content: url('./images/icons/bitbucket.png'); margin-right: 2px; vertical-align: -3px;}
64 .social a[href*='code.google.com']:before {content: url('./images/icons/phosting.png'); margin-right: 2px; vertical-align: -3px;}
65 .social a[href*='delicious.com']:before {content: url('./images/icons/delicious.png'); margin-right: 2px; vertical-align: -3px;}
66 .social a[href*='digg.com']:before {content: url('./images/icons/digg.png'); margin-right: 2px; vertical-align: -3px;}
67 .social a[href*='facebook.com']:before {content: url('./images/icons/facebook.png'); margin-right: 2px; vertical-align: -3px;}
68 .social a[href*='github.com']:before {content: url('./images/icons/github.png'); margin-right: 2px; vertical-align: -3px;}
69 .social a[href*='gitorious.org']:before {content: url('./images/icons/gitorious.png'); margin-right: 2px; vertical-align: -3px;}
70 .social a[href*='google.com/reader']:before {content: url('./images/icons/reader.png'); margin-right: 2px; vertical-align: -3px;}
71 .social a[href*='jamendo.com']:before {content: url('./images/icons/jamendo.png'); margin-right: 2px; vertical-align: -3px;}
72 .social a[href*='last.fm']:before {content: url('./images/icons/lastfm.png'); margin-right: 2px; vertical-align: -3px;}
73 .social a[href*='linkedin.com']:before {content: url('./images/icons/linkedin.png'); margin-right: 2px; vertical-align: -3px;}
74 .social a[href*='rss.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
75 .social a[href*='stackoverflow.com']:before {content: url('./images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;}
76 .social a[href*='twitter.com']:before {content: url('./images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;}