PluginProbe
Add Custom Codes – Insert Header, Footer, Custom PHP Snippets, CSS, Javascript / 4.71
Add Custom Codes – Insert Header, Footer, Custom PHP Snippets, CSS, Javascript v4.71
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 / css / style43.css

style43.css in Add Custom Codes – Insert Header, Footer, Custom PHP Snippets, CSS, Javascript 4.71, at css/style43.css

153 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* all styles */
2 .accodes_cols #submit {
3 border: none;
4 border-radius: 0px;
5 padding: 5px 21px;
6 border-radius: 40px;
7 background: #1799cb;
8 }
9 .accodes_cols #submit:hover {
10 background: #333;
11 }
12 .accodes_cols p,
13 .accodes_ind_field p
14 {
15 color: #797979;
16 }
17 .accodes_cols em,
18 .accodes_ind_field em
19 {
20 color: #3e3636;
21 }
22 .accodes_cols .CodeMirror.CodeMirror-wrap,
23 .accodes_ind_field .CodeMirror.CodeMirror-wrap
24 {
25 border: 1px solid #e6e6e6;
26 min-height: 100px;
27 height: auto;
28 overflow-y:scroll;
29 }
30 .accodes_cols .CodeMirror.CodeMirror-wrap .CodeMirror-scroll
31 {
32 max-height:397px;
33 }
34 .accodes_ind_field .CodeMirror.CodeMirror-wrap .CodeMirror-scroll {
35 max-height: 250px;
36 }
37 /* global form */
38 .accodes_cols {
39 width: 65%;
40 float: left;
41 background: #fff;
42 padding: 20px 30px;
43 box-sizing: border-box;
44 border: 1px solid #d5edf1;
45 }
46
47 .accodes_cols textarea {
48 height:auto;
49 width:100%;
50 max-width:500px;
51 }
52 .accodes_cols2 {
53 width:30%;
54 float:right;
55 padding-top:70px;
56 }
57 .accodes-spacer {
58 background: #dce4e6;
59 width: 100%;
60 height: 1px;
61 margin: 20px 0px;
62 }
63 @media all and (max-width:600px)
64 {
65 .accodes_cols, .accodes_cols2
66 {
67 width:100%;
68 float:none;
69 margin-bottom:20px;
70 }
71 }
72 .accodes_box {
73 padding: 20px;
74 background: #fff;
75 margin-bottom:20px;
76 text-align:center;
77 }
78 .accodes_box h3 {
79 color: #0b7c8e;
80 }
81 .accodes_donate {
82 color: #000 !important;
83 text-align: center;
84 text-decoration: none;
85 background: #ffcf15;
86 padding: 10px 10px;
87 font-size: 16px;
88 font-weight: normal;
89 display: inline-block;
90 width: 200px;
91 border-radius: 20px;
92 margin-bottom: 20px;
93 margin-top: 10px;
94 }
95 .accodes_donate.blue {
96 background: #13acf7;
97 color: #fff !important;
98 margin-top: 20px;
99 }
100 /* Single page meta */
101 #_accodes_metabox.postbox .inside {
102 background: #fff;
103 padding: 20px 30px;
104 box-sizing: border-box;
105 margin-top:0px;
106 }
107 .accodes_ind_field label {
108 font-size:14px;
109 font-weight:bold;
110 margin-top:20px;
111 display:block;
112 }
113 .accodes_ind_field .first-label {
114 margin-top:0px;
115 }
116 .accodes_ind_field textarea {
117 width:100%;
118 min-height:150px;
119 }
120 .accodes-checkbox-label {
121 margin-top: 0px !important;
122 font-weight: 400 !important;
123 color: #278291;
124 }
125 .accodes-label.green-label {
126 font-size: 20px;
127 font-weight: 400;
128 color: #0b7c8e;
129 }
130 .acc-ind-col-1 {
131 width:100%;
132 float:none;
133 }
134 .acc-ind-col-2 p {
135 text-align: center;
136 padding-top: 30px;
137 }
138 .acc-ind-col-2 span{
139 color: #18ae52;
140 }
141 .acc-ind-col-2 a
142 {
143 color: #1dc2dd;
144 text-decoration: none;
145 font-weight: 500;
146 }
147
148 .accodes-taxonomy-edit
149 {
150 background: #fff;
151 padding: 20px;
152 border: 1px solid #ccc;
153 }