Mudanças entre as edições de "MediaWiki:Common.css"

De Priston Tale Wiki
Ir para: navegação, pesquisa
Linha 1: Linha 1:
/* ------------------------------------------------------ */
+
html {
/* --------- Ajouté dans le Common depuis Docs ---------- */
+
background-color: #E6EFF4;
/* ------------------------------------------------------ */
+
}
  
/* .mw-body */
+
html body {
.mw-body { padding-bottom: 2rem !important; }
+
height: auto !important;
 +
min-height: calc(100% - 30px);
 +
background-color: #202020;
 +
}
  
/* ---- Tables ---- */
+
#mw-page-base {
.wikitable p{ margin-bottom: 0 !important }
+
background-color: #8DBDE9;
.wikitable.align-left th { text-align: left; }
+
height: 146px;
 +
margin-bottom: -142px;
 +
}
  
/* Tables, header fixed */
+
div#mw-head {
.wikitable{ display: inline-block; }
+
background: url(/resources/assets/background.png) top right no-repeat;
.wikitable thead,
+
.wikitable > tbody tr:first-of-type {
+
    position: sticky;
+
    top: 0;
+
    z-index: 1;
+
 
}
 
}
/* Fallback lorsqu’il n’y a pas thead (= Si la classe sortable n’est pas présente)
 
Le HTML réel est <table class="wikitable sortable"><tbody><tr><th> */
 
.wikitable thead + tbody tr:first-of-type { position: inherit; }
 
  
/* Décalage VisualEditor */
+
div#mw-panel {
.ve-active .wikitable thead,
+
padding-top: 0;
.ve-active .wikitable:not(.littleTable) > tbody tr:first-of-type { top: 48px; }
+
}
@media screen and (max-width:1200px) {
+
#p-logo,
.ve-active .wikitable:not(.littleTable) thead,
+
#p-logo a {
.ve-active .wikitable:not(.littleTable) > tbody tr:first-of-type { top: 96px; }
+
height: 140px;
} @media screen and (max-width:541px) {
+
.ve-active .wikitable:not(.littleTable) thead,
+
.ve-active .wikitable:not(.littleTable) > tbody tr:first-of-type { top: 144px; }
+
 
}
 
}
  
/* ---- Mise en forme du code ---- */
+
#mw-panel *:not(h3) > a:not(:hover):not(:focus),
pre,
+
#footer a:not(:hover):not(:focus),
code {
+
.mw-notification a:not(:hover):not(:focus) {
  margin: 0;
+
color: #BFBFBF !important;
  padding: 0;
+
}
 +
#mw-panel h3,
 +
#mw-panel a,
 +
#footer li,
 +
#footer a,
 +
.mw-notification a {
 +
color: #FFF !important;
 
}
 
}
  
/* ---- Snippet ---- */
+
/* Set the tab link colours to black and bold */
.snippet {
+
#p-namespaces a,
  position: relative;
+
#p-views a,
  overflow: visible;
+
div#mw-head div.vectorMenu h3,
  margin: -1.5rem 0 0 0;
+
div#p-variants.vectorMenu #mw-vector-current-variant {
  padding: 0;
+
font-weight: bold;
  color: aqua;
+
text-decoration: none;
 
}
 
}
.snippet .btn {
+
/* Use black links */
  top: 20px;
+
#p-namespaces a,
  right: 1px;
+
#p-views a,
  -webkit-transition: opacity .3s ease-in-out;
+
div#mw-head div.vectorMenu h3 span {
  -o-transition: opacity .3s ease-in-out;
+
color: #000;
  transition: opacity .3s ease-in-out;
+
  opacity: 0;
+
  position: absolute;
+
  z-index: 2;
+
 
}
 
}
.snippet:hover .btn,
+
#p-namespaces .new a,
.snippet .btn:focus {
+
#p-views .new a {
  opacity: 1;
+
color: #BA0000;
 
}
 
}
@media screen and (max-width:768px) {
+
 
  .snippet .btn { opacity: 1; }
+
/* Add some margin to help with the 3D effect */
 +
#pageWrapper,
 +
#right-navigation {
 +
margin-right: 10px;
 
}
 
}
code.break-all { word-break: break-all; }
 
  
/* ---- Anti-rules ----
+
/* Position the tabs */
Les anti-rules permettent d'annuler les modifications forcées comme le fixed header des tables */
+
#left-navigation,
/* noFixedHeader */
+
#right-navigation {
.noFixedHeader thead,
+
margin-top: 53px;
.noFixedHeader > tbody tr:first-of-type { position: static !important; }
+
}
 +
