Changeset 1308:78c9b93e75c4
- Timestamp:
- 08/06/13 07:53:40 (10 years ago)
- Branch:
- default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r1179 r1308 265 265 <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" /> 266 266 <meta name="GOOGLEBOT" content="NOSNIPPET" /> 267 <meta name="viewport" content="initial-scale=1.0" /> 267 268 <title><?php echo html::escapeHTML(DC_VENDOR_NAME); ?></title> 268 269 -
admin/style/default.css
r1307 r1308 96 96 } 97 97 #prelude { 98 line-height: 2;98 line-height: 1.9; 99 99 margin: 0; 100 100 padding: 0; … … 103 103 top: 3.6rem; 104 104 left: 0; 105 background: #A2CBE9; 106 width: 14em; 105 107 } 106 108 #prelude li { … … 113 115 background: #A2CBE9; 114 116 color: #000; 115 border-bottom-right-radius: .6rem;116 117 border-bottom-color: #A2CBE9; 117 118 } … … 121 122 width: 14em; 122 123 float: left; 124 line-height: 3.6rem; 123 125 } 124 126 #top h1 { … … 131 133 #top h1 a { 132 134 position: absolute; 133 top: 3px;135 top: 0; 134 136 left: 0; 135 137 width: 14rem; 136 height: 3. 2rem;138 height: 3.6rem; 137 139 border: none; 138 140 color: #fff; 139 141 } 140 142 #top h1 a:hover, #top h1 a:focus { 141 background: transparent url(dc_logo_hover.png) no-repeat 0 5 5%;143 background: transparent url(dc_logo_hover.png) no-repeat 0 50%; 142 144 } 143 145 #info-boxes { 144 146 background: #575859; 145 font-size: .95em; 146 height: 3em; 147 font-size: 1em; 148 line-height: 3.6rem; 149 text-align: justify; 147 150 } 148 151 #info-box1 { 149 152 margin: 0; 150 padding: .5em 3px 4px1.8rem;153 padding: 0 3px 0 1.8rem; 151 154 color: #fff; 152 float: left;155 display: inline-block; 153 156 background: #575859; 154 157 } 155 158 #info-box2 { 156 159 margin: 0; 157 padding: .8em 1.3em 4px0;160 padding: 0 1.3em 0 0; 158 161 color: #fff; 159 162 float: right; 160 163 text-align: right; 161 164 background: #575859; 162 height: 2em;163 165 } 164 166 #info-box1 p { … … 292 294 width: 14em; 293 295 float: left; 294 margin-top: 4. 2rem;296 margin-top: 4.4rem; 295 297 padding-bottom: 1rem; 296 298 background: #f7f7f7; 297 299 } 298 300 #main-menu h3 { 299 margin: 0 0 1.2rem;300 padding: 0 0 02.2rem;301 margin: 0; 302 padding: 1.2rem 0 1rem 2.2rem; 301 303 text-indent: -1.6rem; 302 304 color: #666; 303 305 font-size: 1.4rem; 304 306 } 307 #main-menu h3 img[alt="cacher"] { 308 vertical-align: top; 309 } 305 310 #main-menu ul { 306 311 font-size: 1.2rem; 307 margin: 0 0 2rem 0;312 margin: 0 0 1.8rem 0; 308 313 padding: 0; 309 314 list-style: none; … … 318 323 #main-menu a { 319 324 color: #333; 325 border-bottom-color: #ccc; 320 326 } 321 327 #main-menu .active a { … … 324 330 } 325 331 #main-menu .active { 326 background-color: #fff;327 background-position: 12px .4rem;328 border-top: 1px solid #ddd;329 border-bottom: 1px solid #ddd;330 margin-right: -1px;331 332 font-weight: bolder; 332 333 } 333 #favorites-menu {334 margin: 0 0 2em;334 #favorites-menu, #blog-menu, #system-menu, #plugins-menu { 335 border-bottom: 1px dashed #A2CBE9; 335 336 } 336 337 #favorites-menu h3 { 337 color: # 333;338 text-transform: none;338 color: #000; 339 font-variant: small-caps; 339 340 } 340 341 #favorites-menu a { 341 342 color: #333; 342 }343 #favorites-menu .active {344 background-color: transparent;345 border: none;346 }347 #favorites-menu .active a {348 font-weight: bold;349 color: #666;350 343 } 351 344 /* ------------------------------------------------------------------ footer */ … … 1435 1428 @media screen and (max-width: 880px) { 1436 1429 #top, #top h1 a {width: 42px;overflow:hidden;} 1437 #top, #info-boxes, #info-box1, #info-box2 { 1438 display:inline-block; 1439 vertical-align:middle; 1440 margin:0; 1441 padding:0; 1442 line-height: 3.2rem; 1443 width:auto; 1444 height:auto; 1445 } 1430 #top, #info-boxes, #info-box1, #info-box2 {display:inline-block;vertical-align:middle;margin:0;padding:0;line-height: 3.2rem;} 1446 1431 #info-box1 select {width: 14rem;} 1447 1432 #help-button {position: absolute;top: 8rem; right:0;} 1448 1433 } 1449 1434 @media screen and (max-width: 680px) { 1450 .nomobile {display: none;}1435 .nomobile, #help-button {display: none;} 1451 1436 #main-menu, #main, #content, #entry-wrapper, #entry-sidebar, #entry-content, .two-cols .col, .two-cols .col:first-child { 1452 1437 display:block; 1453 width: 9 9% !important;1438 width: 98% !important; 1454 1439 margin:0 auto; 1455 1440 padding:0; … … 1458 1443 clear: both; 1459 1444 } 1460 1445 } -
inc/admin/lib.dc.page.php
r1307 r1308 93 93 "<head>\n". 94 94 ' <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />'."\n". 95 ' <title>'.$title.' - '.html::escapeHTML($core->blog->name).' - '.html::escapeHTML(DC_VENDOR_NAME).' - '.DC_VERSION.'</title>'."\n".96 97 95 ' <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" />'."\n". 98 96 ' <meta name="GOOGLEBOT" content="NOSNIPPET" />'."\n". 99 97 ' <meta name="viewport" content="initial-scale=1.0" />'."\n". 98 ' <title>'.$title.' - '.html::escapeHTML($core->blog->name).' - '.html::escapeHTML(DC_VENDOR_NAME).' - '.DC_VERSION.'</title>'."\n". 99 100 100 101 101 self::jsLoadIE7().
Note: See TracChangeset
for help on using the changeset viewer.