summaryrefslogtreecommitdiffstats
path: root/common/mb.css
blob: c5bc0b978c89ae14721312cd7c86a4fb8572e590 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
body {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #333333;
  margin: 4em;
  padding-top: 0px;
  background-color: white;
}



.programlisting {
    border: 1px solid #ccc;
    background: #ddd;
    margin: 5px;
    padding: 5px; 
}

img {
    border: 0px;
}

hr {
 color: #333;
 background-color: #333;
 height: 3px;
}

 h1 {
   color: #99cc66;
}


h2 {
   color: #99cc66;
   border-bottom: 2px solid #dddddd; 
}

h3 {
 color: #33bb66;
   border-bottom: 1px solid #dddddd; 
}



#footer {
	color: #aaa;
	text-align: center;
	font-size: 11px;
}

#footer a {
        color: inherit;
        text-decoration: none;
}


.variablelist {

}

.section {
	margin-top: 40px;
}

.section table {
	border: 0px;
	background: #ddd;
}

.section td {
        border: 0px;
	background: #eee;
	padding: 2px;
}

.section th {
	background: #ccf;
	border: 0px;
}

.tip {
	background-color: #ce9;
        border: 1px solid #466432;
	padding: 5px;
}

.tip th  {
     border: 0px;
     background: #ce9;
     color: #466432;
}

.tip td  {
     border: 0px;
     background: #ce9;
}

.tip table  {
     border: 0px;
     background: #ce9;
}

.tip h3 {
	color: #466432;
}

.note {
	background-color: #ce9;
        border: 1px solid #466432;
	padding: 5px;
}

.note th  {
     border: 0px;
     background: #ce9;
     color: #466432;
}

.note td  {
     border: 0px;
     background: #ce9;
}

.note table  {
     border: 0px;
     background: #ce9;
}

.note h3 {
	color: #466432;
}

.revhistory table {
	border: 1px solid #ddd;
}

.revhistory th {
	background: #ccc;
	border: 0px;
}

.revhistory td {
	background: #fff;
	border: 0px;
}

a:Link {color: #6699cc; text-decoration: none; } 
a:Active {color: #6699cc; text-decoration: none; }
a:Visited {color: #6699cc; text-decoration: none;}
a:Hover {color: #ec1c26; text-decoration: dotted;}