#mw-head-base {
 +
height: 80px;
 +
}
  
/* ---- Add-rules ----
+
/* Give the tabs the grass block styling: [[File:Vector-tabs.png]] [[File:Vector-tabs-first.png]] */
Les Add-rules permettent d'ajouter une fonctionnalité CSS */
+
div.vectorTabs,
/* littleTable (Permet le scroll dans les tables) */
+
div.vectorMenu {
.littleTable {
+
background: none;
max-height: 700px !important;
+
padding: 0;
overflow-y: scroll !important;
+
height: 36px;  
 
}
 
}
  
/* noBold (Pour les emojis principalement) */
+
div.vectorTabs ul,
.noBold {
+
div.vectorTabs ul li,
font-weight: normal !important;
+
div.vectorTabs ul li.selected {
 +
background: none;
 +
}
 +
div.vectorTabs span {
 +
position: relative;
 +
background: none;
 +
margin-right: 8px;
 +
}
 +
div.vectorTabs span::before {
 +
content: "";
 +
position: absolute;
 +
left: 0;
 +
background: none;
 +
width: 6px;
 +
height: 100%;
 +
pointer-events: none;
 +
}
 +
#left-navigation div.vectorTabs li:first-child span::before {
 +
background-image: none;
 +
height: 93px;
 +
}
 +
div.vectorTabs li.selected span,
 +
div.vectorTabs li span:hover,
 +
div.vectorTabs li span:focus {
 +
background-position: right bottom;
 
}
 
}
  
/* printonly (Que à l’impression) */
+
div.vectorTabs li a {
.printonly {
+
padding: 15px 14px 0 20px;
display: none;
+
height: 21px;
 
}
 
}
  
/* ------------------------------------------------------ */
+
.vectorTabs #ca-watch.icon a,
/* --------------- De base dans le Common --------------- */
+
.vectorTabs #ca-unwatch.icon a {
/* ------------------------------------------------------ */
+
padding-top: 36px;
 +
width: 45px;
 +
background-position: 17px 15px !important;
 +
transform-origin: 25px 23.5px !important;
 +
}
  
/* Fonts */
+
div.vectorMenu {
@font-face { font-family: 'Rubik-Medium'; src: url('./resources/assets/webfont/Rubik-Medium.ttf') format('truetype'); }
+
margin: 0 8px 0 6px;
@font-face { font-family: 'open_sansregular'; src: url('./resources/assets/webfont/OpenSans-Regular-webfont.woff');  }
+
}
  
/* ---- Better display with Lingo ---- */
+
div#mw-head div.vectorMenu h3 {
.mw-lingo-definition-text, mw-lingo-term { font-size: 1.3em; line-height: 2em; }
+
position: relative;
 +
background: none;
 +
padding-right: 14px;
 +
margin: 0;
 +
height: 36px;
 +
overflow: visible;
 +
}
 +
div#mw-head div.vectorMenu h3::before {
 +
content: "";
 +
position: absolute;
 +
top: 0;
 +
left: -6px;
 +
background: none;
 +
width: 6px;
 +
height: 100%;
 +
}
 +
div#mw-head div.vectorMenu h3:hover,
 +
div#mw-head div.vectorMenu.menuForceShow h3 {
 +
background-position: right bottom;
 +
}
  
/* ---- On account creation : Wiki's stats ---- */
+
div.vectorMenu h3 span {
.mw-createacct-benefits-container { float: right; }
+
padding: 15px 16px 0 14px;
 +
font-weight: bold;
 +
}
  
/* ---- Titles ---- */
+
div.vectorMenu div.menu {
h1 {
+
top: 36px;
  font-family: 'Rubik-Medium', sans-serif;
+
  font-size: 2.5em;
+
  color: steelblue;
+
 
}
 
}
.mw-special-FormEdit h1 { font-size: 2em; }
+
 
