@@ -20,27 +20,20 @@ Use it to make something cool, have fun, and share what you've learned with othe
20
20
/* to be loaded in the correct order*/
21
21
/* this is for the tinymce editor background colours*/
22
22
/* ---- wordpress required ---- */
23
- /* ---- typography ---- */
24
- /* ---- header ---- */
25
- /* ---- ---- */
26
- .avatar {
27
- border-radius : 50% ;
28
- }
29
- .emphasis {
30
- border-top : 4px solid transparent;
31
- }
32
- .profile {
33
- display : inline-block;
23
+ .aligncenter {
24
+ margin : 0 auto;
34
25
}
35
- .navbar h2 {
26
+ .alignleft {
36
27
float : left;
37
- font-size : 18px ;
38
- line-height : 20px ;
39
- margin : 0 ;
40
- font-weight : 300 ;
28
+ margin-bottom : 10px ;
29
+ margin-right : 20px ;
30
+ margin-top : 10px ;
41
31
}
42
- .mceContentBody {
43
- background : none repeat scroll 0 0 # FFFFFF !important ;
32
+ .alignright {
33
+ float : right;
34
+ margin-bottom : 10px ;
35
+ margin-left : 20px ;
36
+ margin-top : 10px ;
44
37
}
45
38
.wp-caption {
46
39
font-size : inherit;
@@ -57,6 +50,28 @@ Use it to make something cool, have fun, and share what you've learned with othe
57
50
.bypostauthor {
58
51
font-size : inherit;
59
52
}
53
+ .avatar {
54
+ border-radius : 50% ;
55
+ }
56
+ .emphasis {
57
+ border-top : 4px solid transparent;
58
+ }
59
+ .profile {
60
+ display : inline-block;
61
+ }
62
+ /* ---- typography ---- */
63
+ /* ---- header ---- */
64
+ /* ---- ---- */
65
+ .navbar h2 {
66
+ float : left;
67
+ font-size : 18px ;
68
+ line-height : 20px ;
69
+ margin : 0 ;
70
+ font-weight : 300 ;
71
+ }
72
+ .mceContentBody {
73
+ background : none repeat scroll 0 0 # FFFFFF !important ;
74
+ }
60
75
h1 ,
61
76
.h1 {
62
77
font-size : 2em ;
@@ -79,6 +94,9 @@ footer {
79
94
margin-bottom : 0 !important ;
80
95
padding-bottom : 50px !important ;
81
96
}
97
+ footer ul {
98
+ margin : 0 ;
99
+ }
82
100
a {
83
101
color : # 1c567f ;
84
102
text-decoration : none;
@@ -87,15 +105,9 @@ a:hover {
87
105
color : # 133a55 ;
88
106
text-decoration : underline;
89
107
}
90
- footer ul {
91
- margin : 0 ;
92
- }
93
108
p {
94
109
margin : 0 0 30px ;
95
110
}
96
- .lead {
97
- font-weight : 300 ;
98
- }
99
111
p .h1 a ,
100
112
p .h2 a ,
101
113
p .h3 a ,
@@ -104,6 +116,9 @@ p.h5 a,
104
116
p .h6 a {
105
117
color : # fff ;
106
118
}
119
+ .lead {
120
+ font-weight : 300 ;
121
+ }
107
122
.container .comments {
108
123
background : none repeat scroll 0 0 # f8f8f8 ;
109
124
border-left : 1px solid # EEEEEE ;
124
139
ol {
125
140
padding : 0 ;
126
141
margin : 0 0 25px 25px ;
142
+ list-style : disc inside none;
127
143
}
128
144
blockquote {
129
145
padding : 15px 15px 15px 25px ;
@@ -200,6 +216,12 @@ code {
200
216
background : url ("/wp-content/themes/multiloquent/images/jumbotron.png" ) no-repeat scroll 100% 100% # f8f8f8 !important ;
201
217
color : # 676767 ;
202
218
}
219
+ .jumbotron a {
220
+ font-weight : bold;
221
+ }
222
+ .jumbotron a : hover {
223
+ text-decoration : underline;
224
+ }
203
225
@media (min-width : 768px ) and (max-width : 979px ) {
204
226
.search-box form {
205
227
margin : 0 0 0 28px !important ;
@@ -232,9 +254,6 @@ code {
232
254
margin-top : 0px !important ;
233
255
}
234
256
}
235
- ul {
236
- list-style : disc inside none;
237
- }
238
257
.thumbnails > li .tile h1 ,
239
258
.thumbnails > li .tile h2 ,
240
259
.thumbnails > li .tile h3 ,
@@ -462,29 +481,19 @@ figcaption {
462
481
font-weight : 300 ;
463
482
text-align : center;
464
483
}
465
- .aligncenter {
466
- margin : 0 auto;
467
- }
468
- .alignleft {
469
- float : left;
470
- margin-bottom : 10px ;
471
- margin-right : 20px ;
472
- margin-top : 10px ;
473
- }
474
- .alignright {
475
- float : right;
476
- margin-bottom : 10px ;
477
- margin-left : 20px ;
478
- margin-top : 10px ;
479
- }
480
484
div .thumbnail .featured-image {
481
485
height : 100px ;
482
486
}
483
487
.btn-white {
484
488
background : none repeat scroll 0 0 # FFFFFF ;
485
489
}
486
490
.btn-primary {
487
- background : ;
491
+ background : # 1c567f ;
492
+ border-color : # 133a55 ;
493
+ }
494
+ .btn-success {
495
+ background : # 4cd964 ;
496
+ border-color : # 2ac845 ;
488
497
}
489
498
.ads {
490
499
margin-bottom : 20px ;
@@ -554,6 +563,10 @@ h3.nowrap {
554
563
height : 150px ;
555
564
list-style : none;
556
565
}
566
+ .tile h2 {
567
+ font-size : 45px !important ;
568
+ margin : 15px 0 0 !important ;
569
+ }
557
570
.scroll-text {
558
571
position : absolute;
559
572
white-space : nowrap;
@@ -562,22 +575,12 @@ h3.nowrap {
562
575
overflow : hidden;
563
576
position : relative;
564
577
}
565
- .tile h2 {
566
- font-size : 45px !important ;
567
- margin : 15px 0 0 !important ;
568
- }
569
578
# disqus_thread {
570
579
margin-top : 40px ;
571
580
}
572
581
.navbar-inner {
573
582
opacity : 0.96 ;
574
583
}
575
- .jumbotron a {
576
- font-weight : bold;
577
- }
578
- .jumbotron a : hover {
579
- text-decoration : underline;
580
- }
581
584
.grayscale {
582
585
background-position : center center;
583
586
background-size : cover;
@@ -588,7 +591,7 @@ h3.nowrap {
588
591
top : 0 ;
589
592
width : 100% ;
590
593
}
591
- @media (min-width : 979 px ) {
594
+ @media (min-width : 980 px ) {
592
595
.paralax_image_holder {
593
596
height : 255px ;
594
597
overflow : hidden;
@@ -945,9 +948,6 @@ h3.nowrap {
945
948
min-height : 75px ;
946
949
position : relative;
947
950
}
948
- .comment-content > p {
949
- margin : 0 !important ;
950
- }
951
951
.comment-metadata {
952
952
position : absolute;
953
953
right : 0 ;
@@ -960,6 +960,9 @@ h3.nowrap {
960
960
margin-left : 75px ;
961
961
padding-top : 30px ;
962
962
}
963
+ .comment-content > p {
964
+ margin : 0 !important ;
965
+ }
963
966
.comment-reply-link {
964
967
color : # CCCCCC !important ;
965
968
}
@@ -978,7 +981,10 @@ h3.nowrap {
978
981
clear : left;
979
982
float : left;
980
983
}
981
- .comment-form input ,
984
+ .comment-form input {
985
+ clear : left;
986
+ float : left;
987
+ }
982
988
.comment-form textarea {
983
989
clear : left;
984
990
float : left;
0 commit comments