~ubuntu-ir-web/ubuntu-website/wiki

« back to all changes in this revision

Viewing changes to light/css/screen.css

  • Committer: dani.behzi at gmail
  • Date: 2012-12-11 00:24:51 UTC
  • Revision ID: dani.behzi@gmail.com-20121211002451-k7xf536m5vvndavo
First tries

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
}
12
12
 
13
13
#ubuntu-header {
14
 
    left: 841px;
 
14
    right: 790px;
15
15
    background-image: url("../images/logo.png");
16
16
}
17
17
 
20
20
}
21
21
 
22
22
#search-box {
23
 
    margin-left: 720px;
 
23
    margin-right: 709px;
24
24
    -moz-border-radius: 0px 0px 4px 4px;
25
25
    -webkit-border-bottom-left-radius: 4px;
26
26
    -webkit-border-bottom-right-radius: 4px;
67
67
        height:40px;
68
68
        /* margin-left:720px; */
69
69
        width:715px;
70
 
        float:left;
 
70
        float:right;
71
71
}
72
72
 
73
73
#second-nav li {
93
93
#cwt-nav3 {
94
94
        -moz-border-radius: 4px 4px;
95
95
    -webkit-border-radius: 4px;
 
96
    float: right;
96
97
        border-radius: 4px 4px;
97
98
        margin: 0 16px;
98
99
        background-color: #f7f7f7;
129
130
}*/
130
131
#subheader ul {
131
132
        display: inline;
132
 
        float: left;
 
133
        float: right;
133
134
}
134
135
#title span {
135
136
        color: #AEA79F;
143
144
    margin-left: 1.5em;
144
145
    line-height: 18px;
145
146
}
 
147
#cwt-content table ol {
 
148
    list-style-type: decimal;
 
149
}
146
150
 
147
151
/* fix wiki styles */
148
152
#cwt-content pre {
202
206
 
203
207
#copyright a {
204
208
    display: block;
205
 
    float: right;
 
209
    float: left;
206
210
    position: relative;
207
211
    right: -8px;
208
212
    top:-12px;
241
245
}
242
246
#cwt-content ol, #cwt-content ul, #cwt-content dl {
243
247
    margin-bottom: 8px;
 
248
    list-style-type: decimal;
244
249
}
245
250
#cwt-content li, #cwt-content dd, #cwt-content dt {
246
251
    line-height: 14px;