Difference between revisions of "User:Kennethau/monobook.css"

From DEW Robotics
Jump to: navigation, search
m
 
Line 1: Line 1:
/* Datrio+MrM */
+
/* <source lang="css"> */
/* Version 0.45    */
+
/* Last update: 09:22, 2 September 2006 (UTC)
+
/* The following are Vector bugfixes */
/*<pre> ----------------------------- */
+
/*At the moment this will only  */
+
/* Temporary fix until [[bugzilla:19567]] is addressed */
/*In Moz for the most of it. */
+
#siteNotice div { margin: 0; }
/*mostly works in IE. works in opera (still needs minnor look over)*/
+
#siteNotice div.expanded table.siteNoticeUser { margin-bottom: 1em; }
/* still need to fix some of the finner points (w3c validation, etc) */
+
   
/*This uses mrm's images without*/
+
/* [[bugzilla:20276]] */
/*permission which is a bad thing */
+
input#wpSummary {
/*(But then again the image is based on a copyright Wikinews image)*/
+
width:100%;
/*meant to be a mix of Datrio skin,*/
 
/*and Mrm's http://wikinews.blogspot.com*/
 
/*Also considering one based on clear and blue */
 
/* ----------------------------- </pre>*/
 
 
 
/* 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=User:Bawolff/Sandbox/Datrio%2BMrM.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: Navy url(http://upload.wikimedia.org/wikinews/en/9/93/WN-MrM-bg-blu.png) fixed 5% !IMPORTANT;
 
 
}
 
}
/*used to be url(http://webpages.charter.net/mrmiscellanious/wnblog/bg-blu.png)*/
+
/* end bugfixes */
h1, h2, h3 {
+
border-bottom: 1px solid #B8D2F7;
+
/* Don't display some stuff on the main page */
font-family: verdana, sans-serif;
+
body.page-Main_Page #deleteconfirm,
 +
body.page-Main_Page #t-cite,
 +
body.page-Main_Page #footer-info-lastmod,
 +
body.page-Main_Page #siteSub,
 +
body.page-Main_Page #contentSub,
 +
body.page-Main_Page h1.firstHeading {
 +
display: none !important;
 
}
 
}
h4, h5, h6 {
+
font-family: verdana, sans-serif;
+
body.page-Main_Page #mp-topbanner {
 +
margin-top: 0 !important;
 
}
 
}
a {
+
text-decoration: none;
+
#coordinates {
 +
position: absolute;
 +
top: 0em;
 +
right: 0em;
 +
float: right;
 +
margin: 0.0em;
 +
padding: 0.0em;
 +
line-height: 1.5em;
 +
text-align: right;
 +
text-indent: 0;
 +
font-size: 85%;
 +
text-transform: none;
 +
white-space: nowrap;
 
}
 
}
ul {
+
list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/8/83/Bullet2.gif") !important;
+
/* For positioning icons at top-right, used in Templates
 +
  "Spoken Article" and "Featured Article" */
 +
div.topicon {
 +
position: absolute;
 +
top: -2em;
 +
margin-right: -10px;
 +
display: block !important;
 
}
 
}
 
+
div.portlet {
+
/* FR topicon position */
margin: 1em 0.5em;
+
div.flaggedrevs_short {
width: 11.2em;
+
position: absolute;
 +
top: -3em;
 +
right: 55px;
 +
z-index: 1;
 +
margin-left: 0;
 +
/* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
 +
margin-right: -10px;
 
}
 
}
 
+
#p-cactions {
+
/* Menu over FR box */
top: 1.88em;
+
div.vectorMenu div {
 +
z-index: 2;
 
}
 
}
* html #p-cactions {
+
top: 2.4em;
+
/* Template:Title override */
z-index: -2;
+
div#title-override {
 +
  left: 0 !important;
 +
  top: -1.5em !important;
 +
  padding: 0.5em 0 0.2em 0 !important;
 
}
 
}
#p-cactions ul li {
+
border: 2px solid #C1CDF7;
+
/* Display "From Wikipedia, the free encyclopedia" */
border-radius-topleft: 0.5em;
+
#siteSub {
border-radius-topright: 0.5em;
+
    display: inline;
-moz-border-radius-topleft: 0.5em;
+
    font-size: 92%;
-moz-border-radius-topright: 0.5em;
+
    font-weight: normal;
padding-bottom:0.2em;
 
background: #F1FAFF;
 
 
}
 
}
/** html  #p-cactions ul li {
+
padding-bottom:0.2em;
+
/* {{tl|Link GA}} */
}*/
+
#mw-panel div.portal div.body ul li.GA {
 
+
  background: url("http://upload.wikimedia.org/wikipedia/en/4/42/Monobook-bullet-ga.png") no-repeat 0% 0%;
#p-cactions ul li a:hover, #p-cactions ul li:hover, #p-cactions ul li.selected a:hover, #p-cactions ul li.selected:hover {
+
  margin-left: -10px;
color: black;
+
  padding-left: 10px;
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;
+
/* {{tl|Link FA}} */
 +
#mw-panel div.portal div.body ul li.FA {
 +
  background: url("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
 +
  margin-left: -10px;
 +
  padding-left: 10px;
 
}
 
}
 
+
#p-cactions ul li a {
+
#siteNotice .notice-all {
font: 10px verdana, sans-serif;
+
  margin-bottom: 1em !important;
font-weight: bold;
+
  margin-right: 2px !important;
background: #F1FAFF;
 
border: 0;
 
padding: 0em 0.5em 2em;
 
text-transform: capitalize;
 
 
}
 
}
* html #p-cactions ul li a {
+
padding: 0em 0.5em 0em;
+
/* Blue instead of yellow padlock for secure links. */
 +
