Index: trunk/phase3/stylesheets/davinci/IEFixes.css |
— | — | @@ -0,0 +1,23 @@ |
| 2 | +/* |
| 3 | +** Stylesheet filter for some b0rked browser |
| 4 | +** Don't touch! |
| 5 | +*/ |
| 6 | +/* IE6.0 */ |
| 7 | +@import "null?\"\{"; |
| 8 | +@import "IE60Fixes.css"; |
| 9 | + |
| 10 | +voice-family: "\"}\""; |
| 11 | +voice-family:inherit; |
| 12 | + |
| 13 | +/* IE5.0 */ |
| 14 | +@media tty { |
| 15 | + i{content:"\";/*" "*/}}; @import 'IE50Fixes.css'; {;}/*";} |
| 16 | +} |
| 17 | + |
| 18 | +/* IE5.5 */ |
| 19 | +@media tty { |
| 20 | + i{content:"\";/*" "*/}}@m; @import 'IE55Fixes.css'; /*";} |
| 21 | +} |
| 22 | + |
| 23 | + |
| 24 | + |
Property changes on: trunk/phase3/stylesheets/davinci/IEFixes.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 25 | + native |
Added: svn:keywords |
2 | 26 | + Author Date Id Revision |
Index: trunk/phase3/stylesheets/davinci/IE50Fixes.css |
— | — | @@ -0,0 +1,135 @@ |
| 2 | +/* |
| 3 | +** IE5.0 Fix Stylesheet |
| 4 | +*/ |
| 5 | + |
| 6 | +/* IE 4&5 interpret keyword sizes one off */ |
| 7 | +body { |
| 8 | + font-size: xx-small; |
| 9 | +} |
| 10 | + |
| 11 | +* html #visual-portal-wrapper { |
| 12 | + width: 100%; |
| 13 | +} |
| 14 | +* html*#visual-portal-wrapper { |
| 15 | + width: auto; |
| 16 | +} |
| 17 | + |
| 18 | +input { |
| 19 | + margin-bottom: 1px; /* bug fix */ |
| 20 | +} |
| 21 | + |
| 22 | +table.listing td.top { |
| 23 | + /* insane IE row bug workaround */ |
| 24 | + position: relative; |
| 25 | + left: -1px; |
| 26 | + top: -1px; |
| 27 | +} |
| 28 | + |
| 29 | +/* 5.0 doesn't like the background icon for external links and user */ |
| 30 | +.link-external, |
| 31 | +.external { |
| 32 | + background: none; |
| 33 | + padding: 0; |
| 34 | +} |
| 35 | +li#personaltools-userpage, |
| 36 | +li#personaltools-login, |
| 37 | +li#personaltools-logout { |
| 38 | + background: none; |
| 39 | + padding-left: none; |
| 40 | +} |
| 41 | + |
| 42 | +/* try to prevent the sidebar from getting pushed to the bottom */ |
| 43 | + |
| 44 | +.portlet { |
| 45 | + width: 13.5em; |
| 46 | + overflow: hidden; |
| 47 | +} |
| 48 | + |
| 49 | +#portal-column-one { |
| 50 | + position: absolute; |
| 51 | + z-index:0; |
| 52 | + overflow: visible; |
| 53 | + top: 0px; |
| 54 | +} |
| 55 | + |
| 56 | +textarea { |
| 57 | + width: 78% !important; |
| 58 | +} |
| 59 | + |
| 60 | + |
| 61 | +#portal-column-content { |
| 62 | + margin: 2.8em 0 0 -12.2em !important; |
| 63 | +} |
| 64 | +#portal-column-content #content { |
| 65 | + margin-left: 12.2em; |
| 66 | + position: relative; |
| 67 | + z-index: 1; |
| 68 | +} |
| 69 | +/* slightly smaller top margin for the content area */ |
| 70 | + |
| 71 | + |
| 72 | +#portlet-contentViews { |
| 73 | + top: 1.4em; |
| 74 | + left: 11.8em; |
| 75 | + background: transparent; |
| 76 | + width: 76% !important; |
| 77 | +} |
| 78 | + |
| 79 | +#portlet-contentViews ul { |
| 80 | + display: block; |
| 81 | + float: left; |
| 82 | +} |
| 83 | +#portlet-contentViews li { |
| 84 | + display: block; |
| 85 | + float: left; |
| 86 | +} |
| 87 | +#portlet-contentViews li a { |
| 88 | + display: block; |
| 89 | + float: left; |
| 90 | + padding-bottom: 0.2em; |
| 91 | +} |
| 92 | +#portlet-contentViews .selected a, |
| 93 | +#portlet-contentViews li a:hover { |
| 94 | + padding-bottom: 0.2em; |
| 95 | +} |
| 96 | + |
| 97 | +#portlet-personal { |
| 98 | + position: absolute; |
| 99 | + text-align: right; |
| 100 | + top: 0px; |
| 101 | + left: 0px; |
| 102 | + /*width: 760px !important;*/ |
| 103 | + width: 100% !important; |
| 104 | + white-space: nowrap !important; |
| 105 | + padding: 0; |
| 106 | + margin: 0; |
| 107 | + border: none; |
| 108 | +} |
| 109 | + |
| 110 | +#portal-personaltools { |
| 111 | + padding-bottom: 0.1em; |
| 112 | +} |
| 113 | + |
| 114 | +#portal-personaltools li a { |
| 115 | + padding-left: 2em !important; |
| 116 | + margin-left: 2em !important; |
| 117 | +} |
| 118 | + |
| 119 | + |
| 120 | +#portal-footer { |
| 121 | + margin: 0 0 0 15em; |
| 122 | +} |
| 123 | + |
| 124 | +/* padding fixes */ |
| 125 | +#content { |
| 126 | + padding: 0 0 1em 0em; |
| 127 | + margin: 0; |
| 128 | +} |
| 129 | +.urlexpansion { |
| 130 | + display: none !important; |
| 131 | +} |
| 132 | +#documentSubtitle { |
| 133 | + margin: -1em 0 0.6em 1em; |
| 134 | +} |
| 135 | + |
| 136 | +/*div{ border:1px solid Red !important;}*/ |
Property changes on: trunk/phase3/stylesheets/davinci/IE50Fixes.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 137 | + native |
Added: svn:keywords |
2 | 138 | + Author Date Id Revision |
Index: trunk/phase3/stylesheets/davinci/IE60Fixes.css |
— | — | @@ -0,0 +1,61 @@ |
| 2 | +/* 6.0 - only fixes */ |
| 3 | + |
| 4 | +/* slightly smaller top margin for the content area */ |
| 5 | +#portlet-contentViews { |
| 6 | + left: 11.4em; |
| 7 | + top: 1.7em; |
| 8 | + width: 76% !important; |
| 9 | +} |
| 10 | + |
| 11 | +#portlet-contentViews ul { |
| 12 | + display: block; |
| 13 | + float: left; |
| 14 | +} |
| 15 | +#portlet-contentViews li { |
| 16 | + display: block; |
| 17 | + float: left; |
| 18 | +} |
| 19 | +#portlet-contentViews li a { |
| 20 | + display: block; |
| 21 | + float: left; |
| 22 | + padding-bottom: 0.2em; |
| 23 | +} |
| 24 | +#portlet-contentViews .selected a, |
| 25 | +#portlet-contentViews li a:hover { |
| 26 | + padding-bottom: 0.2em; |
| 27 | +} |
| 28 | + |
| 29 | +#portal-column-content { |
| 30 | + margin: 1.9em 0 0 -11.9em; |
| 31 | +} |
| 32 | + |
| 33 | +#portal-column-content #content { |
| 34 | + margin: 0 0 0 11.9em; |
| 35 | +} |
| 36 | + |
| 37 | +#portal-personaltools { |
| 38 | + padding-bottom: 0.1em; |
| 39 | +} |
| 40 | + |
| 41 | + |
| 42 | +/* height on everything... */ |
| 43 | +#content, |
| 44 | +#content p, |
| 45 | +div.comment, |
| 46 | +h1, |
| 47 | +h2, |
| 48 | +h3, |
| 49 | +h4, |
| 50 | +h5, |
| 51 | +h6, |
| 52 | +.description, |
| 53 | +.portalMessage { |
| 54 | + height: 100%; |
| 55 | +} |
| 56 | + |
| 57 | +p { |
| 58 | + margin: 0.2em 0em 0.4em 0em; |
| 59 | + line-height: 1.5em; |
| 60 | +} |
| 61 | + |
| 62 | +/*{ border:1px solid Red !important;}*/ |
Property changes on: trunk/phase3/stylesheets/davinci/IE60Fixes.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 63 | + native |
Added: svn:keywords |
2 | 64 | + Author Date Id Revision |
Index: trunk/phase3/stylesheets/davinci/main.css |
— | — | @@ -0,0 +1,934 @@ |
| 2 | +/* |
| 3 | +** Mediawiki 'DaVinci' style sheet for CSS2-capable browsers. |
| 4 | +** |
| 5 | +** Copyright Gabriel Wicke - http://www.aulinx.de/ |
| 6 | +** |
| 7 | +** Based on the Plone 2.0 styles, see http://plone.org/. |
| 8 | +** Plone stylesheet Copyright: |
| 9 | +** Alexander Limi - http://www.plonesolutions.com |
| 10 | +** additional plone work: |
| 11 | +** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com |
| 12 | +** Michael Zeltner - http://niij.org |
| 13 | +** Geir B�kholt - http://www.plonesolutions.com |
| 14 | +** |
| 15 | +** All you guys rock :) |
| 16 | +*/ |
| 17 | + |
| 18 | +/* |
| 19 | +** Tableless Column Layout for CSS2 capable Browsers |
| 20 | +** Based on http://www.positioniseverything.net/ordered-floats.html by Big John. |
| 21 | +** Fixed width modifications by Tonico Strasser (http://www.webproducer.at) and |
| 22 | +** Michael Zeltner (http://niij.org). |
| 23 | +** simplified heavily by Gabriel Wicke |
| 24 | +*/ |
| 25 | + |
| 26 | +#portal-columns { |
| 27 | +/* width: auto;*/ |
| 28 | + margin: 0; |
| 29 | +} |
| 30 | + |
| 31 | + |
| 32 | +#portal-column-content { |
| 33 | + /*position:relative; |
| 34 | + top:2.2em; */ |
| 35 | + width: 100%; |
| 36 | + float: right; |
| 37 | + margin: 2.1em 0 0 -12.2em; |
| 38 | +} |
| 39 | +#portal-column-content #content { |
| 40 | + margin: 0 0 0 12.2em; |
| 41 | +/* position: relative; |
| 42 | + z-index:1;*/ |
| 43 | +} |
| 44 | + |
| 45 | +#portal-column-one { |
| 46 | + padding-top: 160px; |
| 47 | +} |
| 48 | + |
| 49 | +/* the left column width is specified in class .portlet */ |
| 50 | + |
| 51 | +/* Font size: |
| 52 | +** We take advantage of keyword scaling- browsers won't go below 9px |
| 53 | +** More at http://www.w3.org/2003/07/30-font-size |
| 54 | +** http://style.cleverchimp.com/font_size_intervals/altintervals.html |
| 55 | +*/ |
| 56 | + |
| 57 | +body { |
| 58 | + font: x-small "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; |
| 59 | + background-color: White; |
| 60 | + color: Black; |
| 61 | + margin: 0; |
| 62 | + padding: 0; |
| 63 | +} |
| 64 | + |
| 65 | + |
| 66 | +/* scale back up to a sane default */ |
| 67 | +#visual-portal-wrapper { |
| 68 | + font-size:123% |
| 69 | +} |
| 70 | + |
| 71 | +/* general styles */ |
| 72 | + |
| 73 | +table { |
| 74 | + font-size: 100%; |
| 75 | +} |
| 76 | + |
| 77 | + |
| 78 | +a { |
| 79 | + text-decoration: none; |
| 80 | + /*color: #436976;*/ |
| 81 | + color: #005189; |
| 82 | + background-color: transparent; |
| 83 | +} |
| 84 | +img { |
| 85 | + border: none; |
| 86 | + vertical-align: middle; |
| 87 | +} |
| 88 | +p { |
| 89 | + margin: 0.4em 0em 0.7em 0em; |
| 90 | + line-height: 1.5em; |
| 91 | +} |
| 92 | +p a { |
| 93 | + text-decoration: none; |
| 94 | +} |
| 95 | +p a:visited { |
| 96 | + color: #5a3696; |
| 97 | + background-color: transparent; |
| 98 | +} |
| 99 | +p a:active { |
| 100 | + color: Red; |
| 101 | + background-color: transparent; |
| 102 | +} |
| 103 | +p img { |
| 104 | + border: 0; |
| 105 | + margin: 0; |
| 106 | +} |
| 107 | + |
| 108 | +hr { |
| 109 | + height: 1px !important; |
| 110 | + color: #aaaaaa; |
| 111 | + background-color: #aaaaaa; |
| 112 | + border: 0; |
| 113 | + margin: 0.2em 0 0.2em 0; |
| 114 | +} |
| 115 | + |
| 116 | + |
| 117 | +h1, h2, h3, h4, h5, h6 { |
| 118 | + color: Black; |
| 119 | + background-color: transparent; |
| 120 | + font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; |
| 121 | + font-size: 100%; |
| 122 | + font-weight: normal; |
| 123 | + margin: 0; |
| 124 | + padding-top: 0.5em; |
| 125 | + padding-bottom: 0.17em; |
| 126 | + /* border-bottom: 1px solid #2f6fab;*/ |
| 127 | + border-bottom: 1px solid #aaaaaa; |
| 128 | + |
| 129 | +} |
| 130 | + |
| 131 | +h1 a, |
| 132 | +h2 a, |
| 133 | +h3 a, |
| 134 | +h4 a, |
| 135 | +h5 a, |
| 136 | +h6 a { |
| 137 | + color: Black ! important; |
| 138 | +} |
| 139 | + |
| 140 | +h1 { |
| 141 | + font-size: 188%; |
| 142 | +} |
| 143 | + |
| 144 | +h2 { |
| 145 | + font-size: 150%; |
| 146 | +} |
| 147 | + |
| 148 | +h3 { |
| 149 | + font-size: 132%; |
| 150 | + border-bottom: none; |
| 151 | + font-weight: bold; |
| 152 | +} |
| 153 | + |
| 154 | +h4 { |
| 155 | + font-size: 116%; |
| 156 | + border-bottom: none; |
| 157 | + font-weight: bold; |
| 158 | +} |
| 159 | + |
| 160 | +h5 { |
| 161 | + font-size: 100%; |
| 162 | + border-bottom: none; |
| 163 | + font-weight: bold; |
| 164 | +} |
| 165 | + |
| 166 | +h6 { |
| 167 | + font-size: 80%; |
| 168 | + border-bottom: none; |
| 169 | + font-weight: bold; |
| 170 | +} |
| 171 | + |
| 172 | + |
| 173 | +ul { |
| 174 | + line-height: 1.2em; |
| 175 | + list-style-type: square; |
| 176 | + margin: 0.3em 0 0 1.5em; |
| 177 | + padding:0; |
| 178 | + list-style-image: url("bullet.gif"); |
| 179 | +} |
| 180 | + |
| 181 | +ol { |
| 182 | + line-height: 1.2em; |
| 183 | + margin: 0.3em 0 0 1.5em; |
| 184 | + padding:0; |
| 185 | +} |
| 186 | +ul a, ol a { |
| 187 | + text-decoration: none; |
| 188 | +} |
| 189 | +li { |
| 190 | + margin-bottom: 0.4em; |
| 191 | +} |
| 192 | +dt { |
| 193 | + font-weight: bold; |
| 194 | +} |
| 195 | +dt a { |
| 196 | + text-decoration: none; |
| 197 | +} |
| 198 | + |
| 199 | +dd { |
| 200 | + line-height: 1.5em; |
| 201 | + margin-bottom: 1em; |
| 202 | +} |
| 203 | +dd a { |
| 204 | + text-decoration: none; |
| 205 | +} |
| 206 | + |
| 207 | +dd.link a { |
| 208 | + text-decoration: none; |
| 209 | + color: Black; |
| 210 | +} |
| 211 | + |
| 212 | +fieldset { |
| 213 | + border: 1px solid #2f6fab; |
| 214 | + margin: 1em 0em 1em 0em; |
| 215 | + padding: 0em 1em 1em 1em; |
| 216 | + line-height: 1.5em; |
| 217 | +} |
| 218 | +legend { |
| 219 | + background: White; |
| 220 | + padding: 0.5em; |
| 221 | + font-size: 90%; |
| 222 | +} |
| 223 | + |
| 224 | +form { |
| 225 | + border: none; |
| 226 | + margin: 0; |
| 227 | +} |
| 228 | + |
| 229 | +textarea { |
| 230 | + border: 1px solid #2f6fab; |
| 231 | + color: Black; |
| 232 | + background-color: white; |
| 233 | + width: 98%; |
| 234 | + padding: 0.1em; |
| 235 | +} |
| 236 | +input { |
| 237 | + font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; |
| 238 | + visibility: visible; |
| 239 | + border: 1px solid #2f6fab; |
| 240 | + color: Black; |
| 241 | + background-color: white; |
| 242 | + vertical-align: middle; |
| 243 | + padding: 0.1em; |
| 244 | +} |
| 245 | +select { |
| 246 | + border: 1px solid #2f6fab; |
| 247 | + color: Black; |
| 248 | + vertical-align: top; |
| 249 | +} |
| 250 | +abbr, acronym, .explain { |
| 251 | + border-bottom: 1px dotted Black; |
| 252 | + color: Black; |
| 253 | + background-color: transparent; |
| 254 | + cursor: help; |
| 255 | +} |
| 256 | +q { |
| 257 | + font-family: Times, "Times New Roman", serif; |
| 258 | + font-style: italic; |
| 259 | +} |
| 260 | +blockquote { |
| 261 | + font-family: Times, "Times New Roman", serif; |
| 262 | + font-style: italic; |
| 263 | +} |
| 264 | +code { |
| 265 | + color: Black; |
| 266 | + background-color: #f9f9f9; |
| 267 | +} |
| 268 | +pre { |
| 269 | + padding: 1em; |
| 270 | + border: 1px dashed #2f6fab; |
| 271 | + color: Black; |
| 272 | + background-color: #f9f9f9; |
| 273 | + overflow: auto; |
| 274 | +} |
| 275 | +.pre a { |
| 276 | + text-decoration: none; |
| 277 | +} |
| 278 | + |
| 279 | + |
| 280 | +/* |
| 281 | +** the main content area |
| 282 | +*/ |
| 283 | + |
| 284 | +#documentSubtitle { |
| 285 | + font-size: 84%; |
| 286 | + line-height: 1.2em; |
| 287 | + margin: -1.6em 0 0.6em 1em; |
| 288 | + color: #7d7d7d; |
| 289 | +} |
| 290 | + |
| 291 | +#siteSubtitle { |
| 292 | + display: none; |
| 293 | +} |
| 294 | + |
| 295 | + |
| 296 | +#content { |
| 297 | + padding: 0.8em 0 1em 0em; |
| 298 | + margin: 0; |
| 299 | +} |
| 300 | + |
| 301 | +#bodyContent a:hover { |
| 302 | + text-decoration: underline; |
| 303 | +} |
| 304 | + |
| 305 | +/* Some space under the headers in the content area */ |
| 306 | +#bodyContent h1, |
| 307 | +.documentFirstHeading, |
| 308 | +#bodyContent h2, |
| 309 | +#bodyContent h3, |
| 310 | +#bodyContent h4, |
| 311 | +#bodyContent h5 { |
| 312 | + margin-bottom:0.8em; |
| 313 | +} |
| 314 | + |
| 315 | + |
| 316 | +.documentContent { |
| 317 | + font-size: 105%; |
| 318 | + padding: 0em 1em 2em 1em !important; |
| 319 | + background: White; |
| 320 | + border: 1px solid #74ae0b; |
| 321 | + border-top:2px solid #cde2a7; |
| 322 | + border-style: solid; |
| 323 | + margin:0; |
| 324 | + line-height: 1.5em; |
| 325 | +} |
| 326 | + |
| 327 | +/* this will be the user notification thing */ |
| 328 | +.portalMessage { |
| 329 | + background-color: #ffce7b; |
| 330 | + border: 1px solid #ffa500; |
| 331 | + color: Black; |
| 332 | + font-size: 100%; |
| 333 | + font-weight: bold; |
| 334 | + margin: 2em 0em 1em 0em; |
| 335 | + padding: 0.5em 1em; |
| 336 | + vertical-align: middle; |
| 337 | +} |
| 338 | +.portalMessage a { |
| 339 | + color: Black; |
| 340 | + text-decoration: none; |
| 341 | +} |
| 342 | +.documentDescription { |
| 343 | + /* The summary text describing the document */ |
| 344 | + font-weight: bold; |
| 345 | + display: block; |
| 346 | + margin: 1em 0em; |
| 347 | + line-height: 1.5em; |
| 348 | +} |
| 349 | +.documentByLine { |
| 350 | + text-align: right; |
| 351 | + font-size: 90%; |
| 352 | + clear: both; |
| 353 | + font-weight: normal; |
| 354 | + color: #76797c; |
| 355 | +} |
| 356 | +.documentByLine a { |
| 357 | + text-decoration: none; |
| 358 | +} |
| 359 | + |
| 360 | +/* |
| 361 | +** Special content area views |
| 362 | +*/ |
| 363 | + |
| 364 | +.special li { |
| 365 | + line-height: 1.4em !important; |
| 366 | + margin: 0; |
| 367 | + padding: 0; |
| 368 | +} |
| 369 | + |
| 370 | +/* the auto-generated edit comments */ |
| 371 | +#autocomment { color: gray; } |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | +/* |
| 376 | +** Structural Elements |
| 377 | +*/ |
| 378 | + |
| 379 | +#visual-portal-wrapper { |
| 380 | + position: relative; |
| 381 | + margin: 0; |
| 382 | + padding: 0; |
| 383 | +} |
| 384 | + |
| 385 | +/* |
| 386 | +** the portlets (elements in the quickbar) |
| 387 | +*/ |
| 388 | + |
| 389 | +.portlet { |
| 390 | + border: none; |
| 391 | + position:relative; |
| 392 | + z-index:1; |
| 393 | + margin: 0 0 1em 0em; |
| 394 | + float: none; |
| 395 | + padding: 0; |
| 396 | + width: 13.5em !important; |
| 397 | + overflow: hidden; |
| 398 | +} |
| 399 | +.portlet h4 { |
| 400 | + font-size: 100%; |
| 401 | + font-weight: normal; |
| 402 | + white-space: nowrap; |
| 403 | +} |
| 404 | +.portlet h5 { |
| 405 | + background: #ffb938; |
| 406 | + border: 1px solid #2f6fab; |
| 407 | + border-style: solid solid none solid; |
| 408 | + padding: 0em 1em 0em 1em; |
| 409 | + text-transform: lowercase; |
| 410 | + display: inline; |
| 411 | + font-size: 1em; |
| 412 | + height: 1em; |
| 413 | + font-weight: normal; |
| 414 | + white-space: nowrap; |
| 415 | +} |
| 416 | +.portlet h6 { |
| 417 | + background: #ffae2e; |
| 418 | + border: 1px solid #2f6fab; |
| 419 | + border-style: solid solid none solid; |
| 420 | + padding: 0em 1em 0em 1em; |
| 421 | + text-transform: lowercase; |
| 422 | + display: block; |
| 423 | + font-size: 1em; |
| 424 | + height: 1.2em; |
| 425 | + font-weight: normal; |
| 426 | + white-space: nowrap; |
| 427 | +} |
| 428 | + |
| 429 | +.portletBody { |
| 430 | + background: transparent; |
| 431 | + border-collapse: collapse; |
| 432 | + border: 1px solid #2f6fab; |
| 433 | +} |
| 434 | +.portletDetails { |
| 435 | + text-align: right; |
| 436 | +} |
| 437 | + |
| 438 | +.portletMore { |
| 439 | + display: block; |
| 440 | + text-align: right; |
| 441 | +} |
| 442 | + |
| 443 | +.portletContent { |
| 444 | + padding: 0.1em 0.8em 0.7em 0.5em; |
| 445 | +} |
| 446 | +.portletClose { |
| 447 | + float: right; |
| 448 | + text-transform: none; |
| 449 | + border-left: 1px solid #2f6fab; |
| 450 | + padding: 0em 0.2em; |
| 451 | +} |
| 452 | +.portlet h1, |
| 453 | +.portlet h2, |
| 454 | +.portlet h3, |
| 455 | +.portlet h4 { |
| 456 | + margin: 0; |
| 457 | + padding: 0; |
| 458 | +} |
| 459 | +.portlet .even { |
| 460 | + background-color: #f7f9fa; |
| 461 | +} |
| 462 | +.portlet .odd { |
| 463 | + background-color: transparent; |
| 464 | +} |
| 465 | +.portlet input { |
| 466 | + font-size: 100%; |
| 467 | +} |
| 468 | + |
| 469 | +.portlet ul { |
| 470 | + list-style-type: square; |
| 471 | + list-style-image: url("bullet.gif"); |
| 472 | + font-size:107%; |
| 473 | +} |
| 474 | +.portlet li { |
| 475 | + line-height: 1.3em; |
| 476 | + font-size:106%; |
| 477 | + margin: 0 0 0.3em 0.2em; |
| 478 | + padding:0; |
| 479 | + line-height: 1em; |
| 480 | +} |
| 481 | + |
| 482 | +.even { |
| 483 | + background-color: #f7f9fa; |
| 484 | +} |
| 485 | +.odd { |
| 486 | + background-color: transparent; |
| 487 | +} |
| 488 | +.visualHighlight { |
| 489 | + background-color: #f7f9fa; |
| 490 | +} |
| 491 | + |
| 492 | +.discreet { |
| 493 | + color: #76797c; |
| 494 | + font-size: 80%; |
| 495 | + font-weight: normal; |
| 496 | +} |
| 497 | + |
| 498 | +/* |
| 499 | +** Logo properties |
| 500 | +*/ |
| 501 | + |
| 502 | +#portlet-logo { |
| 503 | + z-index: 3; |
| 504 | + position:absolute; /*needed to use z-index */ |
| 505 | + top: 0; |
| 506 | + left: 0; |
| 507 | + height: 155px; |
| 508 | + width: 135px; |
| 509 | + overflow: visible; |
| 510 | +} |
| 511 | +#portlet-logo a { |
| 512 | + display: block; |
| 513 | + height: 155px; |
| 514 | + width: 135px; |
| 515 | + background: url(wiki.png) no-repeat; |
| 516 | + background-repeat: no-repeat; |
| 517 | +} |
| 518 | + |
| 519 | +/* |
| 520 | +** the navigation portlet |
| 521 | +*/ |
| 522 | + |
| 523 | + |
| 524 | +#portlet-navigation-tree .plain { |
| 525 | + white-space: nowrap; |
| 526 | +} |
| 527 | + |
| 528 | +/* |
| 529 | +** Search portlet |
| 530 | +*/ |
| 531 | + |
| 532 | +input.searchButton { |
| 533 | + width:5.4em; |
| 534 | + margin-top:1px; |
| 535 | + /* font-size: 100%; |
| 536 | + margin-bottom: 1px ! important; |
| 537 | + background: White url(search_icon.gif) 2px 1px no-repeat; |
| 538 | + cursor: pointer; |
| 539 | + padding: 1px 1px 1px 15px; |
| 540 | + text-transform: lowercase;*/ |
| 541 | + |
| 542 | +} |
| 543 | + |
| 544 | +#searchGadget { |
| 545 | + width:11.3em; |
| 546 | + margin: 0; |
| 547 | +} |
| 548 | + |
| 549 | + |
| 550 | +#portlet-search .portletContent { |
| 551 | + padding: 0.5em 0.4em 0.4em 0.4em; |
| 552 | +} |
| 553 | + |
| 554 | + |
| 555 | +/* |
| 556 | +** the personal toolbar |
| 557 | +*/ |
| 558 | + |
| 559 | +#portlet-personal { |
| 560 | + width:100% !important; |
| 561 | + white-space:nowrap !important; |
| 562 | + padding:0 0 0 0; |
| 563 | + margin:0; |
| 564 | + position:absolute; |
| 565 | + right:0px; |
| 566 | + top:0px; |
| 567 | + border: none; |
| 568 | + /* border-bottom: 1px solid #2f6fab;*/ |
| 569 | + border-bottom: 1px solid #2f6fab; |
| 570 | + overflow: visible; |
| 571 | + line-height: 1.2em; |
| 572 | +} |
| 573 | + |
| 574 | +#portlet-personal .hiddenStructure { |
| 575 | + display:none; |
| 576 | +} |
| 577 | +#portlet-personal .portlet, |
| 578 | +#portlet-personal .portletBody, |
| 579 | +#portlet-personal .portletContent, |
| 580 | +#portlet-personal .odd{ |
| 581 | + padding:0; |
| 582 | + margin:0; |
| 583 | + border: none !important; |
| 584 | + z-index:0; |
| 585 | + overflow: visible; |
| 586 | +} |
| 587 | +#portal-personal ul, |
| 588 | +#portal-personal li { |
| 589 | + z-index:0; |
| 590 | + border:none; |
| 591 | +} |
| 592 | + |
| 593 | +/* this is the ul contained in the portlet */ |
| 594 | + |
| 595 | +#portal-personaltools { |
| 596 | + background-color: #ffb938; |
| 597 | +/* border-bottom-color: #2f6fab;*/ |
| 598 | + border: none; |
| 599 | + line-height: 1.4em; |
| 600 | + color: #2f6fab; |
| 601 | + padding: 0em 3em 0 3em; |
| 602 | + margin: 0; |
| 603 | + text-align: right; |
| 604 | + text-transform: lowercase; |
| 605 | + list-style: none; |
| 606 | + z-index:0; |
| 607 | +} |
| 608 | + |
| 609 | +#portal-personaltools .portalNotLoggedIn { |
| 610 | + color: #2f6fab; |
| 611 | + padding: 0; |
| 612 | + background: transparent; |
| 613 | + background-image: none; |
| 614 | +} /* Used on all descriptions relevant to those not logged in */ |
| 615 | + |
| 616 | +#portal-personaltools li { |
| 617 | + padding:0; |
| 618 | + display: inline; |
| 619 | + color: #2f6fab; |
| 620 | + margin-left: 1em; |
| 621 | + line-height: 1.2em; |
| 622 | +} |
| 623 | +#portal-personaltools li a { |
| 624 | + text-decoration: none; |
| 625 | +/* color: #436976;*/ |
| 626 | + color: #005896; |
| 627 | + padding-bottom: 0.2em; |
| 628 | +} |
| 629 | +#portal-personaltools li a:hover { |
| 630 | + text-decoration: none; |
| 631 | +/* color: #436976;*/ |
| 632 | + background-color: #ffcd6b; |
| 633 | + padding-bottom: 0.2em; |
| 634 | +} |
| 635 | + |
| 636 | +/* the icon in front of the user name */ |
| 637 | +li#personaltools-userpage, |
| 638 | +li#personaltools-login{ |
| 639 | + background: transparent url(user.gif) center left no-repeat; |
| 640 | + background-repeat: no-repeat; |
| 641 | + padding-left: 20px; |
| 642 | +} |
| 643 | + |
| 644 | +/* |
| 645 | +** the page-related actions- page/talk, edit etc |
| 646 | +*/ |
| 647 | + |
| 648 | +#portlet-contentViews { |
| 649 | + position:absolute; |
| 650 | + /*top:2.5em; |
| 651 | + left:0px;*/ |
| 652 | + top: 2em; |
| 653 | + left: 13.3em; |
| 654 | + margin:0 0 0 0; |
| 655 | + white-space:nowrap !important; |
| 656 | + width:auto; |
| 657 | + height: 1.5em; |
| 658 | + line-height: 1.5em; |
| 659 | + overflow: visible; |
| 660 | + background-color: transparent; |
| 661 | + border-collapse: collapse; |
| 662 | + padding-left: 1em; |
| 663 | + list-style: none; |
| 664 | +} |
| 665 | + |
| 666 | +#portlet-contentViews .hiddenStructure { |
| 667 | + display: none; |
| 668 | +} |
| 669 | + |
| 670 | +#portlet-contentViews li { |
| 671 | + display: inline; |
| 672 | +} |
| 673 | +#portlet-contentViews li a { |
| 674 | + background-color: transparent; |
| 675 | + border-color: #74ae0b; |
| 676 | + border-width: 1px; |
| 677 | + border-style: solid solid none solid; |
| 678 | + color: #446b00; |
| 679 | + height: auto; |
| 680 | + margin-right: 0.3em; |
| 681 | + padding: 0 0.9em 0.1em 0.9em; |
| 682 | + text-decoration: none; |
| 683 | + text-transform: lowercase; |
| 684 | +} |
| 685 | +#portlet-contentViews .selected a { |
| 686 | + background-color: #cde2a7; |
| 687 | + border-bottom: none; |
| 688 | + padding: 0 0.9em 0.1em 0.9em !important; |
| 689 | + /* border-bottom: #cde2a7 1px solid;*/ |
| 690 | + color: #446b00; |
| 691 | +} |
| 692 | +#portlet-contentViews li a:hover { |
| 693 | + background-color: #cde2a7; |
| 694 | + color: #446b00; |
| 695 | +} |
| 696 | + |
| 697 | +/* offsets to distinguish the tab groups |
| 698 | +IE5.5/6.0 is too dumb for this, hides the right tabs |
| 699 | +*/ |
| 700 | +li#contentaction-talk { |
| 701 | + margin-right: 1.6em; |
| 702 | +} |
| 703 | +li#contentaction-watch { |
| 704 | + margin-left: 1.6em; |
| 705 | +} |
| 706 | + |
| 707 | +/* |
| 708 | +#portlet-contentViews .contentViews { |
| 709 | + padding: 0 1em 0 1em; |
| 710 | +} |
| 711 | +*/ |
| 712 | + |
| 713 | + |
| 714 | +/* |
| 715 | +** footer |
| 716 | +*/ |
| 717 | + |
| 718 | + |
| 719 | +#portal-footer { |
| 720 | + background-color: #ffb938; |
| 721 | + border-top: 1px solid #2f6fab; |
| 722 | + border-bottom: 1px solid #2f6fab; |
| 723 | + float: none; |
| 724 | + margin: 0.3em 0em 1em 0em; |
| 725 | + padding: 0.4em 0em 1em 0em; |
| 726 | + text-align: center; |
| 727 | +} |
| 728 | + |
| 729 | +#portal-footer li { |
| 730 | + display: inline; |
| 731 | + margin-right: 2em; |
| 732 | +} |
| 733 | + |
| 734 | +#portal-colophon { |
| 735 | + float: none; |
| 736 | +/* margin: 0em 0em 2em 0em; |
| 737 | + padding: 0.5em 0em 1em 0em;*/ |
| 738 | + text-align: center; |
| 739 | +} |
| 740 | + |
| 741 | +#portal-colophon ul, |
| 742 | +#portal-colophon ul li, |
| 743 | +#portal-colophon ul li a { |
| 744 | + list-style: none; |
| 745 | + display: inline; |
| 746 | + text-decoration: none; |
| 747 | +} |
| 748 | + |
| 749 | + |
| 750 | + |
| 751 | +/* |
| 752 | +** mediawiki-specific styles |
| 753 | +*/ |
| 754 | + |
| 755 | +a.stub, |
| 756 | +a.new{ color:#ba0000; text-decoration:none; } |
| 757 | + |
| 758 | +#toc { |
| 759 | + /*border:1px solid #2f6fab;*/ |
| 760 | + border:1px solid #aaaaaa; |
| 761 | + background-color:#f9f9f9; |
| 762 | + padding:5px; |
| 763 | +} |
| 764 | + |
| 765 | +/* images */ |
| 766 | +div.floatright { float: right; |
| 767 | + margin: 0 0 1em 1em; |
| 768 | + position:relative; |
| 769 | + |
| 770 | +} |
| 771 | +div.floatright p { font-style: italic;} |
| 772 | +div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; |
| 773 | + position:relative; |
| 774 | +} |
| 775 | +div.floatleft p { font-style: italic; } |
| 776 | + |
| 777 | +/* thumbnails */ |
| 778 | +div.thumbnail-none, |
| 779 | +div.thumbnail-right, |
| 780 | +div.thumbnail-left { |
| 781 | + /* border:1px solid #2f6fab;*/ |
| 782 | + border:1px solid #cccccc; |
| 783 | + |
| 784 | + background-color:#f9f9f9; |
| 785 | + padding: 2px; |
| 786 | + position:relative; |
| 787 | + margin: 0.3em 0 0.5em; |
| 788 | + font-size: 95%; |
| 789 | + text-align: center; |
| 790 | +} |
| 791 | + |
| 792 | +div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p { |
| 793 | + margin-top:3px; margin-bottom:3px; |
| 794 | + position:relative; |
| 795 | + text-align: left; |
| 796 | +} |
| 797 | + |
| 798 | +div.thumbnail-right { |
| 799 | + float: right; |
| 800 | + position:relative; |
| 801 | + margin-left:0.5em; |
| 802 | +} |
| 803 | + |
| 804 | +div.thumbnail-left { |
| 805 | + float: left; |
| 806 | + position:relative; |
| 807 | + margin-right:0.5em; |
| 808 | +} |
| 809 | + |
| 810 | +/* table standards */ |
| 811 | +table.rimage { |
| 812 | + float:right; |
| 813 | + width:1pt; |
| 814 | + position:relative; |
| 815 | + margin-left:1em; |
| 816 | + margin-bottom:1em; |
| 817 | + text-align:center; |
| 818 | +} |
| 819 | + |
| 820 | + |
| 821 | + |
| 822 | + |
| 823 | + |
| 824 | + |
| 825 | +/* |
| 826 | +** Accessibility and visual enhancement elements |
| 827 | +*/ |
| 828 | + |
| 829 | +.link-plain { |
| 830 | + background-image: none; |
| 831 | + padding: 0; |
| 832 | +} |
| 833 | + |
| 834 | +.link-parent { |
| 835 | + display: block; |
| 836 | + background: transparent url("arrowUp.gif") 4px 5px no-repeat; |
| 837 | + padding: 1px 0px 1px 16px; |
| 838 | + font-size: 80%; |
| 839 | +} |
| 840 | + |
| 841 | +.link-user { |
| 842 | + background: transparent url("user.gif") 0 1px no-repeat; |
| 843 | + padding: 1px 0px 1px 16px; |
| 844 | +} |
| 845 | + |
| 846 | +/* the div* hides it from older browsers that choke on css3 */ |
| 847 | +/* |
| 848 | +.link-external, |
| 849 | +html*.external{ |
| 850 | + background: transparent url("link_icon.gif") 0px 1px no-repeat; |
| 851 | + background-repeat: no-repeat; |
| 852 | + padding: 1px 0px 1px 16px; |
| 853 | +}*/ |
| 854 | + |
| 855 | +.urlexpansion { |
| 856 | + display: none; |
| 857 | +} |
| 858 | + |
| 859 | +.link-https { |
| 860 | + background: transparent url("lock_icon.gif") 0px 1px no-repeat; |
| 861 | + padding: 1px 0px 1px 16px; |
| 862 | +} |
| 863 | + |
| 864 | +.link-mailto { |
| 865 | + background: transparent url("mail_icon.gif") 0px 1px no-repeat; |
| 866 | + padding: 1px 0px 1px 16px; |
| 867 | +} |
| 868 | + |
| 869 | +.link-ftp { |
| 870 | + background: transparent url("file_icon.gif") 0px 1px no-repeat; |
| 871 | + padding: 1px 0px 1px 16px; |
| 872 | +} |
| 873 | + |
| 874 | +.link-irc { |
| 875 | + background: transparent url("discussionitem_icon.gif") 0px 1px no-repeat; |
| 876 | + padding: 1px 0px 1px 16px; |
| 877 | +} |
| 878 | + |
| 879 | + |
| 880 | +.link-comment { |
| 881 | + background: transparent url("discussionitem_icon.gif") center left no-repeat; |
| 882 | + padding: 1px 0px 1px 16px !important; |
| 883 | +} |
| 884 | + |
| 885 | +.hiddenStructure { |
| 886 | + display: none; |
| 887 | + } |
| 888 | + |
| 889 | +.contentActions .hiddenStructure { |
| 890 | + position: absolute; |
| 891 | + top: -200px; |
| 892 | + left: -200px; |
| 893 | +} |
| 894 | + |
| 895 | +.visualClear { |
| 896 | + display: block; |
| 897 | + clear: both; |
| 898 | +} |
| 899 | +.hiddenLabel { |
| 900 | + display: block; |
| 901 | + background: transparent; |
| 902 | + background-image: none; /* safari bug */ |
| 903 | + border: none; |
| 904 | + height: 1px; |
| 905 | + overflow: hidden; |
| 906 | + padding: 0; |
| 907 | + margin: -1px 0 0 -1px; |
| 908 | + width: 1px; |
| 909 | +} |
| 910 | +.label { |
| 911 | + font-weight: bold; |
| 912 | + display: inline; |
| 913 | + padding-right: 0.5em; |
| 914 | +} |
| 915 | + |
| 916 | +.visualOverflow { |
| 917 | + overflow: auto; |
| 918 | + margin: 0 0 1em 0; |
| 919 | +} |
| 920 | + |
| 921 | +.visualOverflow pre, |
| 922 | +.visualOverflow table, |
| 923 | +.visualOverflow img { |
| 924 | + margin: 0; |
| 925 | +} |
| 926 | + |
| 927 | +/* for highlighting of search terms */ |
| 928 | + |
| 929 | +.highlightedSearchTerm { |
| 930 | + background-color: #feff82; |
| 931 | +} |
| 932 | + |
| 933 | +/* debugging tool.. */ |
| 934 | +/*div{ border:1px solid #000000 !important;}*/ |
| 935 | + |
Property changes on: trunk/phase3/stylesheets/davinci/main.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 936 | + native |
Added: svn:keywords |
2 | 937 | + Author Date Id Revision |
Index: trunk/phase3/stylesheets/davinci/IE55Fixes.css |
— | — | @@ -0,0 +1,21 @@ |
| 2 | +/* IE5.5/win- only fixes */ |
| 3 | + |
| 4 | +/* slightly smaller top margin for the content area */ |
| 5 | + |
| 6 | +#portlet-contentViews li a, |
| 7 | +#portlet-contentViews .selected a, |
| 8 | +#portlet-contentViews li a:hover { |
| 9 | + padding-bottom: 0.2em; |
| 10 | +} |
| 11 | + |
| 12 | +#portal-personaltools { |
| 13 | + padding-bottom: 0.1em; |
| 14 | +} |
| 15 | + |
| 16 | +body { |
| 17 | + font-size: xx-small; |
| 18 | +} |
| 19 | + |
| 20 | +.portlet { |
| 21 | + overflow:hidden; |
| 22 | +} |
Property changes on: trunk/phase3/stylesheets/davinci/IE55Fixes.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 23 | + native |
Added: svn:keywords |
2 | 24 | + Author Date Id Revision |