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

From DEW Robotics
Jump to: navigation, search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/*
+
/* <source lang="css"> */
==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; }
+
/* The following are Vector bugfixes */
 
 
/* 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 */
+
/* Temporary fix until [[bugzilla:19567]] is addressed */
 +
#siteNotice div { margin: 0; }
 +
#siteNotice div.expanded table.siteNoticeUser { margin-bottom: 1em; }
 
   
 
   
table.wikitable,
+
/* [[bugzilla:20276]] */
table.prettytable {
+
input#wpSummary {
  margin: 1em 1em 1em 0;
+
width:100%;
  background: #f9f9f9;
 
  border: 1px #aaaaaa solid;
 
  border-collapse: collapse;
 
 
}
 
}
 +
/* end bugfixes */
 
   
 
   
table.wikitable th, table.wikitable td,
+
/* Don't display some stuff on the main page */
table.prettytable th, table.prettytable td {
+
body.page-Main_Page #deleteconfirm,
  border: 1px #aaaaaa solid;
+
body.page-Main_Page #t-cite,
  padding: 0.2em;
+
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;
 
}
 
}
 
   
 
   
table.wikitable td,
+
body.page-Main_Page #mp-topbanner {
table.prettytable td {
+
margin-top: 0 !important;
  background: #f9f9f9;
 
 
}
 
}
 
   
 
   
table.wikitable th,
+
#coordinates {
table.prettytable th {
+
position: absolute;
  background: #f2f2f2;
+
top: 0em;
  text-align: center;
+
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;
 
}
 
}
 
   
 
   
table.wikitable caption,
+
/* For positioning icons at top-right, used in Templates
table.prettytable caption {
+
  "Spoken Article" and "Featured Article" */
  margin-left: inherit;
+
div.topicon {
  margin-right: inherit;
+
position: absolute;
 +
top: -2em;
 +
margin-right: -10px;
 +
display: block !important;
 
}
 
}
 
+
/*************************
+
/* FR topicon position */
  ** Score board styles **
+
div.flaggedrevs_short {
  *************************  
+
  position: absolute;
 
+
  top: -3em;
Used to be at [[user:SportsBot/common.css]] */
+
  right: 55px;
 
+
  z-index: 1;
table.sportsbotScoreboard {
+
margin-left: 0;
  border: 1px solid #000;
+
/* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
  margin-bottom: 5px;
+
margin-right: -10px;
 
}
 
}
table.sportsbotScoreboard th {
+
  background-color: #7fa3b0;
+
/* Menu over FR box */
 +
div.vectorMenu div {
 +
z-index: 2;
 
}
 
}
table.sportsbotScoreboard td {
+
   width: 30px;
+
/* Template:Title override */
   text-align: center;
+
div#title-override {
 +
   left: 0 !important;
 +
   top: -1.5em !important;
 +
  padding: 0.5em 0 0.2em 0 !important;
 
}
 
}
table.sportsbotScoreboard td.team {
+
  font-size: 90%;
+
/* Display "From Wikipedia, the free encyclopedia" */
  width: 150px !important;
+
#siteSub {
  text-align: left !important;
+
    display: inline;
 +
    font-size: 92%;
 +
    font-weight: normal;
 
}
 
}
 
+
 
+
/* {{tl|Link GA}} */
 
+
#mw-panel div.portal div.body ul li.GA {
/* == Standings table style == */
+
  background: url("http://upload.wikimedia.org/wikipedia/en/4/42/Monobook-bullet-ga.png") no-repeat 0% 0%;
.standingstable {
+
  margin-left: -10px;
    border: 1px solid #000000;
+
  padding-left: 10px;
    font-size: 90%;
 
 
}
 
}
 
+
.standingssection {
+
/* {{tl|Link FA}} */
    font-size: 125%;
+
#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;
 
}
 
}
 
+
.standingssubsection {
+
#siteNotice .notice-all {
    vertical-align: middle;
+
  margin-bottom: 1em !important;
    font-size: 110%;
+
  margin-right: 2px !important;
    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; }
+
/* Blue instead of yellow padlock for secure links. */
.navtabs .tabs .selected { background:#999; padding:1.1ex; }
+
#bodyContent a.external[href ^="https://"],
.navtabs .tabs .inactive:hover { background:#f75; }
+
.link-https {
.navtabs .contents { padding:1ex; border:3px solid #999; }
+
   background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
 
 
/* 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 {
+
/* Adjust font-size for inline HTML generated TeX formulae */
  border: 1px solid #aaf;
+
.texhtml {
  background-color: #f2f2f9;
+
  font-size: 125%;
  color: #000;
+
  line-height: 1.5em;
  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 {
+
/* </source> */
  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%;
 
}
 

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