MediaWiki:Common.css: Difference between revisions

From Tolkien Gateway
m (Updated)
m (Removed columns completely)
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* <nowiki><pre> */
/* <pre><nowiki> */


/* LINKS */
/* LINKS */
Line 11: Line 11:
.nounderlinelink a { text-decoration: none !important; }
.nounderlinelink a { text-decoration: none !important; }
.nounderlinelink a:hover { text-decoration: underline !important; }
.nounderlinelink a:hover { text-decoration: underline !important; }
/* CHARACTER INSERT */
.mybuttons { padding: 0 !important;}
.mybuttons p { padding: 0 !important;}




Line 28: Line 22:


/* REFERENCES TEMPLATE */
/* REFERENCES TEMPLATE */
ol.references { font-size: 80%; }
ol.references { font-size: 80%; margin-top: 0px; padding-top: 0px; }
.references-small { font-size: 70%;}
.references-small { font-size: 70%;}
ol.references > li:target { background-color: #ddeeff; }
ol.references > li:target { background-color: #ddeeff; }
Line 53: Line 47:


/* MAIN PAGE */
/* MAIN PAGE */
#MP-ONTDA { background: url('http://tolkiengateway.net/w/images/7/7d/MPArda.png') no-repeat right top; }
#MP-FQ { background: url('http://tolkiengateway.net/w/images/9/97/Little_Script.png') no-repeat right top; }
#MP-I { background: url('http://tolkiengateway.net/w/images/2/25/Little_Smaug.png') no-repeat right top; }
#MP-ONTDE { background: url('http://tolkiengateway.net/w/images/0/08/Little_Earth.png') no-repeat right top; }
#MP-GI { background: url('http://tolkiengateway.net/w/images/c/cc/Small_Fingolfin.png') no-repeat right top; }
#MP-FA { background: url('http://tolkiengateway.net/w/images/f/f0/Little_Fellowship.png') no-repeat right top; }
.MP-UL ul { margin-bottom: 0; padding-bottom: 0; margin-top: 0; padding-top: 0; list-style-position: inside; margin-left: 1.5em; text-indent: -2.5em; padding-left: 1em; }
.MP-UL ul { margin-bottom: 0; padding-bottom: 0; margin-top: 0; padding-top: 0; list-style-position: inside; margin-left: 1.5em; text-indent: -2.5em; padding-left: 1em; }
.MP-ULPORTAL ul { margin-bottom: 0; padding-bottom: 0; margin-top: 0; padding-top: 0; }
.MP-ULPORTAL ul { margin-bottom: 0; padding-bottom: 0; margin-top: 0; padding-top: 0; }
/* COLLAPSIBLE TABLES */
table.collapsed tr.collapsible {
        display: none;
}
.collapseButton {              /* 'show'/'hide' buttons created dynamically by the            */
        float: right;          /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;    /* are styled here so they can be customised.            */
        text-align: right;
        width: 40px;
        font-size: 95%;
}


/* </nowiki></pre> */
/* </nowiki></pre> */

Revision as of 08:09, 22 July 2015

/* <pre><nowiki> */

/* LINKS */

A:link { text-decoration: none; }
A:visited { text-decoration: none; }
A:active { text-decoration: none; }
A:hover { text-decoration: underline; }

.underlinelink a { text-decoration: underline !important; }
.nounderlinelink a { text-decoration: none !important; }
.nounderlinelink a:hover { text-decoration: underline !important; }


/* SEQUENCE TEMPLATE */

td.seqwhite a { color: #FFFFFF !important;}
td.seqwhite div span a { color: #FFFFFF !important;}
td.seqcream a { color: #FFFDD0 !important;}
td.seqcream div span a { color: #FFFDD0 !important;}


/* REFERENCES TEMPLATE */
ol.references { font-size: 80%; margin-top: 0px; padding-top: 0px; }
.references-small { font-size: 70%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }


/* EXTRA EDIT BUTTONS */
.XEBPopupTitle
{ 
  background-color: #FFFAEF;
  padding: 5px;
  font-size: medium;
text-align: center
  /* opacity: 0.9; */
}
.XEBMnuItm
{
}


/* BULLET POINTS */
ul { margin-left: .7em; padding-left: .7em; }


/* MAIN PAGE */
.MP-UL ul { margin-bottom: 0; padding-bottom: 0; margin-top: 0; padding-top: 0; list-style-position: inside; margin-left: 1.5em; text-indent: -2.5em; padding-left: 1em; }
.MP-ULPORTAL ul { margin-bottom: 0; padding-bottom: 0; margin-top: 0; padding-top: 0; }


/* COLLAPSIBLE TABLES */
 
table.collapsed tr.collapsible {
        display: none;
}
 
.collapseButton {               /* 'show'/'hide' buttons created dynamically by the             */
        float: right;           /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;    /* are styled here so they can be customised.             */
        text-align: right;
        width: 40px;
        font-size: 95%;
}

/* </nowiki></pre> */