File tree Expand file tree Collapse file tree 1 file changed +33
-6
lines changed Expand file tree Collapse file tree 1 file changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ figure {
200
200
padding-bottom : 4em ;
201
201
}
202
202
203
- .post {
203
+ .post , . comment-area {
204
204
background : # fff ;
205
205
padding : 30px 30px 0 ;
206
206
}
@@ -647,7 +647,7 @@ figure {
647
647
* 10.0 - Contact Form
648
648
*/
649
649
650
- .contact-form input {
650
+ .contact-form input , . comment-form input {
651
651
border : 1px solid # aaa ;
652
652
margin-bottom : 15px ;
653
653
width : 100% ;
@@ -657,7 +657,7 @@ figure {
657
657
transition : 0.4s border-color linear;
658
658
}
659
659
660
- .contact-form textarea {
660
+ .contact-form textarea , . comment-form textarea {
661
661
border : 1px solid # aaa ;
662
662
margin-bottom : 15px ;
663
663
width : 100% ;
@@ -668,8 +668,8 @@ figure {
668
668
transition : 0.4s border-color linear;
669
669
}
670
670
671
- .contact-form input : focus ,
672
- .contact-form textarea : focus {
671
+ .contact-form input : focus , . comment-form input : focus ,
672
+ .contact-form textarea : focus , . comment-form textarea : focus {
673
673
border-color : # 666 ;
674
674
}
675
675
@@ -798,4 +798,31 @@ figure {
798
798
.overlay ul li {
799
799
min-height : 34px ;
800
800
}
801
- }
801
+ }
802
+
803
+ /* Comment list */
804
+ .comment-list {
805
+ margin-top : 30px ;
806
+ font-size : 16px ;
807
+ }
808
+
809
+ .comment-item {
810
+ border-bottom : 1px # ccc solid;
811
+ margin-bottom : 20px ;
812
+ padding-bottom : 20px ;
813
+ }
814
+
815
+ .comment-item .name ,
816
+ .comment-item .date {
817
+ color : # 444 ;
818
+ font-size : 14px ;
819
+ }
820
+
821
+ .comment-item .name : after {
822
+ content : '·' ;
823
+ }
824
+
825
+ .comment-item .text {
826
+ padding-top : 5px ;
827
+ }
828
+
You can’t perform that action at this time.
0 commit comments