Homepage/assets/stylesheets/index.scss

58 lines
1.1 KiB
SCSS
Raw Normal View History

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