golden hour
/home/phakp/public_html/wp/wp-content/themes/fluida/admin/css
⬆️ Go Up
Upload
File/Folder
Size
Actions
admin.css
4.83 KB
Del
OK
meta.css
927 B
Del
OK
Edit: admin.css
/** * Styling for the admin page * * @package Fluida */ @import url("../../resources/fonts/fontfaces.css"); .wrap, .wrap p { font-size: 16px; line-height: 1.7; } .wrap h3 { font-size: 1.1em; } #main-page { display: block; float: none; max-width: 1280px; } #lefty { display: block; float: left; width: calc(90% - 369px); padding: 0 15px; background: #FFF; border: 1px solid #eee; padding: 3em 5%; } #righty { display: block; float: left; width: 359px; margin-top: 20px; } #righty img { display: table; max-width: 100%; margin: 0 auto; } #righty p, #righty span, .form-table small, #righty ul li { font-size: 14px; color: #444; font-family: Segoe UI; } #righty h3 { margin: 0; padding: 1em 1.5em; color: #333; font-size: 12px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; cursor: default; } .postbox .inside, .stuffbox .inside { padding: 0.5em 1.5em 1em; line-height: 1.5; } .postbox .inside p:first-child { margin-top: 0; } .postbox { width: 100%; background: rgba(255, 255, 255, .5); border-left: 0; -webkit-border-radius: 0 10px 10px 0; -moz-border-radius: 0 10px 10px 0; border-radius: 0 10px 10px 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .wrap .button { box-sizing: border-box; display: table; height: auto; margin: 0 auto; text-align: center; padding: 1.3em 2em; width: 100%; text-transform: uppercase; font-weight: 400; color: #777; background: #FFF; border-color: #EEE; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: .3s all ease-in-out; -moz-transition: .3s all ease-in-out; transition: .3s all ease-in-out; } .wrap a { color: #08c; } .wrap .button:hover { border-color: #08c; color: #08c; background: #FFF; } #cryout-donate .button { border-color: #08c; color: #08c; background: #FFF; } #cryout-donate .button:hover { color: #FFF; background: #08c; } .manage { overflow:hidden; } /* NEWS LISTS */ .news .inside { height: 220px; overflow: auto; } #righty ul.news-list { margin-top: 0; } #righty .news-list li { margin-bottom: 1em; } #righty span.news-item-date { color: #AAA; font-size: 12px; display: block; } a.news-header { text-decoration: none; font-size: 16px; color: #444; -webkit-transition: color .3s ease-in; -moz-transition: color .3s ease-in; transition: color .3s ease-in; } a.news-more { color: #08c; -webkit-transition: color .3s ease-in; -moz-transition: color .3s ease-in; transition: color .3s ease-in; } a.news-header:hover, a.news-more:hover { color: #000; } /* ADMIN HEADER AND LINKS */ #admin_header { display: table; text-align: center; margin: 0 auto; } #admin_links { display: table; margin: 0 auto; } #admin_links a { display: block; position: relative; top: 0; float: left; text-decoration: none; font-size: 14px; color: #EEE; background: #333; padding: 1em 2em; margin: 2em 1em; text-transform: uppercase; -webkit-transition: .2s all; transition: .2s all; } #admin_links a:hover { top: -2px; color: #FFF; box-shadow: 0 10px 15px 5px rgba(0,0,0,.15); } #admin_links .blue-button { background: #08c; } #admin_links .blue-button:hover { /* opacity: .8; */ } #description { margin: 3em auto; } .version { clear: both; color: #888; display: block; text-align: center; font-size: 14px; margin-top: -20px; } #customizer { position: relative; top: 0; margin-top: 3em; padding: 1em 2em; font-size: 1em; text-align: center; letter-spacing: 10px; width: 100%; background: #f4f4f4; color: #999; -webkit-transition: .2s all ease-in-out; transition: .2s all ease-in-out; } #customizer:hover { top: 0; border-color: #f4f4f4; color: #666; letter-spacing: 7px; } .wrap div.updated, .wrap div.error { margin-bottom: 50px; } #cryout-settings-dialog { display: none; } #cryout-settings-dialog textarea { width: 97%; min-height: 180px; overflow: auto; } #cryout-settings-dialog p strong { display: none; } #cryout-settings-dialog .settings-error { text-align: center; font-weight: bold; color: red; } /* ==RESPONSIVE ADMIN== --------------------------------*/ @media (max-width: 1280px) { #admin_links a { margin: 2em .5em; padding: .7em 1em; font-size: 12px; } #admin_header { display: block; } #admin_header img { max-width: 100%; } } @media (max-width: 1100px) { #lefty { width: calc(90% - 260px); } #righty { width: 250px; } } @media (max-width: 800px) { #lefty { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 30px; } #righty { float: none; clear: both; margin: 0 auto; width: 90%; } #righty .postbox { border: 1px solid #e5e5e5; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } } /* FIN */
Save