« MediaWiki:Vector.css » : différence entre les versions

aucun résumé des modifications
Kharmitch (discussion | contributions)
Aucun résumé des modifications
Kharmitch (discussion | contributions)
Aucun résumé des modifications
Ligne 2 138 : Ligne 2 138 :
}
}


.np-quote-snd-trigger {
/* ################################################## */
  display: inline-block;
/* ### HATNOTES (Modèle:Hatnote)                  ### */
  position: relative;
/* ################################################## */
  top:auto;
  left:auto;
.va-hatnote {
  padding: 0px 2px;
  font-style: italic;
  margin-bottom: 5px;
  padding-left: 2em;
}
}
/* ################################################## */
/* ### LIENS "EN SAVOIR PLUS" (Modèle:Plus)      ### */
/* ################################################## */
   
   
.np-quote-snd-trigger:hover .np-quote-snd-player {
.va-more {
display:block;
  margin-top: 0.5em;
}
}
   
   
.np-quote-snd-player {
.va-more-link {
  display:none;
  font-size: 10px;
  position:absolute;
  line-height: 15px;
  top:-30px;
  left:100%;
  z-index:100 !important;
  width: 300px;
  overflow-x: hidden;
  margin:0px;
  padding:5px 10px 10px 10px;
  border:1px solid #CCCCCC;
  border-radius:5px;
  box-shadow:#AAAAAA 2px 2px 5px 0px;
  background-color:White;
  color: Black;
  text-align: left;
  font: normal normal normal 13px/normal Helvetica,Arial,sans-serif;
}
}
   
   
.np-quote-snd-player-img {
/**
  float:left;
* Styling for links generated by [[MediaWiki:Edittools]]
  width:50px;
* @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
* @updated 2012-02-29
*/
 
.client-js .mw-edittools-section {
display: inline;
}
}
/* ######################################################## */
/* ### CONTENU EXTENSIBLE (Modèle:Contenu extensible)  ### */
/* ######################################################## */
   
   
.np-quote-snd-player-title {
.va-expandable-content .mw-collapsible-toggle {
  width:250px;
  display: none;
  height:50px;
  display:table-cell;
  vertical-align:middle;
}
}
   
   
.np-quote-snd-player-title span {
.va-expandable-content .mw-collapsible-toggle-collapsed,
  font-size: 18px;
.va-expandable-content .mw-collapsible-toggle-expanded {
  display: inline-block;
  float: none;
  margin-left: 2em;
}
}
/* ################################################## */
/* ### HATNOTES (Modèle:Hatnote)                  ### */
/* ################################################## */
   
   
.va-hatnote {
.va-expandable-content .mw-collapsible-toggle-collapsed .collapsed,
  font-style: italic;
.va-expandable-content .mw-collapsible-toggle-expanded .expanded {
  margin-bottom: 5px;
   display: none;
   padding-left: 2em;
}
}
/* ################################################## */
/* ### LIENS "EN SAVOIR PLUS" (Modèle:Plus)      ### */
/* ################################################## */
   
   
.va-more {
.va-expandable-content .mw-collapsible-toggle span {
  margin-top: 0.5em;
    color: #51E527;
}
}
   
   
.va-more-link {
.va-expandable-content .mw-collapsible-toggle span:hover {
   font-size: 10px;
   cursor: pointer;
   line-height: 15px;
   text-decoration: underline;
}
}
/**
* Styling for links generated by [[MediaWiki:Edittools]]
* @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
* @updated 2012-02-29
*/


.client-js .mw-edittools-section {
/* ######################################################## */
/* ### LISTES (Modèle:Liste horizontale)                ### */
/* ######################################################## */
 
/* Classe pour les listes horizontales séparées par des puces.
  Adaptation de la classe 'hlist' de en:User:Edokter.
  (cf. [[mw:Snippets/Horizontal lists]]). */
.liste-horizontale ul,
.liste-horizontale li {
margin-left: 0;
display: inline;
display: inline;
white-space: nowrap;
*white-space: normal; /* be kind ie7 */
}
}
 
