|
|
(15 révisions intermédiaires par un autre utilisateur non affichées) |
Ligne 1 : |
Ligne 1 : |
− | /* Le CSS placé ici sera appliqué à tous les habillages. */
| |
| | | |
− | /* http://www.mediawiki.org/wiki/Manual:Linked_images */
| |
− |
| |
− | .info div {
| |
− | margin-top: 1.33em;
| |
− | display: block;
| |
− | padding: 10px 10px 10px 45px;
| |
− | margin: 15px 0;
| |
− | color: #0055BB;
| |
− | border-top: 3px solid #629de3;
| |
− | border-bottom: 3px solid #629de3;
| |
− | background: #D8E5F8 10px url(https://wiki.inria.fr/wikis/ClustersSophia/images/d/d3/Status-info.png) 50% no-repeat;
| |
− | }
| |
− |
| |
− | .alert div {
| |
− | display: block;
| |
− | padding: 10px 10px 10px 45px;
| |
− | margin: 15px 0;
| |
− | color: #c00;
| |
− | border-top: 3px solid #fe7b7a;
| |
− | border-bottom: 3px solid #fe7b7a;
| |
− | background: #FFD6D6 10px url(https://wiki.inria.fr/wikis/ClustersSophia/images/e/e6/Status-alert.png) 50% no-repeat;
| |
− | }
| |
− |
| |
− | .note div {
| |
− | display: block;
| |
− | padding: 10px 10px 10px 45px;
| |
− | margin: 15px 0;
| |
− | color: #B79000;
| |
− | border-top: 3px solid #fde179;
| |
− | border-bottom: 3px solid #fde179;
| |
− | background: #FEF6D8 url(https://wiki.inria.fr/wikis/ClustersSophia/images/4/40/Status-note.png) 10px 50% no-repeat;
| |
− | }
| |