h2 {
+
/* Style the simple search */
  font-size: 2em;
+
#p-search {
  color: darkcyan;
+
margin-left: 0;
 
}
 
}
h3 {
+
 
  font-size: 1.8em;
+
#p-search form {
  color: mediumseagreen;
+
position: relative;
 +
background-color: rgba(0, 0, 0, 0.365);
 +
border-right: 4px solid #538631;
 +
border-bottom: 4px solid #382314;
 +
margin-top: -14px;
 +
padding: 0 4px 0 5px;
 +
height: 27px;
 
}
 
}
h4 {
+
#p-search form::before {
  font-size: 1.6em;
+
content: "";
  color: #00b5b5;
+
position: absolute;
  font-family: 'Rubik-Medium', sans-serif;
+
top: 0;
 +
left: -4px;
 +
border-top: 4px solid rgba(0, 0, 0, 0.365);
 +
border-left: 4px solid transparent;
 
}
 
}
h5 {
+
#p-search form::after {
  font-size: 1.4em;
+
content: "";
  color: #00b5b0;
+
position: absolute;
 +
top: 0;
 +
right: -4px;
 +
border-top: 4px solid #80BA5A;
 +
border-left: 4px solid #538631;
 
}
 
}
h6 {
+
 
  font-size: 1.2em;
+
div#simpleSearch {
  color: #0fb5b0;
+
top: -3px;
 +
border: 0;
 +
border-top: 3px solid #E6E6E6 !important;
 +
border-left: 3px solid #B0B0B0 !important;
 +
background-color: #D0CFCF;
 +
background-image: -webkit-linear-gradient(#C3C3C3, #DCDBDB);
 +
background-image: linear-gradient(#C3C3C3, #DCDBDB);
 +
}
 +
#simpleSearch::before {
 +
content: "";
 +
position: absolute;
 +
bottom: 0;
 +
left: -3px;
 +
border-top: 3px solid #B0B0B0;
 +
border-left: 3px solid #79553A;
 +
z-index: 1;
 +
}
 +
#simpleSearch::after {
 +
content: "";
 +
position: absolute;
 +
top: -3px;
 +
right: 0;
 +
border-top: 3px solid #80BA5A;
 +
border-left: 3px solid #E6E6E6;
 
}
 
}
  
/* ---- General ---- */
+
/* Fix placeholder text being too light in chrome */
body {
+
::-webkit-input-placeholder {
  color: #555e65;
+
color: inherit;
  font-family: "open_sansregular", sans-serif;
+
opacity: 0.54;
 
}
 
}
#toc { float: right; }
 
.fa-2x { font-size: 1em; }
 
  
/* ---- Buttons ---- */
+
/* The suggestions shown under the search bar */
#bodyContent .lienbutton a, #bodyContent  .lienbutton a:hover {
+
.suggestions{
  background: none !important;
+
margin-top: -29px;
  padding: 0 !important;
+
margin-right: -1px;
  color: #ffffff !important;
+
  font-weight: bold;
+
  text-decoration: none;  
+
 
}
 
}
#bodyContent .lienbuttonblanc a, #bodyContent  .lienbuttonblanc a:hover {
+
.suggestions> .suggestions-results,
  background: none !important;
+
.suggestions> .mw-searchSuggest-link {
  padding: 0 !important;
+
display: block;
  color: #000000 !important;
+
margin-left: 1px;
  font-weight: bold;
+
}
  text-decoration:none;  
+
.suggestions.suggestions-results,
 +
.suggestions.suggestions-special {
 +
background-color: #DBDADA;
 +
border-color: #3C3B3B;
 +
}
 +
.suggestions.suggestions-result-current {
 +
background-color: highlight;
 
}
 
}
  
/* ---- Space on top of themes in article list ---- */
+
/* Replace divider with a similar image that has proper transparency: [[File:Panel-divider.png]] */
.page-Accueil #mw-content-text p { margin-top: 1em; }
+
div#mw-panel div.portal div.body {
.page-Liste_des_articles #mw-content-text p { margin-top: 1em; }
+
background-image: none;
 +
}
  
