MediaWiki:WPtouch.css
From MediaWiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.tt1_storylink {
font-size: 10px;
background-color: #ececec;
border-width: 0 1px 0 1px;
border-style: solid;
padding: 0 5px 0 5px;
border-color: #cccccc;
white-space: nowrap;
}
.featurebox-heading
{
background-image:url(http://tfwiki.net/mediawiki/images2/2/26/Allsparkstrip_transparent.png);
color:#fff;
font-size:110%;
font-weight:900;
margin:-.5em -.5em .5em -.5em;
padding:.2em .7em .2em .7em;
text-align:center;
}
.featurebox-heading a
{
color:#fff;
}
/* Hide Main Page header */
.page-Main_Page .firstHeading{
display:none;
}
/* =========================================================
BEGIN SUITE STYLES
========================================================= */
.tt1_suite{
background-color:#ebebeb;
border-color:#aaa;
border-style:solid;
border-width:1px;
display:table;
float:right;
margin-right:1em;
padding:2px 5px;
line-height:.7em;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.tt1_suite:before{
content:'article suite:';
font-size:70%;
line-height:.7em;
}
.tt1_suite ul {
padding:0;
margin:0;
}
.tt1_suite li {
display:inline;
}
.tt1_suite li:before{
content:'| ';
}
.tt1_suite li:first-child:before{
content:'';
}
.tt1_disambig + .tt1_suite{
border-top:none;
border-top-left-radius:0;
border-top-right-radius:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
-webkit-border-top-left-radius:0;
-webkit-border-top-right-radius:0;
}
.tt1_disambig + .tt1_suite:before{
content:'';
font-size:inherit;
line-height:inherit;
}
/* PATCH BORDER ON DOUBLE-DISAMBIGS */
table.tt1_disambig{
margin:0 1em;
padding:.5em;
background:#f7f8ff;
border:thin solid #aaa;
display:block;
}
.tt1_disambig + .tt1_disambig{
border-top:none;
}

