Index: trunk/phase3/skins/common/cologneblue.css |
— | — | @@ -1,101 +1,210 @@ |
2 | | -body { margin: 0px; padding: 0px; color: black; } |
3 | | -#specialform { display: inline; } |
4 | | -#content { top: 0; margin: 0; padding: 0; } |
| 2 | +body { |
| 3 | + margin: 0px; |
| 4 | + padding: 0px; |
| 5 | + color: black; |
| 6 | +} |
| 7 | + |
| 8 | +#specialform { |
| 9 | + display: inline; |
| 10 | +} |
| 11 | + |
| 12 | +#content { |
| 13 | + top: 0; |
| 14 | + margin: 0; |
| 15 | + padding: 0; |
| 16 | +} |
| 17 | + |
5 | 18 | #mw-data-after-content { |
6 | | - font-family: Verdana, Arial, sans-serif; |
7 | | - color: black; |
8 | | - font-size: 8pt; |
| 19 | + font-family: Verdana, Arial, sans-serif; |
| 20 | + color: black; |
| 21 | + font-size: 8pt; |
9 | 22 | } |
10 | | -#topbar { padding: 0px; } |
| 23 | + |
| 24 | +#topbar { |
| 25 | + padding: 0px; |
| 26 | +} |
| 27 | + |
11 | 28 | #powersearch { |
12 | | - background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px; |
| 29 | + background: #DDEEFF; |
| 30 | + border-style: solid; |
| 31 | + border-width: 1px; |
| 32 | + padding: 2px; |
13 | 33 | } |
| 34 | + |
14 | 35 | #quickbar { |
15 | | - width: 140px; top: 18ex; padding: 2px; visibility: visible; z-index: 99; |
| 36 | + width: 140px; |
| 37 | + top: 18ex; |
| 38 | + padding: 2px; |
| 39 | + visibility: visible; |
| 40 | + z-index: 99; |
16 | 41 | } |
| 42 | + |
17 | 43 | #article, #article td, #article th, #article p { |
18 | | - font-family: Verdana, Arial, sans-serif; |
19 | | - font-size: 10pt; color: black; |
| 44 | + font-family: Verdana, Arial, sans-serif; |
| 45 | + font-size: 10pt; |
| 46 | + color: black; |
20 | 47 | } |
| 48 | + |
21 | 49 | #article p { |
22 | | - padding-top: 0; padding-bottom: 0; |
23 | | - margin-top: 1ex; margin-bottom: 0; |
| 50 | + padding-top: 0; |
| 51 | + padding-bottom: 0; |
| 52 | + margin-top: 1ex; |
| 53 | + margin-bottom: 0; |
24 | 54 | } |
25 | | -p, pre, td, th, li, dd, dt { line-height: 12pt; } |
26 | | -textarea { overflow: auto; } |
27 | 55 | |
28 | | -#footer { padding: 4px; } |
29 | | -#footer form { display: inline; } |
| 56 | +p, pre, td, th, li, dd, dt { |
| 57 | + line-height: 12pt; |
| 58 | +} |
| 59 | + |
| 60 | +textarea { |
| 61 | + overflow: auto; |
| 62 | +} |
| 63 | + |
| 64 | +#footer { |
| 65 | + padding: 4px; |
| 66 | +} |
| 67 | + |
| 68 | +#footer form { |
| 69 | + display: inline; |
| 70 | +} |
| 71 | + |
30 | 72 | #sitetitle { |
31 | | - font-family: Times, serif; |
32 | | - color: white; |
33 | | - font-weight: normal; font-size: 32pt; |
34 | | - line-height: 32pt; |
| 73 | + font-family: Times, serif; |
| 74 | + color: white; |
| 75 | + font-weight: normal; |
| 76 | + font-size: 32pt; |
| 77 | + line-height: 32pt; |
35 | 78 | } |
| 79 | + |
36 | 80 | td.top { |
37 | | - background-color: #6688AA; color: white; |
38 | | - margin-top: 4px; margin-bottom: 4px; |
39 | | - padding-top: 0; padding-bottom: 0; |
40 | | - text-transform: uppercase; |
41 | | - font-family: Verdana, Arial, sans-serif; font-size: 8pt; |
| 81 | + background-color: #6688AA; |
| 82 | + color: white; |
| 83 | + margin-top: 4px; |
| 84 | + margin-bottom: 4px; |
| 85 | + padding-top: 0; |
| 86 | + padding-bottom: 0; |
| 87 | + text-transform: uppercase; |
| 88 | + font-family: Verdana, Arial, sans-serif; |
| 89 | + font-size: 8pt; |
42 | 90 | } |
| 91 | + |
43 | 92 | td.top a { |
44 | | - font-family: Verdana, Arial, sans-serif; |
45 | | - background-color: #6688AA; color: white; |
46 | | - text-decoration: none; font-size: 10pt; |
| 93 | + font-family: Verdana, Arial, sans-serif; |
| 94 | + background-color: #6688AA; |
| 95 | + color: white; |
| 96 | + text-decoration: none; |
| 97 | + font-size: 10pt; |
47 | 98 | } |
| 99 | + |
48 | 100 | td.bottom { |
49 | | - font-family: Verdana, Arial, sans-serif; |
50 | | - font-size: 10pt; |
51 | | - padding: 0; |
| 101 | + font-family: Verdana, Arial, sans-serif; |
| 102 | + font-size: 10pt; |
| 103 | + padding: 0; |
52 | 104 | } |
| 105 | + |
53 | 106 | #pagestats { |
54 | | - font-family: Verdana, Arial, sans-serif; |
55 | | - color: black; |
56 | | - font-size: 9pt; |
| 107 | + font-family: Verdana, Arial, sans-serif; |
| 108 | + color: black; |
| 109 | + font-size: 9pt; |
57 | 110 | } |
| 111 | + |
58 | 112 | #sitesub { |
59 | | - font-family: Verdana, Arial, sans-serif; |
60 | | - font-size: 9pt; font-weight: bold; |
61 | | - color: black; |
62 | | - padding-top: 0; |
| 113 | + font-family: Verdana, Arial, sans-serif; |
| 114 | + font-size: 9pt; font-weight: bold; |
| 115 | + color: black; |
| 116 | + padding-top: 0; |
63 | 117 | } |
| 118 | + |
64 | 119 | #quickbar { |
65 | | - font-family: Verdana, Arial, sans-serif; |
66 | | - font-size: 8pt; font-weight: bold; line-height: 9.5pt; |
67 | | - text-decoration: none; |
68 | | - color: black; |
69 | | - padding: 0; margin-top: 0; |
| 120 | + font-family: Verdana, Arial, sans-serif; |
| 121 | + font-size: 8pt; |
| 122 | + font-weight: bold; |
| 123 | + line-height: 9.5pt; |
| 124 | + text-decoration: none; |
| 125 | + color: black; |
| 126 | + padding: 0; |
| 127 | + margin-top: 0; |
70 | 128 | } |
71 | | -#quickbar a { color: #446688; } |
72 | 129 | |
| 130 | +#quickbar a { |
| 131 | + color: #446688; |
| 132 | +} |
| 133 | + |
73 | 134 | #quickbar h6 { |
74 | | - font-family: Verdana, Arial, sans-serif; |
75 | | - font-size: 10pt; font-weight: bold; line-height: 12pt; |
76 | | - text-decoration: none; |
77 | | - color: #666666; |
78 | | - padding: 0; margin-bottom: 2px; margin-top: 6px; |
| 135 | + font-family: Verdana, Arial, sans-serif; |
| 136 | + font-size: 10pt; |
| 137 | + font-weight: bold; |
| 138 | + line-height: 12pt; |
| 139 | + text-decoration: none; |
| 140 | + color: #666666; |
| 141 | + padding: 0; |
| 142 | + margin-bottom: 2px; |
| 143 | + margin-top: 6px; |
79 | 144 | } |
80 | | -#quickbar form { padding: 0; margin-top: 0; } |
81 | 145 | |
| 146 | +#quickbar form { |
| 147 | + padding: 0; |
| 148 | + margin-top: 0; |
| 149 | +} |
| 150 | + |
82 | 151 | h1 { |
83 | | - color: #666666; |
84 | | - font-family: Verdana, Arial, sans-serif; |
85 | | - font-size: 180%; line-height: 21pt; |
| 152 | + color: #666666; |
| 153 | + font-family: Verdana, Arial, sans-serif; |
| 154 | + font-size: 180%; |
| 155 | + line-height: 21pt; |
86 | 156 | } |
87 | | -h1 .editsection { font-size: 55.6%; } |
88 | | -h1.pagetitle { padding-bottom: 0; margin-bottom: 0; } |
| 157 | + |
| 158 | +h1 .editsection { |
| 159 | + font-size: 55.6%; |
| 160 | +} |
| 161 | + |
| 162 | +h1.pagetitle { |
| 163 | + padding-bottom: 0; |
| 164 | + margin-bottom: 0; |
| 165 | +} |
| 166 | + |
89 | 167 | #article p.subtitle { |
90 | | - color: #666666; font-size: 11pt; font-weight: bold; |
91 | | - padding-top: 0; margin-top: 0; padding-bottom: 1ex; |
| 168 | + color: #666666; |
| 169 | + font-size: 11pt; |
| 170 | + font-weight: bold; |
| 171 | + padding-top: 0; |
| 172 | + margin-top: 0; |
| 173 | + padding-bottom: 1ex; |
92 | 174 | } |
93 | 175 | |
94 | | -a { color: #223366; } |
95 | | -a.external { color: #336644; } |
96 | | -a:visited { color: #8D0749; } |
97 | | -a.printable { text-decoration: underline; } |
98 | | -a.stub, #quickbar a.stub { color:#772233; text-decoration:none; } |
99 | | -a.new, #quickbar a.new { color: #CC2200; } |
100 | | -h2, h3, h4, h5, h6 { margin-bottom: 0; } |
101 | | -small { font-size: 75%; } |
102 | | -input.mw-searchInput { width: 106px; } |
| 176 | +a { |
| 177 | + color: #223366; |
| 178 | +} |
| 179 | + |
| 180 | +a.external { |
| 181 | + color: #336644; |
| 182 | +} |
| 183 | + |
| 184 | +a:visited { |
| 185 | + color: #8D0749; |
| 186 | +} |
| 187 | + |
| 188 | +a.printable { |
| 189 | + text-decoration: underline; |
| 190 | +} |
| 191 | + |
| 192 | +a.stub, #quickbar a.stub { |
| 193 | + color: #772233; |
| 194 | + text-decoration: none; |
| 195 | +} |
| 196 | + |
| 197 | +a.new, #quickbar a.new { |
| 198 | + color: #CC2200; |
| 199 | +} |
| 200 | + |
| 201 | +h2, h3, h4, h5, h6 { |
| 202 | + margin-bottom: 0; |
| 203 | +} |
| 204 | + |
| 205 | +small { |
| 206 | + font-size: 75%; |
| 207 | +} |
| 208 | + |
| 209 | +input.mw-searchInput { |
| 210 | + width: 106px; |
| 211 | +} |
\ No newline at end of file |
Index: trunk/phase3/skins/common/common_rtl.css |
— | — | @@ -10,14 +10,14 @@ |
11 | 11 | #preftoc li { list-style: none; } |
12 | 12 | #prefcontrol { float: right; } |
13 | 13 | fieldset.prefsection, |
14 | | -fieldset.operaprefsection { |
15 | | - margin-left: 0; |
16 | | - margin-right: 18em; |
| 14 | +fieldset.operaprefsection { |
| 15 | + margin-left: 0; |
| 16 | + margin-right: 18em; |
17 | 17 | } |
18 | 18 | /* page history */ |
19 | | -#pagehistory .history-user { |
20 | | - margin-right: 1.4em; |
21 | | - margin-left: 0.4em; |
| 19 | +#pagehistory .history-user { |
| 20 | + margin-right: 1.4em; |
| 21 | + margin-left: 0.4em; |
22 | 22 | } |
23 | 23 | .editsection { |
24 | 24 | float: left; |
Index: trunk/phase3/skins/common/commonPrint.css |
— | — | @@ -8,12 +8,15 @@ |
9 | 9 | |
10 | 10 | /* Thanks to A List Apart (http://alistapart.com/) for useful extras */ |
11 | 11 | a.stub, |
12 | | -a.new{ color:#ba0000; text-decoration:none; } |
| 12 | +a.new { |
| 13 | + color: #ba0000; |
| 14 | + text-decoration: none; |
| 15 | +} |
13 | 16 | |
14 | 17 | #toc { |
15 | | - border:1px solid #aaaaaa; |
16 | | - background-color:#f9f9f9; |
17 | | - padding:5px; |
| 18 | + border: 1px solid #aaaaaa; |
| 19 | + background-color: #f9f9f9; |
| 20 | + padding: 5px; |
18 | 21 | } |
19 | 22 | body.ltr .tocindent { |
20 | 23 | margin-left: 2em; |
— | — | @@ -26,81 +29,87 @@ |
27 | 30 | } |
28 | 31 | |
29 | 32 | /* images */ |
30 | | -div.floatright { |
31 | | - float: right; |
32 | | - clear: right; |
33 | | - position: relative; |
34 | | - margin: 0.5em 0 0.8em 1.4em; |
| 33 | +div.floatright { |
| 34 | + float: right; |
| 35 | + clear: right; |
| 36 | + position: relative; |
| 37 | + margin: 0.5em 0 0.8em 1.4em; |
35 | 38 | } |
36 | | -body.rtl div.floatright { |
37 | | - float: left; |
38 | | - clear: left; |
39 | | - margin: 0.5em 1.4em 0.8em 0; |
| 39 | +body.rtl div.floatright { |
| 40 | + float: left; |
| 41 | + clear: left; |
| 42 | + margin: 0.5em 1.4em 0.8em 0; |
40 | 43 | } |
41 | | -div.floatright p { font-style: italic;} |
42 | | -div.floatleft { |
43 | | - float: left; |
44 | | - clear: left; |
45 | | - position: relative; |
46 | | - margin: 0.5em 1.4em 0.8em 0; |
| 44 | +div.floatright p { |
| 45 | + font-style: italic; |
47 | 46 | } |
48 | | -body.rtl div.floatleft { |
49 | | - float: right; |
50 | | - clear: right; |
51 | | - margin: 0.5em 0 0.8em 1.4em; |
| 47 | +div.floatleft { |
| 48 | + float: left; |
| 49 | + clear: left; |
| 50 | + position: relative; |
| 51 | + margin: 0.5em 1.4em 0.8em 0; |
52 | 52 | } |
53 | | -div.floatleft p { font-style: italic; } |
| 53 | +body.rtl div.floatleft { |
| 54 | + float: right; |
| 55 | + clear: right; |
| 56 | + margin: 0.5em 0 0.8em 1.4em; |
| 57 | +} |
| 58 | +div.floatleft p { |
| 59 | + font-style: italic; |
| 60 | +} |
54 | 61 | |
55 | 62 | /* thumbnails */ |
56 | 63 | div.thumb { |
57 | | - border: none; |
58 | | - width: auto; |
59 | | - margin-top: 0.5em; |
60 | | - margin-bottom: 0.8em; |
61 | | - background-color: transparent; |
| 64 | + border: none; |
| 65 | + width: auto; |
| 66 | + margin-top: 0.5em; |
| 67 | + margin-bottom: 0.8em; |
| 68 | + background-color: transparent; |
62 | 69 | } |
63 | 70 | div.thumbinner { |
64 | | - border:1px solid #cccccc; |
65 | | - padding: 3px !important; |
66 | | - background-color: White; |
67 | | - font-size: 94%; |
68 | | - text-align: center; |
69 | | - overflow: hidden; |
| 71 | + border:1px solid #cccccc; |
| 72 | + padding: 3px !important; |
| 73 | + background-color: White; |
| 74 | + font-size: 94%; |
| 75 | + text-align: center; |
| 76 | + overflow: hidden; |
70 | 77 | } |
71 | 78 | html .thumbimage { |
72 | | - border:1px solid #cccccc; |
| 79 | + border: 1px solid #cccccc; |
73 | 80 | } |
74 | 81 | html .thumbcaption { |
75 | 82 | border: none; |
76 | | - text-align: left; |
77 | | - line-height: 1.4em; |
| 83 | + text-align: left; |
| 84 | + line-height: 1.4em; |
78 | 85 | padding: 3px !important; |
79 | | - font-size: 94%; |
| 86 | + font-size: 94%; |
80 | 87 | } |
81 | 88 | body.rtl .thumbcaption { |
82 | 89 | text-align: right; |
83 | 90 | } |
84 | 91 | |
85 | | -div.magnify { display: none; } |
| 92 | +div.magnify { |
| 93 | + display: none; |
| 94 | +} |
86 | 95 | div.tright { |
87 | | - float: right; |
88 | | - clear: right; |
89 | | - margin: 0.5em 0 0.8em 1.4em; |
| 96 | + float: right; |
| 97 | + clear: right; |
| 98 | + margin: 0.5em 0 0.8em 1.4em; |
90 | 99 | } |
91 | 100 | div.tleft { |
92 | | - float: left; |
93 | | - clear: left; |
94 | | - margin: 0.5em 1.4em 0.8em 0; |
| 101 | + float: left; |
| 102 | + clear: left; |
| 103 | + margin: 0.5em 1.4em 0.8em 0; |
95 | 104 | } |
96 | 105 | body.rtl div.tright { |
97 | | - float: left; |
98 | | - clear: left; |
99 | | - border-width: 0.5em 1.4em 0.8em 0; |
| 106 | + float: left; |
| 107 | + clear: left; |
| 108 | + border-width: 0.5em 1.4em 0.8em 0; |
100 | 109 | } |
101 | 110 | body.rtl div.tleft { |
102 | | - float: right; |
103 | | - clear: right; |
104 | | - border-width: 0.5em 0 0.8em 1.4em; |
| 111 | + float: right; |
| 112 | + clear: right; |
| 113 | + border-width: 0.5em 0 0.8em 1.4em; |
105 | 114 | } |
106 | 115 | img.thumbborder { |
107 | 116 | border: 1px solid #dddddd; |
— | — | @@ -108,20 +117,20 @@ |
109 | 118 | |
110 | 119 | /* table standards */ |
111 | 120 | table.rimage { |
112 | | - float:right; |
113 | | - width:1pt; |
114 | | - position:relative; |
115 | | - margin-left:1em; |
116 | | - margin-bottom:1em; |
117 | | - text-align:center; |
| 121 | + float: right; |
| 122 | + width: 1pt; |
| 123 | + position: relative; |
| 124 | + margin-left: 1em; |
| 125 | + margin-bottom: 1em; |
| 126 | + text-align: center; |
118 | 127 | } |
119 | 128 | |
120 | 129 | body { |
121 | | - background: White; |
122 | | - /*font-size: 11pt !important;*/ |
123 | | - color: Black; |
124 | | - margin: 0; |
125 | | - padding: 0; |
| 130 | + background: White; |
| 131 | + /*font-size: 11pt !important;*/ |
| 132 | + color: Black; |
| 133 | + margin: 0; |
| 134 | + padding: 0; |
126 | 135 | } |
127 | 136 | |
128 | 137 | .noprint, |
— | — | @@ -139,24 +148,24 @@ |
140 | 149 | li#disclaimer, |
141 | 150 | li#privacy, |
142 | 151 | #mw-hidden-catlinks { |
143 | | - /* Hides all the elements irrelevant for printing */ |
144 | | - display: none; |
| 152 | + /* Hides all the elements irrelevant for printing */ |
| 153 | + display: none; |
145 | 154 | } |
146 | 155 | |
147 | | -ul { |
148 | | - list-style-type: square; |
| 156 | +ul { |
| 157 | + list-style-type: square; |
149 | 158 | } |
150 | 159 | |
151 | 160 | #content { |
152 | | - background: none; |
153 | | - border: none ! important; |
154 | | - padding: 0 ! important; |
155 | | - margin: 0 ! important; |
| 161 | + background: none; |
| 162 | + border: none ! important; |
| 163 | + padding: 0 ! important; |
| 164 | + margin: 0 ! important; |
156 | 165 | } |
157 | 166 | #footer { |
158 | 167 | background : white; |
159 | 168 | color : black; |
160 | | - border-top: 1px solid black; |
| 169 | + border-top: 1px solid black; |
161 | 170 | } |
162 | 171 | |
163 | 172 | h1, h2, h3, h4, h5, h6 { |
— | — | @@ -164,8 +173,8 @@ |
165 | 174 | } |
166 | 175 | |
167 | 176 | p, .documentDescription { |
168 | | - margin: 1em 0 ! important; |
169 | | - line-height: 1.2em; |
| 177 | + margin: 1em 0 ! important; |
| 178 | + line-height: 1.2em; |
170 | 179 | } |
171 | 180 | |
172 | 181 | .tocindent p { |
— | — | @@ -173,55 +182,55 @@ |
174 | 183 | } |
175 | 184 | |
176 | 185 | pre { |
177 | | - border: 1pt dashed black; |
178 | | - white-space: pre; |
179 | | - font-size: 8pt; |
180 | | - overflow: auto; |
181 | | - padding: 1em 0; |
182 | | - background : white; |
183 | | - color : black; |
| 186 | + border: 1pt dashed black; |
| 187 | + white-space: pre; |
| 188 | + font-size: 8pt; |
| 189 | + overflow: auto; |
| 190 | + padding: 1em 0; |
| 191 | + background: white; |
| 192 | + color: black; |
184 | 193 | } |
185 | 194 | |
186 | 195 | table.listing, |
187 | 196 | table.listing td { |
188 | | - border: 1pt solid black; |
189 | | - border-collapse: collapse; |
| 197 | + border: 1pt solid black; |
| 198 | + border-collapse: collapse; |
190 | 199 | } |
191 | 200 | |
192 | 201 | a { |
193 | | - color: Black !important; |
194 | | - background: none !important; |
195 | | - padding: 0 !important; |
| 202 | + color: Black !important; |
| 203 | + background: none !important; |
| 204 | + padding: 0 !important; |
196 | 205 | } |
197 | 206 | |
198 | 207 | a:link, a:visited { |
199 | | - color: #520; |
200 | | - background: transparent; |
201 | | - text-decoration: underline; |
| 208 | + color: #520; |
| 209 | + background: transparent; |
| 210 | + text-decoration: underline; |
202 | 211 | } |
203 | 212 | |
204 | 213 | #content a.external.text:after, #content a.external.autonumber:after { |
205 | | - /* Expand URLs for printing */ |
206 | | - content: " (" attr(href) ") "; |
| 214 | + /* Expand URLs for printing */ |
| 215 | + content: " (" attr(href) ") "; |
207 | 216 | } |
208 | 217 | |
209 | 218 | #globalWrapper { |
210 | | - width: 100% !important; |
211 | | - min-width: 0 !important; |
| 219 | + width: 100% !important; |
| 220 | + min-width: 0 !important; |
212 | 221 | } |
213 | 222 | |
214 | 223 | #content { |
215 | | - background : white; |
216 | | - color : black; |
| 224 | + background: white; |
| 225 | + color: black; |
217 | 226 | } |
218 | 227 | |
219 | 228 | #column-content { |
220 | | - margin: 0 !important; |
| 229 | + margin: 0 !important; |
221 | 230 | } |
222 | 231 | |
223 | 232 | #column-content #content { |
224 | | - padding: 1em; |
225 | | - margin: 0 !important; |
| 233 | + padding: 1em; |
| 234 | + margin: 0 !important; |
226 | 235 | } |
227 | 236 | /* MSIE/Win doesn't understand 'inherit' */ |
228 | 237 | a, a.external, a.new, a.stub { |
— | — | @@ -247,86 +256,92 @@ |
248 | 257 | |
249 | 258 | /* image galleries */ |
250 | 259 | table.gallery { |
251 | | - border: 1px solid #ccc; |
252 | | - margin: 2px; |
253 | | - padding: 2px; |
254 | | - background-color: white; |
255 | | - border-collapse: collapse; |
| 260 | + border: 1px solid #ccc; |
| 261 | + margin: 2px; |
| 262 | + padding: 2px; |
| 263 | + background-color: white; |
| 264 | + border-collapse: collapse; |
256 | 265 | } |
257 | 266 | |
258 | 267 | table.gallery tr { |
259 | | - vertical-align: top; |
| 268 | + vertical-align: top; |
260 | 269 | } |
261 | 270 | |
262 | 271 | table.gallery td { |
263 | | - vertical-align: top; |
264 | | - padding: 1px; |
265 | | - border: 1px solid #ccc; |
| 272 | + vertical-align: top; |
| 273 | + padding: 1px; |
| 274 | + border: 1px solid #ccc; |
266 | 275 | } |
267 | 276 | |
268 | 277 | div.gallerybox { |
269 | | - margin: 2px; |
| 278 | + margin: 2px; |
270 | 279 | } |
271 | 280 | |
272 | 281 | div.gallerybox div.thumb { |
273 | | - text-align: center; |
274 | | - border: 1px solid #ccc; |
275 | | - margin: 2px; |
| 282 | + text-align: center; |
| 283 | + border: 1px solid #ccc; |
| 284 | + margin: 2px; |
276 | 285 | } |
277 | 286 | |
278 | 287 | div.gallerytext { |
279 | | - overflow: hidden; |
280 | | - font-size: 94%; |
281 | | - padding: 2px 4px; |
| 288 | + overflow: hidden; |
| 289 | + font-size: 94%; |
| 290 | + padding: 2px 4px; |
282 | 291 | } |
283 | 292 | |
284 | 293 | /* |
285 | 294 | ** Diff rendering |
286 | 295 | */ |
287 | | -table.diff { background:white; } |
288 | | -td.diff-otitle { background:#ffffff; } |
289 | | -td.diff-ntitle { background:#ffffff; } |
| 296 | +table.diff { |
| 297 | + background: white; |
| 298 | +} |
| 299 | +td.diff-otitle { |
| 300 | + background: #ffffff; |
| 301 | +} |
| 302 | +td.diff-ntitle { |
| 303 | + background: #ffffff; |
| 304 | +} |
290 | 305 | td.diff-addedline { |
291 | | - background:#ccffcc; |
292 | | - font-size: smaller; |
293 | | - border: solid 2px black; |
| 306 | + background: #ccffcc; |
| 307 | + font-size: smaller; |
| 308 | + border: solid 2px black; |
294 | 309 | } |
295 | 310 | td.diff-deletedline { |
296 | | - background:#ffffaa; |
297 | | - font-size: smaller; |
298 | | - border: dotted 2px black; |
| 311 | + background: #ffffaa; |
| 312 | + font-size: smaller; |
| 313 | + border: dotted 2px black; |
299 | 314 | } |
300 | 315 | td.diff-context { |
301 | | - background:#eeeeee; |
302 | | - font-size: smaller; |
| 316 | + background: #eeeeee; |
| 317 | + font-size: smaller; |
303 | 318 | } |
304 | 319 | .diffchange { |
305 | | - color: silver; |
306 | | - font-weight: bold; |
307 | | - text-decoration: underline; |
| 320 | + color: silver; |
| 321 | + font-weight: bold; |
| 322 | + text-decoration: underline; |
308 | 323 | } |
309 | 324 | |
310 | 325 | /* |
311 | 326 | ** Table rendering |
312 | 327 | */ |
313 | 328 | table.wikitable { |
314 | | - margin: 1em 1em 1em 0; |
315 | | - border: 1px #aaa solid; |
316 | | - border-collapse: collapse; |
| 329 | + margin: 1em 1em 1em 0; |
| 330 | + border: 1px #aaa solid; |
| 331 | + border-collapse: collapse; |
317 | 332 | } |
318 | 333 | .wikitable th, .wikitable td { |
319 | | - border: 1px #aaa solid; |
320 | | - padding: 0.2em; |
| 334 | + border: 1px #aaa solid; |
| 335 | + padding: 0.2em; |
321 | 336 | } |
322 | 337 | .wikitable th { |
323 | | - text-align: center; |
324 | | - background: #F9F9F9; |
325 | | - font-weight: bold; |
| 338 | + text-align: center; |
| 339 | + background: #F9F9F9; |
| 340 | + font-weight: bold; |
326 | 341 | } |
327 | 342 | .wikitable caption { |
328 | | - font-weight: bold; |
| 343 | + font-weight: bold; |
329 | 344 | } |
330 | | - |
| 345 | + |
331 | 346 | a.sortheader { |
332 | | - margin: 0px 0.3em; |
| 347 | + margin: 0px 0.3em; |
333 | 348 | } |
Index: trunk/phase3/skins/common/diff.css |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | border: none; |
43 | 43 | width: 98%; |
44 | 44 | border-spacing: 4px; |
45 | | - |
| 45 | + |
46 | 46 | /* Fixed layout is required to ensure that cells containing long URLs |
47 | 47 | don't widen in Safari, Internet Explorer, or iCab */ |
48 | 48 | table-layout: fixed; |
— | — | @@ -60,14 +60,14 @@ |
61 | 61 | CSS 3 draft..., but Gecko doesn't support it yet: |
62 | 62 | https://bugzilla.mozilla.org/show_bug.cgi?id=99457 */ |
63 | 63 | word-wrap: break-word; |
64 | | - |
| 64 | + |
65 | 65 | /* As fallback, scrollbars will be added for very wide cells |
66 | 66 | instead of text overflowing or widening */ |
67 | 67 | overflow: auto; |
68 | | - |
| 68 | + |
69 | 69 | /* The above rule breaks on very old versions of Mozilla due |
70 | 70 | to a bug which collapses the table cells to a single line. |
71 | | - |
| 71 | + |
72 | 72 | In Mozilla 1.1 and below with JavaScript enabled, the rule |
73 | 73 | will be overridden with this by diff.js; wide cell contents |
74 | 74 | then spill horizontally without widening the rest of the |
— | — | @@ -78,66 +78,63 @@ |
79 | 79 | /* |
80 | 80 | * Styles for the HTML Diff |
81 | 81 | */ |
82 | | -div.diff-switchtype{ |
| 82 | +div.diff-switchtype { |
83 | 83 | text-align: center; |
84 | 84 | font-weight: bold; |
85 | 85 | font-size: smaller; |
86 | 86 | } |
87 | 87 | |
88 | 88 | span.diff-html-added { |
89 | | - font-size: 100%; |
90 | | - background-color: #20ff20 |
| 89 | + font-size: 100%; |
| 90 | + background-color: #20ff20 |
91 | 91 | } |
92 | 92 | |
93 | 93 | span.diff-html-removed { |
94 | | - font-size: 100%; |
95 | | - text-decoration: line-through; |
96 | | - background-color: #ff2020 |
| 94 | + font-size: 100%; |
| 95 | + text-decoration: line-through; |
| 96 | + background-color: #ff2020 |
97 | 97 | } |
98 | 98 | |
99 | 99 | span.diff-html-changed { |
100 | | - background: url(images/diffunderline.gif) bottom repeat-x; |
101 | | - /* Hack for IE5.5, see http://lists.wikimedia.org/pipermail/wikitech-l/2008-November/040273.html */ |
102 | | - *background-color: #c6c6fd; /* light blue */ |
| 100 | + background: url(images/diffunderline.gif) bottom repeat-x; |
| 101 | + /* Hack for IE5.5, see http://lists.wikimedia.org/pipermail/wikitech-l/2008-November/040273.html */ |
| 102 | + *background-color: #c6c6fd; /* light blue */ |
103 | 103 | } |
104 | 104 | |
105 | | -span.diff-html-added img{ |
106 | | - border: 5px solid #ccffcc; |
| 105 | +span.diff-html-added img { |
| 106 | + border: 5px solid #ccffcc; |
107 | 107 | } |
108 | 108 | |
109 | | -span.diff-html-removed img{ |
110 | | - border: 5px solid #fdc6c6; |
| 109 | +span.diff-html-removed img { |
| 110 | + border: 5px solid #fdc6c6; |
111 | 111 | } |
112 | 112 | |
113 | | -span.diff-html-changed img{ |
114 | | - border: 5px dotted #000099; |
115 | | - |
| 113 | +span.diff-html-changed img { |
| 114 | + border: 5px dotted #000099; |
116 | 115 | } |
117 | 116 | |
118 | 117 | span.diff-html-changed { |
119 | | - position: relative; /* this is key */ |
120 | | - cursor: help; |
| 118 | + position: relative; /* this is key */ |
| 119 | + cursor: help; |
121 | 120 | } |
122 | | - |
| 121 | + |
123 | 122 | span.diff-html-changed span.tip { |
124 | | - display: none; /* so is this */ |
| 123 | + display: none; /* so is this */ |
125 | 124 | } |
126 | 125 | |
127 | 126 | /* tooltip will display on :hover event */ |
128 | | - |
| 127 | + |
129 | 128 | span.diff-html-changed:hover span.tip { |
130 | | - display: block; |
131 | | - z-index: 95; |
132 | | - position: absolute; |
133 | | - top: 2.5em; |
134 | | - left: 0; |
135 | | - width: auto; |
136 | | - line-height: 1.2em; |
137 | | - padding: 3px 7px 4px 6px; |
138 | | - border: 1px solid #336; |
139 | | - background-color: #f7f7ee; |
140 | | - font-size: 10px; |
141 | | - text-align: left; |
| 129 | + display: block; |
| 130 | + z-index: 95; |
| 131 | + position: absolute; |
| 132 | + top: 2.5em; |
| 133 | + left: 0; |
| 134 | + width: auto; |
| 135 | + line-height: 1.2em; |
| 136 | + padding: 3px 7px 4px 6px; |
| 137 | + border: 1px solid #336; |
| 138 | + background-color: #f7f7ee; |
| 139 | + font-size: 10px; |
| 140 | + text-align: left; |
142 | 141 | } |
143 | | - |
144 | | - |