Changeset 89
- Timestamp:
- Dec 10, 2008, 8:51:26 PM (16 years ago)
- Location:
- trunk/spip/esqueleto-redcta/plugins/magusine/themes/redCTA
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/spip/esqueleto-redcta/plugins/magusine/themes/redCTA/disposition.css
r80 r89 10 10 margin: 0 auto; 11 11 padding: 15px; 12 background: url('images/commune-pgv-logos.gif') no-repeat bottom left #fff; 12 background-color:#fff; 13 13 14 } 14 15 … … 80 81 81 82 #navigation { 82 position: absolute;83 83 width: 130px; 84 84 } … … 86 86 #navigation li { 87 87 font-size: 12px; 88 text-align: right;88 text-align: left; 89 89 line-height: 140%; 90 90 } … … 97 97 color: #f90; 98 98 } 99 99 #navigation .niveau1 { 100 margin-left: 4px; 101 border-bottom:1px solid #ccc; 102 } 103 #navigation .niveau2 { 104 margin-left: 8px; 105 } 100 106 101 107 /* ajout du bloc rechercher pa jquery */ … … 109 115 /* contextes */ 110 116 111 #contextes { 117 #contexte1 { 118 float: left; 119 width: 140px; 120 } 121 #contexte2 { 112 122 float: right; 113 123 width: 140px; … … 134 144 135 145 #corps { 136 margin:0 150px 0 1 45px;146 margin:0 150px 0 150px; 137 147 min-height: 400px; 138 148 _height: 400px; -
trunk/spip/esqueleto-redcta/plugins/magusine/themes/redCTA/listes.css
r80 r89 5 5 font-size: 12px; 6 6 padding-bottom: 0.2em; 7 margin: 2.5em 0 1em 0;7 margin: 1.5em 0 1em 0; 8 8 color: #553507; 9 9 border-bottom: 1px solid #553507; 10 10 text-transform: uppercase; 11 clear: left; 11 12 12 } 13 13 14 14 #corps .listageconteneur { 15 padding-bottom: 25px;15 padding-bottom: 5px; 16 16 } 17 17 18 18 #corps .listageconteneur li { 19 margin-bottom: 20px;20 clear: left; 19 margin-bottom: 5px; 20 21 21 } 22 22 -
trunk/spip/esqueleto-redcta/plugins/magusine/themes/redCTA/theme.xml
r80 r89 9 9 <separateur> : </separateur> 10 10 <chemin_page>corps</chemin_page> 11 <navigation>contexte1</navigation> 12 11 13 <audiovars><![CDATA[displayheight=88&repeat=true&shuffle=false&lightcolor=0xaf8a1e&backcolor=0x999967&frontcolor=0xe1b226]]></audiovars> 12 14 <audiowidth>365</audiowidth> 13 15 <audioheight>200</audioheight> 14 15 16 <largeurcorps>455</largeurcorps> 16 17 <largeurcontexte1>130</largeurcontexte1> 17 18 <largeurcontexte2>124</largeurcontexte2> 19 <fotolistwidth>120</fotolistwidth> 18 20 19 21 </theme>
Note: See TracChangeset
for help on using the changeset viewer.