/* ---- Hides ---- */
+
/* Give the main content area its healthy blue glow and add a border */
/* Subcat on page-Catégorie_Topic */
+
div#content {
.page-Catégorie_Topic h2, .page-Catégorie_Topic h2 p { display:none; }
+
background-color: #E6EFF4;
/* Infobox when editing with Visual Editor */
+
border-top: 6px solid #B4BEC3;
.ve-ui-surface #infoboxArticle { display:none; }
+
border-bottom: 0;
/* Cat on main NS */
+
border-left: 6px solid #171717;
.ns-0 #catlinks, #mw-normal-catlinks { display:none; }
+
}
/* Elements from drilldown-categories-wrapper and in special:browsedata .printfooter */
+
.page-Accueil #firstHeading, #drilldown-categories-wrapper, .ca-nstab-special {display:none;}
+
#p-contentnavigation { margin-bottom: 0.1rem; }
+
#firstHeading { margin-top: 0.1rem; }
+
/* Subject champ in contact form */
+
#mw-input-wpSubject {display:none;}
+
.page-Spécial_Contact #siteNotice {display:none;}
+
  
/* ------------------------------------------------------ */
+
/* Add the 3D corners to the main content */
/* --------------------- Inclure ? ---------------------- */
+
div#content::before {
/* ------------------------------------------------------ */
+
content: "";
 +
position: absolute;
 +
border-top: 6px solid #B9855C;
 +
border-left: 6px solid #B4BEC3;
 +
top: 83px;
 +
right: 10px;
 +
}
 +
/* Have to use the footer as #content::after is already used to clear the content float */
 +
#footer {
 +
position: relative;
 +
}
 +
#footer::before {
 +
content: "";
 +
position: absolute;
 +
border-top: 6px solid #171717;
 +
border-left: 6px solid #202020;
 +
top: -6px;
 +
left: 0;
 +
}
  
/* ---- Couleurs ---- */
+
/* Use black bullet points, instead of blue circles: [[File:List bullet.svg]] */
/** Jaune **/
+
ul {
.gold{ color: gold; }
+
list-style-image: none;
 +
}
  
/** Rouge**/
+
/* Various styling for message boxes, based on colours/styling from [[Template:Msgbox]] */
.firebrick{ color: firebrick; }
+
div.mw-warning-with-logexcerpt,
 +
.errorbox,
 +
.warningbox,
 +
.successbox {
 +
    display: block;
 +
    padding: .4em .8em;
 +
    margin-bottom: 1em;
 +
    border: 1px solid #CCC;
 +
}
 +
div.mw-warning-with-logexcerpt,
 +
.errorbox {
 +
    background: #FDD;
 +
    border-left: 4px solid #FAA;
 +
}
 +
.warningbox {
 +
    background: #FFC;
 +
    border-left: 4px solid #DD8;
 +
}
 +
.successbox {
 +
    background: #DFD;
 +
    border-left: 4px solid #9C9;
 +
}
 +
.successbox strong p {
 +
    margin: 0;
 +
}
  
/** Violet **/
+
/* Add white background to some areas */
.slateblue { color: slateblue; }
+
#asirra_ChallengeTableDiv {
.darkslateblue { color: darkslateblue; }
+
background-color: #FFF;
 +
}
  
/**Orange**/
+
/* Fix diff area styling */
.orangered{ color: orangered; }
+
table.diff {
.darkorange { color: darkorange; }
+
background-color: transparent;
.coral{ color: coral; }
+
}
.tomato{ color: tomato; }
+
td.diff-addedline,
 +
td.diff-deletedline {
 +
background-color: #F9F9F9;
 +
}
 +
td.diff-context {
 +
background-color: #F3F3F3;
 +
}
 +
td.diff-addedline,
 +
td.diff-deletedline,
 +
td.diff-context,
 +
td.diff-addedline .diffchange,
 +
td.diff-deletedline .diffchange {
 +
border-radius: 0;
 +
}
  
