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

From DEW Robotics
Jump to: navigation, search
m
m
Line 1: Line 1:
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
+
/*
#p-cactions ul li, #p-cactions ul li a {
+
==This is for all the skins==
  -moz-border-radius-topleft: 1em;
+
Remember no preview
  -moz-border-radius-topright: 1em;
+
*/
 +
 
 +
/*
 +
I copied some things over from [[Mediawiki:monobook.css]] that should be in here
 +
*/
 +
div.no-bullet-list ul
 +
{
 +
    list-style-type: none;
 +
    list-style-image: none;
 
}
 
}
#content {  
+
 
  -moz-border-radius-topleft: 1em;
+
div#siteNotice {text-align:center;
  -moz-border-radius-bottomleft: 1em;
 
 
}
 
}
div.pBody {
+
/*rss icon. see [[template talk:latest news]] */
  -moz-border-radius-topright: 1em;
+
 
  -moz-border-radius-bottomright: 1em;
+
*.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;
 
}
 
}
 +
 +
/*kill auto-underline in opera (hopefully) make cool hover effect. possibly change to :active for hover effect. [[user:bawolff|Bawolff]] ☺☻[[image:smile.png]] 04:59, 1 January 2006 (UTC). removed no underline, as Amgine didn't like it. [[user:bawolff|Bawolff]] ☺☻[[image:smile.png]] 05:04, 1 January 2006 (UTC) */
 +
*.rss:hover {border-style:inset;
 +
}
 +
 +
 +
div.no-bullet-list ul
 +
{
 +
    list-style-type: none;
 +
    list-style-image: none;
 +
}
 +
 +
/*Fix the space between the edit check boxes on editintros. See http://bugzilla.wikimedia.org/show_bug.cgi?id=9252 */
 +
 +
.editOptions p {display:inline;}
 +
 +
 +
/*
 +
/* Interlining in titles. To prevent title overlap. Not sure if should be in monobook.css as this is diff in diff skins. yell at me if this breaks anything in any of the skins. */
 
   
 
   
/* same following the css3 draft specs, any browsers supporting this? */
+
h1.firstHeading { line-height: 1em; }
#p-cactions ul li, #p-cactions ul li a {   
+
 
   border-radius-topleft: 1em;
+
/* Highlight review link in RC (per wc. See if anyone notices)
   border-radius-topright: 1em;
+
http://en.wikinews.org/w/index.php?title=Wikinews:Water_cooler/technical&oldid=835195#Highlighting_need_for_review_in_RC */
 +
span.mw-fr-reviewlink {background-color: yellow;}
 +
 
 +
/*
 +
==Backgrounds==
 +
*/
 +
div#football-bg-1 {
 +
background-image: url('http://upload.wikimedia.org/wikinews/en/5/5a/Badge_right_top.png');
 +
background-repeat: no-repeat;
 +
background-position: top left;
 +
background-attachment: fixed;
 +
}
 +
/************************/
 +
/*
 +
 
 +
==Dynamic hidden boxes==
 +
Copied from [[w:Mediawiki:monobook.css]] (not common.css). rev: http://en.wikipedia.org/w/index.php?title=MediaWiki:Monobook.css&oldid=73496939 originally from german 'pedia apearently. note: proably under GFDL.
 +
Might make work better*/
 +
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;
 +
        padding-right:2em; /*Possibly should be in ch. stop down arrow from running together w/title */
 +
        overflow:hidden; /*otherwise runs into text*/
 +
}
 +
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;
 +
}
 +
/*
 +
===Ugly nav===
 +
*/
 +
div.UglyNav div.Boxmerge,
 +
  div.UglyNav div.NavFrame {
 +
        margin: 0px;
 +
        padding: 2px;
 +
        border: none;
 +
        text-align: left;
 +
        border-collapse: inherit;
 +
        font-size: 100%;
 +
}
 +
 
 +
 
 +
div.UglyNav div.NavPic {
 +
        background-color: transparent;
 +
        margin: 0px;
 +
        padding: 2px;
 +
        float: none;
 +
}
 +
div.UglyNav div.NavFrame div.NavHead {
 +
        height: auto;
 +
        font-weight: normal;
 +
        font-size: medium;
 +
        background-color: transparent;
 +
        position:relative;
 +
}
 +
div.UglyNav div.NavFrame p {
 +
        font-size: medium;
 +
}
 +
