PluginProbe ʕ •ᴥ•ʔ
Easy HTTPS Redirection (SSL) / 2.0.0
Easy HTTPS Redirection (SSL) v2.0.0
trunk 1.5 1.6 1.8 1.9.1 1.9.2 2.0.0 2.0.1
https-redirection / css / ehssl-admin-styles.css
https-redirection / css Last commit date
ehssl-admin-styles.css 1 year ago ehssl-common-style.css 1 year ago
ehssl-admin-styles.css
192 lines
1 /* General CSS */
2 .ehssl-margin-10{
3 margin: 10px;
4 }
5 .ehssl-margin-top-10{
6 margin-top: 10px;
7 }
8 .ehssl-margin-bottom-10{
9 margin-bottom: 10px;
10 }
11 .ehssl-hidden{
12 display: none;
13 }
14 .ehssl-green-success-text{
15 font-weight: bold;
16 color: green;
17 }
18 .ehssl-red-error-text{
19 font-weight: bold;
20 color: red;
21 }
22 .ehssl-box-shadow {
23 box-shadow: 0 1px 1px rgba(0,0,0,.04);
24 }
25
26 /* Wrap directly with this class (not to be used with a paragraph tag) */
27 .ehssl-yellow-box{
28 margin: 10px 0px;
29 padding: 10px;
30 background-color: #FFFFE0;
31 border-color: #E6DB55;
32 border-radius: 3px 3px 3px 3px;
33 border-style: solid;
34 border-width: 1px;
35 }
36
37 /* Wrap directly with this class (not to be used with a paragraph tag) */
38 .ehssl-red-box {
39 margin: 10px 0px;
40 padding: 10px;
41 background-color: #FFEBE8;
42 border-color: #CC0000;
43 color: #333333;
44 border-radius: 3px 3px 3px 3px;
45 border-style: solid;
46 border-width: 1px;
47 }
48
49 /* Wrap directly with this class (not to be used with a paragraph tag) */
50 .ehssl-orange-box{
51 margin: 10px 0px;
52 padding: 15px 10px;
53 color: #3F2502;
54 background-color: #FFF6D5;
55 border-color: #D1B655;
56 border-radius: 3px 3px 3px 3px;
57 border-style: solid;
58 border-width: 1px;
59 }
60
61 /* Wrap directly with this class (not to be used with a paragraph tag) */
62 .ehssl-white-box{
63 margin: 10px 0px;
64 padding: 15px 10px;
65 color: #3c434a;
66 background-color: #fff;
67 border-color: #c3c4c7;
68 border-width: 1px;
69 border-radius: 3px 3px 3px 3px;
70 border-style: solid;
71 }
72
73 /* Wrap directly with this class (not to be used with a paragraph tag) */
74 .ehssl-grey-box{
75 margin: 10px 0px;
76 padding: 15px 10px;
77 background-color: #DDDDDD;
78 border-color: #CCCCCC;
79 border-radius: 3px 3px 3px 3px;
80 border-style: solid;
81 border-width: 1px;
82 }
83
84 /* Wrap directly with this class (not to be used with a paragraph tag) */
85 .ehssl-green-box {
86 margin: 10px 0px;
87 padding: 15px 10px;
88 background-color: #CCF4D6;
89 border-color: #059B53;
90 color: #043B14;
91 border-radius: 3px 3px 3px 3px;
92 border-style: solid;
93 border-width: 1px;
94 }
95
96 /* Wrap directly with this class (not to be used with a paragraph tag) */
97 .ehssl-blue-box {
98 margin: 10px 0px;
99 padding: 15px 10px;
100 background-color: #E7F4FE;
101 border-color: #AACEE6;
102 color: #1D263B;
103 border-radius: 3px 3px 3px 3px;
104 border-style: solid;
105 border-width: 1px;
106 }
107
108 /*
109 * styles for settings page
110 */
111 .rewrite_info {
112 color: rgb(136, 136, 136);
113 font-size: 10px;
114 clear: both;
115 }
116
117 .rewrite_item_delete_btn, .rewrite_item_add_btn {
118 display: inline-flex !important;
119 align-items: center;
120 justify-content: center;
121 padding-left: 6px !important;
122 padding-right: 6px !important;
123 cursor: pointer;
124 }
125 .rewrite_select_item .rewrite_delete_select_item{
126 padding: 0 6px 0 6px;
127 }
128
129 .rewrite_item_blank_error{
130 color: red;
131 display: none;
132 }
133
134 /*----- Email tags hint ----- */
135
136 .ehssl-tags-table-cont {
137 margin-top: 10px;
138 }
139
140 a.ehssl-toggle {
141 text-decoration: none;
142 border-bottom: 1px dashed;
143 }
144
145 a.ehssl-toggle.toggled-on::after {
146 content: "";
147 }
148
149 a.ehssl-toggle.toggled-off::after {
150 content: "";
151 }
152
153 table.ehssl-tags-hint td, table.ehssl-tags-hint th {
154 padding: 5px 10px;
155 }
156
157 table.ehssl-tags-hint {
158 background: #fff;
159 width: 100%;
160 }
161
162 table.ehssl-tags-hint td.ehssl-tag-name {
163 width: 150px;
164 border-bottom: 1px solid #ededed;
165 }
166
167 table.ehssl-tags-hint td.ehssl-tag-descr {
168 width: 70%;
169 border-bottom: 1px solid #ededed;
170 }
171
172 /*----- END Email tags hint ----- */
173
174 .ehssl-settings-field-cat-1{
175 width: 70px;
176 }
177
178 .ehssl-settings-field-cat-2{
179 width: 400px;
180 }
181
182 .ehssl-settings-field-cat-3{
183 width: 650px;
184 }
185
186 @media only screen and (max-width: 782px){
187 .ehssl-settings-field-cat-1,
188 .ehssl-settings-field-cat-2,
189 .ehssl-settings-field-cat-3{
190 width: 100%;
191 }
192 }