Benutzer:Koxxer/monobook.css

Aus Stupidedia, der sinnfreien Enzyklopädie!
Wechseln zu: Navigation, Suche

Wichtig: Nach dem Speichern musst Du deinem Browser sagen, dass er die neue Version laden soll: Mozilla/Firefox: Strg-Shift-R, IE: Strg-F5, Safari: Cmd-Shift-R, Konqueror: F5.

/* monobook.css */
div.usermessage {
    font-weight: big;
    background-color: lime !important;
    border-color: black black black black !important;
    border-style: double;
    margin-top: -1em; /* evtl. weglassen */
    font-size:   18px;
    font-family: gothicE;
}
div.usermessage a { color: goldenrod; }

#p-personal div ul{
text-align:right;
}

#rctext {
display:none;
}

#copywarn {
display:none;
}

#newarticletext{
  display: none;
}
#buch{
  display: none;
}
#werbung{
  display: none;
}
/*
#snotice{
  display: none;
}
*/
/****************************/
/* BEGIN LIGHT GREEN SECTION */
/****************************/
/* Make all non-namespace pages have a light green content area. This is done by
   setting the background color for all #content areas to light green and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */

#content {
    background: #F0FFF0;
}

#content div.thumb {
    border-color: #F0FFF0;
}

.ns-0 * #content {
    background: white;
}

#mytabs li {
    background: #F0FFF0;
}

.ns-0 * #mytabs li {
    background: white;
}

#mytabs li a {
    background-color: #F0FFF0;
}

.ns-0 * #mytabs li a {
    background-color: white;
}

#p-cactions li a {
    background-color: #F0FFF0;
}

.ns-0 * #p-cactions li a {
    background-color: white;
}

.ns-0 * #content div.thumb {
    border-color: white;
}

/***************************/
/* END LIGHT GREEN SECTION */
/***************************/

/*********************************/
/* BEGIN NAMESPACE COLOR SECTION */
/*********************************/

/* Artikel */
.ns-0 * #content { background : white; }
.ns-0 * #p-cactions li { background : white; }
.ns-0 * #p-cactions li a { background : white; }

/* Diskussion Artikel */
.ns-1 * #content { background : #FFFFEE; }
.ns-1 * #p-cactions li { background : #FFFFEE; }
.ns-1 * #p-cactions li a { background : #FFFFEE; }

/* Benutzer */
.ns-2 * #content { background : #f0fff0; }
.ns-2 * #p-cactions li { background : #f0fff0;}
.ns-2 * #p-cactions li a { background : #f0fff0; }

/* Benutzer Diskussion */
.ns-3 * #content { background : #FFFFEE; }
.ns-3 * #p-cactions li { background : #FFFFEE; }
.ns-3 * #p-cactions li a { background : #FFFFEE; }

/* Stupidedia  */
.ns-4 * #content { background : #F4F4F4; }
.ns-4 * #p-cactions li { background : #F4F4F4; }
.ns-4 * #p-cactions li a { background : #F4F4F4; }

/* Stupidedia Diskussion */
.ns-5 * #content { background : #FFFFEE; }
.ns-5 * #p-cactions li { background : #FFFFEE; }
.ns-5 * #p-cactions li a { background : #FFFFEE; }

/* Bild Diskussion Εικόνας */
.ns-7 * #content { background : #FFFFEE; }
.ns-7 * #p-cactions li { background : #FFFFEE; }
.ns-7 * #p-cactions li a { background : #FFFFEE; }

/*  MediaWiki  */
.ns-8 * #content { background : #EEEEFF; }
.ns-8 * #p-cactions li { background : #EEEEFF; }
.ns-8 * #p-cactions li a { background : #EEEEFF; }

/* MediaWiki Diskussion */
.ns-9 * #content { background : #FFFFEE; }
.ns-9 * #p-cactions li { background : #FFFFEE; }
.ns-9 * #p-cactions li a { background : #FFFFEE; }

