Utilisateur:Karaknor/monobook.css

De Guild Wars 2 Wiki
Aller à la navigation Aller à la recherche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* Titres 
div#content h1, div#content h2, div#content #firstHeading {
   font-family: EasonPro;
}

/* Apparence d'Hivernel 

/* Général 
ul {
list-style-type: disc;
}

/* Masthead links 
#upperBar {
  font-weight:normal;
  position:absolute;
  top:0;
  left:40px;
  height:30px;
  z-index: 2;
}

#upperBar ul {
  padding:0px;
  margin:0px;
  list-style:none;
}

#upperBar ul li {
  margin:0;
  padding:0px;
  display:inline-block;
  font-family: "EasonPro","Times New Roman","serif";
}

#upperBar ul li:first-child{
	background:url(/images/6/6e/Nav-external.png) no-repeat 0 0;
	padding-left:121px
}

#upperBar ul li:last-child{
	background:url(/images/6/6e/Nav-external.png) no-repeat 100% 0;
	padding-right:229px
}

#upperBar ul li a { 
  background:url(/images/6/6e/Nav-external.png) no-repeat 0 -30px;
  text-transform:uppercase;
  font-size:12px;
  padding: 8px 10px;
  line-height:2.6;
}

#upperBar ul li:first-child a {
  background-position:-121px -30px;
}

#upperBar ul li:first-child+li a {
  background-position:-206px -30px;
}

#upperBar ul li:first-child+li+li a {
  background-position:-258px -30px;
}

#upperBar ul li:first-child+li+li+li a {
  background-position:-274px -30px;
}

/* Header 
div#p-logo a {
    background-image: url('') !important;
}

#p-cactions ul {
   line-height: 5.1em;
}

/* Espace personnel
div#p-personal div.pBody ul {
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #E6F6FC;
  border-radius: 0 0 0 0.5em;
  width: auto;
  padding: 4px 0 3px 2px;
  text-transform: capitalize; 
}

div#p-personal ul {
  padding-left : 0;
  padding-right : 0.5em;
}

#p-personal li {
  line-height: 1.650em;
}

div#p-personal ul li {
  margin-top : 0;
}

div#p-personal a {
    color: #6EC3FF;
}

div#p-personal a:visited {
    color: #208AD6; 
}

div#p-personal a:hover {
    color: #157AC2;
}

div#p-personal a:active {
    color: #157AC2;
}

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('http://wiki-fr.guildwars2.com/images/a/a8/Ic%C3%B4ne_utilisateur_Hivernel.png');
    background-image: -webkit-linear-gradient(transparent,transparent),url('http://wiki-fr.guildwars2.com/images/a/a8/Ic%C3%B4ne_utilisateur_Hivernel.png');
    background-image: linear-gradient(transparent,transparent),url('http://wiki-fr.guildwars2.com/images/a/a8/Ic%C3%B4ne_utilisateur_Hivernel.png');
    padding-left: 29px !important;
    padding-top: 2px;
}

/* Sidebar 
.portlet {
    border: none;
    margin: 0 0 .5em;
    padding: 0;
    float: none;
    /* width: 11.9em; 
    overflow: hidden;
}

.portlet li {
    padding: 1px;
    margin: 0;
}

.portlet li a {
    color: #6EC3FF;
}

.portlet li a:visited {
    color: #208AD6;
}

.portlet li a:hover {
    color: #157AC2;
}

.portlet li a:active {
    color: #319BF7;
}

.portlet ul {
    list-style-type: none;
    list-style-image: url('')
}

.pBody {
    font-size: 98%;
    background-color: #f6feff;
    color: black;
    border-collapse: collapse;
    border: 0px solid #aaa;
    text-transform: capitalize; 
    padding: 0.2em .8em .3em .5em;
}

.portlet h3 {
    background-color: #f6feff;
    padding: 0 1em 0 1em;
    display: inline;
    height: 1em;
    text-transform: capitalize;
    font-size: 100%;
    font-weight: normal;
    white-space: nowrap;
}

#searchInput {
    width: 10.9em;
    margin: 0;
    font-size: 95%;
    border: 1px solid #C21515;
    padding: 4px;
    margin-bottom: 4px;
}

/* Monobook buttons 
#p-cactions {
    font-size: 100%;
    margin-top: 36px;
}

#p-cactions li.selected {
    border-left:2px solid #0D2551;
    border-right:2px solid #0D2551;
    border-top:2px solid #0D2551;
    background: #F6FEFF;
    border-borrom:0px;
    font-weight: bold;
    white-space: nowrap;
    padding-top: 8px;
}

#p-cactions li {
    border-left:2px solid #C21515;
    border-right:2px solid #C21515;
    border-top:2px solid #C21515;
    border-borrom:0px;
    border-radius: 0.3em 0.3em 0 0;
    white-space: nowrap;
    padding-top: 3px;
}

#p-cactions li a {
    background-color: none;
    color: #002bb8;
    border: none;
    padding: 0 .8em .3em;
    position: relative;
    z-index: 0;
    margin: 0;
    text-decoration: none;
}

#p-cactions li a {
    text-transform: capitalize; 
}

/* Content 
div#column-one {
    padding-top: 199px;
}

div#content {
    margin-top: 4.54em;
    top: 44px;
    left: 12px;
}

.mw-body {
    margin: 2.8em 0 0 12.2em;
    padding: 1em;
    position: relative;
    z-index: 2;
    background: white;
    color: black;
    border: 2px solid #0D2551;
    border-right: none;
    line-height: 1.5em;
}

/* Footer 
div#footer {
    background : #0D2551 url('http://wiki-fr.guildwars2.com/images/7/76/WikiGolem-Footer_Hivernel.png') no-repeat;
    background-color: transparent;
    background-color: white;
    border-top: 0px solid #fabd23;
    border-bottom: 0px solid #fabd23;
    margin: 1em 0 1em 0;
    overflow: hidden;
    padding: 150px 0 .3em 0;
    text-align: center;
    font-size: 90%;
    height: 207px
}

div#footer div#f-copyrightico {
  width : 111px;
  height : 44px;
  background-image : url('http://wiki-fr.guildwars2.com/images/a/a3/Logo_ArenaNet_blanc.png') ;
  background-repeat: no-repeat;
}

#f-poweredbyico, #f-copyrightico {
    margin: 0 8px;
    position: relative;
    top: 152px;
}

#f-copyrightico {
    float: right;
    padding-left: 14px;
    height: 1%;
    padding-right: 4px;
}

div#footer ul {
   line-height: 27.5em;
}

div#footer ul li { 
  color : #e9eef4;
}

div#footer ul li a {
  text-decoration: none;
  color: #80CAFF;
  background: none;
}

div#footer ul li a:visited {
    color: #4DA7E8;
}

div#footer ul li a:hover {
    color: #157AC2;
}

div#footer ul li a:active {
    color: #F2C449;
}
*/

