From: Andreas Unterkircher Date: Mon, 4 Jun 2007 18:48:00 +0000 (+0000) Subject: initial stylesheet X-Git-Tag: phpfspot-1.2~331 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dcff763268e19302a97b14018e972fceeab37c3;p=phpfspot.git initial stylesheet git-svn-id: file:///var/lib/svn/phpfspot/trunk@4 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..52d045c --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,30 @@ +body { + background-color: rgb(255,255,255); + color: rgb(26,151,15); + font-family: Arial, Helvetica, sans-serif; + border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px; + border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; + border-color: rgb(15,15,15); +} + +#content { + background-color: rgb(255,255,255); + color: rgb(0,0,0); + border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px; + border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; + padding: 2px; + border-color: rgb(0,0,0); + margin-left: 25%; width: auto; +} + +#tags { + background-color: rgb(255,255,255); + color: rgb(4,151,15); + font-family: Trebuchet MS, sans-serif; + font-style: normal; + border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px; + border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; + border-color: rgb(0,0,0); + padding-top: 20px; + width: 25%; position: relative; top: 0; left: 0; float: left; +}