2016-05-23 11:04:47 +00:00
|
|
|
body {
|
|
|
|
background: url('../images/darknoise.png');
|
|
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, 'Microsoft YaHei', STXihei, 华文细黑, 微软雅黑, SimSun, 宋体, Heiti, 黑体, sans-serif;
|
|
|
|
padding: 5% 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account {
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account a {
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: none;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account i {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 1.5em;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account span {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account.account-dark a {
|
|
|
|
color: #1E5184;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account.account-white a {
|
|
|
|
color: #DDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account.account-white i {
|
|
|
|
color: #EEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
background: #333;
|
|
|
|
color: #DDD;
|
|
|
|
display: block;
|
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 2em;
|
|
|
|
margin-top: 2em;
|
|
|
|
padding: 0.8em 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer span {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer span a {
|
|
|
|
color: #759BC2;
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
|
|
|
background: #385068;
|
|
|
|
padding: 1em 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header .content {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header .content h1 {
|
2016-05-23 11:52:34 +00:00
|
|
|
color: #C9C9C9;
|
2016-05-23 11:04:47 +00:00
|
|
|
font-size: 1.7em;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 3em;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header .content h1 .name {
|
2016-05-23 11:52:34 +00:00
|
|
|
color: #F9F9F9;
|
2016-05-23 11:04:47 +00:00
|
|
|
font-size: 1.2em;
|
2016-05-23 12:26:05 +00:00
|
|
|
white-space: nowrap;
|
2016-05-23 11:04:47 +00:00
|
|
|
}
|
|
|
|
|
2016-05-23 11:52:34 +00:00
|
|
|
#site-links {
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 0.2em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site-links .entry {
|
|
|
|
display: inline-block;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site-links .entry a {
|
|
|
|
border-bottom: 0.2em solid #DDD;
|
|
|
|
color: #4E4B59;
|
|
|
|
display: block;
|
|
|
|
margin: 0 0.4em;
|
|
|
|
padding: 1em 2em;
|
|
|
|
text-decoration: none;
|
|
|
|
transition-duration: 0.25s;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site-links .entry a:hover {
|
|
|
|
border-bottom: 0.4em solid #1E3B59;
|
|
|
|
margin-bottom: 0;
|
|
|
|
transition-duration: 0.25s;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site-links .entry a.disabled {
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site-links .entry i {
|
|
|
|
margin-right: 0.4em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-05-23 11:04:47 +00:00
|
|
|
#main-box {
|
|
|
|
background: white;
|
|
|
|
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 64em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile-picture-container {
|
|
|
|
margin: 0 auto;
|
|
|
|
max-height: 16em;
|
|
|
|
max-width: 16em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile-picture-container::before {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
padding-top: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile-picture {
|
|
|
|
background: url('../images/headpic.png');
|
|
|
|
background-size: 100%;
|
|
|
|
border: 1px solid #AAA;
|
|
|
|
border-radius: 50%;
|
|
|
|
bottom: 1em;
|
|
|
|
display: block;
|
|
|
|
left: 1em;
|
|
|
|
position: absolute;
|
|
|
|
right: 1em;
|
|
|
|
top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#self-introduction p {
|
|
|
|
line-height: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tile h2 {
|
|
|
|
font-weight: 300;
|
|
|
|
}
|