You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
1.4 KiB
86 lines
1.4 KiB
10 years ago
|
*
|
||
9 years ago
|
outline: none!important
|
||
|
+box-sizing(border-box)
|
||
10 years ago
|
|
||
10 years ago
|
|
||
|
html, body
|
||
9 years ago
|
height: 100%
|
||
|
min-height: 100%
|
||
|
color: $defaut-font-color
|
||
|
position: absolute
|
||
|
width: 100%
|
||
10 years ago
|
|
||
9 years ago
|
html
|
||
|
font-size: $global-font-size
|
||
|
background-color: $main-background-color
|
||
|
+background-image(linear-gradient(to top right, #aaa, $main-background-color,$main-background-color,$main-background-color, #aaa) )
|
||
|
background-attachment: fixed
|
||
|
|
||
|
body
|
||
|
font-size: $main-font-size
|
||
|
line-height : $main-line-height
|
||
|
font-family : $main-font-family
|
||
|
font-weight: 400
|
||
|
|
||
10 years ago
|
|
||
|
|
||
|
a
|
||
9 years ago
|
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
|
||
|
|
||
|
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
|
||
10 years ago
|
|
||
|
/* isFollowing */
|
||
|
|
||
|
.isFollowing:after
|
||
9 years ago
|
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
|
||
10 years ago
|
|