PluginProbe ʕ •ᴥ•ʔ
Strong Testimonials / 3.3.2
Strong Testimonials v3.3.2
3.3.2 3.3.1 trunk 1.0.1 2.30.9 2.31.10 2.32 2.32.1 2.32.2 2.32.3 2.32.4 2.33 2.34 2.35 2.36 2.37 2.38 2.38.1 2.39 2.39.1 2.39.2 2.39.3 2.40.0 2.40.1 2.40.2 2.40.3 2.40.4 2.40.5 2.40.6 2.40.7 2.41.0 2.41.1 2.50.0 2.50.1 2.50.2 2.50.3 2.50.4 2.51.0 2.51.1 2.51.2 2.51.3 2.51.4 2.51.5 2.51.6 2.51.7 2.51.8 2.51.9 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.19 3.1.2 3.1.20 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.14 3.2.15 3.2.16 3.2.17 3.2.18 3.2.19 3.2.2 3.2.20 3.2.21 3.2.22 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0
strong-testimonials / admin / wpchill / assets / css / about-us.css
strong-testimonials / admin / wpchill / assets / css Last commit date
about-us.css 1 year ago
about-us.css
104 lines
1 .wpchill_about_us_container {
2 font-family: Arial, sans-serif;
3 margin: 0;
4 padding: 0;
5 box-sizing: border-box;
6 }
7
8 .wpchill_container {
9 width: 80%;
10 margin: auto;
11 padding: 20px;
12 }
13
14 .wpchill_title {
15 text-align: center;
16 font-size: 2.5em;
17 color: #333;
18 margin-bottom: 20px;
19 }
20
21 .wpchill_logo {
22 display: block;
23 margin: 0 auto 20px;
24 width: 150px;
25 height: auto;
26 border-radius: 50%;
27 }
28
29 .wpchill_tagline {
30 text-align: center;
31 font-style: italic;
32 font-size: 1.4em;
33 color: #555;
34 margin-bottom: 20px;
35 }
36
37 .wpchill_description {
38 text-align: center;
39 font-size: 1.1em;
40 color: #666;
41 margin-bottom: 40px;
42 }
43
44 .wpchill_table {
45 width: 100%;
46 border-collapse: collapse;
47 margin-bottom: 20px;
48 }
49
50 .wpchill_table th, .wpchill_table td {
51 border: 1px solid #ddd;
52 padding: 10px;
53 text-align: center;
54 }
55
56 .wpchill_table th {
57 background-color: #f2f2f2;
58 }
59
60 .wpchill_table {
61 width: 100%;
62 border-collapse: collapse;
63 }
64
65 .wpchill_table th:first-child,
66 .wpchill_table td:first-child {
67 width: 20%;
68 }
69
70 .wpchill_table th:nth-child(2),
71 .wpchill_table td:nth-child(2) {
72 width: 60%;
73 }
74
75 .wpchill_table th:nth-child(3),
76 .wpchill_table td:nth-child(3) {
77 width: 5%;
78 }
79 .wpchill_table th:nth-child(4),
80 .wpchill_table td:nth-child(4) {
81 width: 15%;
82 }
83
84 .wpchill_footer {
85 text-align: center;
86 font-size: 0.9em;
87 color: #999;
88 margin-top: 20px;
89 }
90
91 @media (max-width: 600px) {
92 .wpchill_container {
93 width: 100%;
94 padding: 10px;
95 }
96
97 .wpchill_title {
98 font-size: 2em;
99 }
100
101 .wpchill_description, .wpchill_tagline {
102 font-size: 1em;
103 }
104 }