Changeset 81189 in spip-zone
- Timestamp:
- Mar 5, 2014, 5:01:28 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/Associaspip/trunk/prive/style_prive_plugin_association.html
r78595 r81189 41 41 table.asso_tablo 42 42 { 43 width: 100%; /* HTML: 44 border: 1px solid #aaa; /* HTML: 45 border-collapse: collapse; /* HTML: 43 width: 100%; /* HTML:TABLE width=100% */ 44 border: 1px solid #aaa; /* HTML:TABLE border=1 bordercolor=#aaaaaa */ 45 border-collapse: collapse; /* HTML:TABLE cellspacing=0 */ 46 46 font-family: Arial, Sans, sans-serif; 47 47 font-size: 8pt; … … 52 52 table.asso_tablo tr.row_first 53 53 { 54 background-color: #dbe1c5; /* HTML: 54 background-color: #dbe1c5; /* HTML:TR bgcolor=#dbe1c5 */ 55 55 } 56 56 table.asso_tablo tbody tr, … … 58 58 table.asso_tablo tr.row_even 59 59 { 60 background-color: #eee; /* HTML: 60 background-color: #eee; /* HTML:TR bgcolor=#eeeeee */ 61 61 } 62 62 table.asso_tablo tfoot tr … … 64 64 table.asso_tablo tr.row_last 65 65 { 66 background-color: #eee; /* HTML: 66 background-color: #eee; /* HTML:TR bgcolor=#eeeeee */ 67 67 } 68 68 table.asso_tablo th, table.asso_tablo td 69 69 { /* cas par defaut des cellules */ 70 text-align: left; /* HTML: 71 padding: 2px; /* HTML: 70 text-align: left; /* HTML:TD align=left */ 71 padding: 2px; /* HTML:TABLE cellpadding=2 */ 72 72 /* font-size: 11px; /* HTML: class=arial11 ? */ 73 73 } … … 146 146 th.integer, th.date 147 147 { 148 text-align: right; /* HTML: 148 text-align: right; /* HTML:TD align=right */ 149 149 } 150 150 td.flottant, td.taux, td.pourcentage, … … 158 158 th.time, th.datetime 159 159 { 160 text-align: "h"; /* HTML: 160 text-align: "h"; /* HTML:TD align=char char="h" */ 161 161 /* On pourrait utiliser ":" mais je ne suis pas certain du resultat si on a des HH:MM:SS... */ 162 162 } /* @: http://stackoverflow.com/q/1363239 */ … … 164 164 table.asso_filtres td form 165 165 { 166 text-align: right; !important /* HTML: 166 text-align: right; !important /* HTML:TD align=right */ 167 167 } 168 168 table.asso_filtres td.pagination, 169 169 table.asso_filtres td .pagination 170 170 { 171 text-align: left; !important /* HTML: 171 text-align: left; !important /* HTML:TD align=right */ 172 172 } 173 173 … … 186 186 ******************************/ 187 187 188 input.text, input.password, 189 input.url, input.email 188 input.text, 189 input.password, 190 input.url, 191 input.email 190 192 { /* adapte de dans prive/minipress.css : pour cibler les input par type on leur rajourte des class="TYPE" car IE ne connait pas input[type="TYPE"] qu'on aurait pu utiliser. */ 191 193 width: 50%; /* moitie de la ligne pour donner effet colonne sans utiliser de tableau (dans chaque LI/P/DIV il y a le input/select/textareau et le label) */ … … 193 195 /*behavior: url(win_width.htc); /* http://reference.sitepoint.com/css/behavior */ 194 196 } 197 input.submit, input[type="submit"] { 198 font-weight: bold; 199 margin-top: 3px; 200 } 195 201 label 196 202 { 197 font-weight: bold; /* HTML: B |STRONG */203 font-weight: bold; /* HTML:B | HTML:STRONG */ 198 204 } 199 205 .reponse_formulaire, … … 282 288 } 283 289 284 .fondo {285 margin-top: 0px;286 background: #3874b0;287 border: 1px outset #edf3fe;288 float: none;289 color: #fff;290 font-size: 11px;291 font-weight: bold;292 }293 294 input[type="submit"] {295 font-weight: bold;296 margin-top: 3px;297 }298 .fondf { margin-top: 0px; background-color: #fff; border-style: solid ; border-width: 1px; border-color: #e86519; color: #e86519; }
Note: See TracChangeset
for help on using the changeset viewer.