/* Vorlage Diskussion */
.ns-11 * #content { background : #FFFFEE; }
.ns-11 * #p-cactions li { background : #FFFFEE; }
.ns-11 * #p-cactions li a { background : #FFFFEE; }

/* Hilfe */
.ns-12 * #content { background : #FFF0F5; }
.ns-12 * #p-cactions li { background : #FFF0F5; }
.ns-12 * #p-cactions li a { background : #FFF0F5; }

/* Hilfe Diskussion */
.ns-13 * #content { background : #FFF0F5; }
.ns-13 * #p-cactions li { background : #FFF0F5; }
.ns-13 * #p-cactions li a { background : #FFF0F5; }

/* Kategorie Diskussion */
.ns-15 * #content { background : #FFFFEE; }
.ns-15 * #p-cactions li { background : #FFFFEE; }
.ns-15 * #p-cactions li a { background : #FFFFEE; }

/*******************************/
/* END NAMESPACE COLOR SECTION */
/*******************************/

/*****************************/
/* BEGIN GREEN BLACK SECTION */
/*****************************/
/*
input{background-color:black; color:lime;}

#p-personal li a{color:lime;}

#mw-pages table{background:black;}

#siteNotice{ margin-top:28px; }

#content {
    background: #000000;
    color:      lime
}

#content div.thumb {
    border-color: #000000;
}

.ns-0 * #content {
    background: #000000;
    color:      lime
}

#mytabs li {
    background: #000000;
    color:      lime
}

.ns-0 * #mytabs li {
    background: #000000;
    color:      lime
}

#mytabs li a {
    background-color: #000000;
    color:      lime
}

.ns-0 * #mytabs li a {
    background-color: #000000;
    color:      lime
}

#p-cactions li a {
    background-color: #000000;
    color:      lime
}

.ns-0 * #p-cactions li a {
    background-color: #000000;
    color:      lime
}

.ns-0 * #content div.thumb {
    border-color: #000000;
    color:      lime
}
*/
/* TABS */
/*
#p-cactions ul li.selected a {
    background-color: #000000;
    color:      lime
}
#p-cactions .selected a {
    background-color: #000000;
    color:      lime
}
#p-cactions ul li .selected a {
    background-color: #000000;
    color:      lime
}
#p-cactions li a:hover {
    background-color: #000000;
    color:      lime
}

#catlinks,#toc{
  background: #000000;
  border:     1px solid lime;
  color:      lime;
}

#catlinks a{
  color: #0066FF;
}

#toc{
  color: #0066FF;
}

#footer{
  background:    #000000;
  border:        1px solid lime;
  color: lime;
}

#footer a{
  color: #00CCFF;
}

#rctext { display: none; }

#column-one {}

h1, h2, h3, h4, h5, h6 { color: lime; }
a { color: #00CCFF; }
a:visited { color: #0066FF; }
a:hover { text-decoration: underline; }
a.new { color: silver; }
#bodyContent a.extiw, #bodyContent a.extiw:active { color: #00CCFF; }
#bodyContent a.extiw:visited { color: #0066FF; }
#bodyContent a.external { color: #00CCFF; }
#bodyContent a.external:visited { color: #0066FF; }
#bodyContent a.stub, #bodyContent a.stub:visited { color: #FF5500; }


#pt-userpage,#pt-mytalk,#pt-preferences,#pt-watchlist,#pt-mycontris,#pt-logout{
  font-family: comic sans ms;
}

body{
  background: black !important;
}

#p-navigation h5,#p-search h5, #p-tb h5, #werbung h5, #buch h5{
  color:                       lime;
  background:                  black;
  border:                      0px;
  width:                       100%;
  font-family:                 comic sans ms;
  font-size:                   15px;
}

.pBody, .pBody a{
  color:           lime;
  background:      black;
  border:          0px;
  font-family:     comic sans ms;
  font-size:       13px;
}

#searchInput,.searchButton{
  background:      black;
  color:           lime;
}
*/
/***************************/
/* END GREEN BLACK SECTION */
/***************************/

Linktipps: Faditiva und 3DPresso