div.UglyNav div.NavFrame div.NavContent {
 +
        font-size: medium;
 +
}
 +
div.UglyNav div.NavFrame div.NavContent p {
 +
        font-size: medium;
 +
}
 +
 
 +
/* Standard table formatting */
 +
/* <pre><nowiki> */
 +
 +
/* wikitable/prettytable class for skinning normal tables */
 +
 +
table.wikitable,
 +
table.prettytable {
 +
  margin: 1em 1em 1em 0;
 +
  background: #f9f9f9;
 +
   border: 1px #aaaaaa solid;
 +
  border-collapse: collapse;
 +
}
 +
 +
table.wikitable th, table.wikitable td,
 +
table.prettytable th, table.prettytable td {
 +
  border: 1px #aaaaaa solid;
 +
  padding: 0.2em;
 +
}
 +
 +
table.wikitable td,
 +
table.prettytable td {
 +
  background: #f9f9f9;
 +
}
 +
 +
table.wikitable th,
 +
table.prettytable th {
 +
  background: #f2f2f2;
 +
  text-align: center;
 +
}
 +
 +
table.wikitable caption,
 +
table.prettytable caption {
 +
  margin-left: inherit;
 +
  margin-right: inherit;
 +
}
 +
 
 +
/*************************
 +
** Score board styles  **
 +
************************* 
 +
 
 +
Used to be at [[user:SportsBot/common.css]] */
 +
 
 +
table.sportsbotScoreboard {
 +
   border: 1px solid #000;
 +
  margin-bottom: 5px;
 +
}
 +
table.sportsbotScoreboard th {
 +
  background-color: #7fa3b0;
 +
}
 +
table.sportsbotScoreboard td {
 +
  width: 30px;
 +
  text-align: center;
 +
}
 +
table.sportsbotScoreboard td.team {
 +
  font-size: 90%;
 +
  width: 150px !important;
 +
  text-align: left !important;
 +
}
 +
 
 +
 
 +
 
 +
/* == Standings table style == */
 +
.standingstable {
 +
    border: 1px solid #000000;
 +
    font-size: 90%;
 
}
 
}
#content {  
+
 
  border-radius-topleft: 1em;
+
.standingssection {
  border-radius-bottomleft: 1em;
+
    font-size: 125%;
 
}
 
}
div.pBody {
+
 
  border-radius-topright: 1em;
+
.standingssubsection {
  border-radius-bottomright: 1em;
+
    vertical-align: middle;
 +
    font-size: 110%;
 +
    background-color: #b4b4b4;
 
}
 
}
 +
 +
.standingsheader {
 +
    background-color: #c5c5c5;
 +
    text-align:center;
 +
    font-weight: bold;
 +
}
 +
 +
.standingsrow {
 +
    background-color: #f7f7f7;
 +
    text-align:center;
 +
}
 +
 +
.standingsrow2 {
 +
    background-color: #e6e6e6;
 +
    text-align:center;
 +
}
 +
 +
.standingsrow .team, .standingsrow2 .team {
 +
    width:200px;
 +
    text-align:left;
 +
}
 +
 +
.nounderlines a {
 +
    text-decoration: none;
 +
}
 +
 +
/* Article message box template styles */
 +
table.ambox {
 +
  width: 80%;
 +
  margin: 0 auto;
 +
  border-collapse: collapse;
 +
  background: #f8fcff;
 +
  border: 1px solid #aaa;
 +
  border-left: 15px solid #39f;      /* Default "notice" blue */
 +
}
 +
table.ambox th, table.ambox td {      /* The message body cell(s) */
 +
  padding: 0.25em 0.5em;              /* 0.5em left/right */
 +
}
 +
table.ambox td.ambox-image {          /* The left image cell */
 +
  width: 52px;
 +
  padding: 2px 0px 2px 0.5em;        /* 0.5em left, 0px right */
 +
  text-align: center;
 +
}
 +
table.ambox td.ambox-imageright {    /* The right image cell */
 +
  width: 52px;
 +
  padding: 2px 0.5em 2px 0px;        /* 0px left, 0.5em right */
 +
  text-align: center;
 +
}
 +
table.ambox-notice {
 +
  border-left: 15px solid #39f;      /* Blue */
 +
/* border-right: 10px solid #39f; */  /* If you want two blue bars */
 +
}
 +
table.ambox-serious {
 +
  border-left: 15px solid #c00;      /* Red */
 +
}
 +
