This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
mystic/themes/hueman/source/css/_partial/header.styl

28 lines
582 B
Stylus
Raw Normal View History

2018-09-03 07:41:16 +00:00
#header
background: color-header-background
padding-bottom: nav-height
position: relative
#header-outer
height: 100%
position: relative
#header-inner
position: relative
#header-title
clearfix()
text-align: center
padding: 10px 10px
.logo-wrap, .subtitle-wrap
float: left
.subtitle-wrap
padding: 10px 0px 0px
margin-left: 20px
.subtitle
font-size: 16px
font-style: italic
line-height: logo-height + 10
color: color-nav-foreground
text-shadow: 0 1px rgba(0, 0, 0, 0.2)