[MàJ] Feuille de style bleue sans menu mise à jour

master
Olivier DOSSMANN 2011-11-18 22:11:22 +01:00
parent f337f9c7bf
commit f15af68838
1 changed files with 12 additions and 14 deletions

View File

@ -88,9 +88,9 @@ div#corps div.ensemble_element {
min-height: 10em; min-height: 10em;
} }
div#corps div.element { div#corps a.cadre {
height: 9em; height: 9em;
width: 19ex; width: 11em;
margin: 0 5px 10px 5px; margin: 0 5px 10px 5px;
float: left; float: left;
border: thin solid #000000; border: thin solid #000000;
@ -101,31 +101,29 @@ border-radius: 15px;
box-shadow: 1px 1px 8px #000000; box-shadow: 1px 1px 8px #000000;
-webkit-box-shadow: 1px 1px 8px #000000; -webkit-box-shadow: 1px 1px 8px #000000;
overflow: hidden; overflow: hidden;
text-align: center;
text-decoration: none;
} }
div#corps div.element:hover { div#corps a.cadre:hover {
background-color: #223355; background-color: #223355;
color: #ffffff; color: #ffffff;
} }
div#corps div.element div.titre { div#corps a.cadre div.element {
height: 3em; height: 9em;
margin-top: 1em; margin-top: 1em;
text-align: center;
} }
div#corps div.element div.image { div#corps a.cadre div.element img {
height: 48px; margin-top: 2em;
margin: 1em 0 2em 0; margin-right: auto;
text-align: center; margin-left: auto;
}
div#corps div.element div.image img {
border: 0; border: 0;
} }
div#corps div.espace { div#corps div.espace {
clear: both; clear: both;
} }
div#cartable { div#cartable {