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

From DEW Robotics
Jump to: navigation, search
m (Created page with '#top{ background: #333333; height: 3px; Height of top section: width: 986px; Width of main container: margin-left: auto; margin-bottom: 1px; margin-right: auto; } #title{ ...')
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
#top{
+
/* <source lang="css"> */
background: #333333;
+
height: 3px; /*Height of top section*/
+
/* The following are Vector bugfixes */
width: 986px; /*Width of main container*/
+
margin-left: auto;
+
/* Temporary fix until [[bugzilla:19567]] is addressed */
margin-bottom: 1px;
+
#siteNotice div { margin: 0; }
margin-right: auto;
+
#siteNotice div.expanded table.siteNoticeUser { margin-bottom: 1em; }
 +
 +
/* [[bugzilla:20276]] */
 +
input#wpSummary {
 +
width:100%;
 
}
 
}
 
+
/* end bugfixes */
#title{
+
background: #fdfdfd;
+
/* Don't display some stuff on the main page */
height: 72px; /*Height of top section*/
+
body.page-Main_Page #deleteconfirm,
width: 986px; /*Width of main container*/
+
body.page-Main_Page #t-cite,
margin-left: auto;
+
body.page-Main_Page #footer-info-lastmod,
margin-right: auto;
+
body.page-Main_Page #siteSub,
font-family: calibri;
+
body.page-Main_Page #contentSub,
font-size: 60px;
+
body.page-Main_Page h1.firstHeading {
color: #de0000;
+
display: none !important;
font-weight:bold;
 
border-width: 2px;
 
border-color: #000066;
 
border-style: solid;
 
 
}
 
}
 
+
#space{
+
body.page-Main_Page #mp-topbanner {
background: transparent;
+
margin-top: 0 !important;
height: 1px;
 
width: 986px;
 
margin-left: auto;
 
margin-right: auto;
 
 
}
 
}
 
+
#tmenu1{
+
#coordinates {
background: #3366CC;
+
position: absolute;
height: 24px; /*Height of top section*/;
+
top: 0em;
width: 986px;
+
right: 0em;
margin-left: auto;
+
float: right;
margin-right: auto;
+
margin: 0.0em;
margin-bottom: 2px;
+
padding: 0.0em;
border-width: 2px;
+
line-height: 1.5em;
border-color: #336600;
+
text-align: right;
border-style: solid;
+
text-indent: 0;
-moz-border-radius: 5px;
+
font-size: 85%;
-webkit-border-radius: 5px;
+
text-transform: none;
 +
white-space: nowrap;
 
}
 
}
 
+
#main{
+
/* For positioning icons at top-right, used in Templates
background: #transparent;
+
  "Spoken Article" and "Featured Article" */
height: 580px;
+
div.topicon {
width: 986px;
+
position: absolute;
margin-right: auto;
+
top: -2em;
margin-left: auto;
+
margin-right: -10px;
margin-bottom: 5px;
+
display: block !important;
 
}
 
}
 
+
#lmenu{
+
/* FR topicon position */
float: left;
+
div.flaggedrevs_short {
background: #fdfdfd;
+
position: absolute;
height: 580px; /*Height of top section*/;
+
top: -3em;
width: 178px;
+
right: 55px;
margin-right: 3px;
+
z-index: 1;
padding-left: 1px;
+
margin-left: 0;
border-width: 2px;
+
/* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
border-style: solid;
+
margin-right: -10px;
 
 
 
}
 
}
 
+
#content{
+
/* Menu over FR box */
background: white;
+
div.vectorMenu div {
height: 580px; /*Height of top section*/;
+
z-index: 2;
width: 796px; /*Width of main container*/;
 
float: right;
 
border-width: 2px;
 
border-style: solid;
 
 
}
 
}
 
+
 
+
/* Template:Title override */
#ticker{
+
div#title-override {
background: #fccc2e;
+
  left: 0 !important;
height: 24px; /*Height of top section*/
+
  top: -1.5em !important;
width: 980px; /*Width of main container*/
+
  padding: 0.5em 0 0.2em 0 !important;
margin-left: auto;
 
margin-right: auto;
 
margin-top: 3px;
 
margin-bottom: 2px;
 
border-color: #2B4C9A;
 
border-width: 2px;
 
border-style: solid;
 
 
}
 
}
 
+
#link{
+
/* Display "From Wikipedia, the free encyclopedia" */
background: #transparent;
+
#siteSub {
height: 50px; /*Height of top section*/
+
    display: inline;
width: 980px; /*Width of main container*/
+
    font-size: 92%;
margin-left: auto;
+
    font-weight: normal;
margin-right: auto;
 
border-color: #2B4C9A;
 
border-width: 2px;
 
border-style: solid;
 
margin-bottom: 3px;
 
 
}
 
}
 
+
#footer{
+
/* {{tl|Link GA}} */
background: #333333;
+
#mw-panel div.portal div.body ul li.GA {
height: 20px; /*Height of top section*/
+
  background: url("http://upload.wikimedia.org/wikipedia/en/4/42/Monobook-bullet-ga.png") no-repeat 0% 0%;
width: 986px;; /*Width of main container*/
+
  margin-left: -10px;
margin-left: auto;
+
  padding-left: 10px;
margin-right: auto;
 
 
}
 
}
 
+
#bottom{
+
/* {{tl|Link FA}} */
background: #333333;
+
#mw-panel div.portal div.body ul li.FA {
height: 5px; /*Height of top section*/
+
  background: url("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
width: 1000px; /*Width of main container*/
+
  margin-left: -10px;
margin-left: auto;
+
  padding-left: 10px;
margin-right: auto;
 
 
}
 
}
 +
 +
#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> */

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> */