summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
blob: 5ff127a4206b9b3c6ffe63e7be797c5a675b7813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
body {
   background-color: rgb(255,255,255);
   color: rgb(26,151,15);
   font-family: Arial, Helvetica, sans-serif;
   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-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: sans-serif;
   font-style: normal;
   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;
}