MediaWiki:WPtouch.css

From MediaWiki
Revision as of 07:42, 14 December 2013 by Abates (talk | contribs)
Jump to navigationJump to search

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;
}

/* mid-article links */
.tt1_graynote {
	margin: .25em 1.5em .25em;
	background-color:#efefef;
	border: 2px solid #eeeeee;
	padding: 2px; text-align: left;
	font-style:italic;
	clear:left;
}

.tt1_graynote i{
	font-style:normal;
}

.tt1_graynote:before{
	content:'Note: ';
	font-weight:900;
	font-style:normal;
}

/* ============================== Franchise Navigation 2.0 ============================== */
.tt1-navigation_franchise_wrapper td { display: block; }
.tt1-navigation_franchise_box td { display: table-cell; }

.tt1-navigation_franchise_box {
	margin-left: auto;
	margin-right: auto;
}

table.tt1-navigation_franchise
{
	border-style: solid;
	border-width: 2px 1px 2px 1px;
	border-color: #cccccc #999999 #999999 #cccccc;
/*	margin-top:0.5em;
	margin-bottom:1em;*/
	position:relative;
	background-color:#eeeeee;
        border-radius:6px 6px 3px 3px;
	-moz-border-radius:6px 6px 3px 3px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}



table.tt1-navigation_franchise > tbody > tr > th
{
	border-spacing:0;
}

table.tt1-navigation_franchise > tbody > tr > th.tt1-navigation_franchise-prev,
table.tt1-navigation_franchise > tbody > tr > th.tt1-navigation_franchise-next
{
	padding:2px;
	width:20px;
}

table.tt1-navigation_franchise > tbody > tr > th {
        text-align: center
}

table.tt1-navigation_franchise > tbody > tr.tt1-navigation_franchise_header
{
	background: #f0f0f7 url(http://tfwiki.net/mediawiki/images2/d/d6/Meta_titlegloss.png) left top;
}


table.tt1-navigation_franchise
{
	color:#333;
}

table.tt1-navigation_franchise a:link
{
	color:#333366;
}

table.tt1-navigation_franchise a:visited
{
	color:#663366;
}

table.tt1-navigation_franchise a.new
{
	color:#663333;
}

table.tt1-navigation_franchise > tbody > tr.tt1-navigation_franchise_header a
{
	color:#777;
}


table.tt1-navigation_franchise > tbody > tr > td  ul
{
		margin-right:2em;
		margin-top:0;
}

table.tt1-navigation_franchise > tbody > tr > td ul > li
{
	list-style-position: inside;
	list-style-image: url(http://tfwiki.net/mediawiki/images2/1/13/Meta-list_bullet.png);
	list-style-type: circle;
	font-size:smaller;
	line-height:1;
}

table.tt1-navigation_franchise > tbody > tr > td > ul > li a
{
	white-space: nowrap;
}