Wiki Le Seigneur des Anneaux
Wiki Le Seigneur des Anneaux
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 464 : Ligne 464 :
 
/*Personnalisation de l'image de fond d'écran - Thème sombre*/
 
/*Personnalisation de l'image de fond d'écran - Thème sombre*/
 
.theme-fandomdesktop-dark {
 
.theme-fandomdesktop-dark {
background-image: url(https://goopics.net/i/K5bmp);
+
background-image: url(https://i.goopics.net/9PPmR.jpg);
 
background-repeat: repeat;
 
background-repeat: repeat;
 
background-attachment: fixed;
 
background-attachment: fixed;

Version du 25 juillet 2021 à 16:54

/* infoboxes */

.infoboite {
  float: right;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border:1px solid #524633;
  margin: 1em 0 1em 1em;
  width: 245px;
  z-index: 150; 
}
.infoboite .barre_haut {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  line-height: 23px;
  height: 23px;
  font-size: 85%;
}
.infoboite .contenu { padding: 2px; text-align: center; }
.infoboite table { 
  border-collapse: collapse;
  font-size: 75%;
  width: 100%;
  background-color:"transparent";
  table-layout: fixed;
}
.infoboite table a, .infoboite table a:visited { text-decoration: underline; color: inherit; }
.infoboite td, .infoboite th { vertical-align: top; padding: 0; }
.infoboite th { text-align: left; font-weight: bold; }
.infoboite td { text-align: right; }
.infoboite table.bloc { font-size: 100%; }
.infoboite table.bloc th, .infoboite table.bloc td { text-align: center; width: 50%; }
.infoboite tr.un th, .infoboite tr.un td { text-align: center; }
.infoboite tr.deux { border-top: 1px solid #524633; border-bottom: 1px solid #524633; }
.infoboite tr.deux th { padding-left: 2px; }

/*Barre de recherche*/
.WikiaSearch input[type="text"] {
      background: #FFF url(https://images.wikia.nocookie.net/__cb20140608205853/seigneur-des-anneaux/fr/images/a/a7/Wiki2.png) no-repeat right top !important;
      border: 1px solid #524633;
      border-radius: 6px;
}

/* Personnalisation du Tchat */
body.ChatWindow {
    background: url(http://images5.alphacoders.com/300/300005.jpg);
}
 
body.ChatWindow .ChatHeader {
    opacity: 0.9;
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
}
body.ChatWindow .WikiaPage {
    opacity: 0.9;
    -moz-opacity:0.9;
    -khtml-opacity:0.9;
}


/* Icône notifications */
    #WallNotifications .bubbles {
    background-image: url("https://vignette.wikia.nocookie.net/seigneur-des-anneaux/images/c/c9/Logo.png/revision/latest?cb=20150126181727&path-prefix=fr");
    background-repeat: no-repeat;
    height: 41px;
    width: 35px;
    background-position: top;
    background-size: 20px;
    margin-left: 12px;
}

 /* Important : Retire "Image ajoutée par" */
.picture-attribution { display:none !important; }
 

/* Tchat module*/
.ChatModule {
	background: url("https://jrrtolkien.fandom.com/fr/wiki/Fichier:Logo.png") center top no-repeat !important;
       -khtml-opacity: 0.9;
	border: 2px solid #726447  !important;
    border-radius: 10px;
    color: #000;
    width:250px;
    height:200px;
    float:middle; 
}
.ChatModule a{color:white}


/* Personnalisation du bandeau de présentation */
.WikiaUserPagesHeader {
	background-color: transparent;
	background-image: none;
}
.UserProfileMasthead {
	margin-top: 50px;
}
.UserProfileMasthead .masthead-avatar {
	height: 100px;
	margin-left: 5px;
	margin-top: 5px;
	width: 100px;
}
.UserProfileMasthead .masthead-avatar .avatar {
    border-radius: 10px;
	max-height: 125px;
	max-width: 125px;
}
.UserProfileMasthead .masthead-info {
	border-radius: 0px 0px 40px 10px;
	margin-bottom: 30px;
	margin-left: 150px;
	margin-right: 12px;
}
.UserProfileMasthead .masthead-info-lower:before {
	border: none;
}
.UserProfileMasthead .masthead-info h1 {
	font-size: 30px;
	line-height: 40px;
}
.UserProfileMasthead .masthead-info > div {
	padding: 15px;
}
.masthead-info-lower .wikis a {
	color: white;
	font-weight: bold;
    margin-left: 10px;
}
.WikiaUserPagesHeader .tabs-container {
	margin-bottom: 6px;
}
.WikiaUserPagesHeader .tabs .selected a {
    background: none;
    border: none;
    border-bottom: 3px solid #786C42;
    color: #786C42;
    cursor: pointer !important;
    top: 2px !important;
}
 
.WikiaUserPagesHeader .tabs li a:hover {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-bottom: 3px solid #786C42;
    text-decoration: none;
    top: 1px;
}
 
.WikiaUserPagesHeader .tabs li a {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.5s linear 0s;    
    color: white;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}
 
 
.WikiaUserPagesHeader .tabs-container {
	margin-bottom: 6px;
}
.tabs-container .tabs .selected a {
	background-image:  #786C42 !important;
	color: #8B4513 !important;
	padding: 1px 50px 2px !important;
}
.tabs-container .tabs li:not(.selected) a {
	margin-top: -5px;
}
 
.tally span.fixedwidth {
	width: 65px;
}
.UserProfileMasthead .masthead-info {
	background: url("http://fc05.deviantart.net/fs71/i/2014/061/3/4/minas_tirith_speed_paint_by_direimpulse-d78ll47.jpg");
}
/* Modification section */
.editsection img.sprite.edit-pencil {
	background-image: url("https://images.wikia.nocookie.net/__cb20140704073734/seigneur-des-anneaux/fr/images/c/c8/Modif.png");
	background-position: top left;
	height: 24px;
        width: 24px;
	background-size:24px;
}

/* Ligne de séparation */
.WikiaPageHeader {
        background: url("https://images.wikia.nocookie.net/__cb20140404183243/harrypotter/fr/images/e/e3/Ligne_de_s%C3%A9paration.png") bottom center no-repeat;
        background-size: 940px;
}
.wikinav2 .WikiaPageHeader {
        border-bottom: none;
        padding-bottom: 35px;
}

/* Boîtes déroulantes */
.NavFrame {
	background: #D6D1B2;
	border: 1px #AAA solid;
	padding: 5px;
}
.NavFrame .NavHead {
	background: #786C42;
	border: 1px #AAA solid;
	text-align: center;
	font-weight: bold;
}
.NavFrame .NavContent { padding: 5px 0 }
.collapseButton {
        font-weight: normal;
        float: right;
        textAlign: right;
	width: 6em;
	marginLeft: -100%;
}

 
/* Encabezado y W. Footer */
.WikiaHeader {
              background-image:url("https://images.wikia.nocookie.net/__cb20140820183745/seigneur-des-anneaux/fr/images/6/6a/Wiki-enca.PNG") !important;
}

/* Code des infoboxes portables réalisé par le Vanguard Dark Yada - s'il y a un problème avec ces infoboxes, merci de le contacter ou un autre membre de l'équipe Vanguard */
.portable-infobox.pi-europa {
  padding: 4px;
  border:1px solid #b2af9c;
  border-radius:6px; 
  -moz-border-radius:6px;
  background: #000000;
}
.portable-infobox .pi-title, .portable-infobox .pi-header {
  font-family: none;
}
.portable-infobox .pi-data-label {
  border: none;
}

/** New **/
.pi-theme-new .pi-header {
  line-height: 10px;
}
.pi-theme-new .pi-data {
  padding: 5px;
}
.pi-theme-new .pi-data-label {
  font-size: 14px;
  flex-basis: 45%;
}
.pi-theme-new .pi-data-value {
  font-size: 14px;
}

/** Cast **/
.portable-infobox.pi-theme-cast {
  background: transparent;
  border-color:white;
  padding: 10px;
  color: #FFF;
}
.pi-theme-cast .pi-title {
  line-height: 3px;
  font-size: 16px;
  font-style: italic;
  border: 1px solid white;
  margin-bottom: 10px;
}
.pi-theme-cast .pi-caption {
  text-align: center;
  color: #FFF;
}
.pi-theme-cast .pi-data {
  padding: 2px;
}
.pi-theme-cast .pi-group {
  border-top: 1px solid white;
}
.pi-theme-cast .pi-data-label {
  font-size: 80%;
  font-weight: normal;
  flex-basis: 50%;
}
.pi-theme-cast .pi-group:last-child {
  border-top: 3px solid #B5B7CF;
}

/** Film **/
.pi-europa.pi-theme-film {
  width: 245px;
  background: #CCCCCC;
  padding: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #524633;
}
.pi-theme-film .pi-image-thumbnail {
  width: 242px;
  height: auto;
}
.pi-theme-film .pi-data {
  padding: 0;
  border-top:1px solid;
}
.pi-theme-film .pi-data-label {
  flex-basis: 50%;
  background-color: #000;
  color:#FFF;
}
.pi-theme-film .pi-data-value {
  text-align: right;
}
.pi-theme-film .pi-horizontal-group .pi-data-label {
  background-color: #786C42;
  text-align: center;
}
.pi-theme-film .pi-horizontal-group .pi-data-value {
  text-align: center;
  padding: 0;
}
.pi-theme-film .pi-horizontal-group .pi-data-value a {
  color: black;
  text-decoration: underline;
}
.pi-theme-film .pi-horizontal-group-item:nth-of-type(2n).pi-data-value {
  background: #CCCCCC;
}
.pi-theme-film .pi-navigation {
  text-align: center;
}
/** Music **/
.portable-infobox.pi-theme-music {
  background-color: #d4d0b9;
  border: 1px solid #b2af9c;
  padding: 10px;
}
.pi-theme-music .pi-title {
  line-height: 3px;
  font-size: 16px;
  border: 1px solid white;
  margin-bottom: 10px;
  color: #FFF;
  background: #ABC8E2;
}
.pi-theme-music .pi-data {
  padding: 3px;
}
.pi-theme-music .pi-group {
  border-top: 1px solid white;
}
.pi-theme-music .pi-data-label {
  font-size: 95%;
  flex-basis: 65%;
}
.pi-theme-music .pi-data-value {
    font-size: 95%;
}

/* Cercle */
.circle {
	background: rgb(255, 255, 255);
	border-radius: 100%;
	cursor: pointer;
	height: 15em;
	margin: 50px;
	overflow: hidden;
	position: relative;
	width: 15em;
	display: inline-block;
}
.circle h1 {
	-webkit-font-smoothing: antialiased;
	color: rgba(189, 185, 199, 0);
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 900;
	text-align: center;
	text-transform: none !important;
	transition: color 0.8s ease-in-out;
	user-select: none;
	padding: 25px 40px 12px 40px
}
.circle: before,
.circle:after {
	border-radius: 100%;
	box-shadow: inset 10.6em 0 0 rgba(80, 0, 0, 0.2), 
	inset 0 10.6em 0 rgba(80, 0, 0, 0.2), 
	inset -10.6em 0 0 rgba(80, 0, 0, 0.2), 
	inset 0 -10.6em 0 rgba(80, 0, 0, 0.2);
	content: "";
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	transition: box-shadow 0.75s;
	width: inherit;
}
.circle:after {
	transform: rotate(45deg);
}
.circle: hover: before,
.circle:hover:after {
	box-shadow: inset 0.86em 0 0 rgba(255, 0, 0, 0.5), 
	inset 0 0.86em 0 rgba(252, 150, 0, 0.5), 
	inset -0.86em 0 0 rgba(0, 255, 0, 0.5), 
	inset 0 -0.86em 0 rgba(0, 150, 255, 0.5);
}
.circle:hover > h1 {
	color: rgba(185, 185, 185, 1);
}
/*********** ArticleRating CSS dependency *************/

/************ Rating module ************/
#rating-module b {
    font-weight: bold;
}
/* Admins */
/* Admins */
a[href$=":Gandalf du 63"]  
{
	color: darkorchid;
	font-size: 110%;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
/*Arrière-plan*/
body.skin-oasis,
body.background-dynamic.skin-oasis::after,
body.background-dynamic.skin-oasis::before {
    background-size: cover;
}
/*Couleurs admins*/
a[href$=":Gandalf_du_63"], a[href$=":Gandalf%20du%2063"]
a[href$=":Seigneur23"] {
	color: purple!important;
	font-size: 110% !important;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
/*Couleurs modos*/
a[href$=":Lune_Ambrée05"],
a[href$=":Celebrimbor13"] {
	color: yellow !important;
	font-size: 110% !important;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

/*Personnalisation de l'image de fond d'écran - Thème clair*/
.theme-fandomdesktop-light {
	background-image: url(https://i.goopics.net/v9rL7.jpeg);
    background-repeat: repeat;
    background-attachment: fixed;
}

.theme-fandomdesktop-light .fandom-community-header__background,
.theme-fandomdesktop-light .fandom-community-header__background::before {
	background-image: none;
}

/*Personnalisation de l'image de fond d'écran - Thème sombre*/
.theme-fandomdesktop-dark {
	background-image: url(https://i.goopics.net/9PPmR.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

.theme-fandomdesktop-dark .fandom-community-header__background,
.theme-fandomdesktop-dark .fandom-community-header__background::before {
	background-image: none;
}