.liste-horizontale ul:after { /* be kind firefox (38) : cas ou le dernier élément est une sous-liste avec un seul élément */
/* ######################################################## */
white-space: normal;
/* ### CONTENU EXTENSIBLE (Modèle:Contenu extensible)  ### */
/* ######################################################## */
.va-expandable-content .mw-collapsible-toggle {
  display: none;
}
}
.liste-horizontale li:after {
.va-expandable-content .mw-collapsible-toggle-collapsed,
content: " "; /* au cas ou Mediawiki supprime les retours ligne */
.va-expandable-content .mw-collapsible-toggle-expanded {
  display: inline-block;
  float: none;
  margin-left: 2em;
}
}
.liste-horizontale li + li:before {
.va-expandable-content .mw-collapsible-toggle-collapsed .collapsed,
white-space: normal;
.va-expandable-content .mw-collapsible-toggle-expanded .expanded {
content: "· ";
  display: none;
font-weight: bold;
}
}
.liste-horizontale li li:first-child:before {
.va-expandable-content .mw-collapsible-toggle span {
white-space: normal;
    color: #51E527;
content: " (";
}
}
.liste-horizontale li ul:after {
.va-expandable-content .mw-collapsible-toggle span:hover {
content: ")";
  cursor: pointer;
margin-left: -0.28em;
  text-decoration: underline;
}
}


/* ######################################################## */
/* ######################################################## */
/* ### LISTES (Modèle:Liste horizontale)               ### */
/* ### HOMONYMIES (Modèle:Homonymie)                   ### */
/* ######################################################## */
/* ######################################################## */


/* Classe pour les listes horizontales séparées par des puces.
/* Personnalisation de l'apparence des liens vers les pages d'homonymie. */
  Adaptation de la classe 'hlist' de en:User:Edokter.
.homonymie {
  (cf. [[mw:Snippets/Horizontal lists]]). */
padding-left: 2em;
.liste-horizontale ul,
padding-bottom: .5em;
.liste-horizontale li {
margin-bottom: .5em;
margin-left: 0;
margin-top: -0.6em;
display: inline;
font-style: italic;
white-space: nowrap;
border-bottom: 1px #aaa solid;
*white-space: normal; /* be kind ie7 */
}
}
.liste-horizontale ul:after { /* be kind firefox (38) : cas ou le dernier élément est une sous-liste avec un seul élément */
 
white-space: normal;
/* ######################################################### */
}
/* ### LISTE DE COMPÉTENCES (Modèle:Compétences)         ### */
.liste-horizontale li:after {
/* ######################################################### */
content: " "; /* au cas ou Mediawiki supprime les retours ligne */
 
/* Listes SPECIAL */
.avt-special-list
{
list-style: none;
margin: 0 !important;
}
}
.liste-horizontale li + li:before {
.avt-special-list li span:last-child
white-space: normal;
{
content: "· ";
    float: right;
font-weight: bold;
}
.liste-horizontale li li:first-child:before {
white-space: normal;
content: " (";
}
.liste-horizontale li ul:after {
content: ")";
margin-left: -0.28em;
}
}


/* ######################################################## */
/* ######################################################### */
/* ### HOMONYMIES (Modèle:Homonymie)                    ### */
/* ### REGLES LARGEUR ECRA         ### */
/* ######################################################## */
/* ######################################################### */


/* Personnalisation de l'apparence des liens vers les pages d'homonymie. */
@media screen and (max-width: 1280px)
.homonymie {
{
padding-left: 2em;
.portal-body {
padding-bottom: .5em;
    display: block !important;
margin-bottom: .5em;
}
margin-top: -0.6em;
.portal-body-left, .portal-body-right {
font-style: italic;
    width: auto !important;
border-bottom: 1px #aaa solid;
    display: block !important;
}
}
}
/* ############################################ */
/* ### CRAFTING TABLES                      ### */
/* ### Used in: Template:Crafting table    ### */
/* ############################################ */


/* ######################################################### */
.np-crafting-table {
/* ### TABLEAUX D'ARTISANAT (Modèle:Tableau d'artisanat) ### */
     font-size: 11px;
/* ######################################################### */
.va-crafting-chart {
     font-size: 12px;
     line-height: 16px;
     line-height: 16px;
     margin-bottom: 5px;
     margin-bottom: 5px;
}
}
 
