Wiki Astérix
Advertisement
Wiki Astérix

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.
/* Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Coming+Soon)

/*import articles*/
@import url("http://fr.asterix.wikia.com/index.php?title=MediaWiki:Chat.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");

/* Correction navigation */
#WikiHeader h2.wordmark.medium.graphic.font-fontin img {
    opacity: 0.3;
    transition:all 0.3s;
}

#WikiHeader h2.wordmark.medium.graphic.font-fontin img:hover {
    opacity: 1;
    transition:all 1s;
}


/*page */
.WikiaPage .WikiaPageBackground {
    border-radius:2pc 2pc 0 0;
    box-shadow: 0px 0px 176px -19px rgba(0,0,0,1);
}

/* Admin highlight */
a[href$=":%C3%89clipse_de_Lune"],
a[href$=":/%C3%89clipse_de_Lune"] {
	color: maroon !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-shadow: 2px 0 40px #A54F4F;
	transition:all 0.5s;
}

a[href$=":%C3%89clipse_de_Lune"]:hover,
a[href$=":/%C3%89clipse_de_Lune"]:hover {
	color: maroon !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-shadow: 0 0 30px white;
	transition:all 0.5s;
}

/* Commentaire administration */
.Wall .edited-by a[href$="%C3%89clipse_de_Lune"] ~ .subtle::after {
  content: "Chef du village"; 
  color: white; 
  background-color: maroon; 
  border-radius: 5px; 
  padding: 0 5px; 
  margin-left: 3px; 
}
 
.comments li[data-user="%C3%89clipse_de_Lune"]      .edited-by:after { 
    content: "Chef du village"; 
    color: white; 
    background-color: maroon; 
    border-radius: 5px; 
    padding: 0 5px; 
    margin-left: 3px; 
    }

/*Navigation*/
.WikiHeader nav li.marked,
.WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {border-radius: 0 0 -15px 15px;}
.WikiHeader > nav .subnav-3 {border-radius: 0 0 15px 15px;}
 
.WikiHeader .navbackground,
.WikiHeader > nav .subnav-2 {
    	border-radius: 0 0 0 15px;
}

/* Fond d'écran */
.WikiaSiteWrapper {
    background: url('http://www.lecoindelucie.es/wp-content/uploads/2013/08/asterix-mega-poster.jpg') no-repeat fixed center top !important;
    background-size:100% !important;
    }
    
/* WikiaRail */
.WikiaRail .module {
	border: 1px solid maroon;
	border-radius: 40px;
}


/* Personnalisation du bandeau de présentation des pages utilisateur*/
.UserProfileMasthead .masthead-info {
	border-radius: 0 0 40px 40px;
}


/*Classes d'infobox*/
.infobox {
    width:278px; 
    margin:0 0 .5em 1em;
    border:1px solid maroon; 
    float:right; 
    background:none; 
    font-size: 100%;
    padding:1px;
}

/* ARTICLES */
.WikiaArticle .pre {
  border:1px dashed maroon;
}
 
.WikiaArticle .toc {
  border-radius:20px;
}
 
.WikiaArticleCategories {
  border:1px solid maroon;
}

/* Page */
#WikiaPage {
    border-radius: 2pc;
}

/* menu shadows */
 
.AccountNavigation .subnav, #WallNotifications .subnav, .GlobalNavigation .subnav, .ChatWindow .UserStatsMenu {
    box-shadow:0 1px 40px 0 white;
}

/* Icône de notifications */
 #WallNotifications .bubbles {
	background: red;
	height: 70px;
    width: 40px;
}
 /* Place du rond signalant le nombre de notifications */
#WallNotifications .bubbles #bubbles_count {
    left: 25px;
    top: 5px;
}

/* Avatars */
.avatar {
    border-radius:2pc;
}

/*tabber*/
.tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 13px !important;
    border-bottom: 3px solid red !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: white !important;
    border: none !important;
    background: transparent !important;
}

.tabbernav :not(.tabberactive) a {
    background: rgba(255,0,0, 0.4) !important;
}

.tabbernav :not(.tabberactive) a:hover {
    background: rgba(255,0,0, 0.5) !important;
}

.tabberactive a {
    color: white !important;
    background: red !important;
}

.tabbertab {
    border: none !important;
    padding: 0 !important;
}

/* add spaces to tabview tabs */
.tabberlive > ul.tabbernav > li {
    margin-right: 2px;
}
Advertisement