Wikinews:Skins/Messedrocker.css

/*

edit this file to customize the monobook skin for the entire site edit

*/
/* No auto preview. save and then use shift+ctrlR in moz/Fx or ctrl+F5 in Ie */
/*

*/

/* Fundraiser image */

/* image link:<img src="http://fundraising.wikimedia.org/2005q4/progress/320px.png" width="320" height="28" alt="..." />*/
/* see http://css-discuss.incutio.com/?page=UsingEm Absolute values may not work
http://www.w3.org/TR/REC-CSS2/selector.html#q1 have to go Bawolff ☺☻  21:53, 17 December 2005 (UTC)*/

/* If you want to use this skin in your CSS, just paste the following line in your monobook.css file:
@import "http://en.wikinews.org/w/index.php?title=Wikinews:Skins/newspaper-background.css&action=raw&ctype=text/css";

This will allow me to make changes in the skin, so that you won't have to manually update it in your monobook.css.
*/

body {
  background: #ECECDF url(http://upload.wikimedia.org/wikinews/en/9/98/Newspaper-pile-background4.png) top left no-repeat;
}
h1, h2, h3 {
  border-bottom: 1px solid #B8D2F7;
  font-family: verdana, sans-serif;
}[reply]
h4, h5, h6 {
  font-family: verdana, sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/8/83/Bullet2.gif") !important;
}

#p-navigation, #p-search, #p-tb, #p-lang, #p-techniczne, #p-Regions, #p-Wikinews {
  margin: 1em 0.5em;
  width: 11.2em;
}
#p-cactions {
  top: 1.88em;
}
* html #p-cactions {
  top: 2.4em;
  z-index: -2;
}
/** html  #p-cactions ul li {
  padding-bottom:0.2em;
}*/

#p-cactions ul li a:hover, #p-cactions ul li:hover, #p-cactions ul li.selected a:hover, #p-cactions ul li.selected:hover {
  color: black;
  background: #C1CDF7 !IMPORTANT;
  z-index:0;
  text-decoration: underline;
}
* html #p-cactions ul li a:hover, * html #p-cactions ul li:hover, * html #p-cactions ul li.selected a:hover, * html #p-cactions ul li.selected:hover {
  background-color: transparent !IMPORTANT;
}

#p-cactions ul li a {
  font: 10px verdana, sans-serif;
  font-weight: bold;
  background: #F1FAFF;
  border: 0;
  padding: 0em 0.5em 2em;
  text-transform: capitalize;
}
* html #p-cactions ul li a {
  padding: 0em 0.5em 0em;
}
#p-cactions ul li.selected {
  border: 2px solid #C1CDF7;
  background: #CEDEFF;
  padding-bottom:2em;
}

#p-cactions ul li.selected a {
  color: black;
  background: #CEDEFF;
  padding-bottom:2em;
  text-transform: capitalize;
}
* html li#pt-userpage,
* html li#pt-anonuserpage,
* html li#pt-login {
  background-image: none;
  padding-left: 3px;
}
#p-navigation h5, #p-search h5, #p-tb h5, #p-lang h5, #p-techniczne h5, #p-Regions h5, #p-Wikinews h5 {
  background: #CCE0FB;
  padding: 4px 10px;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 3px;
  text-transform: capitalize;
}

#p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody, #p-techniczne .pBody, #p-Regions .pBody, #p-Wikinews .pBody {
  display: block;
  border: 1px solid #CCE0FB;
  background: #F1F8FE;
  line-height: 12px;
  -moz-opacity:0.9;
  opacity:0.9;
  filter: alpha(opacity=90);
}
#p-navigation .pBody:hover, #p-search .pBody:hover, #p-tb .pBody:hover, #p-lang .pBody:hover, #p-techniczne .pBody:hover, #p-Regions .pBody:hover, #p-Wikinews .pBody:hover {
  opacity:1;
  -moz-opacity:1;
  filter: alpha(opacity=100);
}

#p-navigation .pBody a, #p-tb .pBody a, #p-lang .pBody a, #p-techniczne .pBody a, #p-Regions .pBody a, #p-Wikinews .pBody a {
  color: black;
  text-decoration: none;
  font: 11px verdana, sans-serif;
}
#p-navigation .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover, #p-techniczne .pBody a:hover, #p-Regions .pBody a:hover, #p-Wikinews .pBody a:hover {
  color: #555 !important;
  text-decoration: none;
}

