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(-) (limited to 'styling') 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 From 00a25a7ef03e25864019ef2e4f3fe5813ec292e9 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 9 Nov 2012 23:49:48 +0530 Subject: added: conversion/ignore/ conversion/ignore/Ignored.java (a class getting info about ignored child-directories, in the present directory) modified: conversion/ConvertDirectory.java (added code to check if the child-directory is in the ignored list) docs/scruf (started sketching out documentation on how to use scruf) styling/style.css todo --- styling/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'styling') diff --git a/styling/style.css b/styling/style.css index 19d037f..02e71af 100644 --- a/styling/style.css +++ b/styling/style.css @@ -25,6 +25,10 @@ h1, h2, h3, h4, h5 { width:75%; text-align:center; } +h1 { + font-size:1.80em; +} + p, i, b{ margin-left:auto; margin-right:auto; -- cgit v1.2.3