PluginProbe
wpForo Forum / 3.1.6
wpForo Forum v3.1.6
3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 All 138 releases
wpforo / admin / assets / css / deactivation-dialog.css

deactivation-dialog.css in wpForo Forum 3.1.6, at admin/assets/css/deactivation-dialog.css

142 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpf-no-scroll {
2 overflow: hidden;
3 }
4
5 #wpf_deactivation_dialog_wrap {
6 display: none;
7 position: fixed;
8 z-index: 999998;
9 left: 0;
10 right: 0;
11 top: 0;
12 bottom: 0;
13 background: rgba(0, 0, 0, 0.31);
14 }
15
16 #wpf_deactivation_dialog, #wpf_deactivation_dialog *:not(button) {
17 -webkit-box-sizing: border-box;
18 box-sizing: border-box;
19 margin: 0;
20 padding: 0;
21 line-height: normal;
22 }
23
24 #wpf_deactivation_dialog {
25 position: fixed;
26 overflow: hidden;
27 min-width: 50%;
28 min-height: 50vh;
29 width: 50%;
30 left: 25%;
31 top: 15%;
32 padding: 50px;
33 background: white;
34 -webkit-box-shadow: 0 0 48px -9px rgba(0, 0, 0, 1);
35 box-shadow: 0 0 48px -9px rgba(0, 0, 0, 1);
36 }
37
38 #wpf_deactivation_dialog_header {
39 text-align: right;
40 }
41
42 #wpf_deactivation_dialog_close {
43 padding: 0 5px;
44 font-weight: bold;
45 cursor: pointer;
46 }
47
48 .wpforo-hidden {
49 display: none !important;
50 }
51
52 .wpforo-desc {
53 font-size: 15px !important;
54 }
55
56 .wpforo-note {
57 color: #C74A4A !important;
58 }
59
60 .wpforo-thankyou {
61 font-size: 15px;
62 text-align: center;
63 padding: 20px 5%;
64 margin: 0;
65 }
66
67 #wpf_deactivation_dialog_wrap .wpf-deactivation-reason-item {
68 padding-bottom: 7px;
69 border-bottom: 1px solid #eee
70 }
71
72 #wpf_deactivation_dialog_wrap .wpf-deactivation-reason-item label {
73 font-size: 14px;
74 }
75
76 #wpf_deactivation_dialog_wrap .wpf-deactivation-reason-more-info {
77 display: none;
78 }
79
80 #wpf_deactivation_dialog_wrap .wpf-deactivation-reason-more-info textarea {
81 width: 100%;
82 margin-top: 10px;
83 }
84
85 #wpf_deactivation_dialog_wrap .wpf-deactivation-reasons-actions {
86 margin-top: 20px;
87 text-align: center;
88 }
89
90 #wpf_deactivation_dialog_wrap .wpf-loading {
91 margin-left: 8px;
92 }
93
94 #wpf_deactivation_dialog_wrap .wpf-deactivation-reason-desc {
95 padding: 15px 0;
96 }
97
98 #wpf_deactivation_dialog_wrap .wpf-info {
99 color: #777;
100 font-size: 13px;
101 font-style: italic;
102 font-weight: 600;
103 line-height: 18px;
104 margin: 0;
105 }
106
107 #wpf_deactivation_dialog_wrap label {
108 vertical-align: text-bottom;
109 }
110
111 #wpf_deactivation_dialog_wrap label.wpf-info {
112 text-decoration: underline;
113 }
114
115 #wpf_deactivation_dialog_wrap .wpforo_deactivation_feedback {
116 display: flex;
117 flex-wrap: wrap;
118 }
119
120 #wpf_deactivation_dialog_wrap .wpf-info {
121 width: 100%;
122 padding: 5px 0;
123 }
124
125 #wpf_deactivation_dialog_wrap .wpfdf_left {
126 flex-shrink: 0;
127 flex-grow: 0;
128 align-self: center;
129 padding: 0 15px 0 10px;
130 }
131
132 #wpf_deactivation_dialog_wrap .wpfdf_right {
133 flex-grow: 1;
134 }
135
136 #wpf_deactivation_dialog_wrap .wpfdf_right input {
137 height: 35px;
138 width: 100%;
139 padding: 3px 15px;
140 font-weight: 100;
141 font-style: italic;
142 }