theme_nin/sass/base/_commons.sass

103 lines
1.6 KiB
Sass
Raw Normal View History

*
2015-07-27 12:15:24 +02:00
outline: none!important
+box-sizing(border-box)
2015-07-27 14:53:52 +02:00
list-style: none
2015-07-28 13:14:22 +02:00
color: $defaut-font-color
html, body
2015-07-27 12:15:24 +02:00
height: 100%
min-height: 100%
color: $defaut-font-color
position: absolute
width: 100%
2015-07-27 12:15:24 +02:00
html
font-size: $global-font-size
background-color: $main-background-color
2015-07-28 10:40:52 +02:00
//+background-image(linear-gradient(to top right, #fff, $main-background-color, #fff) )
2015-07-27 12:15:24 +02:00
background-attachment: fixed
body
font-size: $main-font-size
line-height : $main-line-height
font-family : $main-font-family
font-weight: 400
2015-07-28 10:40:52 +02:00
overflow-y: scroll
2015-07-27 12:15:24 +02:00
a
2015-07-27 12:15:24 +02:00
text-decoration: none
color: $main-color-color
&:hover, &:active
color: $main-color-color
text-decoration: none
i
text-decoration: underline
font-style: normal
i, em
font-style: italic
strong, b
font-weight: 600
2015-07-27 14:53:52 +02:00
img
2015-07-27 15:38:14 +02:00
background: $bloc-light-color
2015-07-27 14:53:52 +02:00
2015-07-27 12:15:24 +02:00
h1
font-size: 1.1em
text-transform: uppercase
letter-spacing: 0.07em
font-weight: 700
line-height: 1.1em
h2
font-size: 1.1em
text-transform: uppercase
letter-spacing: 0.07em
font-weight: 400
line-height: 1.1em
h3
font-size: 1.1em
font-weight: 400
line-height: 1.1em
br
display: block
textarea, input
background: white
display: block
border: none
2015-07-28 10:40:52 +02:00
samp
background: #eee
font-size: .9rem
line-height: .9rem
display: inline-block
padding: 5px 8px
+border-radius(2px)
color: #333
font-weight: 500
font-family: monospace
/* isFollowing */
.isFollowing:after
2015-07-27 12:15:24 +02:00
color: $main-color-color
content: '\e806'
font-family: $symbol-font-family
padding-left: 2px
display: inline
font-size: 10px
vertical-align: top
line-height: 10px
&:hover
text-decoration: none!important
h3 &
display: none