/* Apparence de PoF sombre */
body {
    background: #100A10 url(https://wiki-fr.guildwars2.com/images/d/da/Header-Path_of_Fire.png) 0 0 no-repeat;
}

.mw-body, .mw-code {
    background: #3B3E4D;
    color: #909090;
}

h1, h2, h3, h4, h5, h6 {
    color: #909090;
}

.pBody, #p-cactions li a, div#p-personal div.pBody ul, #p-personal li a:hover {
    background-color: #272A38;
}

a, #p-cactions li a, #p-personal li a, .mw-body a.external {
    color: #B6BABF;
}

a:visited, .mw-body a.external:visited {
    color: #848D98;
}

a.new {
    color: #D27671;
}

#p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #202020;
}

#upperBar ul li a {
    color: #FFC8AD;
}

div#p-logo a {
    background-image: url(https://wiki-fr.guildwars2.com/images/b/b9/Logo_GW2-PoF.png) !important;
}

#pagehistory li{
    border: none;
}

#pagehistory li.selected{
    background-color: #100A10;
}

textarea, pre, code, #wpSummary, #searchInput, table.wikitable > tr > th, table.wikitable > * > tr > th, td.diff-context {
    background-color: #CACACA;
}

.editOptions, .catlinks {
    background-color: #3B3E4D;
}

.mw-plusminus-pos {
    color: #E69147;
}

.mw-plusminus-neg, .unpatrolled {
    color: #D27671;
}

td.diff-deletedline .diffchange {
    background: #3D3627;
}

td.diff-addedline .diffchange {
    background: #2A353F;
}

#toc, .toc {
    background-color: #272A38;
}

/* Infobox et boite recette */

div.infobox, div.recette, div.thumbinner, .srf-overlay li.gallerybox div.thumb, li.gallerybox div.thumb {
    background-color: #100A10 !important;
    border: 1px solid #100A10 !important;
    box-shadow: 1px 1px 10px #100A10 !important;
    background-image: none !important;
}

div.infobox .entête, div.infobox .entêteicône, div.recette .entête {
    background-color: #21102A !important;
    background-image: none !important;
}

div.recette .entête {
    color: #909090;
}

div.infobox .icônelarge {
    border: 4px solid #848D81 !important;
}

/* tableaux */

table {
    border: none !important;
    background-color: #100A10 !important;
}

