PluginProbe
Add Custom Codes – Insert Header, Footer, Custom PHP Snippets, CSS, Javascript / trunk
Add Custom Codes – Insert Header, Footer, Custom PHP Snippets, CSS, Javascript vtrunk
trunk 1.0 2.0 3.0 3.5 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.71 4.80 5.0
add-custom-codes / assets / css / about.css

about.css in Add Custom Codes – Insert Header, Footer, Custom PHP Snippets, CSS, Javascript trunk, at assets/css/about.css

51 lines 825 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* About Page Styling */
2 .accodes-about-wrap {
3 max-width: 900px;
4 margin: 30px auto;
5 padding: 10px;
6 font-size: 15px;
7 line-height: 1.7;
8 color: #333;
9 }
10
11 .accodes-about-wrap h1 {
12 font-size: 28px;
13 margin-bottom: 30px;
14 text-align: center;
15 }
16
17 .accodes-card {
18 background: #fff;
19 border: 1px solid #e1e1e1;
20 padding: 25px;
21 margin-bottom: 25px;
22 border-radius: 8px;
23 box-shadow: 0 1px 3px rgba(0,0,0,0.05);
24 }
25 .accodes-card p
26 {
27 font-size:15px;
28 }
29 .accodes-card h2 {
30 font-size: 20px;
31 margin-top: 0;
32 margin-bottom: 15px;
33 }
34
35 .accodes-faq {
36 padding-left: 18px;
37 }
38
39 .accodes-faq li {
40 margin-bottom: 10px;
41 }
42
43 .accodes-about-wrap .button {
44 margin-right: 10px;
45 margin-top: 10px;
46 }
47 .accodes_donate.donate-strip
48 {
49 background: #9220c5;
50 color: #fff !important;
51 }