mirror of
https://ghproxy.net/https://github.com/presscustomizr/hueman.git
synced 2026-07-29 13:07:54 +08:00
30 lines
No EOL
1.8 KiB
CSS
30 lines
No EOL
1.8 KiB
CSS
/* ------------------------------------------------------------------------- *
|
|
* Section: Header
|
|
/* ------------------------------------------------------------------------- */
|
|
#header { background: #33363b; position: relative; padding-bottom: 60px; }
|
|
#header .pad { padding-top: 30px; padding-bottom: 30px; }
|
|
#header .container-inner { position: relative; }
|
|
|
|
.site-title { font-size: 42px; font-weight: 600; letter-spacing: -0.5px; float: left; line-height: 60px; padding: 10px 0; }
|
|
.site-title a { display: block; color: #fff; max-width: 100%; }
|
|
.site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
|
|
.site-description { font-size: 16px; font-style: italic; color: #fff; color: rgba(255,255,255,0.5); float: left; margin-left: 20px; line-height: 60px; padding: 10px 0; }
|
|
.site-image { display: block; margin: 0 auto; max-height: 400px; }
|
|
|
|
#header-widgets { float: right; }
|
|
/*#header-widgets h3 { display: none; }*/
|
|
#header-widgets img { display: block; }
|
|
|
|
/* header : search
|
|
/* ------------------------------------ */
|
|
.toggle-search { color: #fff; font-size: 18px; line-height: 24px; cursor: pointer; padding: 13px 20px; display: block; position: absolute; right: 0; top: -50px;
|
|
-webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.1);
|
|
box-shadow: -1px 0 0 rgba(255,255,255,0.1); }
|
|
.toggle-search:hover,
|
|
.toggle-search.active { background: rgba(0,0,0,0.15); color: #fff; }
|
|
.search-expand { display: none; background: #26272b; position: absolute; top: 0; right: 0; width: 340px;
|
|
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
|
|
box-shadow: 0 1px 0 rgba(255,255,255,0.1); }
|
|
.search-expand-inner { background: rgba(0,0,0,0.15); padding: 15px; }
|
|
.search-expand .themeform input { width: 100%; border: 2px solid #e2e2e2; border-radius: 0; }
|
|
.search-expand .themeform input:focus { } |