File tree Expand file tree Collapse file tree 4 files changed +76
-35
lines changed
BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src Expand file tree Collapse file tree 4 files changed +76
-35
lines changed Original file line number Diff line number Diff line change 1
- .lbl-CommentsDisabled {
1
+ .lbl-CommentsDisabled {
2
2
color : rgba (255 , 255 , 255 , 0.3 );
3
3
text-transform : uppercase ;
4
4
display : block ;
5
5
position : relative ;
6
- font-size : .875rem ;
6
+ font-size : 0 .875rem ;
7
7
margin-bottom : 2rem ;
8
8
text-align : center ;
9
9
10
10
& :before {
11
- margin-right : .5rem ;
11
+ margin-right : 0 .5rem ;
12
12
position : relative ;
13
13
top : $px1 ;
14
14
@include fontawesome (" \f023 " );
28
28
.comment-item {
29
29
margin-left : 3.5rem ;
30
30
}
31
+
32
+ #status {
33
+ margin-left : 3.5rem ;
34
+ }
31
35
}
32
36
33
37
.comment-content {
34
38
position : relative ;
35
39
min-height : 3rem ;
36
- margin-bottom : .5rem ;
40
+ margin-bottom : 0 .5rem ;
37
41
margin-left : 3.5rem ;
38
42
background-color : #eee ;
39
43
padding : 1rem ;
48
52
}
49
53
50
54
.comment-author {
51
- margin-bottom : .5rem ;
55
+ margin-bottom : 0 .5rem ;
52
56
font-weight : $font-weight-bold ;
53
57
54
58
a {
58
62
59
63
.comment-replylink {
60
64
color : #aaa ;
61
- font-size : .75rem ;
65
+ font-size : 0 .75rem ;
62
66
font-style : italic ;
63
67
font-weight : $font-weight-normal ;
64
68
text-transform : uppercase ;
65
- margin-top : .5rem ;
69
+ margin-top : 0 .5rem ;
66
70
}
67
71
68
72
.comment-adminlinks {
69
73
font-size : 0 ;
70
74
71
75
a {
72
76
color : #fff ;
73
- font-size : .875rem ;
77
+ font-size : 0 .875rem ;
74
78
background-color : $color-danger ;
75
- margin-right : .5rem ;
79
+ margin-right : 0 .5rem ;
76
80
display : inline-block ;
77
- padding : .25rem 1rem ;
78
- border-radius : $px3 ;
81
+ padding : 0.25rem 1rem ;
79
82
80
- & :nth-child (1 ), & :nth-child (2 ) {
83
+ & :nth-child (1 ),
84
+ & :nth-child (2 ) {
81
85
display : none ;
82
86
}
83
87
88
92
}
89
93
90
94
.comment-form {
91
- display : none ;
95
+ box-shadow : none ;
96
+ padding : 0 ;
97
+ margin-left : 3.5rem ;
98
+ margin-top : 1rem ;
92
99
}
93
100
101
+ p #cancelReply a {
102
+ color : #fff ;
103
+ font-size : 0.875rem ;
104
+ background-color : #666 ;
105
+ display : inline-block ;
106
+ padding : 0.25rem 1rem ;
107
+ margin-left : 3.5rem ;
108
+ }
94
109
@media screen and (max-width : 48rem ) {
95
110
.comment-content {
96
111
margin-left : 0 ;
97
- padding : 0 0 .5rem ;
112
+ padding : 0 0 0 .5rem ;
98
113
background : none ;
99
114
border-bottom : $px1 solid #ddd ;
100
115
104
119
}
105
120
106
121
.comment-item {
107
-
108
122
.comment-item {
109
123
margin : 0 ;
110
124
}
126
140
}
127
141
}
128
142
129
-
130
143
#status .warning {
131
144
background-color : $color-danger ;
132
145
display : block ;
142
155
color : #fff ;
143
156
margin-bottom : 1rem ;
144
157
margin-left : 3.5rem ;
145
-
146
158
@media screen and (max-width : 48rem ) {
147
159
margin-left : 0 ;
148
160
}
149
161
}
150
162
151
-
152
163
#commentCaptcha {
153
164
position : relative ;
154
165
display : table ;
155
166
width : 100% ;
156
167
157
- label , #simpleCaptchaValue {
168
+ #simpleCaptchaValue ,
169
+ label {
158
170
display : table-cell ;
159
171
vertical-align : top ;
160
172
}
174
186
height : 2.5rem ;
175
187
border : 1px solid #ccc ;
176
188
outline : none !important ;
177
- padding : .5rem ;
189
+ padding : 0 .5rem ;
178
190
width : 100% ;
179
191
min-width : 100% ;
180
192
}
183
195
position : absolute ;
184
196
bottom : -.875rem ;
185
197
left : 0 ;
186
- font-size : .75rem ;
198
+ font-size : 0 .75rem ;
187
199
}
188
200
}
Original file line number Diff line number Diff line change 1
- .page-global , .well-global {
1
+ .page-global {
2
+ div #admin {
3
+ font-size : 0 ;
4
+
5
+ a {
6
+ color : #fff ;
7
+ font-size : 0.75rem ;
8
+ margin-right : 0.5rem ;
9
+ display : inline-block ;
10
+ padding : 0.25rem 1rem ;
11
+ text-align : center ;
12
+ text-transform : uppercase ;
13
+ background-color : #ddd ;
14
+
15
+ & :first-child {
16
+ background-color : $color-info ;
17
+ }
18
+
19
+ & :last-child {
20
+ background-color : $color-danger ;
21
+ }
22
+ }
23
+ }
24
+ }
25
+
26
+ .page-global ,
27
+ .well-global {
2
28
box-shadow : $shadow-normal ;
3
29
background : #fff ;
4
30
margin-bottom : 2rem ;
5
31
padding : 3rem ;
6
-
7
32
@media screen and (max-width : 64rem ) {
8
33
margin-bottom : 1rem ;
9
34
padding : 1.5rem ;
10
35
}
11
36
12
37
.page-global-title {
13
38
font-size : 1.5rem ;
14
- }
39
+ }
15
40
}
16
41
17
42
#trackbacks {
Original file line number Diff line number Diff line change 1
- .post {
1
+ .post {
2
2
background : #fff ;
3
3
box-shadow : $shadow-normal ;
4
4
margin-bottom : 2rem ;
11
11
.post-title {
12
12
line-height : 1 ;
13
13
font-size : 2.25rem ;
14
- margin : 0 0 .5rem ;
14
+ margin : 0 0 0 .5rem ;
15
15
font-weight : $font-weight-bold ;
16
16
17
17
a {
46
46
text-decoration : underline ;
47
47
}
48
48
49
- h1 , h2 , h3 , h4 , h5 , h6 {
49
+ h1 ,
50
+ h2 ,
51
+ h3 ,
52
+ h4 ,
53
+ h5 ,
54
+ h6 {
50
55
margin-top : 2rem ;
51
56
}
52
57
53
58
h2 {
54
59
font-size : 1.4375rem ;
55
60
}
56
61
57
- h3 , h4 , h5 {
62
+ h3 ,
63
+ h4 ,
64
+ h5 {
58
65
font-size : 1.25rem ;
59
66
}
60
67
}
69
76
70
77
a {
71
78
color : #fff ;
72
- font-size : .75rem ;
73
- margin-right : .5rem ;
79
+ font-size : 0 .75rem ;
80
+ margin-right : 0 .5rem ;
74
81
display : inline-block ;
75
- padding : .25rem 1rem ;
76
- border-radius : $px3 ;
82
+ padding : 0.25rem 1rem ;
77
83
text-align : center ;
78
84
text-transform : uppercase ;
79
85
background-color : #ddd ;
91
97
}
92
98
}
93
99
}
94
-
95
100
@media screen and (max-width : 64rem ) {
96
101
margin-bottom : 1rem ;
97
102
padding : 1.5rem ;
98
103
}
99
-
100
104
@media screen and (max-width : 40rem ) {
101
105
.post-footer {
102
106
display : none ;
You can’t perform that action at this time.
0 commit comments