Page créée avec « →Le CSS placé ici sera appliqué à tous les habillages. : →***** ***** TimelineTable ***** ***** : table.tl_table{ border-width: thin; border-spacing: 2px; border-style: outset; border-color: black; border-collapse: separate; background-color: white; border-radius: 9px; } th.tl_title{ text-transform: uppercase text-align: center; border-width: 1px; padding: 1px;... » Balise : wikieditor |
Aucun résumé des modifications Balise : wikieditor |
||
| Ligne 173 : | Ligne 173 : | ||
} | } | ||
body { | body { | ||
background-position: center center !important; | background-position: center center !important; | ||
background-attachment: fixed !important; | background-attachment: fixed !important; | ||
Version du 13 juillet 2025 à 15:56
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* ***** ***** TimelineTable ***** ***** */
table.tl_table{
border-width: thin;
border-spacing: 2px;
border-style: outset;
border-color: black;
border-collapse: separate;
background-color: white;
border-radius: 9px;
}
th.tl_title{
text-transform: uppercase
text-align: center;
border-width: 1px;
padding: 1px;
border-style: outset;
border-color: blue;
background-color: rgb(243, 248, 252);
border-radius: 9px;
}
th.tl_years{
text-align: center;
font-style: italic;
border-width: 1px;
padding: 1px;
border-style: outset;
border-color: blue;
background-color: rgb(223, 228, 252);
border-radius: 4px;
}
th.tl_months{
text-align: center;
border-width: 1px;
padding: 1px;
border-style: outset;
border-color: blue;
background-color: rgb(243, 248, 252);
border-radius: 2px;
}
th.tl_days{
text-align: center;
border-width: 1px;
padding: 1px;
border-style: outset;
border-color: blue;
background-color: rgb(243, 248, 252);
border-radius: 2px;
}
th.tl_weeks{
text-align: center;
border-width: 1px;
padding: 1px;
border-style: outset;
border-color: blue;
background-color: rgb(243, 248, 252);
border-radius: 2px;
}
td.tl_freetime{
background-color: rgb(187, 210, 236);
border-width: 1px;
border-color: black;
border-style: inset;
border-radius: 7px;
}
td.tl_event{
text-align: center;
padding: 1px;
background-color: rgb(61, 114, 194);
border-width: 1px;
border-color: white;
border-style: inset;
color: white;
border-radius: 7px;
white-space: normal
}
td.tl_foot{
text-align: center;
padding: 1px;
background-color: rgb(243, 248, 252);
border-width: 1px;
border-color: blue;
border-style: ridge;
color: gray;
border-radius: 9px;
}
thead.tl_header{}
tbody.tl_body{}
tfoot.tl_footer{}
a.bulle {
position:relative;
color:#C800F0;
text-decoration:none;
font-family:arial, verdana, sans-serif;
text-align:center;
}
a.bulle:hover {
background: none;
z-index: 50;
}
a.bulle span {
display: none;
}
a.bulle:hover span {
display: block;
position: absolute;
top: -40px;
left: 0px;
font-family:arial, verdana, sans-serif;
text-align:left;
font-size:17px;
color:#0CBFA7;
font-weight:normal;
width:200px;
background: white;
padding: 5px;
border: #62c0f4 solid 1px ;
text-indent: 0;
}
a.bulle-ovale {
position:relative;
color:#C800F0;
text-decoration:none;
font-family:arial, verdana, sans-serif;
text-align:center;
}
a.bulle-ovale:hover {
background: none;
z-index: 50;
}
a.bulle-ovale span {
display: none;
}
a.bulle-ovale:hover span {
display: block;
position: absolute;
top: -100px;
left: -10px;
font-family:chalkboard,verdana, sans-serif;
text-align:center;
font-size:17px;
color:#F9EC00;
font-weight:normal;
background: #A2B6F1;
padding: 5px;
width: 150px;
height: 75px;
border-style: 1;
-webkit-border-radius: 75px / 40px;
-moz-border-radius: 75px / 40px;
border-radius: 75px / 40px;
box-shadow:20px 20px 10px #182856;
border:#0843EF solid 1px;
text-indent: 0;
}
body {
background-position: center center !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-size: cover !important;
background: rgba(255, 255, 255, 0.5);
color: #565656;
}
/* Changer la couleur de fond des articles */
.ns-0 * #content, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a {
background:#FFEEEE; /* couleur rose comme les pages de discussion */
}
/* Afficher les liens déjà visités en vert */
a:visited {
color:green;
}
.ns-0 #content { text-align: justify; } /* texte justifié dans les articles */
#column-content { margin: 0 0 .6em 0; }
#content { margin: 2.8em 0 0 0; }
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
#p-cactions { left: .1em; }