hexo-theme-amane/source/css/style.styl

97 lines
1.7 KiB
Stylus
Raw Normal View History

2015-03-19 14:25:53 +00:00
@import "nib"
@import "_variables"
@import "_util/mixin"
@import "_util/grid"
global-reset()
input, button
2016-02-02 16:19:44 +00:00
margin: 0
2015-03-19 14:25:53 +00:00
padding: 0
2016-02-02 16:19:44 +00:00
&::-moz-focus-inner
border: 0
padding: 0
2015-03-19 14:25:53 +00:00
html, body, #container
2016-02-02 16:19:44 +00:00
height: 100%
2015-03-19 14:25:53 +00:00
body
2016-02-02 16:19:44 +00:00
color: color-default
background: color-background
font: font-size font-sans
-webkit-text-size-adjust: 100%
2015-07-24 13:46:30 +00:00
2015-03-19 14:25:53 +00:00
a
color: color-link
2016-02-02 16:19:44 +00:00
text-decoration: none
&:visited
color: color-link
2015-03-19 14:25:53 +00:00
code
margin: 0 2px
color: #e96900
padding: 3px 5px
2017-03-11 13:00:04 +00:00
font-size: 0.9em
border-radius: 2px
font-family: font-mono
background-color: #f8f8f8
2015-03-19 14:25:53 +00:00
.outer
2016-02-02 16:19:44 +00:00
clearfix()
max-width: (column-width + gutter-width) * columns + gutter-width
margin: 0 auto
padding: 0 gutter-width
@media mq-mini
padding: 0
2015-03-19 14:25:53 +00:00
.left, .alignleft
2016-02-02 16:19:44 +00:00
float: left
2015-03-19 14:25:53 +00:00
.right, .alignright
2016-02-02 16:19:44 +00:00
float: right
2015-03-19 14:25:53 +00:00
.clear
2016-02-02 16:19:44 +00:00
clear: both
2015-07-24 13:46:30 +00:00
2015-03-19 14:25:53 +00:00
.logo
2016-02-02 16:19:44 +00:00
width: logo-width
height: logo-height
background-repeat: no-repeat
background-image: url(logo-url)
background-size: logo-width logo-height
2015-03-19 14:25:53 +00:00
#container
2016-02-02 16:19:44 +00:00
position: relative
& > .outer
margin-bottom: 30px
2015-03-19 14:25:53 +00:00
2015-06-11 11:56:09 +00:00
#main
2016-02-02 16:19:44 +00:00
@media mq-normal
column(main-column)
@media mq-tablet
if sidebar
column(main-column-tablet)
else
width: 100%
@media mq-mobile
width: 100%
@media mq-mini
width: 100%
2015-03-19 14:25:53 +00:00
@import "_extend"
@import "_partial/header"
@import "_partial/profile"
@import "_partial/article"
@import "_partial/comment"
@import "_partial/archive"
@import "_partial/timeline"
2015-03-19 14:25:53 +00:00
@import "_partial/footer"
2015-06-11 11:56:09 +00:00
@import "_partial/sidebar"
2016-04-06 16:50:20 +00:00
@import "_partial/insight"
2016-02-02 16:19:44 +00:00
@import "_highlight/index"
2015-03-19 14:25:53 +00:00
if sidebar is left
2016-02-02 16:19:44 +00:00
#main
float: right
#profile
float: right