PluginProbe
CryptX / 3.3.0
CryptX v3.3.0
4.2.0 4.1.1 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.9 2.0 2.1 2.2 2.3 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 All 92 releases
cryptx / css / admin.scss

admin.scss in CryptX 3.3.0, at css/admin.scss

109 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .cryptx-option-page {
2 padding-right: 20px;
3
4 .cryptx-tab-content-wrapper {
5 background: #ffffff;
6 border-right: 1px solid #ccc;
7 border-bottom: 1px solid #ccc;
8 border-left: 1px solid #ccc;
9 box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
10
11 & > h4 {
12 background: #e5e5e5;
13 color: #555555;
14 padding: 1em;
15 margin: 0 0 1em 0;
16
17 &:nth-child(n+2) {
18 margin-top: 2em;
19 border-top: 1px solid #ccc;
20 }
21 }
22
23 table {
24 padding: 0;
25 margin: 0;
26 width: 100%;
27 border-collapse: collapse;
28
29 tbody {
30 tr {
31 th {
32 padding: 0.5em 1em;
33 text-align: left;
34 vertical-align: text-bottom;
35 }
36 td {
37 padding: 1em;
38 text-align: left;
39 vertical-align: text-bottom;
40 }
41 &.spacer {
42 td {
43 padding: 0;
44 }
45 }
46 }
47 }
48 }
49
50 #opt_linktext4_notice {
51 color: red;
52 font-weight: 600;
53 line-height: 2em;
54 padding: 0 1em;
55 }
56
57 p.submit {
58 background: #eeeeee;
59 border-top: 1px solid #ccc;
60 padding-top: 20px;
61 padding-left: 20px;
62 margin-bottom: 0;
63 }
64
65 #image-preview {
66 max-height: 5em;
67 width: auto;
68 margin-top: 10px;
69 border: 1px solid #999999;
70 }
71 .warning {
72 color: red !important;
73 }
74
75 dl {
76 padding: 0 20px;
77 border-bottom: 1px solid #ccc;
78
79 &:last-child {
80 border-bottom: none;
81 }
82
83 dt {
84 vertical-align: text-top;
85 display: inline-block;
86 width: 5em;
87 font-weight: 600;
88 }
89
90 dd {
91 display: inline-block;
92 vertical-align: text-top;
93
94 ul {
95 list-style-type: inherit;
96 margin:0;
97
98 li {
99
100 }
101 }
102 }
103 }
104 }
105
106 button.remove {
107 color: red;
108 }
109 }