[http://nonsensopedia.wikia.com/index.php?title=MediaWiki:Monobook.css&action=purge purge]

/*
<pre>
*/

/********************************************/
/* DROGI PRZYPADKOWY ZŁODZIEJU MONOBOOKÓW!  */
/*    NASZ MONOBOOK TO STERTA ŚMIECI!       */
/* KRADNIESZ GO I UŻYWASZ NA WŁASNE RYZYKO! */
/********************************************/

body {
  background: #F9F9F9 url('/skins/monobook/headbg.jpg') no-repeat;

}

#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    font-style: italic;
    text-align: center;
}

a {color: #2939B5;}
a:visited  {color: #00008B;}
a.external {color: teal;}
a.stub {color: #2B6653;}

/* Klasa dla szablonu {{Main}} */
.detail, .details {
        margin: 0 0 0.7em 2em; 
        border: 1px solid #e7e7e7; 
        border-width: 1px 0; 
        text-align:left; 
        font-size:95%; 
        background: #fdfdfd; 
        padding:1px 4px;
        display: table;
}
.detail > span {
        display: table-row;
}
.detail > span > span {
        display: table-cell;
        padding-left: 4px;
        width:100%;
}


/* przyciski dodawania opisów */ 
#userSummaryButtons a {
 background: #cfc;
 border: 1px dotted #090;
 padding: 0px 2px;
 margin: 2px;
 cursor: pointer;
 font-size: 80%;
 line-height: 17px;
 color: black;
}
 
#userSummaryButtons a:hover {
 background: #bfb;
 border: 1px solid #9c9;
 text-decoration:none;
}


/* klasa wikitable dla ładniejszego wyglądu tabelek */
 
table.wikitable {
	margin: 0 0 1em 1em;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
}
table.wikitable tbody {
	background: #fff;
}
 
table.wikitable th, table.wikitable td {
	border: 1px #aaa solid;
	padding: 4px;
}
 
table.wikitable th {
	background: #d3d3d3;
	text-align: center;
}
 
table.wikitable caption {
	margin-left: inherit;
	margin-right: inherit;
}

/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
 
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}
 
.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}


/****************************/
/* BEGIN LIGHT BLUE SECTION */
/****************************/
/* Make all non-namespace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue 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 div.thumb {
    border-color: white;
}

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

#mytabs li {
    background: white;
}

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

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

/* Article message box template styles */
table.ambox {
margin: 0 10%;                         /* Will not overlap with other elements */
border-collapse: collapse; 
background-color: #fbfbfb !important; 
border: 1px solid #aaa; 
border-left: 10px solid #1e90ff;       /* Default "notice" blue */
}
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
padding: 0.25em 0.5em;              /* 0.5em left/right */
width: 100%;                        /* Make all templates the same width regardless of text size */
}
table.ambox td.ambox-image {          /* The left image cell */
padding: 2px 0px 2px 0.5em;         /* 0.5em left, 0px right */
text-align: center; 
}
table.ambox td.ambox-imageright {     /* The right image cell */
padding: 2px 4px 2px 0px;           /* 0px left, 4px right */
text-align: center; 
}
table.ambox-notice {
border-left: 10px solid #1e90ff;       /* Blue */
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */
}
table.ambox-delete,
table.ambox-serious {
border-left: 10px solid #b22222;       /* Red */
}
table.ambox-content {
border-left: 10px solid #f28500;       /* Orange */
}
table.ambox-style {
border-left: 10px solid #f4c430;       /* Yellow */
}
table.ambox-merge {
border-left: 10px solid #9932cc;       /* Purple */
}
table.ambox-protection {
border-left: 10px solid #bba;          /* Gray */
}
table.ambox.ambox-mini {                 /* small floating box variant */
float: right;
clear: right;
margin: 0 0 0 1em;
width: 25%;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccccff;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

 
/* Nie drukujemy navboksów */
 
@media print{
	.NavFrame {
		display: none;
	}
}
 
.nounderlines a {text-decoration: none}
 
.CollapseButton {
	font-size: x-small;
	float: right;
	font-weight: normal;
	text-align: right;
        width: 36px;
}

/* odstęp pomiędzy pierwszym navboksem a tekstem  */
table.firstNavbox { margin-top:1em; }

/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;     /* Background color */
}
.navbox-list {
  border-color:#fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
  background:#ccccff;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background:#ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background:#f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background:transparent; /* Odd row striping */
}
 
@media print {
    .navbox {
        display: none;
    }
}

/**************************/
/* END LIGHT BLUE SECTION */
/**************************/
/* Άρθρα */
.ns-0 * #content { background : white; }
.ns-0 * #p-cactions li { background : white; }
.ns-0 * #p-cactions li a { background : white; }

