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

« back to all changes in this revision

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

  • Committer: Leo Iannacone
  • Date: 2011-06-01 19:48:26 UTC
  • Revision ID: l3on@ubuntu.com-20110601194826-a8zt6and1d9gqmfu
Update light theme to ubuntu-it style

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 
 
3
Copyright Â© 2008 Ubuntu-it - Created by Milo Casagrande <milo@ubuntu.com>,
 
4
Leo Iannacone <l3on@ubuntu.com>, Alessio Treglia <quadrispro@ubuntu.com>. 
 
5
 
 
6
*/
 
7
 
 
8
/* IE 6 and below */
 
9
.container {
 
10
        padding: 0 !important;
 
11
}
 
12
 
 
13
.contenuto {
 
14
        padding-left:1% !important;
 
15
}
 
16
 
 
17
.bg-right {
 
18
        right: 3.9% !important;
 
19
}
 
20
 
 
21
.bottom-left {
 
22
        bottom: 14px !important;
 
23
}
 
24
 
 
25
.bottom-right {
 
26
        bottom: 14px !important;
 
27
        right: 3.9% !important;
 
28
}
 
29
 
 
30
.footer {
 
31
        height:0px !important;
 
32
        margin-top:40px !important;
 
33
}
 
34
 
 
35
.otherthemeslinks {
 
36
        margin-top: -5px !important;
 
37
        height: 22px !important;
 
38
}
 
39
 
 
40
.otherthemeslinks img {
 
41
        margin-top: 0px !important;
 
42
}
 
43
 
 
44
#sfondobarra {
 
45
        padding-left:5% !important;
 
46
}
 
47
 
 
48
#pulsante {
 
49
        right:-3.8% !important;
 
50
}
 
51
 
 
52
#page {
 
53
        height: 440px !important;
 
54
}
 
55
 
 
56
.toc-top-sx {
 
57
        height:0px !important;
 
58
}
 
59
 
 
60
.toc-core {
 
61
        height: 110px !important;
 
62
}
 
63
 
 
64
.supported-releases-core {
 
65
        height: 20px !important;
 
66
}
 
67