aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_zf/static/css/style.css
diff options
context:
space:
mode:
authorMatt <s@tuxlite.com>2013-03-12 17:24:22 +0000
committerMatt <s@tuxlite.com>2013-03-12 17:24:22 +0000
commitd5f56689a8ac207ef57dd8bcccced8e85ad3a3ed (patch)
tree25520321f3a40a2599c7d3c6b286dbd37c92ef50 /tuxlite_zf/static/css/style.css
parent53d6c4254aa2b4781b850419d63a40527c307d71 (diff)
downloadpelican-themes-d5f56689a8ac207ef57dd8bcccced8e85ad3a3ed.tar.gz
Add new TuxLite_ZF theme.
Diffstat (limited to 'tuxlite_zf/static/css/style.css')
-rw-r--r--tuxlite_zf/static/css/style.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/tuxlite_zf/static/css/style.css b/tuxlite_zf/static/css/style.css
new file mode 100644
index 0000000..5c3d26b
--- /dev/null
+++ b/tuxlite_zf/static/css/style.css
@@ -0,0 +1,48 @@
+/* Misc */
+.button { background-color: #0090d3; }
+a { color: #0090d3; }
+
+/* Base.html - top navigation */
+.top-bar {
+height: 100%;
+margin-bottom: 1em;
+box-shadow: 0.1em 0.1em 0.5em 0.1em;
+}
+ul.button-group.navigation { margin-bottom: 1em; }
+
+
+/* Base.html sidebar */
+h5.sidebar-title {
+border-bottom: 0.1em solid #eeeeee;
+margin-top: 1em;
+font-weight: bold;
+text-transform: uppercase;
+}
+
+.side-nav li a { color: #222}
+.side-nav { padding: 0.5em 0; }
+
+
+/* Index.html - posts */
+h3.article-title { margin-bottom: 0em; }
+.article-title a { color: #222222; }
+
+
+/* Article infos | infos_bottom.html */
+.subheader { color: #aaa; margin-bottom: 1.2em; }
+a.article-info { color: #aaa; }
+
+
+/* Archives.html */
+.table-archive { border: none; }
+
+
+/* Index.html - line seperator for posts */
+hr.gradient {
+ border: 0;
+ height: 1px;
+ background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
+ background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
+ background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
+ background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
+} \ No newline at end of file