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