Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

Difference between revisions of "MediaWiki:Monobook.css"

From TWC Wiki
Jump to navigationJump to search
(doh)
Line 310: Line 310:
 
     margin-bottom: 0;
 
     margin-bottom: 0;
 
     margin-top: 0;
 
     margin-top: 0;
 +
 +
background-color: #838492;
 +
 
}
 
}
.portlet h5, .portlet h6 {
+
.portlet h3, .portlet h5, .portlet h6{
    display: none;
 
}
 
.portlet h3, {
 
 
     background: #838492;
 
     background: #838492;
 
+
    background-color: #838492;
 +
    color: white;
 
}
 
}
 
.pBody {
 
.pBody {

Revision as of 00:48, 29 April 2019

/* CSS placed here will affect users of the MonoBook skin */

/* Random stuff */
div#globalWrapper {
    .background-image-svg(  );
    background-position: 0 0;
    background-repeat: no-repeat;
    background:none;
}

div.section div.section {
    /* Indent, but not for the highest-level section */
    margin-left: 1.5em;
}

/* Hide numbers for TOCs wrapped in <div class="nonumbertoc"></div> */
div.nonumbertoc span.tocnumber { display: none; }

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

.notice { margin: 1em; font-style: italic; }

/* Front page */

body.page-Main_Page h1.firstHeading {
    display: none;
}

.frontpage-wikinews, .frontpage-generalmodding, .frontpage-m2tw {
    border: 2px solid grey;
    padding: .4em .9em .9em;
    color: black;
    vertical-align: top;
}

.frontpage-wikinews {
    width: 25%;
    background-color: #cff;
}

.frontpage-generalmodding {
    background-color: #ffc;
}

.frontpage-m2tw {
    width: 65%;
    background-color: #ffebcd;
}

/* Infobox template style stolen from Wikipedia */
 
.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: top;
}
.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;
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}

/*****
** Table formatting
*****/
   table.wikitable,
   table.collapsetable {
      margin:1em 1em 1em 0;
      background:#F9F9F9;
      border:1px #AAA solid;
      border-collapse:collapse;
      }
 
   table.wikitable th, table.wikitable td,
   table.collapsetable th, table.collapsetable td {
      border:1px #AAA solid;
      padding:0.2em;
      }
 
   table.wikitable th,
   table.collapsetable th {
      background:#F2F2F2;
      text-align:center;
      }
 
   table.wikitable caption,
   table.collapsetable caption {
      margin-left:inherit;
      margin-right:inherit;
      }

/******* portal standardisation attempt*****/

.portal {
    border: 2px solid grey;
    padding: .4em .9em .9em;
    color: black;
    vertical-align: top;
    background-color: #e3e3e3;
} 

.portal h3 {
    padding:5px; 
    background-color:#7d1515; 
    color:white;
}

.portallink a:link {
    color:#DCE6FF;
}

.portallink a:visited {
    color:#DCE6FF;
}

.portallink a:hover {
    color:#B7C4ED;
}

/******* new front page boxes*****/

.portal_TW {
    border: 2px solid grey;
    padding: .4em .9em .9em;
    color: black;
    vertical-align: top;
    background-color: #E5E1DB;
} 

.portal_TW h3 {
    padding:5px; 
    background-color:#7d1515; 
    color:white;
}
/******* modding box standardisation attempt*****/

.modding {
    border: 2px solid grey;
    padding: .4em .9em .9em;
    color: black;
    vertical-align: top;
    background-color: #cdc7c7;
} 

.modding h3 {
    padding:5px; 
    background-color:#7d1515; 
    color:white;
}

/* End infobox styles */




/**
 * Styling for links generated by [[MediaWiki:Edittools]]
 * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
 * @updated 2012-02-29
 */
.mw-charinsert-buttons {
	margin-top: 10px;
	border: 1px solid #aaaaaa;
	padding: 1px;
	text-align: center;
	font-size: 110%;
}
.mw-charinsert-buttons a {
	color: black;
	background-color: #cde !important;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	border: thin #069 outset;
	padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}
.client-js .mw-edittools-section {
	display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
	font-size: 0.9em;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 1px;
}

/** below here is the CSS variation on the monobook skin which formed the old TWC skin - this section should be removed when we get back to having more than one skin (or if everyone hates the pink!)*/
body {
    background: #F4E9DF;
    color: #6D6155;
}

a:link, a:visited, #p-cactions li a {
    color: #2062A3;
}

a:link.new {
    color: #CC2200;
}

a:link.new:visited {
    color: #A55858;
}

a:hover, a:active {
    color: #8C2B39;
}

h1, h2, h3, h4, h5, h6, .pBody, table { 
    color: inherit;
}

div#content, #footer {
    background: #E9DED4;
    color: #473D33;
}

div.thumb {
    border-color: #E9DED4;
}

#content {
    border: 1px solid #CEBEAE;
}

#footer {
    border: 1px solid #CEBEAE;
    border-width: 1px 0;
}
#content table {
    background-color: #E9DED4;
}

#content table.toc {
    background-color: #F4E9DF;
}

.mw-headline, h1.firstHeading {
    /* Non-bold h1 and h2 look ugly */
    font-weight: bolder;
}

ul {
    list-style-image: none !important;
}

div.section {
    border: 2px solid grey;
    padding: .4em .9em .9em;
    background-color: #f4e9df;
    margin: 3px;
}

div.section div.section div.section {
    border-width: 1px;
}

/* Left portlets */
.portlet {
    margin-bottom: 0;
    margin-top: 0;

background-color: #838492;

}
.portlet h3, .portlet h5, .portlet h6{
    background: #838492;
    background-color: #838492;
    color: white;
}
.pBody {
    border: none;
    background: #838492;
}

.pBody ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

.pBody li {
    padding: 0.1em 0;
}

.pBody a:link, .pBody a:visited, .pBody a:hover {
    color: white;
}

/* Content actions */

#p-cactions ul {
    /* Same as normal ul */
    margin: 0.3em 0 0 1.5em;
}

#p-cactions li.selected {
    /* 2px instead of 1 to match border around #content */
    border-width: 2px;
}

#p-cactions li.selected a {
    background-color: #E9DED4;
}

#p-cactions li a {
    /* Slightly darker */
    background-color: #E3D8C8;
}


/* Override candy-colored front page */

.frontpage-wikinews {
    background-color: #d7c7c7;
}

.frontpage-generalmodding {
    background-color: #e5e0df;
}

.frontpage-m2tw {
    background-color: #cdc7c7;
}

/* Special:Preferences */

#preferences, #preferences table, #preftoc li.selected {
    background-color: #E3D8CD;
}
#preftoc li {
    background-color: #DACFC5;
    color: inherit;
}

code, tt { background: none }