assets/css/content.css in word-games-theme-1.8.5 vs assets/css/content.css in word-games-theme-1.8.6
- old
+ new
@@ -1,22 +1,33 @@
-.main_h1 {
- font-size: 27px;
- margin-bottom: 20px;
- color: #1e283c;
-}
-
.content-heading {
font-weight: 600;
font-size: 30px;
padding-bottom: 0.8rem;
color: #1e283c;
}
-b {
- color: #000;
+.toc_list {
+ border: 1px solid rgba(0, 0, 0, 0.1);
+ padding: 10px;
+ background: white;
}
+.toc_list .sameStyle {
+ color: #0645ad !important;
+}
+
+.toc_list .tabledata {
+ margin-left: 20px;
+ box-sizing: border-box;
+ line-height: 30px;
+ letter-spacing: 0.3px;
+ box-sizing: border-box;
+ letter-spacing: 0.3px;
+ font-size: 12px;
+ list-style: decimal;
+}
+
.content_sub_heading {
font-weight: 600;
font-size: 18px;
padding-bottom: 0.8rem;
color: #1e283c;
@@ -31,80 +42,54 @@
margin-bottom: 1em;
padding: 20px;
width: 100%;
}
-.tabledata {
- margin-left: 20px;
- box-sizing: border-box;
- line-height: 30px;
- letter-spacing: 0.3px;
- box-sizing: border-box;
- letter-spacing: 0.3px;
- font-size: 12px;
- list-style: decimal;
-}
-
-.wordsDetails {
- margin-left: 20px;
- line-height: 30px;
- letter-spacing: .3px;
- font-size: 13px;
- color: #50668f;
- font-weight: 600;
-}
-
-.sameStyle {
- color: #0645ad !important;
-}
-
-.toc_list {
- border: 1px solid rgba(0, 0, 0, 0.1);
- padding: 10px;
- background: white;
-}
-
-.wordsdata {
+.listofwords .wordsdata {
margin-bottom: 40px;
}
-.word-title {
- font-size: 15px;
- margin: 0px 0;
+.wordsdata .word-heading {
+ margin: 10px 0;
/* margin-bottom: 40px; */
color: #0645ad;
vertical-align: baseline;
cursor: pointer;
line-height: 1.5;
font-family: Montserrat, sans-serif;
font-weight: 600;
line-height: 1.5;
}
-.word-heading {
- margin: 10px 0;
+.wordsdata .word-title {
+ font-size: 15px;
+ margin: 0px 0;
/* margin-bottom: 40px; */
color: #0645ad;
vertical-align: baseline;
cursor: pointer;
line-height: 1.5;
font-family: Montserrat, sans-serif;
font-weight: 600;
line-height: 1.5;
}
-.toc_title {
- font-weight: 700;
- text-align: center;
+.wordsdata .wordsDetails {
+ margin-left: 20px;
+ line-height: 30px;
+ letter-spacing: .3px;
+ font-size: 13px;
+ color: #50668f;
+ font-weight: 600;
}
@media (max-width:768px) {
- .wordsDetails {
+ .wordsdata .wordsDetails {
font-size: 12px;
}
- .word-title {
+ .wordsdata .word-title {
font-size: 14px !important;
}
.word-heading,
.content_sub_heading {
\ No newline at end of file