some first draft of an working photo index page
[phpfspot.git] / stylesheet.css
1 body {\r
2    background-color: rgb(255,255,255);\r
3    color: rgb(26,151,15);\r
4    font-family: Arial, Helvetica, sans-serif;\r
5    border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;\r
6    border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
7    border-color: rgb(15,15,15);\r
8 }\r
9 \r
10 #content {\r
11    background-color: rgb(255,255,255);\r
12    color: rgb(0,0,0);\r
13    border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;\r
14    border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
15    padding: 2px;\r
16    border-color: rgb(0,0,0);\r
17    margin-left: 25%; width: auto;\r
18 }\r
19 \r
20 #tags {\r
21    background-color: rgb(255,255,255);\r
22    color: rgb(4,151,15);\r
23    font-family: Trebuchet MS, sans-serif;\r
24    font-style: normal;\r
25    border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;\r
26    border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
27    border-color: rgb(0,0,0);\r
28    padding-top: 20px;\r
29    width: 25%; position: relative; top: 0; left: 0; float: left;\r
30 }\r