table.ambox-content {
 +
  border-left: 15px solid #f63;      /* Orange */
 +
}
 +
table.ambox-style {
 +
  border-left: 15px solid #fc3;      /* Yellow */
 +
}
 +
table.ambox-merge {
 +
  border-left: 15px solid #95b;      /* Purple */
 +
}
 +
 +
/* rounded corners class for block elements */
 +
.roundedCorners {
 +
  -moz-border-radius: 1em;
 +
  -webkit-border-radius: 1em;
 +
  border-radius: 1em;
 +
 
 +
}
 +
 +
.semiblanking {
 +
display: none;
 +
}
 +
 +
/*See [[MediaWiki:NavigationTabs.js]]. copied from wikibooks*/
 +
.navtabs .tabs li { list-style:none; }
 +
.navtabs .tabs a {
 +
  text-decoration:none;
 +
  text-transform:uppercase;
 +
  outline-width:0px;
 +
  font-size:x-small;
 +
  font-weight:bold;
 +
  color:black;
 +
}
 +
 +
.navtabs .tabs .inactive { background:#bbb; padding:1ex; }
 +
.navtabs .tabs .selected { background:#999; padding:1.1ex; }
 +
.navtabs .tabs .inactive:hover { background:#f75; }
 +
.navtabs .contents { padding:1ex; border:3px solid #999; }
 +
 +
/* hide the Comments_talk namespace */
 +
body.ns-102 #ca-talk {display:none;}
 +
body.ns-103 #ca-edit {display:none;}
 +
body.ns-103 #ca-addsection {display:none;}
 +
body.ns-90 #ca-lqt_talk {display: none;} /*thread pseudo ns*/
 +
 +
/*Ticker2 (animated ticker)*/
 +
ul.actualTicker li {list-style-type:none; list-style-image:none;}/*mostly for IE*/
 +
ul.actualTicker li {display:inline;}
 +
ul.actualTicker span.tickerIntroduction {font-weight:bold;padding-right:0.5em;}
 +
 +
div.isATicker, div#singleTickerForPage {display:none;}
 +
 +
 +
/*###################
 +
##Tabber stuff. See code in mediawiki:common.js
 +
################*/
 +
 +
/*===Wikinews specific==== */
 +
 +
/*horizTabBox*/
 +
 +
div.horizTabBox ul.tabbernav li a {
 +
background-color:#7ec9fd;
 +
margin-left: 15px;
 +
border-bottom: solid 1px #7ec9fd;
 +
padding-left:0.8em;
 +
padding-right:0.8em;
 +
-moz-border-radius:1em 1em 0 0; /* this should be replaced with images for browsers that don't support it somehow*/
 +
/*webkit doesn't like too big radii or having it in the shorthand form. Make sure radi < 1.7em */
 +
-webkit-border-top-left-radius:1em;
 +
-webkit-border-top-right-radius:1em;
 +
border-radius:1em 1em 0 0;
 +
}
 +
 +
div.horizTabBox ul.tabbernav li.tabberactive a
 +
{
 +
background-color: #bce1ff;
 +
border-bottom: 3px solid #bce1ff;
 +
margin-left:10px;
 +
}
 +
div.horizTabBox .tabbertab
 +
{
 +
border:solid 2px #7ec9fd;
 +
padding:0;
 +
}
 +
div.horizTabBox ul.tabbernav li a:hover
 +
{
 +
color: #000;
 +
background: #bce1ff;
 +
border-bottom: 3px solid #bce1ff;
 +
}
 +
 +
div.horizTabBox ul.tabbernav li.tabberactive a:hover
 +
{
 +
color: #000;
 +
 +
}
 +
div.horizTabBox {
 +
width:50%;
 +
text-align:left;
 +
margin-left:auto;
 +
margin-right:auto;
 +
/*min-width:41em;
 +
max-width:47em;
 +
*/
 +
}
 +
 +
/* IMPORTANT: keep width:80% above or it will suck on IE*/
 +
 +
 +
/* pict box */
 +
 +
div.pictChanger ul.tabbernav {line-height: 2.4;}
 +
div.pictChanger ul.tabbernav li a {border: #CCC 1px solid}
 +
div.pictChanger {width:400px;}
 +
div.pictChanger div.tabbertab {text-align:left;}
 +
 +
div.tabberNoBorder div.tabbertab,
 +
div.tabberNoBorder ul.tabbernav {
 +
    border: none;
 +
}
 +
 +
/*
 +
===Generic defaults===
 +
 +
Copied from http://www.barelyfitz.com/projects/tabber/example.css used under mit license
 +
see http://www.barelyfitz.com/projects/tabber/
 +
*/
 +
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
 +
 +
/*--------------------------------------------------
 +
  REQUIRED to hide the non-active tab content.
 +
  But do not hide them in the print stylesheet!
 +
  --------------------------------------------------*/
 +
.tabberlive .tabbertabhide {
 +
display:none;
 +
}
 +
 +
/*--------------------------------------------------
 +
  .tabber = before the tabber interface is set up
 +
  .tabberlive = after the tabber interface is set up
 +
  --------------------------------------------------*/
 +
.tabber {
 +
}
 +
.tabberlive {
 +
margin-top:1em;
 +
}
 +
 +
/*--------------------------------------------------
 +
  ul.tabbernav = the tab navigation list
 +
  li.tabberactive = the active tab
 +
  --------------------------------------------------*/
 +
ul.tabbernav
 +
{
 +
margin:0;
 +
padding: 3px 0;
 +
border-bottom: 1px solid #CCC;
 +
font: bold 12px Verdana, sans-serif;
 +
}
 +
 +
ul.tabbernav li
 +
{
 +
list-style: none;
 +
margin: 0;
 +
display: inline;
 +
}
 +
 +
ul.tabbernav li a
 +
{
 +
padding: 3px 0.5em;
 +
margin-left: 3px;
 +
border: 1px solid #ccc;
 +
border-bottom: none;
 +
background: #f2f7ff;
 +
text-decoration: none;
 +
}
 +
 +
ul.tabbernav li a:link { color: #448; }
 +
ul.tabbernav li a:visited { color: #667; }
 +
 +
ul.tabbernav li a:hover
 +
{
 +
color: #000;
 +
background: #fff9f2;
 +
border-color: #CCC;
 +
}
 +
 +
ul.tabbernav li.tabberactive a
 +
{
 +
background-color: #fff;
 +
border-bottom: 1px solid #fff;
 +
}
 +
 +
ul.tabbernav li.tabberactive a:hover
 +
{
 +
color: #000;
 +
background: white;
 +
border-bottom: 1px solid white;
 +
}
 +
 +
/*--------------------------------------------------
 +
  .tabbertab = the tab content
 +
  Add style only after the tabber interface is set up (.tabberlive)
 +
  --------------------------------------------------*/
 +
.tabberlive .tabbertab {
 +
padding:5px;
 +
border:1px solid #CCC;
 +
border-top:0;
 +
 +
/* If you don't want the tab size changing whenever a tab is changed
 +
    you can set a fixed height */
 +
 +
/* height:200px; */
 +
 +
/* If you set a fix height set overflow to auto and you will get a
 +
    scrollbar when necessary */
 +
 +
/* overflow:auto; */
 +
}
 +
 +
/* If desired, hide the heading since a heading is provided by the tab */
 +
.tabberlive .tabbertab h2 {
 +
display:none;
 +
}
 +
.tabberlive .tabbertab h3 {
 +
display:none;
 +
}
 +
 +
/* Example of using an ID to set different styles for the tabs on the page */
 +
.tabberlive#tab1 {
 +
}
 +
.tabberlive#tab2 {
 +
}
 +
.tabberlive#tab2 .tabbertab {
 +
height:200px;
 +
overflow:auto;
 +
}
 +
 +
/* Infobox templates */
 +
.infobox {
 +
  border: 1px solid #aaa;
 +
  background-color: #f9f9f9;
 +
  color: black;
 +
  margin-bottom: 0.5em;
 +
  margin-left: 1em;
 +
  padding: 0.2em;
 +
  float: right;
 +
  clear: right;
 +
}
 +
.infobox td,
 +
.infobox th {
 +
  vertical-align: middle;
 +
}
 +
.infobox caption {
 +
  font-size: larger;
 +
  margin-left: inherit;
 +
}
 +
.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 solid #aaa;
 +
}
 +
.infobox.sisterproject {
 +
  width: 20em;
 +
  font-size: 90%;
 +
}
 +
 +
.archive-box {
 +
  border: 1px solid #aaf;
 +
  background-color: #f2f2f9;
 +
  color: #000;
 +
  margin-bottom: 0.5em;
 +
  margin-left: 1em;
 +
  padding: 0.2em;
 +
  float: right;
 +
  clear: right;
 +
  text-align: center;
 +
}
 +
 +
 +
/* [[Template:Lead 2.0]] */
 +
.l_table {
 +
  border: 0px;
 +
  height: 100%;
 +
  width: 100%;
 +
}
 +
 +
.l_table tr {
 +
  height: 100%;
 +
}
 +
 +
.l_table td {
 +
  width: 100%;
 +
}
 +
 +
.l_box {
 +
}
 +
 +
.l_image {
 +
  vertical-align:top;
 +
  padding-bottom: 5px;
 +
  padding-right: 8px;
 +
  float: left;
 +
}
 +
 +
.l_title {
 +
  font-size: 150%;
 +
  font-style: bold;
 +
  vertical-align: top;
 +
  padding-bottom: 5px;
 +
}
 +
 +
.l_title a:link {
 +
  color: #000000;
 +
  text-decoration: none;
 +
}
 +
 +
.l_title a:visited {
 +
  color: #000000;
 +
  text-decoration: none;
 +
}
 +
 +
.l_title a:hover {
 +
  color: #000000;
 +
  text-decoration: underline;
 +
}
 +
 +
.l_title a:active {
 +
  color: #000000;
 +
  text-decoration: none;
 +
}
 +
 +
.l_summary {
 +
  vertical-align: top;
 +
  font-size: 100%;
 +
}
 +
 +
.l_tail {
 +
  font-size: 90%;
 +
  height:15px;
 +
}
 +
 +
.l_img_type {
 +
  /*float: left;*/
 +
  padding-bottom: 3px;
 +
}
 +
 +
 +
.l_edit {
 +
  clear: left;
 +
  float: right;
 +
}
 +
/*end lead stuff */
 +
/* float in the title bar (Ex little FA icons in top-right corner) */
 +
/*! important is to overide legacy inline stuff */
 +
/*Vector.css overides this for vector! */
 +
/*This assumes that the page body is not relatively positioned (aka in everything but vector)*/
 +
.float_in_title { position: absolute; z-index: 100; right: 20px; top: 20px  !important;}
 +
 +
/* Temp for google News */
 +
.GoogleNews {
 +
  display:none;
 +
  font-size: 50%;
 +
}

Revision as of 22:30, 17 February 2010

/*
==This is for all the skins==
Remember no preview 
*/

/*
I copied some things over from [[Mediawiki:monobook.css]] that should be in here
*/
div.no-bullet-list ul
{
    list-style-type: none;
    list-style-image: none;
}

div#siteNotice {text-align:center;
}
/*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;
}

/*kill auto-underline in opera (hopefully) make cool hover effect. possibly change to :active for hover effect. [[user:bawolff|Bawolff]] ☺☻[[image:smile.png]] 04:59, 1 January 2006 (UTC). removed no underline, as Amgine didn't like it. [[user:bawolff|Bawolff]] ☺☻[[image:smile.png]] 05:04, 1 January 2006 (UTC) */
*.rss:hover {border-style:inset;
}


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

/*Fix the space between the edit check boxes on editintros. See http://bugzilla.wikimedia.org/show_bug.cgi?id=9252 */

.editOptions p {display:inline;}


/*
/* Interlining in titles. To prevent title overlap. Not sure if should be in monobook.css as this is diff in diff skins. yell at me if this breaks anything in any of the skins. */
 
h1.firstHeading { line-height: 1em; }

/* Highlight review link in RC (per wc. See if anyone notices)
http://en.wikinews.org/w/index.php?title=Wikinews:Water_cooler/technical&oldid=835195#Highlighting_need_for_review_in_RC */
span.mw-fr-reviewlink {background-color: yellow;}

/*
==Backgrounds==
 */
div#football-bg-1 { 
background-image: url('http://upload.wikimedia.org/wikinews/en/5/5a/Badge_right_top.png');
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
}
/************************/
/*

==Dynamic hidden boxes==
Copied from [[w:Mediawiki:monobook.css]] (not common.css). rev: http://en.wikipedia.org/w/index.php?title=MediaWiki:Monobook.css&oldid=73496939 originally from german 'pedia apearently. note: proably under GFDL.
Might make work better*/
 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;
         padding-right:2em; /*Possibly should be in ch. stop down arrow from running together w/title */
         overflow:hidden; /*otherwise runs into text*/
 }
 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;
 }