.va-crafting-chart .selflink {
.np-crafting-block {
    font-weight: normal;
     border: 1px solid #AAA;
}
.va-crafting-chart-left,
.va-crafting-chart-right {
    width: 31%;
}
.va-crafting-chart-middle {
    width: 30%;
}
.va-crafting-chart-chevron {
    width: 4%;
}
.va-crafting-chart-chevron .va-chevron-right {
    border-left-color: rgba(58,58,58,0.2);
    border-width: 5px;
    margin-right: -5px;
}
.va-crafting-chart-item {
    background-color: rgba(58,58,58,0.2);
     border: 1px solid #383838;
     margin: 0;
     margin: 0;
     padding: 1px 2px;
     padding: 1px 2px;
}
}
 
.va-crafting-chart-item + .va-crafting-chart-item {
.np-crafting-block + .np-crafting-block {
     margin-top: 3px;
     margin-top: 3px;
}
}
 
.va-crafting-chart-subitem {
.np-crafting-table .selflink {
    padding: 1px 0;
     font-weight: normal;
}
.va-crafting-chart-subitem + .va-crafting-chart-subitem {
     border-top: 1px solid #383838;
    margin-top: 1px;
}
}


/* ######################################################### */
/* ### FIN IMPORTATION DE L'ANCIEN CONTENU DE COMMON.CSS ### */
/* ### LISTE DE COMPÉTENCES (Modèle:Compétences)        ### */
/* ######################################################### */


/* Listes SPECIAL */
/* ################################################## */
.avt-special-list
/* ### THÈME GÉNÉRAL                              ### */
{
/* ################################################## */
list-style: none;
margin: 0 !important;
}
.avt-special-list li span:last-child
{
    float: right;
}


/* ######################################################### */
/* Retire le titre de l'accueil et des portails */
/* ### REGLES LARGEUR ECRA         ### */
body.action-view.page-Accueil #firstHeading,
/* ######################################################### */
body.action-view.page-Portail_Fallout #firstHeading,
 
body.action-view.page-Portail_Fallout_2 #firstHeading,
@media screen and (max-width: 1280px)
body.action-view.page-Portail_Fallout_Tactics #firstHeading,
{
body.action-view.page-Portail_Fallout_Shelter #firstHeading,
.portal-body {
body.action-view.page-Portail_Fallout_3 #firstHeading,
    display: block !important;
body.action-view.page-Portail_Fallout_4 #firstHeading,
}
body.action-view.page-Portail_Fallout_New_Vegas #firstHeading {
.portal-body-left, .portal-body-right {
    position: absolute;
    width: auto !important;
    top: -5000px;
    display: block !important;
}
}
}
/* ############################################ */
/* ### CRAFTING TABLES                      ### */
/* ### Used in: Template:Crafting table    ### */
/* ############################################ */


.np-crafting-table {
/* Logo du wiki */
     font-size: 11px;
.mw-wiki-logo {
    line-height: 16px;
     background-size: 100%;
    margin-bottom: 5px;
}
}


.np-crafting-block {
.globegris {
     border: 1px solid #AAA;
     background-image: url(/skins/common/images/wiki.png);
    margin: 0;
    padding: 1px 2px;
}
}


.np-crafting-block + .np-crafting-block {
.portail-titre {
     margin-top: 3px;
     font-size: 250%;
    color: #51E527;
}
}


.np-crafting-table .selflink {
.portailhaut {
     font-weight: normal;
    background-color: rgba(58, 58, 58, 0.2);
    background-repeat: no-repeat;
    width:100%;
    border:1px solid #383838;
    border-radius:10px;
    vertical-align: top;
    -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}
}


/* ### FIN IMPORTATION DE L'ANCIEN CONTENU DE COMMON.CSS ### */
.portailgauche {
 
    width:65%;
/* ################################################## */
    border:1px solid #383838;
/* ### THÈME GÉNÉRAL                              ### */
    vertical-align:top;
/* ################################################## */
    background:rgba(58, 58, 58, 0.2);
    padding: 0px 10px 10px 0px;
    border-radius:10px;
}