/**Vert**/
+
/* Get rid of stupid white borders on page history */
.forestgreen { color:forestgreen; }
+
#pagehistory li {
.seagreen { color:seagreen ; }
+
border-color: transparent;
.mediumaquamarine { color:mediumaquamarine; }
+
}
.darkgreen { color: darkgreen; }
+
  
/** Cyan **/
+
/* Same as the default preference tab images, but with the blue background colour instead of white
.teal { color:teal; }
+
  [[File:Pref-tab-border.png]] [[File:Pref-tab-bg.png]] */
.darkslateblue { color: darkslateblue; }
+
.client-js #preftoc,
.darkcyan { color: darkcyan; }
+
.client-js #preftoc li {
.darkslategray{ color: darkslategray; }
+
background-image: none;
.steelblue{ color: steelblue; }
+
}
.cadetblue { color:cadetblue ; }
+
.client-js #preftoc li.selected a {
 +
background-image: none;
 +
}
 +
 
 +
/* Fix side-by-side editor background colour */
 +
.wikiEditor-ui-controls {
 +
background-color: #E6EFF4;
 +
border-right: 1px solid #E6EFF4;
 +
}
 +
 
 +
/* Style notifications to look like achievements: [[File:Achievement background.png]] */
 +
body .mw-notification-area-layout {
 +
top: 20px;
 +
}
 +
body .mw-notification-area-floating {
 +
right: 10px;
 +
}
 +
body .mw-notification {
 +
border: 8px solid #555;
 +
border-radius: 0;
 +
-webkit-border-image: none;
 +
-moz-border-image: none;
 +
-o-border-image: none;
 +
border-image: none;
 +
box-shadow: none;
 +
background-color: #212121;
 +
background-clip: padding-box;
 +
color: #FFF;
 +
padding: 0.2em 0.4em;
 +
}
 +
 
 +
/* HiDPI images
 +
* [[File:Background HiDPI.png]], [[File:Header background HiDPI.png]],
 +
* [[File:Vector tab HiDPI.png]], [[File:Vector tab first HiDPI.png]]
 +
*/
 +
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
 +
body {
 +
background-image: none;
 +
background-size: 48px auto;
 +
}
 +
 +
#mw-page-base {
 +
background-image: none;
 +
background-size: 48px auto;
 +
}
 +
 +
div.vectorTabs span,
 +
div.vectorTabs span::before,
 +
div #mw-head div.vectorMenu > h3,
 +
div #mw-head div.vectorMenu > h4,
 +
div#p-variants.vectorMenu #mw-vector-current-variant,
 +
div #mw-head div.vectorMenu > h3:first-child::before,
 +
div #mw-head div.vectorMenu > h4:first-child::before,
 +
div#p-variants.vectorMenu #mw-vector-current-variant::before {
 +
background-image: none;
 +
background-size: 262px auto;
 +
}
 +
 +
#left-navigation div.vectorTabs li:first-child span::before {
 +
background-image: none;
 +
background-size: 6px auto;
 +
}
 +
}

Edição das 04h36min de 19 de janeiro de 2022

html {
	background-color: #E6EFF4;
}

html body {
	height: auto !important;
	min-height: calc(100% - 30px);
	background-color: #202020;
}

#mw-page-base {
	background-color: #8DBDE9;
	height: 146px;
	margin-bottom: -142px;
}

div#mw-head {
	background: url(/resources/assets/background.png) top right no-repeat;
}

div#mw-panel {
	padding-top: 0;
}
#p-logo,
#p-logo a {
	height: 140px;
}

#mw-panel *:not(h3) > a:not(:hover):not(:focus),
#footer a:not(:hover):not(:focus),
.mw-notification a:not(:hover):not(:focus) {
	color: #BFBFBF !important;
}
#mw-panel h3,
#mw-panel a,
#footer li,
#footer a,
.mw-notification a {
	color: #FFF !important;
}

/* Set the tab link colours to black and bold */
#p-namespaces a,
#p-views a,
div#mw-head div.vectorMenu h3,
div#p-variants.vectorMenu #mw-vector-current-variant {
	font-weight: bold;
	text-decoration: none;
}
/* Use black links */
#p-namespaces a,
#p-views a,
div#mw-head div.vectorMenu h3 span {
	color: #000;
}
#p-namespaces .new a,
#p-views .new a {
	color: #BA0000;
}

