Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
etudiants:2014:bastien.lemaitre [2015/04/30 09:06] – jcheron | etudiants:2014:bastien.lemaitre [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 8: | Ligne 8: | ||
box-sizing: | box-sizing: | ||
} | } | ||
- | span, p, h1, h1, h3, h4, h5, h6 { | + | span, p, h1, h1, h3, h4, h5, h6, ul, li, .tableau |
- | font-family: | + | font-family: |
- | font-weight: | + | font-weight: |
} | } | ||
.bloc_title { | .bloc_title { | ||
Ligne 24: | Ligne 24: | ||
font-size: | font-size: | ||
vertical-align: | vertical-align: | ||
+ | } | ||
+ | .bloc_title: | ||
+ | cursor: pointer; | ||
} | } | ||
.bloc_normal { | .bloc_normal { | ||
Ligne 90: | Ligne 93: | ||
.rounded { | .rounded { | ||
border-radius: | border-radius: | ||
+ | } | ||
+ | .mini_titre { | ||
+ | display: inline-block; | ||
+ | text-decoration: | ||
+ | margin: 0px; | ||
+ | } | ||
+ | .legende { | ||
+ | display: inline-block; | ||
+ | text-decoration: | ||
+ | margin: 10px; | ||
+ | } | ||
+ | .bloc_normal ul { | ||
+ | color: #333 !important; | ||
+ | margin: 0px 0px 0px 20px !important; | ||
+ | } | ||
+ | .realisation { | ||
+ | position: | ||
+ | margin: 10px; | ||
+ | background-color: | ||
+ | padding: 10px; | ||
+ | } | ||
+ | .realisation span { | ||
+ | color: #fff; | ||
+ | font-size: | ||
+ | margin: 5px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | .realisation ul { | ||
+ | color: #fff !important; | ||
+ | } | ||
+ | .tableau { | ||
+ | width: 100%; | ||
+ | display: table; | ||
+ | } | ||
+ | .tableau th, .tableau td { | ||
+ | padding: 10px; | ||
+ | } | ||
+ | .tableau th { | ||
+ | background-color: | ||
+ | color: #fff; | ||
} | } | ||
</ | </ | ||
Ligne 122: | Ligne 165: | ||
</ | </ | ||
<div class=" | <div class=" | ||
+ | <a href="/ | ||
</ | </ | ||
<div class=" | <div class=" | ||
Ligne 133: | Ligne 177: | ||
</ | </ | ||
< | < | ||
+ | </ | ||
+ | <a class=" | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | < | ||
</ | </ | ||
</ | </ | ||
Ligne 138: | Ligne 188: | ||
</ | </ | ||
< | < | ||
+ | |||
jQuery(function() { | jQuery(function() { | ||
jQuery('# | jQuery('# | ||
Ligne 143: | Ligne 194: | ||
jQuery(e.target).next(' | jQuery(e.target).next(' | ||
}); | }); | ||
+ | jQuery('# | ||
+ | jQuery(e.target).parent().next(' | ||
+ | jQuery(e.target).parent().next(' | ||
+ | }); | ||
+ | document.title=" | ||
}); | }); | ||
</ | </ | ||
</ | </ |