/* Retire le titre de l'accueil et des portails */
.portaildroite {
body.action-view.page-Accueil #firstHeading,
    width:35%;
body.action-view.page-Portail_Fallout #firstHeading,
    border:1px solid #383838;
body.action-view.page-Portail_Fallout_2 #firstHeading,
    background:rgba(58, 58, 58, 0.2);
body.action-view.page-Portail_Fallout_Tactics #firstHeading,
    vertical-align:top;
body.action-view.page-Portail_Fallout_Shelter #firstHeading,
     padding: 0px 10px 10px 0px;
body.action-view.page-Portail_Fallout_3 #firstHeading,
     border-radius:10px;
body.action-view.page-Portail_Fallout_4 #firstHeading,
body.action-view.page-Portail_Fallout_New_Vegas #firstHeading {
     position: absolute;
     top: -5000px;
}
}


/* Logo du wiki */
.portail-bandeau {
.mw-wiki-logo {
    background-image: url(/images/c/cb/Bandeau_gris.png);
     background-size: 100%;
     background-repeat: no-repeat;
}
}


.globegris {
.portail-haut {
    background-image: url(/skins/common/images/wiki.png);
}
 
.portail-titre {
    font-size: 250%;
    color: #51E527;
}
 
.portailhaut {
     background-color: rgba(58, 58, 58, 0.2);
     background-color: rgba(58, 58, 58, 0.2);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Ligne 2 446 : Ligne 2 380 :
}
}


.portailgauche {
.portail-gauche {
     width:65%;
     width:65%;
     border:1px solid #383838;
     border:1px solid #383838;
     vertical-align:top;
     vertical-align:top;
     background:rgba(58, 58, 58, 0.2);
     background:rgba(58, 58, 58, 0.2);
     padding: 0px 10px 10px 0px;
     padding: 0 10px 10px 0;
     border-radius:10px;
     border-radius:10px;
}
}


.portaildroite {
.portail-droite {
     width:35%;
     width:35%;
     border:1px solid #383838;
     border:1px solid #383838;
     background:rgba(58, 58, 58, 0.2);
     background:rgba(58, 58, 58, 0.2);
     vertical-align:top;
     vertical-align:top;
     padding: 0px 10px 10px 0px;
     padding: 0 10px 10px 0;
     border-radius:10px;
     border-radius:10px;
}
}


.portail-bandeau {
.logoportailfo1 {
     background-image: url(/images/c/cb/Bandeau_gris.png);
     background-image: url(/images/6/69/Fo1_portail_armure.png);
     background-repeat: no-repeat;
     background-size: 392px;
    background-position: -85px -67px;
}
}


.portail-haut {
.logoportailfo2 {
     background-color: rgba(58, 58, 58, 0.2);
     background-image: url(/images/2/2b/Fo2_portail_armure.png);
     background-repeat: no-repeat;
     background-size: 231px auto;
     width:100%;
     background-position:-2px -50px;
    border:1px solid #383838;
    border-radius:10px;
    vertical-align: top;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
}


.portail-gauche {
.logoportailfot {
    width:65%;
     background-image: url(/images/3/31/Fot_portail_armure-min.png);
    border:1px solid #383838;
     background-size: 224px;
    vertical-align:top;
     background-position:-9px -19px;
    background:rgba(58, 58, 58, 0.2);
    padding: 0 10px 10px 0;
    border-radius:10px;
}
 
.portail-droite {
    width:35%;
    border:1px solid #383838;
    background:rgba(58, 58, 58, 0.2);
    vertical-align:top;
    padding: 0 10px 10px 0;
    border-radius:10px;
}
 
.logoportailfo1 {
    background-image: url(/images/6/69/Fo1_portail_armure.png);
    background-size: 392px;
    background-position: -85px -67px;
}
 
.logoportailfo2 {
    background-image: url(/images/2/2b/Fo2_portail_armure.png);
    background-size: 231px auto;
    background-position:-2px -50px;
}
 
.logoportailfot {
     background-image: url(/images/3/31/Fot_portail_armure-min.png);
     background-size: 224px;
     background-position:-9px -19px;
}
}


Ligne 3 460 : Ligne 3 360 :
}
}


/* ################################################## */
/* -------------------------- */
/* ### ARTISANAT (Modèle:Tableau d'artisanat)    ### */
/* Modèle:Tableau d'artisanat */
/* ################################################## */
/* -------------------------- */