/* Add some margin to help with the 3D effect */
#pageWrapper,
#right-navigation {
	margin-right: 10px;
}

/* Position the tabs */
#left-navigation,
#right-navigation {
	margin-top: 53px;
}
#mw-head-base {
	height: 80px;
}

/* Give the tabs the grass block styling: [[File:Vector-tabs.png]] [[File:Vector-tabs-first.png]] */
div.vectorTabs,
div.vectorMenu {
	background: none;
	padding: 0;
	height: 36px; 
}

div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected {
	background: none;
}
div.vectorTabs span {
	position: relative;
	background: none;
	margin-right: 8px;
}
div.vectorTabs span::before {
	content: "";
	position: absolute;
	left: 0;
	background: none;
	width: 6px;
	height: 100%;
	pointer-events: none;
}
#left-navigation div.vectorTabs li:first-child span::before {
	background-image: none;
	height: 93px;
}
div.vectorTabs li.selected span,
div.vectorTabs li span:hover,
div.vectorTabs li span:focus {
	background-position: right bottom;
}

div.vectorTabs li a {
	padding: 15px 14px 0 20px;
	height: 21px;
}

.vectorTabs #ca-watch.icon a,
.vectorTabs #ca-unwatch.icon a {
	padding-top: 36px;
	width: 45px;
	background-position: 17px 15px !important;
	transform-origin: 25px 23.5px !important;
}

div.vectorMenu {
	margin: 0 8px 0 6px;
}

div#mw-head div.vectorMenu h3 {
	position: relative;
	background: none;
	padding-right: 14px;
	margin: 0;
	height: 36px;
	overflow: visible;
}
div#mw-head div.vectorMenu h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: -6px;
	background: none;
	width: 6px;
	height: 100%;
}
div#mw-head div.vectorMenu h3:hover,
div#mw-head div.vectorMenu.menuForceShow h3 {
	background-position: right bottom;
}

div.vectorMenu h3 span {
	padding: 15px 16px 0 14px;
	font-weight: bold;
}

div.vectorMenu div.menu {
	top: 36px;
}

/* Style the simple search */
#p-search {
	margin-left: 0;
}

#p-search form {
	position: relative;
	background-color: rgba(0, 0, 0, 0.365);
	border-right: 4px solid #538631;
	border-bottom: 4px solid #382314;
	margin-top: -14px;
	padding: 0 4px 0 5px;
	height: 27px;
}
#p-search form::before {
	content: "";
	position: absolute;
	top: 0;
	left: -4px;
	border-top: 4px solid rgba(0, 0, 0, 0.365);
	border-left: 4px solid transparent;
}
#p-search form::after {
	content: "";
	position: absolute;
	top: 0;
	right: -4px;
	border-top: 4px solid #80BA5A;
	border-left: 4px solid #538631;
}

div#simpleSearch {
	top: -3px;
	border: 0;
	border-top: 3px solid #E6E6E6 !important;
	border-left: 3px solid #B0B0B0 !important;
	background-color: #D0CFCF;
	background-image: -webkit-linear-gradient(#C3C3C3, #DCDBDB);
	background-image: linear-gradient(#C3C3C3, #DCDBDB);
}
#simpleSearch::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -3px;
	border-top: 3px solid #B0B0B0;
	border-left: 3px solid #79553A;
	z-index: 1;
}
#simpleSearch::after {
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	border-top: 3px solid #80BA5A;
	border-left: 3px solid #E6E6E6;
}

/* Fix placeholder text being too light in chrome */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/* The suggestions shown under the search bar */
.suggestions{
	margin-top: -29px;
	margin-right: -1px;
}
.suggestions> .suggestions-results,
.suggestions> .mw-searchSuggest-link {
	display: block;
	margin-left: 1px;
}
.suggestions.suggestions-results,
.suggestions.suggestions-special {
	background-color: #DBDADA;
	border-color: #3C3B3B;
}
.suggestions.suggestions-result-current {
	background-color: highlight;
}

/* Replace divider with a similar image that has proper transparency: [[File:Panel-divider.png]] */
div#mw-panel div.portal div.body {
	background-image: none;
}

