-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin-page-menu-for-post.css
More file actions
126 lines (126 loc) · 3.22 KB
/
admin-page-menu-for-post.css
File metadata and controls
126 lines (126 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap");
#testimonial-widgets-plugin-settings-page {
max-width: 1200px;
}
#testimonial-widgets-plugin-settings-page.ti-toggle-opacity {
opacity: 1;
}
#testimonial-widgets-plugin-settings-page h1 {
line-height: 1.25em;
color: #000;
font-family: "Montserrat";
font-weight: 600;
font-size: 35px;
}
#testimonial-widgets-plugin-settings-page h1 strong {
font-weight: 900;
}
#testimonial-widgets-plugin-settings-page h1 img {
height: 23px;
}
@media (max-width: 767px) {
#testimonial-widgets-plugin-settings-page h1 {
font-size: 21px;
}
}
#testimonial-widgets-plugin-settings-page h2 {
margin-top: 40px;
font-weight: 700;
font-size: 16px;
line-height: 1.35em;
font-family: "Open Sans", serif;
}
#testimonial-widgets-plugin-settings-page h3 {
font-weight: 700;
font-size: 20px;
font-family: "Montserrat";
}
#testimonial-widgets-plugin-settings-page p {
font-size: 16px;
font-family: "Open Sans", serif;
font-weight: 400;
color: #5c666d;
}
#testimonial-widgets-plugin-settings-page p.text-small {
font-size: 10px;
margin: 0;
}
#testimonial-widgets-plugin-settings-page ol,
#testimonial-widgets-plugin-settings-page ol li,
#testimonial-widgets-plugin-settings-page ul,
#testimonial-widgets-plugin-settings-page ul li {
font-size: 14px;
font-family: "Open Sans", serif;
}
#testimonial-widgets-plugin-settings-page li {
margin-bottom: 7px;
}
#testimonial-widgets-plugin-settings-page strong {
font-weight: 700;
color: #000;
}
#testimonial-widgets-plugin-settings-page .container_wrapper {
display: table;
width: 100%;
table-layout: fixed;
}
#testimonial-widgets-plugin-settings-page .container_cell {
display: table-cell;
margin: 0px;
padding: 10px 10px 0px 10px;
vertical-align: top;
}
#testimonial-widgets-plugin-settings-page #container-main {
width: 100%;
}
#testimonial-widgets-plugin-settings-page .ti-free-title {
font-size: 25px !important;
font-weight: bold !important;
padding: 0 20px;
margin: 25px 0 !important;
}
#testimonial-widgets-plugin-settings-page .ti-pull-right {
float: right;
}
#testimonial-widgets-plugin-settings-page .ti-pull-right + .ti-pull-right {
margin-right: 20px;
}
#testimonial-widgets-plugin-settings-page .nav-tab-wrapper {
margin-bottom: 0;
border: 0;
padding-right: 100px;
position: relative;
}
#testimonial-widgets-plugin-settings-page .nav-tab {
background-color: #f9f9f9;
border: 0;
box-shadow: 0 0 0px black !important;
border-top: 4px solid #f9f9f9;
padding: 12px 15px;
margin-left: 0;
margin-right: 0.35em;
}
#testimonial-widgets-plugin-settings-page .nav-tab:last-child {
margin-right: 0;
}
@media (max-width: 1099px) {
#testimonial-widgets-plugin-settings-page .nav-tab {
margin-bottom: 0.35em;
}
}
#testimonial-widgets-plugin-settings-page .nav-tab-active {
background-color: #fff !important;
border-color: #2aa9d6;
}
#testimonial-widgets-plugin-settings-page .nav-tab-right {
position: absolute;
right: 0;
bottom: 0;
}
.wrap {
background-color: #fff;
margin-top: 0px !important;
padding: 25px;
border-radius: 4px;
}