Changeset 32426 in spip-zone
- Timestamp:
- Oct 28, 2009, 4:32:12 PM (11 years ago)
- Location:
- _squelettes_/escal
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/escal/auteur.html
r30991 r32426 56 56 <B_articles_auteurs> 57 57 #PAGINATION 58 <BOUCLE_articles_auteurs(ARTICLES){id_auteur}{doublons}{par date}{inverse}{pagination 5}> 58 <BOUCLE_articles_auteurs(ARTICLES){id_auteur}{doublons}{par date}{inverse}{pagination 5}> 59 59 60 60 <div class="cadre-articles-rubrique"> -
_squelettes_/escal/inclusions/inc-head.html
r31862 r32426 21 21 <link href="#CHEMIN{styles/tabs_ie.css}" rel="stylesheet" type="text/css" media="projection, screen" /> 22 22 <![endif]--> 23 <!--[if lte IE 7]> 24 <link href="#CHEMIN{styles/ie.css}" rel="stylesheet" type="text/css" /> 25 <![endif]--> 26 27 28 29 30 23 31 24 32 -
_squelettes_/escal/sommaire.html
r31628 r32426 6 6 <title>[(#NOM_SITE_SPIP|textebrut)]</title> 7 7 [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|textebrut)" />] 8 9 [(#REM) feuille de style pour le bloc a_la_une ] 10 <link href="#CHEMIN{styles/alaune.css}" rel="stylesheet" type="text/css" /> 8 11 <INCLURE {fond=inclusions/inc-head}> 9 [(#REM) feuille de style pour le bloc a_la_une ] 10 <link href="#CHEMIN{styles/alaune.css}" rel="stylesheet" type="text/css" /> 12 11 13 12 14 [(#REM) javascript pour les articles a la une ] -
_squelettes_/escal/styles/alaune.css
r31320 r32426 9 9 .cadre-une { 10 10 margin-top: -27px; 11 /margin-top: -3px;12 11 } 13 12 ul.onglets { … … 128 127 } 129 128 } 130 @ 129 131 130 /* styles importants pour l'impression */ 132 media print {131 @media print { 133 132 .anchors { 134 133 display: none; -
_squelettes_/escal/styles/general.css
r32211 r32426 411 411 margin-left: -40px; 412 412 margin-top: 10px; 413 /margin-top: 5px;414 413 } 415 414 #var_login { … … 1015 1014 margin: 10px auto 10px auto; 1016 1015 width: 80%; 1017 /width: 100%;1018 /* pour IE qui ne comprend pas margin: auto !*/1019 1016 text-align: center; 1020 1017 font-weight: bold; … … 1022 1019 -moz-border-radius: 8px; 1023 1020 /*bords arrondis que pour mozilla*/ 1024 } 1021 } 1025 1022 /*************************/ 1026 1023 /* adaptation de plugins */ -
_squelettes_/escal/styles/menu.css
r31628 r32426 1 /* ================== 2 Menu horizontal 3 ==================*/ 4 1 /* ================== Menu horizontal ==================*/ 5 2 #menu { 6 3 background-color: #336699; … … 89 86 float: right; 90 87 margin: 5px 5px 0px 0px; 91 _margin: -17px 5px 0px 0px;92 88 } 93 89 /* hack pour Safari */ 94 90 @media screen { 95 91 ul#menu ul img { 96 -webkit-min-device-pixel-ratio:0;97 92 -webkit-min-device-pixel-ratio: 0; 93 margin: 5px 5px 0px 0px; 98 94 } 99 95 } 100 101 96 /* position des sous sous menu */ 102 97 ul#menu ul ul { … … 104 99 left: 145px; 105 100 } 106 107 /* ================== 108 Menu vertical 109 ==================*/ 110 101 /* ================== Menu vertical ==================*/ 111 102 #menuV ul { 112 103 list-style: none; … … 138 129 font-weight: bold; 139 130 } 140 141 /* ================== 142 Menu vertical 2 143 ==================*/ 144 131 /* ================== Menu vertical 2 ==================*/ 145 132 #menuV2 { 146 133 padding: 0; … … 158 145 width: 190px; 159 146 } 160 161 147 #menuV2 ul.menulist ul { 162 148 position: absolute; … … 176 162 display: block; 177 163 } 178 179 164 #menuV2 ul.menulist a { 180 165 background: #82ade2; … … 207 192 float: right; 208 193 margin: 5px 5px 0px 0px; 209 _margin: -17px 5px 0px 0px;210 194 }
Note: See TracChangeset
for help on using the changeset viewer.