shido
Version:
Build fast with Shido, a CSS framework for building custom designs without any annoying style or component you have to fight to override.
63 lines (60 loc) • 993 B
text/less
* {
box-sizing: border-box;
outline: none;
outline: 0;
&:focus {
outline: none;
outline: 0;
}
}
html,
body {
background-color: @s-body-background-color;
color: @s-body-font-color;
font-family: @s-body-font-family;
font-size: @s-body-font-size * 1px;
font-weight: @s-font-weight-regular;
height: 100%;
margin: 0 auto;
padding: 0px;
position: relative;
width: 100%;
}
a {
color: @s-main-link-color;
cursor: pointer;
text-decoration: none;
.mix-transition;
&:active,
&:hover,
&:focus {
color: @s-main-link-color-hover;
text-decoration: none;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: @s-headings-font-color;
font-family: @s-headings-font-family;
font-weight: @s-font-weight-regular;
margin: 0px;
position: relative;
white-space: pre-line;
}
img {
border: none;
border: 0;
display: inline-block;
outline: none;
outline: 0;
vertical-align: middle;
}
p {
margin: 0px;
padding: 5px 0px;
white-space: pre-line;
}