/*
===Ugly nav===
*/
 div.UglyNav div.Boxmerge,
 div.UglyNav div.NavFrame {
         margin: 0px;
         padding: 2px;
         border: none;
         text-align: left;
         border-collapse: inherit;
         font-size: 100%;
 }


 div.UglyNav div.NavPic {
         background-color: transparent;
         margin: 0px;
         padding: 2px;
         float: none;
 }
 div.UglyNav div.NavFrame div.NavHead {
         height: auto;
         font-weight: normal;
         font-size: medium;
         background-color: transparent;
         position:relative;
 }
 div.UglyNav div.NavFrame p {
         font-size: medium;
 }
 div.UglyNav div.NavFrame div.NavContent {
         font-size: medium;
 }
 div.UglyNav div.NavFrame div.NavContent p {
         font-size: medium;
 }

/* Standard table formatting */
/* <pre><nowiki> */
 
/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
 
table.wikitable td,
table.prettytable td {
  background: #f9f9f9;
}
 
table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/************************* 
 ** Score board styles  **
 *************************  

Used to be at [[user:SportsBot/common.css]] */

table.sportsbotScoreboard {
  border: 1px solid #000;
  margin-bottom: 5px;
}
table.sportsbotScoreboard th {
  background-color: #7fa3b0;
}
table.sportsbotScoreboard td {
  width: 30px;
  text-align: center;
}
table.sportsbotScoreboard td.team {
  font-size: 90%;
  width: 150px !important;
  text-align: left !important;
}



