~ubuntu-it-wiki/wiki-ubuntu-it/wiki-repo

« back to all changes in this revision

Viewing changes to htdocs/light/css/screen.css

  • Committer: Leo Iannacone
  • Date: 2010-11-23 13:37:46 UTC
  • Revision ID: leo.iannacone@gmail.com-20101123133746-jnvr1g2tzvuba7h0
Added light theme from the lp:ubuntu-website/light-moin-theme branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@import url('reset.css');
 
2
@import url('styles.css');
 
3
@import url('forms.css');
 
4
 
 
5
/* moin specific overrides go below */
 
6
.clear { clear: both; }
 
7
#fullsearch { display: none; }
 
8
 
 
9
body {
 
10
    background-image: url("../images/bg_dotted.png");
 
11
}
 
12
 
 
13
#ubuntu-header {
 
14
    left: 841px;
 
15
    background-image: url("../images/logo.png");
 
16
}
 
17
 
 
18
#main-menu a {
 
19
    padding: 24px 8px;
 
20
}
 
21
 
 
22
#search-box {
 
23
    margin-left: 720px;
 
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;
 
30
    width: 224px;
 
31
    height: 40px;
 
32
}
 
33
#search-box #searchinput {
 
34
    float: left;
 
35
    width: 172px;
 
36
    height: 20px;
 
37
    margin: 8px 0 0 8px;
 
38
    padding: 3px 0 1px 4px;
 
39
    font-size: 11px;
 
40
    border: 1px solid #ccc;
 
41
}
 
42
#search-box #titlesearch {
 
43
    float: left;
 
44
    background: url("../images/search_button_sprite.png") transparent;
 
45
    width: 24px;
 
46
    height: 24px;
 
47
    margin: 8px 0 0 8px;
 
48
    padding: 0;
 
49
    border: none;
 
50
    cursor: pointer;
 
51
        text-indent: 50px;
 
52
}
 
53
 
 
54
#search-box button span {
 
55
    position: absolute;
 
56
    overflow: hidden;
 
57
    text-indent: -9999px;
 
58
}
 
59
 
 
60
#second-nav {
 
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;
 
67
        height:40px;
 
68
        /* margin-left:720px; */
 
69
        width:715px;
 
70
        float:left;
 
71
}
 
72
 
 
73
#second-nav li {
 
74
        display: block;
 
75
        float:left;
 
76
        font-size: 12px;
 
77
        padding: 13px 8px 0 10px;
 
78
}
 
79
 
 
80
#second-nav li:first-child {
 
81
    background-color: #F2F2F2;
 
82
    background: url("../images/subnav_active_bg.png") repeat scroll left 1px transparent !important;
 
83
}
 
84
#second-nav li:first-child a {
 
85
    color: #DD4814;
 
86
    display: block;
 
87
    padding-bottom: 13px;
 
88
}
 
89
#second-nav li a {
 
90
    display: block;
 
91
    padding-bottom: 13px;
 
92
}
 
93
#cwt-nav3 {
 
94
        -moz-border-radius: 4px 4px;
 
95
    -webkit-border-radius: 4px;
 
96
        border-radius: 4px 4px;
 
97
        margin: 0 16px;
 
98
        background-color: #f7f7f7;
 
99
}
 
100
#cwt-nav3 ul {
 
101
        display: inline;
 
102
        margin-bottom: 0;
 
103
}
 
104
#cwt-nav3 li {
 
105
        display: block;
 
106
        font-size: 12px;
 
107
        float: left;
 
108
        height: 30px;
 
109
        padding: 12px 10px 0;
 
110
        margin-bottom: 0;
 
111
        border-right: 1px solid #e9e9e9;
 
112
        color: #333;
 
113
}
 
114
#cwt-nav3 li a {
 
115
        color: #888;
 
116
}
 
117
 
 
118
#cwt-nav3 hr {
 
119
        border: 0;
 
120
        width: 100%;
 
121
        color: #d9d9d9;
 
122
        background-color: #d9d9d9;
 
