- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r82 r148 135 135 } 136 136 #info-box a img, #info-box2 a img { 137 vertical-align: middle; 137 vertical-align: middle; 138 138 padding-left: .3em; 139 139 } … … 144 144 border-bottom-color: #ccc; 145 145 } 146 #info-box a {margin-left: 2em;} 146 #info-box a { 147 margin-left: 2em; 148 } 147 149 148 150 #wrapper { … … 156 158 } 157 159 #content { 158 margin-left: 13em; 159 margin-bottom: 4em; 160 margin-top: .5em; 161 margin-right: 1.5em; 162 padding-top: 10px; 163 padding-left: 1em; 164 padding-right: 1em; 160 margin: .5em 1.5em 4em 13em; 161 padding: 1em; 165 162 background: #fff; 166 163 -webkit-border-radius: .5em; … … 175 172 float: left; 176 173 margin-top: 1em; 177 margin-bottom: 1 0px;174 margin-bottom: 1em; 178 175 } 179 176 … … 216 213 } 217 214 218 /* favoris en haut */219 #fav-add {220 position: absolute;221 top: 3.5em;222 right: 2em;223 }224 225 215 #footer { 226 216 clear: both; 227 217 padding: .75em 2em; 228 margin: 6em 1 em .5em 1em;218 margin: 6em 15px .5em 15px; 229 219 -webkit-border-radius: .3em; 230 220 -moz-border-radius: .3em; … … 243 233 } 244 234 #footer p span.credit { 245 font-size: .85em; 235 font-size: .85em; 246 236 font-weight: normal; 247 237 } … … 272 262 float: left; 273 263 overflow: hidden; 274 padding: 1em 1%; 275 width: 66%; 264 padding: 1em 2% 1em 0; 265 width: 70%; 266 } 267 #dashboard-main.fullwidth { 268 width: 100%; 269 padding: 1em 0; 270 float: none; 276 271 } 277 272 #dashboard-main #icons { … … 314 309 #dashboard-items { 315 310 float: left; 316 width: 2 9%;311 width: 27%; 317 312 overflow: hidden; 318 margin-left: 2%;319 313 padding-bottom: 1em; 320 314 padding-top: 3em; … … 342 336 margin: 0.2em 0 0 0; 343 337 } 338 344 339 #upg-notify { 345 340 } … … 353 348 /* POST */ 354 349 #entry-sidebar { 355 width: 200px;350 width: 17em; 356 351 float: right; 357 352 } 358 353 #entry-content { 359 margin-right: 220px;354 margin-right: 18em; 360 355 } 361 356 #comments { … … 369 364 #categories ul { 370 365 list-style: none; 371 margin: 0 0 0 0;372 padding: 0 0 0 0;366 margin: 0; 367 padding: 0; 373 368 } 374 369 #categories ul li { … … 541 536 542 537 /* POPUP */ 543 body.popup #wrapper {544 background-position: -130px 0;538 body.popup #wrapper, body.popup #top { 539 margin-top: -1.5em; 545 540 } 546 541 body.popup #top h1 { 547 background -position: -130px 0;542 background: transparent; 548 543 } 549 544 body.popup #main { 550 545 margin-left: -35px; 546 margin-bottom: 1em; 551 547 } 552 548 body.popup #content { 553 549 margin-left: 35px; 550 margin-left: 2em; /* 3.2 */ 554 551 } 555 552 body.popup #footer { 556 background-position: -130px 0;553 display: none; /* 3.2 */ 557 554 } 558 555 body.popup #footer p { … … 563 560 /* CLASSES 564 561 -------------------------------------------------------- */ 562 563 /* -------------- paragraphe pour bouton Nouveau bidule ----------- */ 565 564 p.top-add { 566 565 text-align: right; … … 596 595 font-size: 1px; 597 596 } 598 599 597 .hide { 600 598 display: none; 601 599 } 602 603 600 .right { 604 601 text-align: right; 605 602 } 606 607 603 .frame-shrink { 608 604 border: 1px solid #666; … … 669 665 margin-left: 0; 670 666 } 671 672 667 .two-cols { 673 668 position: static; … … 991 986 } 992 987 .dragable tbody td { 993 988 994 989 } 995 990 .handle { … … 1070 1065 } 1071 1066 p.form-note { 1072 font-style:normal; 1067 font-style:italic; 1068 margin-top: -.7em; 1069 color: #666; 1070 } 1071 p.form-note.warn, p.form-note.info { 1072 font-style: normal; 1073 padding: .2em 1em .1em 24px; 1074 } 1075 p.form-note.warn { 1076 background: #ffd url(warning.png) no-repeat .2em .2em; 1077 border: 1px solid #f0c020; 1078 } 1079 p.form-note.info { 1073 1080 background: #eef url(info.png) no-repeat .2em .2em; 1074 1081 border: 1px solid #99f; 1075 padding: .2em 1em .1em 24px;1076 margin-top: -.7em;1077 color: #666;1078 1082 } 1079 1083 .form-note a {border-bottom: 1px solid #99f;} … … 1106 1110 p.field { 1107 1111 position: relative; 1108 1112 1109 1113 } 1110 1114 p.field label { … … 1172 1176 } 1173 1177 /* commun */ 1174 input[type=submit], 1175 input[type=reset], 1176 input[type=button], 1178 input[type=submit], 1179 input[type=reset], 1180 input[type=button], 1177 1181 a.button, 1178 a.button.add, 1182 a.button.add, 1179 1183 a.back { 1180 1184 display: inline-block; … … 1183 1187 text-align: center; 1184 1188 text-decoration: none; 1185 padding: .1em . 75em .1em;1189 padding: .1em .5em; 1186 1190 text-shadow: 0 1px 1px rgba(0,0,0,.3); 1187 -webkit-border-radius: .2em; 1191 -webkit-border-radius: .2em; 1188 1192 -moz-border-radius: .2em; 1189 1193 border-radius: .2em; … … 1191 1195 } 1192 1196 /* validation */ 1193 input[type=submit], 1197 input[type=submit], 1194 1198 input[type=button], 1195 1199 a.button.add { … … 1200 1204 background: -moz-linear-gradient(top, #2C8FD1, #2373A8); 1201 1205 } 1202 input[type=submit]:hover, 1203 input[type=reset]:hover, 1206 input[type=submit]:hover, 1207 input[type=reset]:hover, 1204 1208 input[type=button]:hover, 1205 input[type=submit]:focus, 1206 input[type=reset]:focus, 1209 input[type=submit]:focus, 1210 input[type=reset]:focus, 1207 1211 input[type=button]:focus, 1208 1212 a.button.add:hover, … … 1215 1219 } 1216 1220 /* suppression et reset */ 1217 a.button, 1218 a.back, 1219 input[type=submit].reset, 1221 a.button, 1222 a.back, 1223 input[type=submit].reset, 1220 1224 input[type=submit].delete { 1221 1225 border: 1px solid #999; … … 1226 1230 text-shadow: none; 1227 1231 } 1228 a.button:hover, 1229 a.back:hover, 1230 input[type=submit].reset:hover, 1232 a.button:hover, 1233 a.back:hover, 1234 input[type=submit].reset:hover, 1231 1235 input[type=submit].delete:hover, 1232 a.button:focus, 1233 a.back:focus, 1234 input[type=submit].reset:focus, 1236 a.button:focus, 1237 a.back:focus, 1238 input[type=submit].reset:focus, 1235 1239 input[type=submit].delete:focus { 1236 1240 background: #e5e5e5;
Note: See TracChangeset
for help on using the changeset viewer.