2013-10-04 00:51:30 +08:00
|
|
|
// styles that apply to the "share" popup when sharing a link to a post or topic
|
|
|
|
|
|
|
|
@import "common/foundation/variables";
|
|
|
|
@import "common/foundation/mixins";
|
|
|
|
|
|
|
|
#poster-expansion {
|
|
|
|
position: absolute;
|
|
|
|
left: 20px;
|
|
|
|
z-index: 990;
|
2013-10-31 00:40:16 +08:00
|
|
|
box-shadow: 0 2px 6px rgba(70, 70, 70, 0.4);
|
|
|
|
margin-top: -2px;
|
2013-10-04 00:51:30 +08:00
|
|
|
background-color: $white;
|
2013-10-31 00:40:16 +08:00
|
|
|
padding: 12px 12px 5px 12px;
|
|
|
|
max-width: 350px;
|
2013-10-04 00:51:30 +08:00
|
|
|
|
2013-10-17 02:09:48 +08:00
|
|
|
h1.new-user a {
|
|
|
|
color: $dark_gray;
|
|
|
|
}
|
|
|
|
|
2013-10-04 00:51:30 +08:00
|
|
|
h1 {
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 33px;
|
|
|
|
margin-bottom: 8px;
|
2013-10-05 04:55:54 +08:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: #333;
|
|
|
|
}
|
2013-10-04 00:51:30 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 22px;
|
|
|
|
font-weight: normal;
|
2013-10-17 02:09:48 +08:00
|
|
|
margin-bottom: 5px;
|
2013-10-08 23:28:32 +08:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: #333;
|
|
|
|
}
|
2013-10-04 00:51:30 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: normal;
|
2013-10-17 02:09:48 +08:00
|
|
|
margin-top: 0px;
|
2013-10-05 05:50:56 +08:00
|
|
|
color: #666;
|
2013-10-04 00:51:30 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
clear: both;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.avatar {
|
|
|
|
float: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
}
|
|
|
|
|
2013-10-05 03:33:03 +08:00
|
|
|
p.loading {
|
|
|
|
margin-top: 30px;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
2013-10-04 03:51:12 +08:00
|
|
|
.btn {
|
2013-10-04 00:51:30 +08:00
|
|
|
margin: 0 0 7px 0;
|
|
|
|
}
|
|
|
|
}
|