From 10f76557ba3eb7e9241e972750b0cc528b503ca3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 3 Nov 2013 12:22:58 +0530 Subject: removed docs/ section. From now on the canonical place for documentation is at nongnu.org/scruf/manual/ --- docs/style.css | 180 --------------------------------------------------------- 1 file changed, 180 deletions(-) delete mode 100644 docs/style.css (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css deleted file mode 100644 index d6a533a..0000000 --- a/docs/style.css +++ /dev/null @@ -1,180 +0,0 @@ -/* - Author: rsiddharth - Contact: - License: Public Domain - -*/ - -article { - font-size:1.50em; - font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif; - color:#787878; - margin-left:auto; - margin-right:auto; - border:1px; - padding:5px; - width:97%; - box-shadow: 1px 1.5px 3px 0.5px #bababa; -} - -h1, h2, h3, h4, h5 { - margin-left:auto; - 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; - border:1px; - padding:5px; - width:70%; - text-align:justify; - line-height:170%; - -moz-word-wrap:break-word; -} -.center { - text-align:center; -} - -blockquote { - font-size:0.77em; - font-style:oblique; - color:#888888; - text-align:justify; - background-color:#fcfcfc; - margin-left:auto; - margin-right:auto; - border:1px; - padding:5px; - width:60%; -} - -span.monospace { - border: 1px; - padding: 1px; - font-size:0.625em; - font-family:monospace; -} - -div.code { - font-family:monospace; - font-size:0.625em; - background-color:#fcfcfc; - margin-left:auto; - margin-right:auto; - border:1px; - padding:5px; - width:70%; -} - -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; - display:block; - border: 1px; - padding: 10px; -} - -audio { - margin-left:auto; - margin-right:auto; - display:block; - 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; - -webkit-transition:border-bottom 0.3s, color 0.3s; - -o-transition:border-bottom 0.3s, color 0.3s; - color:#686868; - border-bottom:1px dotted #d9d9d9; - text-decoration:none; -} -a:hover,a:active { - color:#000000; - border-bottom: 1px; - text-decoration:none; -} - -div.back { - font-size:0.7em; - font-family:junicode,"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif; - text-align:center; - color:#989898; - margin-left:auto; - margin-right:auto; - border:1px; - padding:5px; - width:7%; -} - -footer { - font-size:0.8em; - font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif; - text-align:center; - color:#989898; - margin-left:auto; - margin-right:auto; - border:1px; - padding:5px; - width:45%; -} - -div.lastupdate { - font-size:0.6em; - font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif; - text-align:center; - color:#989898; - margin-left:auto; - margin-right:auto; - border:1px; - padding:5px; - width:40%; -} - -div.source { - font-size:0.4em; - font-family:monospace; - text-align:center; - color:#989898; - margin-left:auto; - margin-right:auto; - border:1px; - padding:5px; - width:40%; -} - -div.scruf { - font-size:0.9em; - font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif; - text-align:center; - color:#bcbcbc; - margin-left:auto; - margin-right:auto; - border:1px; - padding:5px; - width:40%; - -} - -- cgit v1.2.3