r2881 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2880‎ | r2881 | r2882 >
Date:00:22, 30 March 2004
Author:gabrielwicke
Status:old
Tags:
Comment:
new skin, Mono pending update from this one minus background
Modified paths:
  • /trunk/phase3/stylesheets/monobook (added) (history)
  • /trunk/phase3/stylesheets/monobook/IE50Fixes.css (added) (history)
  • /trunk/phase3/stylesheets/monobook/IE55Fixes.css (added) (history)
  • /trunk/phase3/stylesheets/monobook/IE60Fixes.css (added) (history)
  • /trunk/phase3/stylesheets/monobook/IEFixes.css (added) (history)
  • /trunk/phase3/stylesheets/monobook/IEMacFixes.css (added) (history)
  • /trunk/phase3/stylesheets/monobook/bullet.gif (added) (history)
  • /trunk/phase3/stylesheets/monobook/discussionitem_icon.gif (added) (history)
  • /trunk/phase3/stylesheets/monobook/external.png (added) (history)
  • /trunk/phase3/stylesheets/monobook/file_icon.gif (added) (history)
  • /trunk/phase3/stylesheets/monobook/headbg.jpg (added) (history)
  • /trunk/phase3/stylesheets/monobook/link_icon.gif (added) (history)
  • /trunk/phase3/stylesheets/monobook/lock_icon.gif (added) (history)
  • /trunk/phase3/stylesheets/monobook/mail_icon.gif (added) (history)
  • /trunk/phase3/stylesheets/monobook/main.css (added) (history)
  • /trunk/phase3/stylesheets/monobook/required.gif (added) (history)
  • /trunk/phase3/stylesheets/monobook/user.gif (added) (history)
  • /trunk/phase3/stylesheets/monobook/wiki.png (added) (history)

Diff [purge]

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

Follow-up revisions

RevisionCommit summaryAuthorDate
r105118Remove documentByLine, as documentDescription unused since introduced in r2881hartman16:38, 4 December 2011

Status & tagging log