.artisanat {
.artisanat {
font-size: 0.85em;
font-size: 0.85em;
max-width: 1400px;
display: grid;
display: grid;
grid-template-columns: auto 50px auto 50px auto;
grid-template-columns: 1fr 50px 1fr 50px 1fr;
margin: 10px 0 10px 0;
margin: 10px 0 10px 0;
}
}
.artisanat-colonne-titre {
.artisanat-colonne-titre {
text-align: center;
text-align: center;
border: 1px solid #383838;
border: 1px solid var(--border-color-base--darker);
margin-bottom: 3px;
margin-bottom: 3px;
background: #171717;
background-color: var(--background-color-dp-02);
padding: 3px;
padding: 3px;
}
}
Ligne 3 483 : Ligne 3 382 :
}
}
.artisanat-colonne-liste > ul > li {
.artisanat-colonne-liste > ul > li {
border: 1px solid #383838;
border: 1px solid var(--border-color-base--darker);
padding: 5px;
padding: 5px;
margin-bottom: 3px;
margin-bottom: 3px;
background: rgba(58,58,58,0.2);
background: var(--box-background-color);
}
}
.artisanat-separateur {
.artisanat-separateur {
Ligne 3 498 : Ligne 3 397 :
.avt-section-banner {
.avt-section-banner {
   padding: 0.25em 0.5em;
   padding: 0.25em 0.5em;
   border-top: 1px solid #383838;
   border-top: 1px solid var(--border-color-base--darker);
   border-bottom: 1px solid #383838;
   border-bottom: 1px solid var(--border-color-base--darker);
   margin: 0.5em 0 0.5em 2em;
   margin: 0.5em 0 0.5em 2em;
   background-color: rgba(58,58,58,0.2);
   background-color: var(--background-color-dp-00);
   font-size: 0.9em;
   font-size: 0.9em;
   overflow: hidden;
   overflow: hidden;
Ligne 3 521 : Ligne 3 420 :
   display: grid;
   display: grid;
   grid-template-columns: 8rem auto;
   grid-template-columns: 8rem auto;
   border: 1px solid #383838;
   border: 1px solid var(--border-color-base--darker);
   margin: 0.25em 0;
   margin: 0.25em 0;
   background-color: rgba(58,58,58,0.2);
   background-color: var(--box-background-color);
  box-shadow: var(--box-shadow);
   padding: 7px;
   padding: 7px;
}
}
Ligne 3 792 : Ligne 3 692 :
column-count: 2;
column-count: 2;
column-rule: 1px solid var(--border-color-base--darker);
column-rule: 1px solid var(--border-color-base--darker);
}
/* ---------------------------------- */
/* Pages d'aide                      */
/* ---------------------------------- */
.avt-help-homepage-title {
  color: var(--color-warning);
  text-align: center;
}
.avt-help-header {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  border: 1px solid var(--border-color-base--darker);
  background-color: var(--box-background-color);
  box-shadow: var(--box-shadow);
  justify-items: center;
  align-items: center;
  margin: 1em 0;
}
/* ------------------------------ */
/* Modèle:Citation ligne          */
/* ------------------------------ */
.np-quote-snd-trigger {
  display: inline-block;
  position: relative;
  top:auto;
  left:auto;
  padding: 0px 2px;
}
.np-quote-snd-trigger:hover .np-quote-snd-player {
  display:block;
}
.np-quote-snd-player {
  display:none;
  position:absolute;
  top: -30px;
  left: 100%;
  z-index:100 !important;
  width: 300px;
  overflow-x: hidden;
  margin: 0px;
  padding: 5px 10px 10px 10px;
  border: 1px solid var(--border-color-base--darker);
  box-shadow: var(--box-shadow);
  background-color: var(--box-background-color);
  text-align: left;
  font-size: 0.85em;
}
.np-quote-snd-player-img {
  float: left;
  width: 55px;
}
.np-quote-snd-player-title {
  width: 250px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.np-quote-snd-player-title span {
  font-size: 18px;
}
}
Bureaucrate, commentadmin, emailconfirmed, Administrateurs d’interface, staff, Administrateur
62 734

modifications