Homepage/assets/stylesheets/index.scss
2018-01-16 03:33:16 +08:00

58 lines
1.1 KiB
SCSS

@import "../../node_modules/font-awesome/scss/font-awesome.scss";
@import "../../node_modules/unsemantic/assets/sass/unsemantic-grid-responsive.scss";
@import "header.scss";
@import "identities.scss";
@import "chem-elements.scss";
body {
font-size: 1em;
margin: 0;
}
html {
background: url('../images/nat-pants.png');
font-family: "Helvetica Neue", Helvetica, Arial, PingFangTC-Light, "Microsoft YaHei", , "STHeiti Light", STXihei, "华文细黑", Heiti, , sans-serif;
}
.copyright {
background: #2b5045;
color: #ddd;
font-size: 0.9em;
line-height: 2em;
padding: 0.5em 1em;
}
.header .greeting .chem-element {
text-decoration: none;
}
.hosting {
background: #38685a;
color: #eee;
font-size: 0.9em;
font-weight: normal;
display: block;
padding: 0.75em 1em;
text-decoration: none;
}
.hosting .link {
color: #acd;
}
.main-container {
margin: 0 auto;
max-width: 64em;
}
.no-wrap {
display: inline-block;
}
.section {
box-shadow: 0 0 0.15em 0.15em rgba(0, 0, 0, 0.125);
margin: 1em 0;
}