Changeset 1413:0581a433675d for admin/style
- Timestamp:
- 08/12/13 13:34:09 (12 years ago)
- Branch:
- twig
- Parents:
- 1319:32528cac0405 (diff), 1333:5e1388edd0c9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- admin/style
- Files:
-
- 7 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1315 r1413 17 17 } 18 18 body { 19 font: 1.2rem/1.5 Helvetica,Arial,sans-serif;19 font: 1.2rem/1.5 Arial,Helvetica,sans-serif; 20 20 color: #333; 21 21 background: #fff; … … 56 56 padding: 0 1.8rem .6rem; 57 57 margin: 0 -1.8rem 1rem; 58 background: #fff url( dc_bg_title.png) repeat-x center bottom;58 background: #fff url(bg_h2.png) repeat-x center bottom; 59 59 } 60 60 h3 { … … 93 93 #header { 94 94 background: #575859; 95 height: 3em;96 95 position: relative; 97 96 border-bottom: 4px solid #A2CBE9; 97 width: 100%; 98 98 } 99 99 #prelude { … … 124 124 width: 14.5em; 125 125 float: left; 126 line-height: 3em;127 126 } 128 127 #top h1 { … … 131 130 height: 3.6rem; 132 131 text-indent: -1000px; 133 background: #575859 url(dc_logo.png) no-repeat 0 50%;134 132 } 135 133 #top h1 a { … … 137 135 top: 0; 138 136 left: 0; 139 width: 1 4.5em;137 width: 17.4rem; 140 138 height: 3.6rem; 141 139 border: none; 142 140 color: #fff; 143 141 } 142 #top h1 a:link { 143 background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px; 144 } 144 145 #top h1 a:hover, #top h1 a:focus { 145 background: transparent url(dc_logo _hover.png) no-repeat 0 50%;146 background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 -94px; 146 147 } 147 148 #info-boxes { 148 background: #575859;149 149 font-size: 1em; 150 150 line-height: 3em; … … 155 155 color: #fff; 156 156 display: inline-block; 157 background: #575859;158 157 } 159 158 #info-box2 { … … 163 162 float: right; 164 163 text-align: right; 165 background: #575859;166 164 } 167 165 #info-box1 p { … … 177 175 } 178 176 #info-boxes a { 179 background: #575859;180 177 font-weight: bold; 181 178 color: #fff; … … 209 206 margin-left: -14.5em; 210 207 margin-top: 0; 211 background: #fff url( dc_bg.png);208 background: #fff url(bg_menu.png); 212 209 } 213 210 #content { … … 335 332 #search-menu { 336 333 padding: .3rem .4rem 0; 334 font-size: 100% 337 335 } 338 336 #search-menu p { 339 337 display: inline-block; 338 border: 1px solid #999; 339 border-radius: .6em; 340 position: relative; 341 height: 2rem; 342 overflow: hidden; 340 343 } 341 344 #search-menu #q { … … 343 346 border-bottom-left-radius: .6em; 344 347 border-top-left-radius: .6em; 345 border-color: #999;346 348 background: transparent url(search.png) no-repeat 4px center; 347 349 text-indent: 18px; 348 350 height: 2rem; 349 351 padding: 0 2px; 352 border: none; 350 353 } 351 354 #search-menu input[type="submit"] { 352 padding: .1rem.3rem;355 padding: 0 0.3rem; 353 356 background: #dfdfdf; 354 357 border-color: #999; … … 356 359 border-bottom-right-radius: .6em; 357 360 border-top-right-radius: .6em; 361 border-top-left-radius: 0; 362 border-bottom-left-radius: 0; 358 363 text-shadow: none; 359 height: 2.2rem; 364 height: 2rem; 365 border: none; 366 border-left: 1px solid #aaa; 360 367 font-size: 1rem; 361 margin-left: -.5em;362 368 } 363 369 #search-menu input[type="submit"]:hover, … … 386 392 margin: 0; 387 393 padding: 0 1em; 388 text-align: center;389 394 font-size: 1em; 390 }391 #footer a {392 395 } 393 396 #footer p span.credit { … … 404 407 #login-screen h1 { 405 408 text-indent: -2000px; 406 background: transparent url(d otclear-logo2.png) no-repeat top left;407 height: 50px;409 background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left; 410 height: 66px; 408 411 margin-bottom: .5em; 409 412 margin-left: 0; … … 533 536 #comments { 534 537 clear: both; 538 } 539 .preview_entry a { 540 border: 1px solid #ccc; 541 padding: .2rem .5rem; 542 background: #eef; 535 543 } 536 544 /* ------------------------------------------------------------------ categories */ … … 1471 1479 ---------------------------------------------------------------------------- */ 1472 1480 @media screen and (max-width: 920px) { 1473 #top, #top h1 a {width: 42px !important;overflow:hidden;} 1481 #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden;} 1482 #top h1 a:link { 1483 background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 1484 border-right: 1px solid #ccc; 1485 } 1486 #top h1 a:hover, #top h1 a:focus { 1487 background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; 1488 border-right: 1px solid #A2CBE9; 1489 } 1474 1490 } 1475 1491 @media screen and (max-width: 800px) { … … 1499 1515 .smallscreen {display: none;} 1500 1516 #help-button {width:20px; overflow: hidden;} 1517 #info-box1 {margin-left: 1rem;} 1501 1518 } 1502 1519 @media screen and (max-width: 492px) { 1503 #header { min-height:3.6rem;}1520 #header {height:3.6rem;} 1504 1521 #wrapper {font-size: 1.6rem;} 1505 1522 .page-title, #info-boxes, .media-item {display: inline-block;} 1506 1523 div.media-list .media-item {width: 90%; float: none} 1507 #top h1 a, #top {height: auto;}1508 1524 #info-box1 p.nomobile, label.nomobile {display: none;} 1509 1525 #help-button {height:26px; width:26px; background-color: #A2CBE9; padding: 0; margin:0;font-size: 1rem;line-height: 68px}
Note: See TracChangeset
for help on using the changeset viewer.