new skin, Mono pending update from this one minus background
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 30 Mar 2004 00:22:18 +0000 (00:22 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 30 Mar 2004 00:22:18 +0000 (00:22 +0000)
17 files changed:
stylesheets/monobook/IE50Fixes.css [new file with mode: 0644]
stylesheets/monobook/IE55Fixes.css [new file with mode: 0644]
stylesheets/monobook/IE60Fixes.css [new file with mode: 0644]
stylesheets/monobook/IEFixes.css [new file with mode: 0644]
stylesheets/monobook/IEMacFixes.css [new file with mode: 0644]
stylesheets/monobook/bullet.gif [new file with mode: 0644]
stylesheets/monobook/discussionitem_icon.gif [new file with mode: 0644]
stylesheets/monobook/external.png [new file with mode: 0644]
stylesheets/monobook/file_icon.gif [new file with mode: 0644]
stylesheets/monobook/headbg.jpg [new file with mode: 0644]
stylesheets/monobook/link_icon.gif [new file with mode: 0644]
stylesheets/monobook/lock_icon.gif [new file with mode: 0644]
stylesheets/monobook/mail_icon.gif [new file with mode: 0644]
stylesheets/monobook/main.css [new file with mode: 0644]
stylesheets/monobook/required.gif [new file with mode: 0644]
stylesheets/monobook/user.gif [new file with mode: 0644]
stylesheets/monobook/wiki.png [new file with mode: 0644]

diff --git a/stylesheets/monobook/IE50Fixes.css b/stylesheets/monobook/IE50Fixes.css
new file mode 100644 (file)
index 0000000..e36c652
--- /dev/null
@@ -0,0 +1,115 @@
+/*
+** IE5.0 Fix Stylesheet
+*/
+
+#portal-column-content {
+    margin: 0 0 0 0 !important;
+    float: none;
+}
+#portal-column-content #content {
+    margin-top: 3em;
+}
+#portal-column-one {
+    position: absolute;
+    overflow: visible;
+    top: 0px;
+    z-index: 3;
+}
+
+#portal-footer {
+    margin: 0 1.8em 0 15em;
+}
+
+/* IE 4&5 interpret keyword sizes one off */
+body {
+    font-size: xx-small;
+}
+/*
+** the edit tabs
+*/
+#portlet-contentViews {
+    left: 10em;
+}
+#portlet-contentViews ul {
+    line-height: 1.3em;
+    display: block;
+    float: left;
+}
+#portlet-contentViews li {
+    display: block;
+    float: left;
+    overflow: visible;
+    white-space: nowrap !important;
+}
+#portlet-contentViews li.selected {
+    background-color: white;
+    padding-bottom: 0.2em;
+}
+#portlet-contentViews li a,
+#portlet-contentViews .selected a,
+#portlet-contentViews li a:hover {
+    padding-bottom: 0;
+    padding-top: 0 !important;
+    display: block;
+    position: static !important;
+    z-index: 3 !important;
+}
+
+/* personal toolbar */
+#portal-personaltools {
+    padding-bottom: 0;
+    background: transparent;
+}
+ul#portal-personaltools {
+    line-height: 1.1em;
+    display: block;
+    float: right;
+    margin: 0;
+}
+#portal-personaltools li {
+    display: block;
+    float: left;
+    overflow: visible;
+    padding-bottom: 0.1em;
+    margin-left: 0.5em;
+}
+#portal-personaltools li a,
+#portal-personaltools .selected a,
+#portal-personaltools li a:hover {
+    padding-bottom: 0;
+    padding-top: 0 !important;
+    display: block;
+   /* float: left;*/
+    padding-left: 0.5em !important;
+    padding-right: 0.5em !important;
+    white-space: nowrap !important;
+}
+
+/* 5.0 doesn't like the background icon for external links and user */
+.link-external,
+.external {
+    background: none;
+    padding: 0;
+}
+li#personaltools-userpage,
+li#personaltools-login,
+li#personaltools-logout {
+    background: none;
+    padding-left: none;
+}
+
+textarea {
+    width: 78% !important;
+}
+#documentSubtitle {
+    margin: -1em 0 0.6em 1em;
+}
+
+
+table.listing td.top {
+    /* insane IE row bug workaround */
+    position: relative;
+    left: -1px;
+    top: -1px;
+}
+/*div{ border:1px solid Red !important;}*/
diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css
new file mode 100644 (file)
index 0000000..bb192d1
--- /dev/null
@@ -0,0 +1,42 @@
+/* IE5.5/win- only fixes */
+
+#portal-column-content #content {
+    margin-top: 2.8em;
+}
+
+#portal-personaltools {
+    padding-bottom: 0.1em;
+}
+
+body {
+    font-size: xx-small;
+}
+#portlet-contentViews {
+    width: 76% !important;
+    z-index: 3 !important;
+    float: none;
+}
+
+#portlet-contentViews li {
+    display: block;
+    float: left;
+}
+#portlet-contentViews li.selected {
+    background-color: White;
+}
+
+#portlet-contentViews li a,
+#portlet-contentViews .selected a,
+#portlet-contentViews li a:hover {
+    padding-bottom: 0.1em;
+}
+#portlet-contentViews li a {
+    z-index: 0 !important;
+}
+.portlet {
+    overflow:hidden;
+}
+#bodyContent a.external {
+    background: url(external.png) center right no-repeat;
+    padding-right: 13px;
+}
diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css
new file mode 100644 (file)
index 0000000..3436170
--- /dev/null
@@ -0,0 +1,74 @@
+/* 6.0 - only fixes */
+/* content area */ 
+#portal-column-content {
+    margin: 0 0 4.8em 0;
+    float: none;
+}
+body, #visual-portal-wrapper {
+    height: 100%;
+}
+#portal-column-content #content {
+    height: 100%;
+    margin-top: 2.9em;
+}
+#portal-column-one {
+    position: absolute;
+    top:0;
+    left:0;
+    margin-bottom: 4em;
+    z-index: 3;
+}
+#portal-footer {
+    position: absolute;
+    float: none;
+    bottom: 0px;
+    width: 100%;
+}
+
+/* the tabs */
+
+#portlet-contentViews li {
+    display: block;
+    float: left;
+    padding-top: 0;
+    padding-bottom: 0;
+    height: 0.9em;
+}
+#portlet-contentViews li.selected {
+    background-color: White;
+    padding-bottom: 0.2em;
+}
+
+/* log in etc */
+#portal-personaltools {
+    padding-bottom: 0.1em;
+}
+#bodyContent a.external {
+    background: url(external.png) center right no-repeat;
+    padding-right: 13px;
+}
+
+/* disappearing table fix */
+#bodyContent,
+.documentContent {
+    position: relative;
+    z-index: 0 !important;
+}
+
+/* height on everything... */
+#toc,
+#content p,
+div.comment,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+.description,
+.portalMessage {
+    height: 1%;    
+}
+
+
+/*{ border:1px solid Red !important;}*/
diff --git a/stylesheets/monobook/IEFixes.css b/stylesheets/monobook/IEFixes.css
new file mode 100644 (file)
index 0000000..19ce467
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+** Stylesheet filter for some b0rked browser
+** Don't touch!
+*/
+/* IE6.0 */
+@import "null?\"\{"; 
+@import "IE60Fixes.css";
+
+voice-family: "\"}\"";
+voice-family:inherit; 
+
+/* IE5.0 */
+@media tty { 
+    i{content:"\";/*" "*/}}; @import 'IE50Fixes.css'; {;}/*";} 
+}
+
+/* IE5.5 */
+@media tty {
+    i{content:"\";/*" "*/}}@m; @import 'IE55Fixes.css'; /*";}
+}
+
+
+
diff --git a/stylesheets/monobook/IEMacFixes.css b/stylesheets/monobook/IEMacFixes.css
new file mode 100644 (file)
index 0000000..a3cfe5d
--- /dev/null
@@ -0,0 +1,37 @@
+/* IE/Mac only fix stylesheet, imported from main.css */
+#portal-column-content {
+    margin: 0 0 4.8em 0;
+    float: none;
+}
+#portal-column-content #content {
+    height: 100%;
+    z-index: 0;
+}
+#portal-column-one {
+    position: absolute;
+    top:0;
+    left:0;
+    z-index: 3;
+}
+#portal-footer {
+    margin-left: 12em; 
+}
+
+#portlet-contentViews {
+    top: 0.6em !important;
+    left: 14.5em !important;
+}
+
+#portlet-contentViews li  {
+    border: none !important;
+}
+#portlet-contentViews li a   {
+    border: 1px solid #aaaaaa;
+    border-bottom: none;
+}
+/* no background images */
+li#personaltools-userpage,
+li#personaltools-login/* */ {
+    background: none;
+    padding-left: none;
+}
diff --git a/stylesheets/monobook/bullet.gif b/stylesheets/monobook/bullet.gif
new file mode 100644 (file)
index 0000000..b43de48
Binary files /dev/null and b/stylesheets/monobook/bullet.gif differ
diff --git a/stylesheets/monobook/discussionitem_icon.gif b/stylesheets/monobook/discussionitem_icon.gif
new file mode 100644 (file)
index 0000000..baec471
Binary files /dev/null and b/stylesheets/monobook/discussionitem_icon.gif differ
diff --git a/stylesheets/monobook/external.png b/stylesheets/monobook/external.png
new file mode 100644 (file)
index 0000000..8ae475d
Binary files /dev/null and b/stylesheets/monobook/external.png differ
diff --git a/stylesheets/monobook/file_icon.gif b/stylesheets/monobook/file_icon.gif
new file mode 100644 (file)
index 0000000..847f648
Binary files /dev/null and b/stylesheets/monobook/file_icon.gif differ
diff --git a/stylesheets/monobook/headbg.jpg b/stylesheets/monobook/headbg.jpg
new file mode 100644 (file)
index 0000000..9939153
Binary files /dev/null and b/stylesheets/monobook/headbg.jpg differ
diff --git a/stylesheets/monobook/link_icon.gif b/stylesheets/monobook/link_icon.gif
new file mode 100644 (file)
index 0000000..815ccb1
Binary files /dev/null and b/stylesheets/monobook/link_icon.gif differ
diff --git a/stylesheets/monobook/lock_icon.gif b/stylesheets/monobook/lock_icon.gif
new file mode 100644 (file)
index 0000000..8a87e28
Binary files /dev/null and b/stylesheets/monobook/lock_icon.gif differ
diff --git a/stylesheets/monobook/mail_icon.gif b/stylesheets/monobook/mail_icon.gif
new file mode 100644 (file)
index 0000000..50a87a9
Binary files /dev/null and b/stylesheets/monobook/mail_icon.gif differ
diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css
new file mode 100644 (file)
index 0000000..a781c67
--- /dev/null
@@ -0,0 +1,893 @@
+/*
+** Mediawiki 'mono' style sheet for CSS2-capable browsers.
+** Copyright Gabriel Wicke - http://www.aulinx.de/
+**
+** Based on http://www.positioniseverything.net/ordered-floats.html by Big John
+** and the Plone 2.0 styles, see http://plone.org/.
+** Alexander Limi - http://www.plonesolutions.com
+** additional plone work:
+** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com, Michael Zeltner - http://niij.org,
+** Geir Bækholt - http://www.plonesolutions.com
+** All you guys rock :)
+*/
+
+#portal-columns {
+    width: 100%;
+    margin: 0;
+}
+#portal-column-content {
+    width: 100%;
+    float: right;
+    margin: 0 0 0 -12.2em;
+}
+#portal-column-content #content {
+    margin: 2.6em 0 0 12.2em;
+}
+#portal-column-one {
+    padding-top: 160px;
+}
+/* the left column width is specified in class .portlet */
+
+/* Font size: 
+** We take advantage of keyword scaling- browsers won't go below 9px
+** More at http://www.w3.org/2003/07/30-font-size
+** http://style.cleverchimp.com/font_size_intervals/altintervals.html
+*/
+
+body {
+    font: x-small "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
+    background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat;
+    color: Black;
+    margin: 0;
+    padding: 0;
+}
+
+/* scale back up to a sane default */
+#visual-portal-wrapper {
+    font-size:123%;
+    width: 100%;
+}
+
+/* general styles */
+
+table {
+    font-size: 100%;
+}
+a {
+    text-decoration: none;
+    /*color: #436976;*/
+    color: #005189;
+    background-color: transparent;
+}
+img {
+    border: none;
+    vertical-align: middle;
+}
+p {
+    margin: 0.4em 0em 0.7em 0em;
+    line-height: 1.5em;
+}
+p a {
+    text-decoration: none;
+}
+p a:visited {
+    color: #5a3696;
+    background-color: transparent;
+}
+p a:active {
+    color: Red;
+    background-color: transparent;
+}
+p img {
+    border: 0;
+    margin: 0;
+}
+
+hr {
+    height: 1px !important;
+    color: #aaaaaa;
+    background-color: #aaaaaa;
+    border: 0;
+    margin: 0.2em 0 0.2em 0;
+}
+
+h1, h2, h3, h4, h5, h6 {
+    color: Black;
+    background-color: transparent;
+    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
+    font-size: 100%;
+    font-weight: normal;
+    margin: 0;
+    padding-top: 0.5em;
+    padding-bottom: 0.17em;
+   /* border-bottom: 1px solid #2f6fab;*/
+    border-bottom: 1px solid #aaaaaa;
+
+}
+h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
+    color: Black ! important; 
+}
+h1 {
+    font-size: 188%;
+}
+h2 {
+    font-size: 150%;
+}
+h3 {
+    font-size: 132%;
+    border-bottom: none;
+    font-weight: bold;
+}
+h4 {
+    font-size: 116%;
+    border-bottom: none;
+    font-weight: bold;
+}
+
+h5 {
+    font-size: 100%;
+    border-bottom: none;
+    font-weight: bold;
+}
+
+h6 {
+    font-size: 80%;
+    border-bottom: none;
+    font-weight: bold;
+}
+
+
+ul { 
+    line-height: 1.5em;
+    list-style-type: square;
+    margin: 0.3em 0 0 1.5em;
+    padding:0;
+    list-style-image: url("bullet.gif");
+}
+ol {
+    line-height: 1.5em;
+    margin: 0.3em 0 0 1.5em;
+    padding:0;
+}
+ul a, ol a {
+    text-decoration: none;
+}
+li {
+    margin-bottom: 0.1em;
+}
+dt {
+    font-weight: bold;    
+}
+dt a {
+    text-decoration: none;
+}
+
+dd {
+    line-height: 1.5em;
+    margin-bottom: 1em;
+}
+dd a {
+    text-decoration: none;
+}
+
+dd.link a {
+    text-decoration: none;
+    color: Black;
+}
+
+fieldset {
+    border: 1px solid #2f6fab;
+    margin: 1em 0em 1em 0em;
+    padding: 0em 1em 1em 1em;
+    line-height: 1.5em;
+}
+legend {
+    background: White;
+    padding: 0.5em;
+    font-size: 90%;
+}
+
+form {
+    border: none;
+    margin: 0;
+}
+
+textarea {
+    border: 1px solid #2f6fab;  
+    color: Black;
+    background-color: white;
+    width: 98%;
+    padding: 0.1em;
+}
+
+input {
+    font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
+    visibility: visible;
+    border: 1px solid #2f6fab;  
+    color: Black;
+    background-color: white;
+    vertical-align: middle;
+    padding: 0.2em;
+}
+input[type=radio],
+input[type=checkbox] {
+    border:none;
+}
+select {
+    border: 1px solid #2f6fab;  
+    color: Black;
+    vertical-align: top;
+}
+abbr, acronym, .explain {
+    border-bottom: 1px dotted Black;
+    color: Black;
+    background-color: transparent;
+    cursor: help;
+}
+q {
+    font-family: Times, "Times New Roman", serif;
+    font-style: italic;
+}
+blockquote {
+    font-family: Times, "Times New Roman", serif;
+    font-style: italic;
+}
+code {
+    color: Black;
+    background-color: #f9f9f9;
+}
+pre {
+    padding: 1em;
+    border: 1px dashed #2f6fab;
+    color: Black;
+    background-color: #f9f9f9;
+    overflow: auto;
+}
+.pre a {
+    text-decoration: none;
+}
+
+
+/*
+** the main content area
+*/
+
+#documentSubtitle {
+    font-size: 84%;
+    line-height: 1.2em;
+    margin: -1.6em 0 0.6em 1em;
+    color: #7d7d7d;
+}
+
+#siteSubtitle {
+    display: none;    
+}
+
+
+#content {
+    padding: 0 0 1em 0em;
+    margin: 0;
+}
+
+#bodyContent a:hover {
+    text-decoration: underline;
+}
+
+/* Some space under the headers in the content area */
+#bodyContent h1,
+.documentFirstHeading,
+#bodyContent h2,
+#bodyContent h3,
+#bodyContent h4,
+#bodyContent h5 {
+    margin-bottom:0.8em;
+}
+
+
+.documentContent {
+    padding: 0em 1em 1.5em 1em !important;
+    background: White;
+    border: 1px solid #aaaaaa;
+    border-right: none;
+    margin:0;
+    line-height: 1.5em;
+    position: relative;
+    z-index: 2;
+}
+
+/* this will be the user notification thing */
+.portalMessage {
+    background-color: #ffce7b;
+    border: 1px solid #ffa500;
+    color: Black;
+    font-size: 100%;
+    font-weight: bold;
+    margin: 2em 0em 1em 0em;
+    padding: 0.5em 1em;
+    vertical-align: middle;
+}
+.portalMessage a {
+    color: Black;
+    text-decoration: none;
+}
+.documentDescription {
+    /* The summary text describing the document */
+    font-weight: bold;
+    display: block;
+    margin: 1em 0em;
+    line-height: 1.5em;
+}
+.documentByLine {
+    text-align: right;
+    font-size: 90%;
+    clear: both;
+    font-weight: normal;
+    color: #76797c;
+}
+.documentByLine a {
+    text-decoration: none;
+}
+
+/*
+** Special content area views
+*/
+.special li {
+    line-height: 1.4em !important;
+    margin: 0;
+    padding: 0;
+}
+/* the auto-generated edit comments */
+#autocomment { color: gray; }
+
+
+/*
+** Structural Elements
+*/
+#visual-portal-wrapper {
+    position: relative;
+    margin: 0;
+    padding: 0;
+}
+
+/*
+** the portlets (elements in the quickbar)
+*/
+.portlet {
+    border: none;
+    margin: 0 0 1em 0em;
+    float: none;
+    padding: 0;
+    width: 11.6em;
+    overflow: hidden;
+}
+.portlet h4 {
+    font-size: 95%;
+    font-weight: normal;
+    white-space: nowrap;
+}
+.portlet h5 { 
+    background: transparent;
+    padding: 0em 1em 0em 0.5em;
+    text-transform: lowercase;
+    display: inline;
+    font-size: 91%;
+    height: 1em;
+    font-weight: normal;
+    white-space: nowrap;
+}
+.portlet h6 { 
+    background: #ffae2e;
+    border: 1px solid #2f6fab;
+    border-style: solid solid none solid;
+    padding: 0em 1em 0em 1em;
+    text-transform: lowercase;
+    display: block;
+    font-size: 1em;
+    height: 1.2em;
+    font-weight: normal;
+    white-space: nowrap;
+}
+.portletBody {
+    font-size: 95%;
+    background: White;
+    border-collapse: collapse;
+    border: 1px solid #aaaaaa;
+}
+.portletDetails {
+    text-align: right;
+}
+.portletMore {
+    display: block;
+    text-align: right;
+}
+.portletContent {
+    padding: 0.1em 0.8em 0.7em 0.5em;
+}
+.portletClose {
+    float: right;
+    text-transform: none;
+    border-left: 1px solid #2f6fab;
+    padding: 0em 0.2em;
+}
+.portlet h1, 
+.portlet h2, 
+.portlet h3, 
+.portlet h4 {
+    margin: 0;
+    padding: 0;
+}
+.portlet .even {
+    background-color: #f7f9fa;
+}
+.portlet .odd {
+    background-color: transparent;
+}
+.portlet input {
+    font-size: 100%;
+}
+.portlet ul {
+    line-height: 1.5em;
+    list-style-type: square;
+    list-style-image: url("bullet.gif");
+    font-size:95%;
+}
+.portlet li {
+    padding:0;
+    margin: 0 0 0 0;
+    margin-bottom: 0;
+}
+.even {
+    background-color: #f7f9fa;
+}
+.odd {
+    background-color: transparent;
+}
+.visualHighlight {
+    background-color: #f7f9fa;
+}
+.discreet {
+    color: #76797c;
+    font-size: 80%;
+    font-weight: normal;
+}
+
+/* 
+** Logo properties 
+*/
+#portlet-logo {
+    z-index: 3;
+    position:absolute; /*needed to use z-index */
+    top: 0;
+    left: 0;
+    height: 155px;
+    width: 135px;
+    overflow: visible;
+}
+#portlet-logo a {
+    display: block;
+    height: 155px;
+    width: 135px;
+    background: url(wiki.png) no-repeat;
+    background-repeat: no-repeat;
+}
+
+/*
+** the navigation portlet
+*/
+
+
+#portlet-navigation-tree {
+    position:relative;
+    z-index:2;
+}
+#portlet-navigation-tree .plain {
+    white-space: nowrap;
+}
+
+/*
+** Search portlet
+*/
+#portlet-search {
+    position:relative;
+    z-index:2;
+}    
+input.searchButton {
+    margin-top:1px;
+    padding: 0 0.4em;
+    font-size: 95%;
+    /*    font-size: 100%;
+    margin-bottom: 1px ! important;
+    background: White url(search_icon.gif) 2px 1px no-repeat;
+    cursor: pointer;
+    padding: 1px 1px 1px 15px;
+    text-transform: lowercase;*/
+
+}
+
+#searchGadget {
+    width:11.1em;
+    margin: 0 0 0 0;
+    font-size: 95%;
+}
+
+
+#portlet-search .portletContent {
+    padding: 0.5em 0.4em 0.4em 0.4em;
+}
+
+
+/* 
+** the personal toolbar
+*/
+
+#portlet-personal {
+    width:100% !important;
+    white-space:nowrap !important;
+    padding:0 0 0 0;
+    margin:0;
+    position:absolute;
+    left:0px;
+    top:0px;
+    z-index: 0;
+    border: none;
+    background-color: transparent;
+    overflow: visible;
+    line-height: 1.2em;
+}
+
+#portlet-personal .hiddenStructure {
+    display:none;
+}
+#portlet-personal .portlet,
+#portlet-personal .portletBody,
+#portlet-personal .portletContent,
+#portlet-personal .odd{
+    padding:0;
+    margin:0;
+    border: none !important;
+    z-index:0;
+    overflow: visible;
+    background-color: transparent;
+}
+#portal-personal ul,
+#portal-personal li {
+    z-index:0;
+    border:none;
+    background-color: transparent;
+}
+
+/* this is the ul contained in the portlet */
+
+#portal-personaltools {
+/*    background-color: #fabd23;*/
+/*    border-bottom-color: #2f6fab;*/
+    border: none;
+    line-height: 1.4em;
+    color: #2f6fab;
+    padding: 0em 2em 0 3em;
+    margin: 0;
+    text-align: right;
+    text-transform: lowercase;
+    list-style: none;
+    z-index:0;
+    background-color: transparent;
+}
+
+#portal-personaltools .portalNotLoggedIn {
+    color: #2f6fab;
+    padding: 0;
+    background: transparent;
+    background-image: none;
+} /* Used on all descriptions relevant to those not logged in */
+#portal-personaltools li {
+    padding:0;
+    display: inline;
+    color: #2f6fab;
+    margin-left: 1em;
+    line-height: 1.2em;
+    background-color: transparent;
+}
+#portal-personaltools li a {
+    text-decoration: none;
+/*    color: #436976;*/
+    color: #005896;
+    padding-bottom: 0.2em;
+    background-color: transparent;
+}
+#portal-personaltools li a:hover {
+    text-decoration: none;
+/*    color: #436976;*/
+    background-color: White;
+    padding-bottom: 0.2em;
+}
+
+/* the icon in front of the user name */
+li#personaltools-userpage,
+li#personaltools-login {
+    background: transparent url(user.gif) center left no-repeat;
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    text-transform: none;
+}
+
+/*
+** the page-related actions- page/talk, edit etc 
+*/
+
+#portlet-contentViews {
+    position:absolute;
+    top: 1.2em;
+    left: 11.5em;
+    margin: 0;
+    white-space:nowrap !important;
+    /*width:auto;*/
+    width: 76%;
+    line-height: 1.1em;
+    overflow: visible;
+    background-color: transparent;
+    border-collapse: collapse;
+    padding-left: 1em;
+    list-style: none;
+    font-size: 95%;
+}
+
+#portlet-contentViews .hiddenStructure {
+    display: none;
+}
+
+#portlet-contentViews ul {
+    list-style: none;
+}
+#portlet-contentViews li {
+    display: inline;
+    border: 1px solid #aaaaaa;
+    border-bottom: none;
+    padding: 0;
+    margin: 0 0.3em 0 0;
+    overflow: visible;
+}
+#portlet-contentViews li.selected {
+    border-color: #fabd23;
+    padding: 0 0 0.2em 0;
+}
+    
+#portlet-contentViews li a {
+    background-color: White;
+    color: #005189;
+    border: none;
+    padding: 0 0.8em 0.3em 0.8em;
+    text-decoration: none;
+    text-transform: lowercase;
+    position: relative;
+    z-index: 0;
+    margin: 0;
+}
+#portlet-contentViews .selected a {
+    z-index: 3;
+}
+#portlet-contentViews li a:hover {
+    z-index: 3;
+}
+
+/* offsets to distinguish the tab groups */
+li#contentaction-talk {
+    margin-right: 1.6em;
+}
+li#contentaction-watch {
+    margin-left: 1.6em;
+}
+
+
+/*
+** the remaining portlets
+*/
+#portlet-toolbox,
+#portlet-language {
+    position:relative;
+    z-index:3;
+}
+
+/*
+** footer
+*/
+
+#portal-footer {
+    background-color: White;
+    border-top: 1px solid #fabd23;
+    border-bottom: 1px solid #fabd23;
+    float: none;
+    margin: 0.3em 0em 1em 0em;
+    padding: 0.4em 0em 1em 0em;
+    text-align: center;
+    font-size: 90%;
+}
+#portal-footer li {
+    display: inline;
+    margin-right: 2em;
+}
+#portal-colophon {
+    float: none;
+    text-align: center;
+}
+#portal-colophon ul,
+#portal-colophon ul li,
+#portal-colophon ul li a {
+    list-style: none;
+    display: inline;
+    text-decoration: none;
+}
+
+/*
+** mediawiki-specific styles
+*/
+
+a.stub,
+a.new{ color:#ba0000; text-decoration:none; }
+
+#toc { 
+    /*border:1px solid #2f6fab;*/
+    border:1px solid #aaaaaa;
+    background-color:#f9f9f9;
+    padding:5px;
+}
+/* images */
+div.floatright { float: right; 
+    margin: 0 0 1em 1em;
+    position:relative;
+
+}
+div.floatright p { font-style: italic;} 
+div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0;
+    position:relative;
+}
+div.floatleft p { font-style: italic; } 
+/* thumbnails */
+div.thumbnail-none,
+div.thumbnail-right,
+div.thumbnail-left {
+ /*   border:1px solid #2f6fab;*/
+      border:1px solid #cccccc;
+    
+    background-color:#f9f9f9;
+    padding: 2px;
+    position:relative;
+    margin: 0.3em 0 0.5em;
+    font-size: 95%;
+    text-align: center;
+}
+div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
+    margin-top:3px; margin-bottom:3px;
+    position:relative;
+    text-align: left;
+}
+div.thumbnail-right {
+    float: right;
+    position:relative;
+    margin-left:0.5em;
+}
+div.thumbnail-left {
+    float: left;
+    position:relative;
+    margin-right:0.5em;
+}
+/* table standards */
+table.rimage {
+    float:right; 
+    width:1pt; 
+    position:relative;
+    margin-left:1em; 
+    margin-bottom:1em;
+    text-align:center;
+}
+
+/*
+** Accessibility and visual enhancement elements 
+*/
+
+.link-plain {
+    background-image: none;
+    padding: 0;
+}
+.link-parent {
+    display: block;
+    background: transparent url("arrowUp.gif") 4px 5px no-repeat;
+    padding: 1px 0px 1px 16px;
+    font-size: 80%;
+}
+.link-user {
+    background: transparent url("user.gif") 0 1px no-repeat;
+    padding: 1px 0px 1px 16px;
+}
+#bodyContent a[href^="http://"] {
+    background: url(external.png) center right no-repeat;
+    padding-right: 13px;
+}
+.urlexpansion {
+    display: none;
+}
+#bodyContent a[href^="https://"],
+.link-https {
+    background: transparent url("lock_icon.gif") center right no-repeat;
+    padding-right: 16px;
+}
+#bodyContent a[href^="mailto:"],
+#bodyContent a[href^="news://"],
+.link-mailto {
+    background: transparent url("mail_icon.gif") center right no-repeat;
+    padding-right: 18px;
+}
+#bodyContent a[href^="ftp://"],
+.link-ftp {
+    background: transparent url("file_icon.gif") center right no-repeat;
+    padding-right: 18px;
+}
+#bodyContent a[href^="irc://"],
+.link-irc {
+    background: transparent url("discussionitem_icon.gif")  center right no-repeat;
+    padding-right: 18px;
+}
+/* dummy rule for konq 2.2 */
+#bodyContent a[href^="konqueror://"] {
+    background: none;
+    padding: none;
+}
+.hiddenStructure {
+    display: none;
+  }
+
+.contentActions .hiddenStructure {
+    position: absolute;
+    top: -200px;
+    left: -200px;
+}
+
+.visualClear {
+    display: block;
+    clear: both;
+}
+.hiddenLabel {
+    display: block;
+    background: transparent;
+    background-image: none; /* safari bug */
+    border: none;
+    height: 1px;
+    overflow: hidden;
+    padding: 0;
+    margin: -1px 0 0 -1px;
+    width: 1px;
+}
+.label {
+    font-weight: bold;
+    display: inline;
+    padding-right: 0.5em;
+}
+
+.visualOverflow {
+    overflow: auto;
+    margin: 0 0 1em 0;
+}
+
+.visualOverflow pre,
+.visualOverflow table,
+.visualOverflow img {
+    margin: 0;
+}
+
+/* for highlighting of search terms */
+
+.highlightedSearchTerm {
+   background-color: #feff82;
+}
+
+/* debugging tool.. */
+/*div{ border:1px solid #000000 !important;}*/
+
+/*
+** IE/Mac
+*/
+
+\/*
+@import("IEMacFixes.css");
+*/
diff --git a/stylesheets/monobook/required.gif b/stylesheets/monobook/required.gif
new file mode 100644 (file)
index 0000000..bd71976
Binary files /dev/null and b/stylesheets/monobook/required.gif differ
diff --git a/stylesheets/monobook/user.gif b/stylesheets/monobook/user.gif
new file mode 100644 (file)
index 0000000..bc93439
Binary files /dev/null and b/stylesheets/monobook/user.gif differ
diff --git a/stylesheets/monobook/wiki.png b/stylesheets/monobook/wiki.png
new file mode 100644 (file)
index 0000000..cd5bd4e
Binary files /dev/null and b/stylesheets/monobook/wiki.png differ