From 14b1a9d7eb6d725df3c214d4e147fc1290856a50 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 26 Oct 2012 22:09:25 +0530 Subject: stylesheet modified --- styling/style.css | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/styling/style.css b/styling/style.css index 17e41a4..19d037f 100644 --- a/styling/style.css +++ b/styling/style.css @@ -1,8 +1,14 @@ +/* + Author: rsiddharth + Contact: + License: Public Domain + +*/ + 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,10 +17,10 @@ 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; @@ -27,7 +33,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 +42,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 +70,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 +89,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 +106,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 +121,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; -- cgit v1.2.3