De La Tour des Héros.
(Différences entre les versions)
m |
m |
Ligne 1 : |
Ligne 1 : |
| /* Titres */ | | /* Titres */ |
| | | |
- | /* h1 { | + | /*h1 { |
- | padding: .3em 0; /* espace entre un titre et son soulignage */
| + | padding: .3em 0; /* espace entre un titre et son soulignage */ |
- | background-image: url(http://www.latourdesheros.com/deco/ZP_Titre.jpg);
| + | background-image: url(http://www.latourdesheros.com/deco/ZP_Titre.jpg); |
- | background-repeat: repeat-x;
| + | background-repeat: repeat-x; |
- |
| + | } |
- | }
| + | |
| | | |
- | h2 {
| + | h2 { |
- | padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
| + | padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */ |
- | background-image: url(http://www.latourdesheros.com/deco/ZP_Titre.jpg);
| + | background-image: url(http://www.latourdesheros.com/deco/ZP_Titre.jpg); |
- | background-repeat: repeat-x;
| + | background-repeat: repeat-x; |
- | } */
| + | } */ |
| | | |
- | h3 {
| + | h3 { |
- | color: #EE232C;
| + | color: #EE232C; |
- | }
| + | } |
| | | |
- | h5 {
| + | h5 { |
- | font-family: Verdana;
| + | font-family: Verdana; |
- | color: white;
| + | color: white; |
- | padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
| + | padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */ |
- | background: rgb(238,35,44);
| + | background: rgb(238,35,44); |
- | background: linear-gradient(170deg, rgba(238,35,44,1) 20%, rgba(255,255,255,1) 40%);
| + | background: linear-gradient(170deg, rgba(238,35,44,1) 20%, rgba(255,255,255,1) 40%); |
| + | } |
| | | |
- | ul {
| + | ul { |
- | margin: -0.5em 0 0 1.5em; /* espace autour du bloc liste - haut, droite, bas, gauche */
| + | margin: -0.5em 0 0 1.5em; /* espace autour du bloc liste - haut, droite, bas, gauche */ |
- | text-align:justify;
| + | text-align:justify; |
- | list-style-image: url(arrow.png);
| + | list-style-image: url(arrow.png); |
- | }
| + | } |
| | | |
- | li {
| + | li { |
- | margin-left: .5em;
| + | margin-left: .5em; |
- | margin-right: .9em;
| + | margin-right: .9em; |
- | margin-left: .9em;
| + | margin-left: .9em; |
- | margin-bottom: .1em; /* margin between bullet and content */
| + | margin-bottom: .1em; /* margin between bullet and content */ |
- | padding: 0; /* margin between bullet and content */
| + | padding: 0; /* margin between bullet and content */ |
- | }
| + | } |
| | | |
| | | |
| /* Bannière */ | | /* Bannière */ |
| | | |
- | #gumax-site-logo,
| + | #gumax-site-logo, |
- | #gumax-site-logo a,
| + | #gumax-site-logo a, |
- | #gumax-site-logo a:hover {
| + | #gumax-site-logo a:hover { |
- | background-image:url(/ltdh/images/8/89/Ban_dcshg.jpg);
| + | background-image:url(/ltdh/images/8/89/Ban_dcshg.jpg); |
- | height: 134px;
| + | height: 134px; |
- | min-height: 134px; /* height of header */
| + | min-height: 134px; /* height of header */ |
- | display: block;
| + | display: block; |
- | background-repeat: repeat;
| + | background-repeat: repeat; |
- | background-position: left left;
| + | background-position: left left; |
- | text-decoration: none;
| + | text-decoration: none; |
- | }
| + | } |
Version du 22 janvier 2021 à 16:17
/* Titres */
/*h1 {
padding: .3em 0; /* espace entre un titre et son soulignage */
background-image: url(http://www.latourdesheros.com/deco/ZP_Titre.jpg);
background-repeat: repeat-x;
}
h2 {
padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
background-image: url(http://www.latourdesheros.com/deco/ZP_Titre.jpg);
background-repeat: repeat-x;
} */
h3 {
color: #EE232C;
}
h5 {
font-family: Verdana;
color: white;
padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
background: rgb(238,35,44);
background: linear-gradient(170deg, rgba(238,35,44,1) 20%, rgba(255,255,255,1) 40%);
}
ul {
margin: -0.5em 0 0 1.5em; /* espace autour du bloc liste - haut, droite, bas, gauche */
text-align:justify;
list-style-image: url(arrow.png);
}
li {
margin-left: .5em;
margin-right: .9em;
margin-left: .9em;
margin-bottom: .1em; /* margin between bullet and content */
padding: 0; /* margin between bullet and content */
}
/* Bannière */
- gumax-site-logo,
- gumax-site-logo a,
- gumax-site-logo a:hover {
background-image:url(/ltdh/images/8/89/Ban_dcshg.jpg);
height: 134px;
min-height: 134px; /* height of header */
display: block;
background-repeat: repeat;
background-position: left left;
text-decoration: none;
}