/* == Standings table style == */
.standingstable {
    border: 1px solid #000000;
    font-size: 90%;
}

.standingssection {
    font-size: 125%;
}

.standingssubsection {
    vertical-align: middle;
    font-size: 110%;
    background-color: #b4b4b4;
}

.standingsheader {
    background-color: #c5c5c5;
    text-align:center;
    font-weight: bold;
}

.standingsrow {
    background-color: #f7f7f7;
    text-align:center;
}

.standingsrow2 {
    background-color: #e6e6e6;
    text-align:center;
}

.standingsrow .team, .standingsrow2 .team {
    width:200px;
    text-align:left;
}

.nounderlines a {
    text-decoration: none;
}

/* Article message box template styles */
table.ambox {
  width: 80%; 
  margin: 0 auto; 
  border-collapse: collapse; 
  background: #f8fcff; 
  border: 1px solid #aaa; 
  border-left: 15px solid #39f;       /* Default "notice" blue */
}
table.ambox th, table.ambox td {      /* The message body cell(s) */
  padding: 0.25em 0.5em;              /* 0.5em left/right */
}
table.ambox td.ambox-image {          /* The left image cell */
  width: 52px; 
  padding: 2px 0px 2px 0.5em;         /* 0.5em left, 0px right */
  text-align: center; 
}
table.ambox td.ambox-imageright {     /* The right image cell */
  width: 52px; 
  padding: 2px 0.5em 2px 0px;         /* 0px left, 0.5em right */
  text-align: center; 
}
table.ambox-notice {
  border-left: 15px solid #39f;       /* Blue */
/* border-right: 10px solid #39f; */  /* If you want two blue bars */
}
table.ambox-serious {
  border-left: 15px solid #c00;       /* Red */
}
table.ambox-content {
  border-left: 15px solid #f63;       /* Orange */
}
table.ambox-style {
  border-left: 15px solid #fc3;       /* Yellow */
}
table.ambox-merge {
  border-left: 15px solid #95b;       /* Purple */
}

