Changeset 244
- Timestamp:
- Jul 15, 2009, 6:19:43 PM (15 years ago)
- Location:
- trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/CSocial
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/CSocial/disposition.css
r201 r244 3 3 body { 4 4 margin: 23px 0 15px 0; 5 background: url('images/fond.jpg') repeat-x top left # f90;5 background: url('images/fond.jpg') repeat-x top left #212121; 6 6 } 7 7 … … 10 10 margin: 0 auto; 11 11 padding: 0px; 12 background-color:#FFFFFF; 12 13 13 background: url('images/fondogeneral.gif') repeat-y top left #ebeae8; 14 } 15 #generalsommaire { 16 width: 880px; 17 margin: 0 auto; 18 padding: 0px; 19 20 background: url('images/fondogeneralsommaire.gif') repeat-y top left #ebeae8; 14 21 } 15 22 … … 77 84 list-style-type: none; 78 85 padding:0; 79 margin: 0; 80 } 81 82 #navigation {86 87 } 88 89 #navigation, #topenavigation, #subnavigation { 83 90 width: 130px; 91 margin-left: 10px; 84 92 } 85 93 … … 145 153 #corps { 146 154 margin:0 236px 0 150px; 155 min-height: 300px; 156 _height: 350px; 157 padding:10px; 158 } 159 #corpssommaire { 160 margin:0 236px 0 150px; 147 161 min-height: 350px; 148 162 _height: 350px; 149 163 padding:10px; 150 164 } 151 152 165 #footer { 153 border-top: 1px solid #666;154 166 padding: 5px; 155 167 clear: both; 168 padding-left:150px 169 margin-top: 0px; 170 padding-top: 108px; 171 font-size: 10px; 172 text-align: center; 173 background: url('images/pie_personitas.gif') no-repeat top left; 174 } 175 #footersommaire { 176 padding: 5px; 177 clear: both; 178 156 179 margin-top: 18px; 157 180 158 181 font-size: 10px; 159 color: #444; 160 161 text-align: center 162 } 163 182 text-align: center; 183 184 } 164 185 #footer a { 165 186 color: #444; -
trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/CSocial/polices.css
r201 r244 39 39 } 40 40 41 p { 42 margin: 2px 0; 43 } 41 44 42 45 43 .forml { … … 53 51 img { 54 52 behavior: url("win_png.htc"); 55 } 53 54 } 55 .spip_documents { margin-bottom: 5px; margin-left: 10px } 56 56 57 57 /* contextes et corps */ … … 63 63 #contexte1,#contexte2 { 64 64 background-color: #a63609; 65 66 67 68 } 65 } 66 #topenavigation { 67 background: url('images/topenavegacion.png')no-repeat ; 68 height:18px 69 } 70 #subnavigation { 71 background: url('images/subnavegacion.png')no-repeat ; 72 height:18px 73 } 74 75 69 76 #contextes .listagebloc { 70 77 background-color: #a63609; … … 72 79 margin-bottom: 18px; 73 80 } 74 #corps {background-color:#d8470c} 81 #corps {background-color:#ebeae8} 82 #corpssommaire {background-color:#d8470c} 75 83 #contextes h1 { 76 84 font-size: 18px; … … 146 154 font-family: georgia, times, serif; 147 155 margin-top: 18px; 148 font-size: 1 3px;156 font-size: 14px; 149 157 color: #333; 150 158 line-height: 140%; … … 155 163 156 164 .texte { 157 font-size: 1 1px;165 font-size: 12px; 158 166 line-height: 140%; 159 167 margin-top: 18px; 168 160 169 text-align: justify; 161 170 }
Note: See TracChangeset
for help on using the changeset viewer.