initial stylesheet
authorAndreas Unterkircher <unki@netshadow.at>
Mon, 4 Jun 2007 18:48:00 +0000 (18:48 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Mon, 4 Jun 2007 18:48:00 +0000 (18:48 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@4 fa6a889d-dae6-447d-9e79-4ba9a3039384

stylesheet.css [new file with mode: 0644]

diff --git a/stylesheet.css b/stylesheet.css
new file mode 100644 (file)
index 0000000..52d045c
--- /dev/null
@@ -0,0 +1,30 @@
+body {\r
+   background-color: rgb(255,255,255);\r
+   color: rgb(26,151,15);\r
+   font-family: Arial, Helvetica, sans-serif;\r
+   border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;\r
+   border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
+   border-color: rgb(15,15,15);\r
+}\r
+\r
+#content {\r
+   background-color: rgb(255,255,255);\r
+   color: rgb(0,0,0);\r
+   border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;\r
+   border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
+   padding: 2px;\r
+   border-color: rgb(0,0,0);\r
+   margin-left: 25%; width: auto;\r
+}\r
+\r
+#tags {\r
+   background-color: rgb(255,255,255);\r
+   color: rgb(4,151,15);\r
+   font-family: Trebuchet MS, sans-serif;\r
+   font-style: normal;\r
+   border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;\r
+   border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
+   border-color: rgb(0,0,0);\r
+   padding-top: 20px;\r
+   width: 25%; position: relative; top: 0; left: 0; float: left;\r
+}\r