summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
blob: 52d045ce3575eb2b365e72a1f4017dd57fb1e76a (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
28
29
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;
}