table th {
    background-color: #21102A !important;
}

table td {
    background-color: #100A10 !important;
}

.table > :first-child > tr:first-child, .table.pve > :first-child > tr:first-child, .table.pve > tbody > tr.heading, .table.pve > :first-child > tr:first-child > *, .table.pve > tbody > tr.heading > *, .table.equipement > :first-child > tr:first-child, .table.equipement > tbody > tr.heading, .table.equipement > :first-child > tr:first-child > *, .table.equipement > tbody > tr.heading > *, .table.item > :first-child > tr:first-child, .table.item > tbody > tr.heading, .table.item > :first-child > tr:first-child > *, .table.item > tbody > tr.heading > *, .table.artisanat > :first-child > tr:first-child, .table.artisanat > tbody > tr.heading, .table.artisanat > :first-child > tr:first-child > *, .table.artisanat > tbody > tr.heading > *, .table.recette > :first-child > tr:first-child, .table.recette > tbody > tr.heading, .table.recette > :first-child > tr:first-child > *, .table.recette > tbody > tr.heading > *, .table.succès > :first-child > tr:first-child, .table.succès > :first-child > tr:first-child, .table.succès > tbody > tr.heading, .table.succès > :first-child > tr:first-child > *, .table.succès > tbody > tr.heading > *, .table.any > :first-child > tr:first-child, .table.any > tbody > tr.heading, .table.any > :first-child > tr:first-child > *, .table.any > tbody > tr.heading > *, .table.gardien > :first-child > tr:first-child, .table.gardien > tbody > tr.heading, .table.gardien > :first-child > tr:first-child > *, .table.gardien > tbody > tr.heading > *, .table.nécromant > :first-child > tr:first-child, .table.nécromant > tbody > tr.heading, .table.nécromant > :first-child > tr:first-child > *, .table.nécromant > tbody > tr.heading > *, .table.guerrier > :first-child > tr:first-child, .table.guerrier > tbody > tr.heading, .table.guerrier > :first-child > tr:first-child > *, .table.guerrier > tbody > tr.heading > *, .table.mech2 > :first-child > tr:first-child, .table.mech2 > tbody > tr.heading, .table.mech2 > :first-child > tr:first-child > *, .table.mech2 > tbody > tr.heading > *, .table.ingénieur > :first-child > tr:first-child, .table.ingénieur > tbody > tr.heading, .table.ingénieur > :first-child > tr:first-child > *, .table.ingénieur > tbody > tr.heading > *, .table.rôdeur > :first-child > tr:first-child, .table.rôdeur > tbody > tr.heading, .table.rôdeur > :first-child > tr:first-child > *, .table.rôdeur > tbody > tr.heading > *, .table.voleur > :first-child > tr:first-child, .table.voleur > tbody > tr.heading, .table.voleur > :first-child > tr:first-child > *, .table.voleur > tbody > tr.heading > *, .table.élémentaliste > :first-child > tr:first-child, .table.élémentaliste > tbody > tr.heading, .table.élémentaliste > :first-child > tr:first-child > *, .table.élémentaliste > tbody > tr.heading > *, .table.envoûteur > :first-child > tr:first-child, .table.envoûteur > tbody > tr.heading, .table.envoûteur > :first-child > tr:first-child > *, .table.envoûteur > tbody > tr.heading > *, .table.mech1 > :first-child > tr:first-child, .table.mech1 > tbody > tr.heading, .table.mech1 > :first-child > tr:first-child > *, .table.mech1 > tbody > tr.heading > *, .table.lieu > :first-child > tr:first-child, .table.lieu > tbody > tr.heading, .table.lieu > :first-child > tr:first-child > *, .table.lieu > tbody > tr.heading > *, .table.boutique > :first-child > tr:first-child, .table.boutique > tbody > tr.heading, .table.boutique > :first-child > tr:first-child > *, .table.boutique > tbody > tr.heading > * {
    background-color: #2E153D !important;
    border-color: #2E153D !important;
}

.recette th, div.infobox table th {
    background-color: #100A10 !important;
}

.table > tbody > tr > th{
    background-color: #78397A !important;
    border-color: #78397A !important;
}

.table > tbody > tr:nth-child(2n+1) {
    background-color: #100A10 !important;
}

.table > tbody, .table > tbody > tr.heading, .table > tbody > tr > [rowspan], .table > tbody > tr > [colspan] {
    background-color: #0C030C !important;
    border-color: #78397A !important;
}

table.jquery-tablesorter th.headerSort {
    background-color: #21102A;
}

table.wikitable {
    background-color: #100A10;
    color: #909090;
}

table.wikitable > * > tr > td {
    border: none !important;
}