/* rounded corners class for block elements */
.roundedCorners {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  
}

.semiblanking {
 display: none;
}

/*See [[MediaWiki:NavigationTabs.js]]. copied from wikibooks*/
.navtabs .tabs li { list-style:none; }
 .navtabs .tabs a {
   text-decoration:none;
   text-transform:uppercase;
   outline-width:0px;
   font-size:x-small;
   font-weight:bold;
   color:black;
 }
 
 .navtabs .tabs .inactive { background:#bbb; padding:1ex; }
 .navtabs .tabs .selected { background:#999; padding:1.1ex; }
 .navtabs .tabs .inactive:hover { background:#f75; }
 .navtabs .contents { padding:1ex; border:3px solid #999; }

/* hide the Comments_talk namespace */
body.ns-102 #ca-talk {display:none;}
body.ns-103 #ca-edit {display:none;}
body.ns-103 #ca-addsection {display:none;}
body.ns-90 #ca-lqt_talk {display: none;} /*thread pseudo ns*/

/*Ticker2 (animated ticker)*/
ul.actualTicker li {list-style-type:none; list-style-image:none;}/*mostly for IE*/
ul.actualTicker li {display:inline;}
ul.actualTicker span.tickerIntroduction {font-weight:bold;padding-right:0.5em;}

div.isATicker, div#singleTickerForPage {display:none;}


/*###################
##Tabber stuff. See code in mediawiki:common.js 
################*/

/*===Wikinews specific==== */

/*horizTabBox*/

div.horizTabBox ul.tabbernav li a {
 background-color:#7ec9fd;
margin-left: 15px;
border-bottom: solid 1px #7ec9fd;
padding-left:0.8em;
padding-right:0.8em;
-moz-border-radius:1em 1em 0 0; /* this should be replaced with images for browsers that don't support it somehow*/
/*webkit doesn't like too big radii or having it in the shorthand form. Make sure radi < 1.7em */
-webkit-border-top-left-radius:1em;
-webkit-border-top-right-radius:1em;
border-radius:1em 1em 0 0;
}

div.horizTabBox ul.tabbernav li.tabberactive a
{
 background-color: #bce1ff;
 border-bottom: 3px solid #bce1ff;
 margin-left:10px;
}
div.horizTabBox .tabbertab 
{
border:solid 2px #7ec9fd;
padding:0;
}
div.horizTabBox ul.tabbernav li a:hover
{
 color: #000;
 background: #bce1ff;
 border-bottom: 3px solid #bce1ff;
}

div.horizTabBox ul.tabbernav li.tabberactive a:hover
{
 color: #000;

}
div.horizTabBox {
 width:50%;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 /*min-width:41em;
 max-width:47em;
 */
}

/* IMPORTANT: keep width:80% above or it will suck on IE*/


/* pict box */

div.pictChanger ul.tabbernav {line-height: 2.4;}
div.pictChanger ul.tabbernav li a {border: #CCC 1px solid}
div.pictChanger {width:400px;}
div.pictChanger div.tabbertab {text-align:left;}

div.tabberNoBorder div.tabbertab, 
div.tabberNoBorder ul.tabbernav {
    border: none;
}

/*
===Generic defaults===

Copied from http://www.barelyfitz.com/projects/tabber/example.css used under mit license
see http://www.barelyfitz.com/projects/tabber/
*/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #CCC;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #f2f7ff;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #fff9f2;
 border-color: #CCC;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #CCC;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* Infobox templates */
.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: middle;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.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 solid #aaa;
}
.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}
 
.archive-box {
   border: 1px solid #aaf;
   background-color: #f2f2f9;
   color: #000;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
   text-align: center;
}


/* [[Template:Lead 2.0]] */
 .l_table {
  border: 0px;
  height: 100%;
  width: 100%;
 }

 .l_table tr {
  height: 100%;
 }

 .l_table td {
  width: 100%;
 }

 .l_box {
 }

 .l_image {
  vertical-align:top;
  padding-bottom: 5px;
  padding-right: 8px;
  float: left;
 }

 .l_title {
  font-size: 150%;
  font-style: bold;
  vertical-align: top;
  padding-bottom: 5px;
 }

 .l_title a:link {
  color: #000000;
  text-decoration: none;
 }
 
 .l_title a:visited {
  color: #000000;
  text-decoration: none;
 }

 .l_title a:hover {
  color: #000000;
  text-decoration: underline;
 }

 .l_title a:active {
  color: #000000;
  text-decoration: none;
 }

 .l_summary {
  vertical-align: top;
  font-size: 100%;
 }

 .l_tail {
  font-size: 90%;
  height:15px;
 }

 .l_img_type {
  /*float: left;*/
  padding-bottom: 3px;
 }


 .l_edit {
  clear: left;
  float: right;
 }
/*end lead stuff */
/* float in the title bar (Ex little FA icons in top-right corner) */
/*! important is to overide legacy inline stuff */
/*Vector.css overides this for vector! */
/*This assumes that the page body is not relatively positioned (aka in everything but vector)*/
.float_in_title { position: absolute; z-index: 100; right: 20px; top: 20px  !important;}

/* Temp for google News */
 .GoogleNews {
  display:none;
  font-size: 50%; 
 }