#content {
  border-left: 2px solid #B9D4F1;
  border-bottom: 2px solid #B9D4F1;
  border-top: 2px solid #B9D4F1;
  top: 7px;
}

#footer {
  border-bottom: 2px solid #B9D4F1;
  border-top: 2px solid #B9D4F1;
  border-left: 2px solid #B9D4F1;
  margin: 2em 0 2em 13.5em;
  opacity:0.8;
  -moz-opacity:0.8;
  filter: alpha(opacity=80);
}
#footer:hover {
  opacity: 1;
  -moz-opacity:1;
  filter: alpha(opacity=100);
}

#p-personal .pBody ul {
  background: #F1F8FE;
  border-bottom: 1px solid #C1CDF7;
  border-left: 1px solid #C1CDF7;
  float: right;
  padding-left: 0;
  height: 1.45em;
  opacity:0.9;
  -moz-opacity:0.9;
  filter: alpha(opacity=90);
}
#p-personal .pBody ul:hover {
  opacity:1;
  -moz-opacity:1;
  filter: alpha(opacity=1);
}
#p-personal li {
  margin: 0;
}
#p-personal li a {
  padding: 0.5em;
}
#p-personal li a:hover {
  background: #D4DEEA;
}

#searchInput {
  background: white;
  border: 1px solid #D4DEEA;
}

div.thumb div {
  background: #F1F8FE !important;
  border: 1px solid #C1CAF3 !important;
}

#bodyContent ul {
  list-style-position: inside;
}
* html #bodyContent ul {
  list-style-position: outside;
}
* html table#toc {
  list-style-position: inside;
}

/*
  div#siteNotice, div#siteNotice + h1 {background:url(http://webpages.charter.net/mrmiscellanious/wnblog/top.jpg); color:#EEE;} */
/* end Datrio */

/*

MRBMPRD edit

the following is needed for the redesign of the main page that is based on messedrockers version by Bawolff. This is seperate from the new skin proposal. see  http://en.wikinews.org/wiki/User:Bawolff/Sandbox/MessedRocker_based_main_page_redesign */

div.center {text-align: center;}

div.main-box { border: #3366FF solid 1px; background-color: #ffffff; margin-bottom: 0.4em;padding:0.4em; }
div.title-box {
  background-color: Navy;
  text-align: center;
  font-size: 150%;
  padding: 0;
  margin-top:-0.5em;
  color: white;
  font-weight:bold;
  vertical-align: top;
  text-decoration:none;
}

/*

leads edit

*/

div#seccond-lead-box  {float:left; width:48.2%; text-align:left; height:17em; overflow:auto; }
div#Lead-box  {float:right; width:48.2%; text-align:left; height:17em; overflow:auto; }
div#interview-recent-box {text-align:left; vertical-align:top; float:right; width:48.2%; height:20em; overflow:auto;}
div#third-lead-box {float:left; width:48.2%; vertical-align:text-top; height:20em; overflow:auto;}
div#wrapper-mainbox {background-color: #DEF;padding:0.5em 0.7em 1em 1em;}
div#wrapper-mainbox table {background-color: #DEF;}


div#siteNotice img {
  /*width: 172px; height: 15px;*/
  border:thin solid black;
}

#siteSub {
  display: inline;
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
}

div.no-bullet-list ul
{
  list-style-type: none;
  list-style-image: none;
}

body {
  background: #F0F0DD url(http://upload.wikimedia.org/wikinews/en/9/98/Newspaper-pile-background4.png) top left no-repeat;
}

/*rss icon. see template talk:latest news */

*.rss {
  color: #FFFFFF;
  background-color:#FF5500;
  background-image:none !important;
  border-color: #FF5500;
  border-style: outset;
  text-decoration:none !important;
  padding-left:0.2em;
  padding-right: 0.2em;
  border-width: 0.15em;
  font-size: 95%;
  line-height:95%;
  font-family:verdana, sans-serif;
  font-weight:bold;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.*/

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: none;
  border-style: hidden;
}
div.NavFrame + div.NavFrame {
  border-top-style: none;
  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;
}
/* hide heading for Main Page (Monobook skin only) */

BODY.page-Main_Page H1.firstHeading {
  display: none;
}