Changeset 60857 in spip-zone
- Timestamp:
- May 2, 2012, 2:56:28 PM (9 years ago)
- Location:
- _squelettes_/escal/branche_V2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/escal/branche_V2/plugin.xml
r60841 r60857 3 3 <auteur>[Jean-Christophe Villeneuve->http://projetice.crdp.ac-lyon.fr/escal/]</auteur> 4 4 <licence>© 2007-2009 - GNU/GPL</licence> 5 <version>2.6. 0</version>5 <version>2.6.1</version> 6 6 <etat>stable</etat> 7 7 <icon>images/escal32.png</icon> -
_squelettes_/escal/branche_V2/styles/couleurs.css
r58184 r60857 39 39 /* bleu tres fonce */ 40 40 /* survol des entrees du menu et des articles du bloc a la une */ 41 .laune ul.anchors li a:hover, #menu li:hover > a, ul#menu ul a:hover {41 .laune ul.anchors li a:hover, #menu li:hover > a, ul#menu ul li:hover { 42 42 background-color: #224466; 43 43 } -
_squelettes_/escal/branche_V2/styles/menu.css
r59092 r60857 1 1 /* ================== Menu horizontal ==================*/ 2 2 #menu { 3 width: 100%; 4 z-index: 100; 5 } 6 ul#menu li ul { 7 display: none; 3 clear: both; 8 4 } 9 5 ul#menu li:hover>ul { … … 13 9 ul#menu { 14 10 margin: 0px; 15 padding: 0px;11 padding: 10px 0 8px 0; 16 12 list-style: none; 17 float: left;18 13 font-size: 12px; 19 14 font-weight: bold; 20 text-align: left; 21 line-height: 20px; 15 text-align: center; 22 16 } 23 17 ul#menu li { 24 float: left; 25 display: block; 26 padding: 2px 1px; 18 display: inline; 19 position: relative; 27 20 } 28 21 /* cadre autour d'une entr�e de menu */ 29 22 ul#menu li a { 30 display: block; 31 padding: 0px 10px; 23 display: inline; 24 padding: 4px 10px; 25 margin: 0 1px; 32 26 border-width: 1px; 33 27 border-style: solid; 34 28 text-decoration: none; 35 29 border-radius: 10px; 36 30 } 37 31 /* Les sous menu */ 38 32 ul#menu ul { 39 position: absolute;40 33 font-size: 10px; 41 34 font-weight: normal; 35 text-align: left; 42 36 list-style: none; 43 margin: 0px;37 margin: 4px 0 0 0px; 44 38 padding: 0px; 45 39 width: 150px; 46 40 z-index: 100; 47 41 vertical-align: middle; 48 line-height: 20px;49 42 border-width: 1px; 50 43 border-style: solid; 51 44 border-radius: 10px; 45 position: absolute; 46 left: 0; 47 display: none; 52 48 } 53 49 ul#menu ul ul { 54 padding: 0px; 50 top: 1px; 51 left: 149px; 52 margin: 0px; 55 53 } 56 54 ul#menu ul li { 57 position: relative; 58 float: none; 59 padding: 0px; 60 _display: inline; 55 display: block; 56 padding: 8px 0px; 57 border-radius: 10px; 61 58 } 62 59 ul#menu ul li a { 63 display: block; 64 padding: 3px 5px 3px 10px; 65 width: 135px; 60 padding: 0px 5px 0px 10px; 66 61 border: none; 67 62 } … … 70 65 position: relative; 71 66 float: right; 72 margin : 5px 5px 0px 0px;67 margin-right: 5px; 73 68 } 74 69 /* hack pour Safari */ … … 90 85 } 91 86 } 92 /* position des sous sous menu */ 93 ul#menu ul ul { 94 top: 0px; 95 left: 145px; 96 } 87 97 88 /* ================== Menu vertical ==================*/ 98 89 #menuV ul {
Note: See TracChangeset
for help on using the changeset viewer.