PluginProbe
CryptX / 3.3.3
CryptX v3.3.3
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.css

admin.css in CryptX 3.3.3, at css/admin.css

36 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .cryptx-option-page { padding-right: 20px; }
2
3 .cryptx-option-page .cryptx-tab-content-wrapper { background: #ffffff; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3); }
4
5 .cryptx-option-page .cryptx-tab-content-wrapper > h4 { background: #e5e5e5; color: #555555; padding: 1em; margin: 0 0 1em 0; }
6
7 .cryptx-option-page .cryptx-tab-content-wrapper > h4:nth-child(n+2) { margin-top: 2em; border-top: 1px solid #ccc; }
8
9 .cryptx-option-page .cryptx-tab-content-wrapper table { padding: 0; margin: 0; width: 100%; border-collapse: collapse; }
10
11 .cryptx-option-page .cryptx-tab-content-wrapper table tbody tr th { padding: 0.5em 1em; text-align: left; vertical-align: text-bottom; }
12
13 .cryptx-option-page .cryptx-tab-content-wrapper table tbody tr td { padding: 1em; text-align: left; vertical-align: text-bottom; }
14
15 .cryptx-option-page .cryptx-tab-content-wrapper table tbody tr.spacer td { padding: 0; }
16
17 .cryptx-option-page .cryptx-tab-content-wrapper #opt_linktext4_notice { color: red; font-weight: 600; line-height: 2em; padding: 0 1em; }
18
19 .cryptx-option-page .cryptx-tab-content-wrapper p.submit { background: #eeeeee; border-top: 1px solid #ccc; padding-top: 20px; padding-left: 20px; margin-bottom: 0; }
20
21 .cryptx-option-page .cryptx-tab-content-wrapper #image-preview { max-height: 5em; width: auto; margin-top: 10px; border: 1px solid #999999; }
22
23 .cryptx-option-page .cryptx-tab-content-wrapper .warning { color: red !important; }
24
25 .cryptx-option-page .cryptx-tab-content-wrapper dl { padding: 0 20px; border-bottom: 1px solid #ccc; }
26
27 .cryptx-option-page .cryptx-tab-content-wrapper dl:last-child { border-bottom: none; }
28
29 .cryptx-option-page .cryptx-tab-content-wrapper dl dt { vertical-align: text-top; display: inline-block; width: 5em; font-weight: 600; }
30
31 .cryptx-option-page .cryptx-tab-content-wrapper dl dd { display: inline-block; vertical-align: text-top; }
32
33 .cryptx-option-page .cryptx-tab-content-wrapper dl dd ul { list-style-type: inherit; margin: 0; }
34
35 .cryptx-option-page button.remove { color: red; }
36