123
        margin: 0;
 
124
        padding: 0;
 
125
}
 
126
/*
 
127
#subheader li { 
 
128
        display: inline;
 
129
}*/
 
130
#subheader ul {
 
131
        display: inline;
 
132
        float: left;
 
133
}
 
134
#title span {
 
135
        color: #AEA79F;
 
136
}
 
137
#cwt-content {
 
138
    padding-right: 16px;
 
139
}
 
140
 
 
141
/* fix TOC styles */
 
142
#cwt-content table li {
 
143
    margin-left: 1.5em;
 
144
    line-height: 18px;
 
145
}
 
146
#cwt-content table ol {
 
147
    list-style-type: decimal;
 
148
}
 
149
 
 
150
/* fix wiki styles */
 
151
#cwt-content pre {
 
152
    line-height: 16px;
 
153
    margin-bottom: 8px;
 
154
}
 
155
#cwt-content h1 {
 
156
    margin-bottom: 8px;
 
157
}
 
158
 
 
159
/* knock the size of headings in the content area one notch */
 
160
 
 
161
/* let's turn this off for now
 
162
#cwt-content h1 {
 
163
    font-size: 24px;
 
164
    line-height: 28px;
 
165
}
 
166
#cwt-content h2 {
 
167
    font-size: 16px;
 
168
    line-height: 20px;
 
169
}
 
170
#cwt-content h3 {
 
171
    font-size: 12px;
 
172
    line-height: 16px;
 
173
}
 
174
#cwt-content h4 {
 
175
    font-size: 12px;
 
176
    font-weight: bold;
 
177
    line-height: 16px;
 
178
}
 
179
*/ /* end disabled heading size bumps */
 
180
#cwt-content dt {
 
181
    font-weight: bold;
 
182
    margin-top: 10px;
 
183
}
 
184
#cwt-content dt, #cwt-content dd {
 
185
    line-height: 18px;
 
186
    font-size: 14px;
 
187
}
 
188
 
 
189
#footer .footer-div {
 
190
    height: 120px;
 
191
}
 
192
 
 
193
#footer * {
 
194
    line-height: 16px;
 
195
}
 
196
 
 
197
#footer li {
 
198
    padding: 0 0 1px;
 
199
}
 
200
 
 
201
#copyright {
 
202
    background-image: none;
 
203
    padding-top: 0;
 
204
}
 
205
 
 
206
#copyright a {
 
207
    display: block;
 
208
    float: right;
 
209
    position: relative;
 
210
    right: -8px;
 
211
    top:-12px;
 
212
}
 
213
 
 
214
/* edit form */
 
215
#editor-textarea {
 
216
    width: 100%;
 
217
    font-size: 14px;
 
218
    padding: 4px;
 
219
}
 
220
#cwt-content input[type=text] {
 
221
    width: 100%;
 
222
}
 
223
 
 
224
/* moin's msg dialog */
 
225
#message {
 
226
    padding: 16px;
 
227
    margin: 8px 0;
 
228
    border: 20px #F1F1ED solid;
 
229
    font-size: 14px;
 
230
    background-color: white;
 
231
}
 
232
#message p {
 
233
    font-size: 14px;
 
234
    font-weight: bold;
 
235
}
 
236
 
 
237
/* tables need a little spacing */
 
238
#cwt-content td, #cwt-content th {
 
239
    margin: 1px;
 
240
    padding: 4px;
 
241
}
 
242
#cwt-content td, #cwt-content th {
 
243
    border: 1px solid #E9E9E9;
 
244
}
 
245
#cwt-content ol, #cwt-content ul, #cwt-content dl {
 
246
    margin-bottom: 8px;
 
247
    list-style-type: decimal;
 
248
}
 
249
#cwt-content li, #cwt-content dd, #cwt-content dt {
 
250
    line-height: 14px;
 
251
}
 
252
#cwt-content ol li {
 
253
    margin-left: 18px;
 
254
}
 
255
#cwt-content tt {
 
256
    font-family: monospace;
 
257
}