Wiki Astérix
Wiki Astérix
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 246 : Ligne 246 :
 
/*Personnalisation du bandeau de présentation*/
 
/*Personnalisation du bandeau de présentation*/
 
.UserProfileMasthead .masthead-info {
 
.UserProfileMasthead .masthead-info {
background: url("https://vignette.wikia.nocookie.net/asterix/images/f/f2/Fonds_utilisateur.png/revision/latest?cb=20200430181932&path-prefix=fr");
+
background: url("https://vignette.wikia.nocookie.net/asterix/images/b/b1/Idefix_asterix.png/revision/latest?cb=20200430182631&path-prefix=fr");
 
}
 
}

Version du 30 avril 2020 à 18:27

/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Coming+Soon)

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

/* opacité logo */
#WikiHeader h2.wordmark.large.graphic.font-fontin img {
    opacity: 0.3;
    transition:all 0.3s;
}

#WikiHeader h2.wordmark.large.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$=":CritiCœur"],
a[href$=":CritiCœur"] {
	color: yellow !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-shadow: 2px 0 40px #A54F4F;
	transition:all 0.5s;
}

a[href$=":CritiCœur"]:hover,
a[href$=":CritiCœur"]:hover {
	color: yellow !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$="CritiCœur"] ~ .subtle::after {
  content: "Consul"; 
  color: yellow; 
  background-color: grey; 
  border-radius: 5px; 
  padding: 0 5px; 
  margin-left: 3px; 
}
 
.comments li[data-user="CritiCœur"]      .edited-by:after { 
    content: "Consul"; 
    color: yellow; 
    background-color: grey; 
    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 */
.WikiaArticleInterlang h3 { display: none; }
body.skin-oasis { 
   background-image:url(https://vignette.wikia.nocookie.net/asterix/images/2/27/Wallpaper_ast%C3%A9rix.png/revision/latest?cb=20200405162820&path-prefix=fr);
   background-position:center top;
   background-attachment: fixed;
   background-repeat:no-repeat;
}
    
/* 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;
}

 
/* Pointeurs */
/**Pointeur classique**/
body {
  cursor:url('https://vignette.wikia.nocookie.net/asterix/images/8/8d/Steupl%C3%A9rixCurseur.png/revision/latest?cb=20200429184417&path-prefix=fr'), auto;
}
/**Indicateur de lien**/
a, input {
  cursor: url('https://vignette.wikia.nocookie.net/asterix/images/8/8d/Steupl%C3%A9rixCurseur.png/revision/latest?cb=20200429184417&path-prefix=fr'), auto;
}

/* Sommaire des articles */
#toc {
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    position: relative;
    color: black;
    border: 3px solid #D18679;
}
 
#toc::after {
    background: #ffffff url(https://vignette.wikia.nocookie.net/asterix/images/6/6b/D%C3%A9buts_Ast%C3%A9rix.jpg/revision/latest?cb=20200430180711&path-prefix=fr) no-repeat right bottom;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    content: "";
}
 
#toc a{color: black;}
#toc a:hover{text-decoration: none;}
#toc ol a{
    color: black;
    transition: opacity 0.5s;
}
#toc ol a:hover{
    background: #FAEF0A;
    color: white;
}
 
#toctitle {
    background: #FAEF0A;
    color: white;
}
 
#toctitle a {
    color: white;
}
 
#toctitle h2 {
    font-weight: 700;
}
 
.nav.toc li:before {
    font-weight: 500;
}

/*Autres*/
/*Personnalisation du bandeau de présentation*/
.UserProfileMasthead .masthead-info {
	background: url("https://vignette.wikia.nocookie.net/asterix/images/b/b1/Idefix_asterix.png/revision/latest?cb=20200430182631&path-prefix=fr");
}