/* Give the main content area its healthy blue glow and add a border */
div#content {
	background-color: #E6EFF4;
	border-top: 6px solid #B4BEC3;
	border-bottom: 0;
	border-left: 6px solid #171717;
}

/* Add the 3D corners to the main content */
div#content::before {
	content: "";
	position: absolute;
	border-top: 6px solid #B9855C;
	border-left: 6px solid #B4BEC3;
	top: 83px;
	right: 10px;
}
/* Have to use the footer as #content::after is already used to clear the content float */
#footer {
	position: relative;
}
#footer::before {
	content: "";
	position: absolute;
	border-top: 6px solid #171717;
	border-left: 6px solid #202020;
	top: -6px;
	left: 0;
}

/* Use black bullet points, instead of blue circles: [[File:List bullet.svg]] */
ul {
	list-style-image: none;
}

/* Various styling for message boxes, based on colours/styling from [[Template:Msgbox]] */
div.mw-warning-with-logexcerpt,
.errorbox,
.warningbox,
.successbox {
    display: block;
    padding: .4em .8em;
    margin-bottom: 1em;
    border: 1px solid #CCC;
}
div.mw-warning-with-logexcerpt,
.errorbox {
    background: #FDD;
    border-left: 4px solid #FAA;
}
.warningbox {
    background: #FFC;
    border-left: 4px solid #DD8;
}
.successbox {
    background: #DFD;
    border-left: 4px solid #9C9;
}
.successbox strong p {
    margin: 0;
}

/* Add white background to some areas */
#asirra_ChallengeTableDiv {
	background-color: #FFF;
}

/* Fix diff area styling */
table.diff {
	background-color: transparent;
}
td.diff-addedline,
td.diff-deletedline {
	background-color: #F9F9F9;
}
td.diff-context {
	background-color: #F3F3F3;
}
td.diff-addedline,
td.diff-deletedline,
td.diff-context,
td.diff-addedline .diffchange,
td.diff-deletedline .diffchange {
	border-radius: 0;
}

/* Get rid of stupid white borders on page history */
#pagehistory li {
	border-color: transparent;
}

/* Same as the default preference tab images, but with the blue background colour instead of white
   [[File:Pref-tab-border.png]] [[File:Pref-tab-bg.png]] */
.client-js #preftoc,
.client-js #preftoc li {
	background-image: none;
}
.client-js #preftoc li.selected a {
	background-image: none;
}

/* Fix side-by-side editor background colour */
.wikiEditor-ui-controls {
	background-color: #E6EFF4;
	border-right: 1px solid #E6EFF4;
}

/* Style notifications to look like achievements: [[File:Achievement background.png]] */
body .mw-notification-area-layout {
	top: 20px;
}
body .mw-notification-area-floating {
	right: 10px;
}
body .mw-notification {
	border: 8px solid #555;
	border-radius: 0;
	-webkit-border-image: none;
	-moz-border-image: none;
	-o-border-image: none;
	border-image: none;
	box-shadow: none;
	background-color: #212121;
	background-clip: padding-box;
	color: #FFF;
	padding: 0.2em 0.4em;
}

/* HiDPI images
 * [[File:Background HiDPI.png]], [[File:Header background HiDPI.png]],
 * [[File:Vector tab HiDPI.png]], [[File:Vector tab first HiDPI.png]]
 */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	body {
		background-image: none;
		background-size: 48px auto;
	}
	
	#mw-page-base {
		background-image: none;
		background-size: 48px auto;
	}
	
	div.vectorTabs span,
	div.vectorTabs span::before,
	div #mw-head div.vectorMenu > h3,
	div #mw-head div.vectorMenu > h4,
	div#p-variants.vectorMenu #mw-vector-current-variant,
	div #mw-head div.vectorMenu > h3:first-child::before,
	div #mw-head div.vectorMenu > h4:first-child::before,
	div#p-variants.vectorMenu #mw-vector-current-variant::before {
		background-image: none;
		background-size: 262px auto;
	}
	
	#left-navigation div.vectorTabs li:first-child span::before {
		background-image: none;
		background-size: 6px auto;
	}
}