MediaWiki:Monobook.css: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
 
(55 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 8: Zeile 8:
 
/* Metalab skin */
 
/* Metalab skin */
  
body { background:#FFF url('/wiki/images/6/6c/Skin-ecke.jpg') right top no-repeat; border-bottom:1em solid #E45712; font-family:Verdana,sans-serif }
+
body { background:#FFF url('/wiki/images/0/06/Skin-header.png') left top repeat-x; border-bottom:1em solid #E45712; font-family:Verdana,sans-serif }
 +
#globalWrapper { background: transparent url('/wiki/images/6/6c/Skin-ecke.jpg') right top no-repeat }
  
 
h1, h2, h3, h4, h5, h6 { font-family:Arial,Helvetica,sans-serif;margin-top:.5em; }
 
h1, h2, h3, h4, h5, h6 { font-family:Arial,Helvetica,sans-serif;margin-top:.5em; }
Zeile 23: Zeile 24:
 
#p-personal li a:hover { color:#FFF; background-color:transparent }
 
#p-personal li a:hover { color:#FFF; background-color:transparent }
  
#p-logo { position:absolute; z-index:0; width:100%; height:85px; background:#27364E url('/wiki/images/6/6c/Skin-ecke.jpg') right top no-repeat }
+
#p-logo { z-index:0; width:100%; height:85px; }
#p-logo a, #p-logo a:hover { display:block; height:85px; width:160px; background-image:url('/wiki/images/8/83/Skin-logo.gif') !important; background-position:left bottom !important }
+
#p-logo a, #p-logo a:hover { background-image:url('/wiki/images/8/83/Skin-logo.gif') !important; background-position:left bottom !important; display:block; height:85px; width:160px; }
  
 
#p-cactions, #p-personal { z-index:4; }
 
#p-cactions, #p-personal { z-index:4; }
Zeile 30: Zeile 31:
 
#p-cactions li a, #p-cactions li, .pBody { border:0 }
 
#p-cactions li a, #p-cactions li, .pBody { border:0 }
 
#p-cactions li a { background-color:#959BA9; padding-top:.2em }
 
#p-cactions li a { background-color:#959BA9; padding-top:.2em }
#p-cactions li.selected a { background-color:#FFF }
+
#p-cactions li.selected a { background-color:#FFF; padding:.2em .8em .3em .8em !important }
 
#p-cactions li a:hover { background-color:#CCC; }
 
#p-cactions li a:hover { background-color:#CCC; }
#p-personal { margin-top:.5em; }
+
#p-personal { margin-top:.5em; }
 
#p-personal ul { margin-right:120px }
 
#p-personal ul { margin-right:120px }
 
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background-image:url('/wiki/images/9/95/Skin-user.gif') }
 
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background-image:url('/wiki/images/9/95/Skin-user.gif') }
Zeile 48: Zeile 49:
 
#bodyContent .thumb { border-color:#EEE }
 
#bodyContent .thumb { border-color:#EEE }
  
.editsection { margin-top:1em; font-size:.9em; color:#888; }  
+
.editsection { margin-top:0em; font-size:.9em; color:#888; }  
 
.editsection a { color:#888; }
 
.editsection a { color:#888; }
  
Zeile 54: Zeile 55:
 
.toctoggle { display:none } /* most useless feature of mediawiki */
 
.toctoggle { display:none } /* most useless feature of mediawiki */
  
#footer { position:relative; background:transparent; z-index:5; border:0; padding:0; margin-bottom:.5em; text-align:right }
+
div#footer { position:relative; background:transparent; z-index:5; border:0; padding:0; margin-bottom:.5em; text-align:right; }
#footer img { display:none }
+
div#footer img { display:none }
  
 
#n-recentchanges a, #n-randompage a, #p-tb a { color:#666 !important }
 
#n-recentchanges a, #n-randompage a, #p-tb a { color:#666 !important }
 +
 +
table.events { border-collapse: collapse; }
 +
table.events tr { border-bottom: 1px solid #CCC; }
 +
table.events tr.oeffentlich { background-color: #DDD; }
 +
table.events tr.metalabday { background-color:#AFA; }
 +
table.events tr.oeffentlich b, table.events tr.metalabday b { font-size: 1.1em; display: block; }
 +
 +
#JA1banner3 {
 +
    background-color: #1E1E1E;
 +
    background-image: url('/wiki/images/1/1c/Ignore2.jpg');
 +
    background-position: right top;
 +
    background-repeat: no-repeat;
 +
    border: 1px solid silver;
 +
    height: 172px;
 +
    margin-bottom: 0.5em !important;
 +
    margin-left: -10px;
 +
    margin-right: -10px;
 +
    overflow: hidden;
 +
    position: relative;
 +
}
 +
 +
#JA1banner3-text {
 +
    background-color: transparent;
 +
    color: #333333;
 +
    cursor: pointer;
 +
    font-family: helvetica,arial,monospace;
 +
    font-size: 2.25em;
 +
    font-weight: normal;
 +
    line-height: 1.125em;
 +
    overflow: hidden;
 +
    padding: 1.25em 50px 0.75em 0.75em !important;
 +
    text-align: left;
 +
    width: 60%;
 +
}
 +
 +
/* after upgrade to 1.18.1 */
 +
div#content { border: none; position:static; margin-top:7.5em; }

Aktuelle Version vom 12. April 2012, 20:12 Uhr

/** Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}
/* Metalab skin */

body { background:#FFF url('/wiki/images/0/06/Skin-header.png') left top repeat-x; border-bottom:1em solid #E45712; font-family:Verdana,sans-serif }
#globalWrapper { background: transparent url('/wiki/images/6/6c/Skin-ecke.jpg') right top no-repeat }

h1, h2, h3, h4, h5, h6 { font-family:Arial,Helvetica,sans-serif;margin-top:.5em; }
table, table.diff, td.diff-otitle, td.diff-ntitle { background:transparent }
ul, .portlet ul { list-style-image: url('/wiki/images/a/a7/Skin-bullet.gif'); }

#n-recentchanges { margin-top:1em }

a, #bodyContent a.external { color:#3C5EA2 }
a:visited { color:#213B6F }
#p-cactions li a { color:#000 }
#p-cactions .new a { color:#444; font-style:italic }
#p-personal li a { color:#959BA9 }
#p-personal li a:hover { color:#FFF; background-color:transparent }

#p-logo {  z-index:0; width:100%; height:85px; }
#p-logo a, #p-logo a:hover { background-image:url('/wiki/images/8/83/Skin-logo.gif') !important; background-position:left bottom !important; display:block; height:85px; width:160px; }

#p-cactions, #p-personal { z-index:4; }
#p-cactions { top:85px; margin-top:-1.85em }
#p-cactions li a, #p-cactions li, .pBody { border:0 }
#p-cactions li a { background-color:#959BA9; padding-top:.2em }
#p-cactions li.selected a { background-color:#FFF; padding:.2em .8em .3em .8em !important }
#p-cactions li a:hover { background-color:#CCC; }
#p-personal { margin-top:.5em;  }
#p-personal ul { margin-right:120px }
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background-image:url('/wiki/images/9/95/Skin-user.gif') }

#p-navigation, #p-search, #p-tb { position:relative; top:-4em }
#column-one { padding-bottom:25px; background:url('/wiki/images/thumb/7/75/Atomic.svg/68px-Atomic.svg.png') 45px bottom no-repeat; }
#column-one h5 { display:none }
#searchform { text-align:left }

#content { top:75px; border:0; margin-bottom:5em }
#bodyContent { background-color:#EEE; padding:1em; padding-top:.1em; margin-top:1em }
#bodyContent a.new, #p-personal a.new { color:#E45712 }
h1.firstHeading { display:inline; line-height:1.22em; width:10em; padding:0; background-color:#999; color:#FFF; font-size:175%; font-variant:small-caps; padding-right:.6em; padding-left:.1em } 
.previewnote { color:#E45712 }
#bodyContent .thumb { border-color:#EEE }

.editsection { margin-top:0em; font-size:.9em; color:#888; } 
.editsection a { color:#888; }

#toc { float:right; margin-left:1em; margin-bottom:1em; font-size:.9em; }
.toctoggle { display:none } /* most useless feature of mediawiki */

div#footer { position:relative; background:transparent; z-index:5; border:0; padding:0; margin-bottom:.5em; text-align:right; }
div#footer img { display:none }

#n-recentchanges a, #n-randompage a, #p-tb a { color:#666 !important }

table.events { border-collapse: collapse; }
table.events tr { border-bottom: 1px solid #CCC; }
table.events tr.oeffentlich { background-color: #DDD; }
table.events tr.metalabday { background-color:#AFA; }
table.events tr.oeffentlich b, table.events tr.metalabday b { font-size: 1.1em; display: block; }

#JA1banner3 {
    background-color: #1E1E1E;
    background-image: url('/wiki/images/1/1c/Ignore2.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid silver;
    height: 172px;
    margin-bottom: 0.5em !important;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    position: relative;
}

#JA1banner3-text {
    background-color: transparent;
    color: #333333;
    cursor: pointer;
    font-family: helvetica,arial,monospace;
    font-size: 2.25em;
    font-weight: normal;
    line-height: 1.125em;
    overflow: hidden;
    padding: 1.25em 50px 0.75em 0.75em !important;
    text-align: left;
    width: 60%;
}

/* after upgrade to 1.18.1 */
div#content { border: none; position:static; margin-top:7.5em; }