1
@import url('reset.css');
2
@import url('styles.css');
3
@import url('forms.css');
5
/* moin specific overrides go below */
6
.clear { clear: both; }
7
#fullsearch { display: none; }
10
background-image: url("../images/bg_dotted.png");
15
background-image: url("../images/logo.png");
24
-moz-border-radius: 0px 0px 4px 4px;
25
-webkit-border-bottom-left-radius: 4px;
26
-webkit-border-bottom-right-radius: 4px;
27
-moz-box-shadow: #bbb 0px 0px 2px;
28
-webkit-box-shadow: #bbb 0px 0px 2px;
29
background-color: #F2F2F2;
33
#search-box #searchinput {
38
padding: 3px 0 1px 4px;
40
border: 1px solid #ccc;
42
#search-box #titlesearch {
44
background: url("../images/search_button_sprite.png") transparent;
54
#search-box button span {
61
-moz-border-radius:0 0 4px 4px;
62
-moz-box-shadow:0 0 2px #BBBBBB;
63
-webkit-border-bottom-left-radius: 4px;
64
-webkit-border-bottom-right-radius: 4px;
65
-webkit-box-shadow: #bbb 0px 0px 2px;
66
background-color:#F2F2F2;
68
/* margin-left:720px; */
77
padding: 13px 8px 0 10px;
80
#second-nav li:first-child {
81
background-color: #F2F2F2;
82
background: url("../images/subnav_active_bg.png") repeat scroll left 1px transparent !important;
84
#second-nav li:first-child a {
94
-moz-border-radius: 4px 4px;
95
-webkit-border-radius: 4px;
96
border-radius: 4px 4px;
98
background-color: #f7f7f7;
109
padding: 12px 10px 0;
111
border-right: 1px solid #e9e9e9;
122
background-color: #d9d9d9;
142
#cwt-content table li {
146
#cwt-content table ol {
147
list-style-type: decimal;
150
/* fix wiki styles */
159
/* knock the size of headings in the content area one notch */
161
/* let's turn this off for now
179
*/ /* end disabled heading size bumps */
184
#cwt-content dt, #cwt-content dd {
189
#footer .footer-div {
202
background-image: none;
220
#cwt-content input[type=text] {
224
/* moin's msg dialog */
228
border: 20px #F1F1ED solid;
230
background-color: white;
237
/* tables need a little spacing */
238
#cwt-content td, #cwt-content th {
242
#cwt-content td, #cwt-content th {
243
border: 1px solid #E9E9E9;
245
#cwt-content ol, #cwt-content ul, #cwt-content dl {
247
list-style-type: decimal;
249
#cwt-content li, #cwt-content dd, #cwt-content dt {
256
font-family: monospace;