Changeset 1329:6614682a611c for admin/style
- Timestamp:
- 08/11/13 17:05:22 (12 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 6 added
- 9 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1323 r1329 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 { … … 395 392 margin: 0; 396 393 padding: 0 1em; 397 text-align: center;398 394 font-size: 1em; 399 }400 #footer a {401 395 } 402 396 #footer p span.credit { … … 413 407 #login-screen h1 { 414 408 text-indent: -2000px; 415 background: transparent url(d otclear-logo2.png) no-repeat top left;409 background: transparent url(dc_logos/w-dotclear.png) no-repeat top left; 416 410 height: 50px; 417 411 margin-bottom: .5em; … … 1480 1474 ---------------------------------------------------------------------------- */ 1481 1475 @media screen and (max-width: 920px) { 1482 #top, #top h1 a {width: 42px !important;overflow:hidden;} 1476 #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden;} 1477 #top h1 a:link { 1478 background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 1479 border-right: 1px solid #ccc; 1480 } 1481 #top h1 a:hover, #top h1 a:focus { 1482 background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; 1483 border-right: 1px solid #A2CBE9; 1484 } 1483 1485 } 1484 1486 @media screen and (max-width: 800px) { … … 1508 1510 .smallscreen {display: none;} 1509 1511 #help-button {width:20px; overflow: hidden;} 1512 #info-box1 {margin-left: 1rem;} 1510 1513 } 1511 1514 @media screen and (max-width: 492px) { 1512 #header { min-height:3.6rem;}1515 #header {height:3.6rem;} 1513 1516 #wrapper {font-size: 1.6rem;} 1514 1517 .page-title, #info-boxes, .media-item {display: inline-block;} 1515 1518 div.media-list .media-item {width: 90%; float: none} 1516 #top h1 a, #top {height: auto;}1517 1519 #info-box1 p.nomobile, label.nomobile {display: none;} 1518 1520 #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.