summaryrefslogtreecommitdiffstats
path: root/output/theme/css/wide.css
diff options
context:
space:
mode:
authorTommy A. Surbakti <tommy@surbakti.net>2013-11-18 14:59:35 +0700
committerTommy A. Surbakti <tommy@surbakti.net>2013-11-18 14:59:35 +0700
commit88ae351d909103f949fba0af13024978b7341d0e (patch)
tree420dbe96612de6ffce5c417aea358ca8e784d174 /output/theme/css/wide.css
downloadrepo-master.tar.gz
repo-master.tar.xz
repo-master.zip
push pertamaHEADmaster
Diffstat (limited to 'output/theme/css/wide.css')
-rw-r--r--output/theme/css/wide.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/output/theme/css/wide.css b/output/theme/css/wide.css
new file mode 100644
index 0000000..88fd59c
--- /dev/null
+++ b/output/theme/css/wide.css
@@ -0,0 +1,48 @@
+@import url("main.css");
+
+body {
+ font:1.3em/1.3 "Hoefler Text","Georgia",Georgia,serif,sans-serif;
+}
+
+.post-info{
+ display: none;
+}
+
+#banner nav {
+ display: none;
+ -moz-border-radius: 0px;
+ margin-bottom: 20px;
+ overflow: hidden;
+ font-size: 1em;
+ background: #F5F4EF;
+}
+
+#banner nav ul{
+ padding-right: 50px;
+}
+
+#banner nav li{
+ float: right;
+ color: #000;
+}
+
+#banner nav li a {
+ color: #000;
+}
+
+#banner h1 {
+ margin-bottom: -18px;
+}
+
+#featured, #extras {
+ padding: 50px;
+}
+
+#featured {
+ padding-top: 20px;
+}
+
+#extras {
+ padding-top: 0px;
+ padding-bottom: 0px;
+}