/* Styles des onglets du Réseau WikiSavoirs
Classes dédiées — aucun conflit avec Modèle:Onglets portail/styles.css */
/* Structure générale */
.rws-onglets {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.rws-onglets > div {
flex-basis: 11em;
flex-grow: 1;
}
/* Bouton Accueil — cramoisi */
.barre-coloree.rws-accueil {
background-color: #8B2020;
}
.barre-coloree.rws-accueil .barre-coloree-titre {
color: #fff;
}
/* Bouton Communauté — vert forêt */
.barre-coloree.rws-communaute {
background-color: #1A6B55;
}
.barre-coloree.rws-communaute .barre-coloree-titre {
color: #fff;
}
/* Bouton Formations et activités — bleu marine */
.barre-coloree.rws-activites {
background-color: #1C3F7A;
}
.barre-coloree.rws-activites .barre-coloree-titre {
color: #fff;
}
/* Bouton Outils et documents — bleu marine */
.barre-coloree.rws-outils {
background-color: #5C275C;
}
.barre-coloree.rws-outils .barre-coloree-titre {
color: #fff;
}
/* Bouton Discussion — bronze doré */
.barre-coloree.rws-discussion {
background-color: #8A6D00;
}
.barre-coloree.rws-discussion .barre-coloree-titre {
color: #fff;
}
/* [[Catégorie:Sous-page de modèle feuille de style]] */