summaryrefslogtreecommitdiffstats
path: root/styling/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styling/style.css')
-rw-r--r--styling/style.css45
1 files changed, 34 insertions, 11 deletions
diff --git a/styling/style.css b/styling/style.css
index 17e41a4..02e71af 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -1,8 +1,14 @@
+/*
+ Author: rsiddharth
+ Contact: <rsiddharth@ninthfloor.org>
+ License: Public Domain <http://creativecommons.org/publicdomain/zero/1.0/>
+
+*/
+
article {
- font-size:1.50em; /* 1.88 */
- font-style:normal;
+ font-size:1.50em; /* 1.88 */
font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
- color:#686868;
+ color:#787878;
margin-left:auto;
margin-right:auto;
border:1px;
@@ -11,14 +17,18 @@ article {
box-shadow: 1px 1.5px 3px 0.5px #bababa;
}
-h1, h2, h3, h4 {
+h1, h2, h3, h4, h5 {
margin-left:auto;
- margin-right:auto;
- border:1px;
+ margin-right:auto;
+ border:1px;
padding:5px;
width:75%;
text-align:center;
}
+h1 {
+ font-size:1.80em;
+}
+
p, i, b{
margin-left:auto;
margin-right:auto;
@@ -27,7 +37,7 @@ p, i, b{
width:70%;
text-align:justify;
line-height:170%;
- /*-moz-word-wrap:break-word;*/
+ -moz-word-wrap:break-word;
}
.center {
text-align:center;
@@ -36,7 +46,7 @@ p, i, b{
blockquote {
font-size:0.77em;
font-style:oblique;
- color:#787878;
+ color:#888888;
text-align:justify;
background-color:#fcfcfc;
margin-left:auto;
@@ -64,6 +74,18 @@ div.code {
width:65%;
}
+div.time {
+ font-size:0.50em;
+ font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
+ color:#aaaaaa;
+ margin-left:auto;
+ margin-right:auto;
+ border:1px;
+ padding:5px;
+ width:20%;
+ text-align:center;
+}
+
img {
margin-left:auto;
margin-right:auto;
@@ -71,6 +93,7 @@ img {
border: 1px;
padding: 10px;
}
+
a:link,a:visited {
transition:border-bottom 0.3s, color 0.3s;
-moz-transition:border-bottom 0.3s, color 0.3s;
@@ -87,10 +110,10 @@ a:hover,a:active {
}
div.back {
- font-size:0.9em;
+ font-size:0.7em;
font-family:junicode,"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
text-align:center;
- color:#686868;
+ color:#989898;
margin-left:auto;
margin-right:auto;
border:1px;
@@ -102,7 +125,7 @@ footer {
font-size:0.8em;
font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
text-align:center;
- color:#686868;
+ color:#989898;
margin-left:auto;
margin-right:auto;
border:1px;