Hopefully make the documentation page work a little bit better.
[htmlpurifier-web.git] / pear_server.css
blob15a24433c315ec48859144a0d33b28a81bffe608
1 body, html {
2 margin: 0;
3 padding: 0;
4 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
5 font-size: 14px;
6 /*overflow: hidden;
7 overflow-x: hidden;
8 overflow-y: hidden;*/
11 a {
12 color: #DCDCDC;
13 text-decoration: none;
16 a:hover {
17 text-decoration: underline;
20 #top {
21 background-color: #840A0A;
22 color: #DCDCDC;
23 margin: 0;
24 height: 6%;
27 #top a {
28 font-weight: bold;
31 #top h1 {
32 background-color: #840A0A;
33 margin: 0;
34 padding-left: 5px;
35 padding-top: 5px;
38 #top p {
39 background-color: #840A0A;
40 float: right;
41 margin-top: -2.5em;
42 margin-right: 1em;
45 #menu {
46 float: left;
47 margin: 0;
48 background-color: #9E5151;
49 width: 15em;
50 padding: 5px;
51 height: 93%;
54 #menu #nav {
55 margin-top: 0;
56 list-style: none;
57 padding-left: 0;
60 #menu #nav li {
61 margin-left: 0;
64 #menu h2 {
65 font-size: 16px;
66 color: #DCDCDC;
67 font-weight: bold;
70 #menu ul {
71 list-style: none;
72 padding-left: 2em;
75 #content {
76 float: left;
77 margin-left: 10px;
78 margin-top: 10px;
79 width: 500px;
82 #content a {
83 color: #840A0A;
86 table tr th {
87 background-color: #CCCCCC;
90 table tr td {
91 padding: 5px;