/* Συζήτηση άρθρου */
.ns-1 * #content { background : #FFFFEE; }
.ns-1 * #p-cactions li { background : #FFFFEE; }
.ns-1 * #p-cactions li a { background : #FFFFEE; }

/* Χρήστης */
.ns-2 * #content { background : #f0fff0; }
.ns-2 * #p-cactions li { background : #f0fff0;}
.ns-2 * #p-cactions li a { background : #f0fff0; }

/* Συζήτηση Χρήστη */
.ns-3 * #content { background : #FFFFEE; }
.ns-3 * #p-cactions li { background : #FFFFEE; }
.ns-3 * #p-cactions li a { background : #FFFFEE; }

/* Βικιπαίδεια  */
.ns-4 * #content { background : #F4F4F4; }
.ns-4 * #p-cactions li { background : #F4F4F4; }
.ns-4 * #p-cactions li a { background : #F4F4F4; }

/* Συζήτηση Βικιπαίδειας */
.ns-5 * #content { background : #FFFFEE; }
.ns-5 * #p-cactions li { background : #FFFFEE; }
.ns-5 * #p-cactions li a { background : #FFFFEE; }

/* Συζήτηση Εικόνας */
.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 */
.ns-9 * #content { background : #FFFFEE; }
.ns-9 * #p-cactions li { background : #FFFFEE; }
.ns-9 * #p-cactions li a { background : #FFFFEE; }

/* Συζήτηση Προτύπου */
.ns-11 * #content { background : #FFFFEE; }
.ns-11 * #p-cactions li { background : #FFFFEE; }
.ns-11 * #p-cactions li a { background : #FFFFEE; }

/* Βοήθεια */
.ns-12 * #content { background : #FFF0F5; }
.ns-12 * #p-cactions li { background : #FFF0F5; }
.ns-12 * #p-cactions li a { background : #FFF0F5; }

/* Συζήτηση Βοήθειας */
.ns-13 * #content { background : #FFF0F5; }
.ns-13 * #p-cactions li { background : #FFF0F5; }
.ns-13 * #p-cactions li a { background : #FFF0F5; }

/* Συζήτηση Κατηγορίας */
.ns-15 * #content { background : #FFFFEE; }
.ns-15 * #p-cactions li { background : #FFFFEE; }
.ns-15 * #p-cactions li a { background : #FFFFEE; }

/* Cytaty */
.ns-100 * #content { background : #FFFFFF; }
.ns-100 * #p-cactions li { background : #FFFFFF; }
.ns-100 * #p-cactions li a { background : #FFFFFF; }

/* Dyskusja cytatów */
.ns-101 * #content { background : #FFFFFF; }
.ns-101 * #p-cactions li { background : #FFFFFF; }
.ns-101 * #p-cactions li a { background : #FFFFFF; }

/* NonNews */
.ns-102 * #content { background : #FFFFFF; }
.ns-102 * #p-cactions li { background : #FFFFFF; }
.ns-102 * #p-cactions li a { background : #FFFFFF; }

/* Dyskusja NonNews */
.ns-103 * #content { background : #FFFFEE; }
.ns-103 * #p-cactions li { background : #FFFFEE; }
.ns-103 * #p-cactions li a { background : #FFFFEE; }

/* Nonźródła */
.ns-104 * #content { background : #FFFFFF; }
.ns-104 * #p-cactions li { background : #FFFFFF; }
.ns-104 * #p-cactions li a { background : #FFFFFF; }

/* Dyskusja nonźródeł */
.ns-105 * #content { background : #FFFFEE; }
.ns-105 * #p-cactions li { background : #FFFFEE; }
.ns-105 * #p-cactions li a { background : #FFFFEE; }

/* Forum */
.ns-110 * #content { background : #FFFFFF; }
.ns-110 * #p-cactions li { background : #FFFFFF; }
.ns-110 * #p-cactions li a { background : #FFFFFF; }

/* Dyskusja forum */
.ns-111 * #content { background : #FFFFEE; }
.ns-111 * #p-cactions li { background : #FFFFFF; }
.ns-111 * #p-cactions li a { background : #FFFFFF; }

/* Display "WIM Wikia" */
#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

/* Display "User $1, you are already logged in!"
   ([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }

@media print {
    /* Do not print edit link in templates using Template:Ed
       Do not print certain classes that shouldn't appear on paper */
    .editlink, .noprint, .metadata, .dablink { display: none }
}


/* Style for "notices" */
.notice {
    text-align: justify;
    margin: 1em 0.5em;
    padding: 0.5em;
}

