|
@@ -104,15 +104,22 @@
|
|
|
}
|
|
|
|
|
|
.post-message {
|
|
|
- padding: @baseFontSize;
|
|
|
+ .markdown {
|
|
|
+ padding: @baseFontSize;
|
|
|
+ }
|
|
|
|
|
|
.post-signature {
|
|
|
border-top: 1px dotted darken(@postBackground, 25%);
|
|
|
.opacity(60);
|
|
|
- margin-top: @baseLineHeight;
|
|
|
- padding-top: @baseLineHeight / 4;
|
|
|
+ margin: 0px @baseFontSize;
|
|
|
|
|
|
font-size: 80%;
|
|
|
+
|
|
|
+ .markdown {
|
|
|
+ padding: 0px;
|
|
|
+ padding-top: @baseLineHeight / 4;
|
|
|
+ padding-bottom: @baseFontSize;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -305,58 +312,58 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .post-checkpoints {
|
|
|
- .post-checkpoint {
|
|
|
- text-align: center;
|
|
|
-
|
|
|
- margin-bottom: @baseLineHeight;
|
|
|
-
|
|
|
- hr {
|
|
|
- background-color: @grayLight;
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 100% 100%,
|
|
|
- color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent),
|
|
|
- color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),
|
|
|
- color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),
|
|
|
- to(transparent));
|
|
|
- background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
|
|
|
- transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
|
|
|
- transparent 75%, transparent);
|
|
|
- background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
|
|
|
- transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
|
|
|
- transparent 75%, transparent);
|
|
|
- background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
|
|
|
- transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
|
|
|
- transparent 75%, transparent);
|
|
|
- background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
|
|
|
- transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
|
|
|
- transparent 75%, transparent);
|
|
|
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
|
|
|
- transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
|
|
|
- transparent 75%, transparent);
|
|
|
- -webkit-background-size: 10px 10px;
|
|
|
- -moz-background-size: 10px 10px;
|
|
|
- background-size: 10px 10px;
|
|
|
- border: none;
|
|
|
- height: 4px;
|
|
|
- margin-bottom: (@baseLineHeight * -1) + (@baseFontSize / 2) + 1px;
|
|
|
- }
|
|
|
+ .post-checkpoints {
|
|
|
+ .post-checkpoint {
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ margin-bottom: @baseLineHeight;
|
|
|
|
|
|
- span {
|
|
|
- background-color: @bodyBackground;
|
|
|
- padding: 0px @baseFontSize;
|
|
|
+ hr {
|
|
|
+ background-color: @grayLight;
|
|
|
+ background-image: -webkit-gradient(linear, 0 0, 100% 100%,
|
|
|
+ color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent),
|
|
|
+ color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),
|
|
|
+ color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),
|
|
|
+ to(transparent));
|
|
|
+ background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
|
|
|
+ transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
|
|
|
+ transparent 75%, transparent);
|
|
|
+ background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
|
|
|
+ transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
|
|
|
+ transparent 75%, transparent);
|
|
|
+ background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
|
|
|
+ transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
|
|
|
+ transparent 75%, transparent);
|
|
|
+ background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
|
|
|
+ transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
|
|
|
+ transparent 75%, transparent);
|
|
|
+ background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
|
|
|
+ transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
|
|
|
+ transparent 75%, transparent);
|
|
|
+ -webkit-background-size: 10px 10px;
|
|
|
+ -moz-background-size: 10px 10px;
|
|
|
+ background-size: 10px 10px;
|
|
|
+ border: none;
|
|
|
+ height: 4px;
|
|
|
+ margin-bottom: (@baseLineHeight * -1) + (@baseFontSize / 2) + 1px;
|
|
|
+ }
|
|
|
|
|
|
- color: @grayLight;
|
|
|
+ span {
|
|
|
+ background-color: @bodyBackground;
|
|
|
+ padding: 0px @baseFontSize;
|
|
|
|
|
|
- a {
|
|
|
- color: @textColor;
|
|
|
- }
|
|
|
+ color: @grayLight;
|
|
|
|
|
|
- i {
|
|
|
- .opacity(43);
|
|
|
- }
|
|
|
+ a {
|
|
|
+ color: @textColor;
|
|
|
+ }
|
|
|
+
|
|
|
+ i {
|
|
|
+ .opacity(43);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// Thread moderation
|