display photo index as matrix
[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-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
6    border-color: rgb(15,15,15);\r
7 }\r
8 \r
9 #content {\r
10    background-color: rgb(255,255,255);\r
11    color: rgb(0,0,0);\r
12    border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
13    padding: 2px;\r
14    border-color: rgb(0,0,0);\r
15    margin-left: 25%; width: auto;\r
16 }\r
17 \r
18 #tags {\r
19    background-color: rgb(255,255,255);\r
20    color: rgb(4,151,15);\r
21    font-family: sans-serif;\r
22    font-style: normal;\r
23    border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
24    border-color: rgb(0,0,0);\r
25    padding-top: 20px;\r
26    width: 25%; position: relative; top: 0; left: 0; float: left;\r
27 }\r