theme_nin/sass/base/_commons.sass

109 lines
1.7 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-31 10:58:25 +02:00
html, body
2015-07-27 12:15:24 +02:00
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
2015-08-01 22:52:31 +02:00
background-color: #ddd
2015-08-03 16:20:22 +02:00
background-image: image-url("bg.png")
background-attachment: fixed
2015-07-27 12:15:24 +02:00
body
font-size: $main-font-size
line-height : $main-line-height
2015-08-14 23:42:07 +02:00
font-family : $main-font-family, "Symbola"
2015-07-27 12:15:24 +02:00
font-weight: 400
2015-08-01 22:52:31 +02:00
overflow-y: scroll!important
2015-07-31 10:58:25 +02:00
a
2015-07-27 12:15:24 +02:00
text-decoration: none
color: $main-color-color
&:hover, &:active
color: $main-color-color
2015-07-31 10:58:25 +02:00
text-decoration: underline
2015-07-27 12:15:24 +02:00
i
text-decoration: underline
font-style: normal
i, em
font-style: italic
2015-08-01 22:52:31 +02:00
font-family: $serif-font-family
letter-spacing: 0
2015-07-27 12:15:24 +02:00
strong, b
font-weight: 600
2015-07-27 14:53:52 +02:00
img
2015-07-31 10:58:25 +02:00
background: $bloc-background-color
2015-07-27 14:53:52 +02:00
2015-07-27 12:15:24 +02:00
h1
font-size: 1.1em
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
2016-01-28 16:46:49 +01:00
font-family: "Monospace", $main-font-family
font-size: .8rem
2015-07-28 10:40:52 +02:00
samp
2015-08-01 22:52:31 +02:00
background: $dark-grey
color: white
font-size: 11px
line-height: 11px
display: inline-block
padding: 5px
+border-radius(1px)
2015-07-28 10:40:52 +02:00
font-weight: 500
font-family: monospace
2015-08-01 22:52:31 +02:00
word-wrap: break-word
2015-07-28 10:40:52 +02:00
/* isFollowing */
2015-08-01 22:52:31 +02:00
.isFollowing
@extend .ion-checkmark
@extend .ion-after
&:after
color: $main-color-color
padding-left: 3px
display: inline
font-size: 11px
vertical-align: top
line-height: 10px
h3
.isFollowing:before
display: none!important
.isFollowing:after
display: none!important