Utilisateur:Zaran/common.css

La bibliothèque libre.

Note : après avoir enregistré 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 pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d'exploration → Images et fichiers en cache.
/*
 * Implémentation des classes sélectionnées par le modèle col_classe
 *
 * Incomplet
 *
 */
 
/* Formatage du contenu */
table.t_alineanegatif_col_1 tr > td:first-child,
table.t_alineanegatif_col_2 tr > td + td,
table.t_alineanegatif_col_all td,
table.t_alineanegatif_col_last td:last-child {
    text-indent: -2em;
    padding-left:2em;
}
 
table.t_para_alinea_positif_col_1 tr > td:first-child > p,
table.t_para_alinea_positif_col_2 tr > td + td > p,
table.t_para_alinea_positif_col_all td > p,
table.t_para_alinea_positif_col_last td:last-child > p {
    text-indent: 2em;
}
 
table.t_para_alinea_negatif_col_1 tr > td:first-child > p,
table.t_para_alinea_negatif_col_2 tr > td + td > p,
table.t_para_alinea_negatif_col_all td > p,
table.t_para_alinea_negatif_col_last td:last-child > p {
    text-indent: -2em;
    padding-left: 2em;
}
 
table.t_nowrap_col_1 tr > td:first-child,
table.t_nowrap_col_2 tr > td + td,
table.t_nowrap_col_all td,
table.t_nowrap_col_last td:last-child {
    white-space: nowrap;
}
 
/* Positionnement du contenu dans la cellule. */
table.t_center_col_1 tr > td:first-child,
table.t_center_col_2 tr > td + td,
table.t_center_col_all td,
table.t_center_col_last td:last-child {
    text-align:center;
}
 
table.t_right_col_1 tr > td:first-child,
table.t_right_col_2 tr > td + td,
table.t_right_col_all td,
table.t_right_col_last td:last-child {
    text-align:right;
}
 
table.t_left_col_1 tr > td:first-child,
table.t_left_col_2 tr > td + td,
table.t_left_col_all td,
table.t_left_col_last td:last-child {
    text-align:left;
}
 
table.t_top_col_1 tr > td:first-child,
table.t_top_col_2 tr > td + td,
table.t_top_col_all td,
table.t_top_col_last td:last-child {
    vertical-align:top;
}
 
table.t_bottom_col_1 tr > td:first-child,
table.t_bottom_col_2 tr > td + td,
table.t_bottom_col_all td/*,
table.t_bottom_col_last td:last-child*/ {
    vertical-align:bottom;
}
 
table.t_centerv_col_1 tr > td:first-child,
table.t_centerv_col_2 tr > td + td,
table.t_centerv_col_all td,
table.t_centerv_col_last td:last-child {
    vertical-align:middle;
}

/*p{
  -moz-hyphens:auto;
}*/

#p-logo, #editpage-copywarn, #footer, #msgNewarticletext{
  display:none;
}

div#mw-panel{
  top:30px;
}

.endingdots{
overflow-x: hidden;
}

.endingdots:before{
 content : ". . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . ";
white-space: nowrap;
float:right;
z-index:-10
}