MediaWiki:Erudite.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
$wgHooks['SkinTemplateSetupPageCss'][] = 'wfHideVariousTabsFromAnonymous';

function wfHideVariousTabsFromAnonymous( &$hidetabcss ) {
	global $wgUser;

	if ( !$wgUser->isLoggedIn() ) {
		$hidetabcss .= '.nav-meta { display: none !important; }  ';
	}

	return true;
}
     

a {
	color: #01588e;
}

a:hover {
color: #01588e;
	text-decoration: none;
}

a:visited {

	 color: #01588e;
}

a.new {

color: #01588e;

}


#nav {
   border-left-style: none;
   border-right-style: none;
}

#menu {
   border-top-right-radius: 20px;
   border-top-left-radius: 20px; 
        font-size: 18px;
}

/* changing header - title 
#top-wrap h1 {
        text-decoration: none;
        font-size: 3em;
        line-height: 1.3;
  }*/ 
body {
/*  font-family: Helvetica, sans-serif; */ 
  font-family: Arial, sans-serif;
  font-size: 15px;
 background: #fafafa url(images/kdm/0/06/Test2.png);


}
 /*
<!--
menu {
  background-color: red;
width: 110%;
}
-->
  */

#bannertable {
	width:100%;
	vertical-align:middle;
}
#bannerpcss {
	text-align: center;
	vertical-align: bottom;
	font-size:2em;
}
#bannernazwa {
	text-align: center;
	vertical-align: top;
	font-size:1em;
}
#bannerlogo {
	text-align: right;
	width: 20%;
}
#bannerlogo img {
	width:160px
}

#top-wrap {
  background-image: url(images/kdm/4/4d/Test1.png);


}

#bottom-wrap {
  background-image: url(images/kdm/4/4d/Test1.png);

}


pre{
display: block; 
color:black; 
padding: 15px; 
/*background-color:WhiteSmoke; */
background-color: #eaf0ff; 
border:1px 
solid LightGray; 
font-family: monospace;
font-size: 15px;
}

#customers {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}


#customers td, #customers th {
    font-size: 1em;
/*    border: 1px solid LightGray; */
    border: 1px solid #eaf0ff;
    padding: 3px 7px 2px 7px;
}

#customers th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
/*    background-color: Grey;*/
    background-color: #01588e;
    color: #ffffff;
}

li#flag {
	float: right;
}

#flaga img {
	width:45px;
	float:right;
	padding:0;
	margin-bottom: 0;
}

#customers tr.alt td {
    
/*background-color:WhiteSmoke; */
background-color: #eaf0ff; 
}

#footer{ display: none !important; }
#nav-meta { display: none !important; }

.subtitle {
        display: none;
}