2016-06-24 06:52:45 +08:00
|
|
|
body {
|
2016-07-01 08:24:20 +08:00
|
|
|
background-image: -webkit-linear-gradient(top, rgba(232, 244, 250, 0.2), rgba(231, 231, 233, 1)), url(http://news.nationalgeographic.com/content/dam/news/2015/12/13/BookTalk%20K2/01BookTalkK2.jpg);
|
2016-06-24 06:52:45 +08:00
|
|
|
background-size: cover;
|
2016-07-01 08:24:20 +08:00
|
|
|
font-family: Roboto, sans-serif;
|
2016-07-02 04:15:49 +08:00
|
|
|
font-size: 12px;
|
2016-07-01 08:24:20 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
padding-top: 10px;
|
|
|
|
text-align: center;
|
2016-06-24 06:52:45 +08:00
|
|
|
}
|
|
|
|
|
2016-07-02 04:15:49 +08:00
|
|
|
pre {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-06-24 06:52:45 +08:00
|
|
|
.account {
|
2016-07-01 08:24:20 +08:00
|
|
|
display: inline-block;
|
|
|
|
border-radius: 5px;
|
2016-06-24 06:52:45 +08:00
|
|
|
width: 300px;
|
2016-07-01 08:24:20 +08:00
|
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
|
|
padding: 15px;
|
|
|
|
margin: 5px;
|
2016-07-01 03:33:08 +08:00
|
|
|
vertical-align: top;
|
2016-06-24 06:52:45 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.account h3 {
|
2016-07-02 04:15:49 +08:00
|
|
|
font-size: 16px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2016-06-24 06:52:45 +08:00
|
|
|
}
|
2016-06-28 14:48:00 +08:00
|
|
|
|
2016-07-01 08:24:20 +08:00
|
|
|
.account .section {
|
2016-07-02 04:15:49 +08:00
|
|
|
font-size: 14px;
|
|
|
|
padding: 10px 0;
|
2016-07-01 08:24:20 +08:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-06-28 14:48:00 +08:00
|
|
|
.account.errored {
|
|
|
|
background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-color: #dca7a7;
|
|
|
|
border: 1px solid;
|
|
|
|
color: #a94442;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #f2dede;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account .error pre {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
width: inherit;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|