#bodyContent a.external[href ^="https://"],
 +
.link-https {
 +
  background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
 
}
 
}
#p-cactions ul li.selected {
+
border: 2px solid #C1CDF7;
+
/* Adjust font-size for inline HTML generated TeX formulae */
background: #CEDEFF;
+
.texhtml {
padding-bottom:2em;
+
  font-size: 125%;
 +
  line-height: 1.5em;
 
}
 
}
 
+
   
#p-cactions ul li.selected a {
+
/* </source> */
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;
 
}
 
div.portlet h5 {
 
background: #CCE0FB;
 
padding: 4px 10px;
 
width: 100%;
 
display: block;
 
font-weight: bold;
 
font-size: 0.8em;
 
margin-bottom: 3px;
 
text-transform: capitalize;
 
-moz-border-radius-topleft: 1em;
 
border-radius-topleft: 1em;
 
}
 
 
 
div.portlet .pBody {
 
display: block;
 
border: 1px solid #CCE0FB;
 
background: #F1F8FE;
 
line-height: 12px;
 
-moz-border-radius-bottomright: 1em;
 
border-radius-bottomright: 1em;
 
-moz-opacity:0.9;
 
opacity:0.9;
 
filter: alpha(opacity=90);
 
}
 
div.portlet .pBody:hover {
 
opacity:1;
 
-moz-opacity:1;
 
filter: alpha(opacity=100);
 
}
 
 
 
div.portlet .pBody a {
 
color: black;
 
text-decoration: none;
 
font: 11px verdana, sans-serif;
 
}
 
div.portlet .pBody a:hover {
 
color: #555 !important;
 
text-decoration: none;
 
}
 
 
 
#content {
 
border-left: 4px solid #B9D4F1;
 
border-bottom: 4px solid #B9D4F1;
 
border-top: 4px solid #B9D4F1;
 
-moz-border-radius-topleft: 1em;
 
-moz-border-radius-bottomleft: 1em;
 
border-radius-topleft: 1em;
 
border-radius-bottomleft: 1em;
 
top: 7px;
 
}
 
 
 
#footer {
 
border-bottom: 4px solid #B9D4F1;
 
border-top: 4px solid #B9D4F1;
 
border-left: 4px solid #B9D4F1;
 
margin: 2em 0 2em 13.5em;
 
-moz-border-radius-topleft: 1em;
 
-moz-border-radius-bottomleft: 1em;
 
border-radius-topleft: 1em;
 
border-radius-bottomleft: 1em;
 
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;
 
-moz-border-radius-bottomleft: 2em;
 
border-radius-bottomleft: 2em;
 
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==
 
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 */
 
/*<pre> */
 
div.instructions {display:none;}
 
div.center {text-align: center;}
 
 
 
div.main-box {border: #3366FF solid 1px; background-color: #ffffff; margin-bottom: 0.4em;padding:0.4em;}
 
div.main-box {border-radius: 10px; -moz-border-radius: 10px;}
 
div.title-box { -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px;border-radius-topright: 10px; border-radius-topleft: 10px;}
 
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===
 
*/
 
 
 
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;}
 
 
 
/*</pre>*/
 

Latest revision as of 00:16, 18 June 2010

/* <source lang="css"> */
 
/* The following are Vector bugfixes */
 
/* Temporary fix until [[bugzilla:19567]] is addressed */
#siteNotice div { margin: 0; }
#siteNotice div.expanded table.siteNoticeUser { margin-bottom: 1em; }
 
/* [[bugzilla:20276]] */
input#wpSummary {
	width:100%;
}
/* end bugfixes */
 
/* Don't display some stuff on the main page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #footer-info-lastmod,
body.page-Main_Page #siteSub,
body.page-Main_Page #contentSub,
body.page-Main_Page h1.firstHeading {
 display: none !important;
}
 
body.page-Main_Page #mp-topbanner {
margin-top: 0 !important;
}
 
#coordinates {
 position: absolute;
 top: 0em;
 right: 0em;
 float: right;
 margin: 0.0em;
 padding: 0.0em;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0;
 font-size: 85%;
 text-transform: none;
 white-space: nowrap;
}
 
/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
 position: absolute;
 top: -2em;
 margin-right: -10px;
 display: block !important;
}
 
/* FR topicon position */
div.flaggedrevs_short {
 position: absolute;
 top: -3em;
 right: 55px;
 z-index: 1;
 margin-left: 0;
 /* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
 margin-right: -10px;
}
 
/* Menu over FR box */
div.vectorMenu div {
 z-index: 2;
}
 
/* Template:Title override */
div#title-override {
  left: 0 !important;
  top: -1.5em !important;
  padding: 0.5em 0 0.2em 0 !important;
}
 
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
 
/* {{tl|Link GA}} */
#mw-panel div.portal div.body ul li.GA {
  background: url("http://upload.wikimedia.org/wikipedia/en/4/42/Monobook-bullet-ga.png") no-repeat 0% 0%;
  margin-left: -10px;
  padding-left: 10px;
}
 
/* {{tl|Link FA}} */
#mw-panel div.portal div.body ul li.FA {
  background: url("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
  margin-left: -10px;
  padding-left: 10px;
}
 
#siteNotice .notice-all {
  margin-bottom: 1em !important;
  margin-right: 2px !important;
}
 
/* Blue instead of yellow padlock for secure links. */
#bodyContent a.external[href ^="https://"],
.link-https {
  background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
}
 
/* Adjust font-size for inline HTML generated TeX formulae */
.texhtml {
  font-size: 125%;
  line-height: 1.5em;
}
 
/* </source> */