#disambig {
    border-top: 3px double #cccccc; 
    border-bottom: 3px double #cccccc;
}


/* Accessibility experiment: make diff changes not just colour-based */ 

.diffchange {
    font-weight: bold;
    background-color: inherit;
}

td.diff-addedline, td.diff-deletedline, td.diff-context {
    font-size: 85%;
    color: inherit;
}

#pt-login {
  font-weight: bold;
  font-size: 110%;
}

form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}

form#userlogin table {
  float: left;
  background-color: #ffffe6;
  color: #000;
}

p.error {
  font-weight: bold;
}

/* Class styles */

/* .toccolours added here because version in 
   monobook/main.css wasn't being used by the print style */
.toccolours { 
   border:1px solid #aaaaaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}


/* Experiment: slightly fade inactive tabs */

#p-cactions a {
   filter: alpha(opacity=90);
}

#p-cactions a:hover, #p-cactions .selected a {
   filter: none;
}


#p-nav h5 {
   display: yes;
}

.portlet a {
   text-decoration: none;
}

.portlet a:hover {
   text-decoration: underline;
}

#p-nav .pBody {
   padding-right: 0;
}

#p-nav a {
   display: block;
   width: 100%;
}

/* Αναδιπλούμενα πλαίσια */

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: display;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: display;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

/* loga i navboxy dla dodatkowych przestrzeni */

body.ns-12 #p-logo a { background-image: url(/images/a/aa/Help.png) !important; }
body.ns-13 #p-logo a { background-image: url(/images/a/aa/Help.png) !important; }
body.ns-100 #p-logo a { background-image: url(/images/d/d1/Logo_noncytaty.gif) !important; }
body.ns-101 #p-logo a { background-image: url(/images/d/d1/Logo_noncytaty.gif) !important; }
body.ns-102 #p-logo a { background-image: url(/images/f/f0/Logo_nonnews.gif) !important; }
body.ns-103 #p-logo a { background-image: url(/images/f/f0/Logo_nonnews.gif) !important; }
body.ns-108 #p-logo a { background-image: url(/images/1/12/Gra_projekt3.gif) !important; }
body.ns-109 #p-logo a { background-image: url(/images/1/12/Gra_projekt3.gif) !important; }
body.ns-114 #p-logo a { background-image: url(/images/f/fb/Poradniki-logo.png) !important; }
body.ns-115 #p-logo a { background-image: url(/images/f/fb/Poradniki-logo.png) !important; }
div#p-cytaty { display:none; }
body.ns-100 div#p-cytaty, body.ns-101 div#p-cytaty { display:block !important; }
div#p-nonnews { display:none; }
body.ns-102 div#p-nonnews, body.ns-103 div#p-nonnews { display:block !important; }
div#p-sources { display:none; }
body.ns-104 div#p-sources, body.ns-105 div#p-sources { display:block !important; }
div#p-slownik { display:none; }
body.ns-106 div#p-slownik, body.ns-107 div#p-slownik { display:block !important; }

/* kursywa dla przekierowań w Specjalna:Allpages */

.allpagesredirect {
     font-style: italic;
}

.schowane {display:none;}

.toc {
margin-right: 2em;
}

/* sidebar wyżej, niż standardowo, dla usunięcia przerwy pod logosem */
#p-logo { height: 138px }
#column-one { padding-top: 138px; }

#p-navigation h5 { display: none }

.mw-rollback-link a { font-weight: bold; }

span.mw-plusminus-pos {color: #006400;} 
span.mw-plusminus-neg {color: #8B0000;} 

#createpage_help_section {display:none;}
#category_wrapper {display:none;}


/* Tonen van de borders voor Internet Explorer */
.BGorange1 {
 background-image: url(http://upload.wikimedia.org/wikipedia/commons/0/02/BGorange1.jpg);
 background-repeat: repeat-x
}
 
.BGorange2 {
 background-image: url(http://upload.wikimedia.org/wikipedia/commons/a/a7/BGorange2.jpg);
 background-repeat: repeat-x
}
 
.PPcornerTop { background-image: url(http://upload.wikimedia.org/wikipedia/commons/7/75/PPcornerTop2nl.gif); background-position:top left; background-repeat:no-repeat; width:10px; height:10px;}
 
.PPcornerBottom { background-image: url(http://upload.wikimedia.org/wikipedia/commons/b/bb/PPcornerBottomnl2.gif); background-position:bottom left; background-repeat:no-repeat; width:10px; height:10px;}
 
body.page-Strona_główna h1.firstHeading { display: none; }


/*
</pre>
*/