PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.2.8
Forumax – AI Powered Advanced Community Forum Plugin v1.2.8
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / includes / features / bbpc_attachments / scss / admin.scss

admin.scss in Forumax – AI Powered Advanced Community Forum Plugin 1.2.8, at includes/features/bbpc_attachments/scss/admin.scss

178 lines 2.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .d4p-clear {
2 clear: both;
3 }
4
5 .d4p-copyright {
6 margin-top: 15px;
7 padding-top: 15px;
8 font-size: 11px;
9 border-top: 1px solid #CCC;
10 }
11
12 .d4p-settings,
13 .d4p-information {
14 padding: 0 30px 15px 0;
15 width: 600px;
16 float: left;
17 }
18
19 .d4p-settings-second,
20 .d4p-information-second {
21 width: 250px;
22 float: left;
23 }
24
25 .d4p-information,
26 .d4p-settings {
27 > fieldset {
28 background-color: #FFF;
29 border-radius: 6px;
30 padding: 15px;
31 margin: 15px 0 0;
32 }
33 }
34
35 .d4p-bbpress-toolbox {
36 > fieldset {
37 background-color: #D9FAFF;
38 border-radius: 6px;
39 padding: 10px;
40 margin: 15px 0 0;
41 text-align: center;
42
43 &.the-top {
44 background-color: #224760;
45 color: #FFF;
46
47 a {
48 color: #FFF;
49 }
50
51 h3 {
52 margin: 5px 0;
53 font-weight: bold;
54 font-size: 18px;
55 }
56
57 h4 {
58 margin: 5px 0;
59 padding: 5px 0 0;
60 border-top: 1px solid #EEE;
61 }
62 }
63 }
64 }
65
66 .d4p-bbpress-toolbox,
67 .d4p-information,
68 .d4p-settings {
69 > fieldset {
70 > * {
71 &:first-child {
72 margin-top: 0;
73 }
74
75 &:last-child {
76 margin-bottom: 0;
77 }
78 }
79 }
80 }
81
82 .d4p-settings,
83 .d4p-settings-second {
84 .form-table {
85 th {
86 padding: 10px 5px;
87 width: 200px;
88 }
89
90 td {
91 vertical-align: middle;
92 padding: 10px 5px;
93 }
94 }
95 }
96
97 .form-table {
98 tr.line-on-top {
99 border-top: 1px solid #BBB;
100 }
101 }
102
103 #d4p-panel {
104 &.d4p-panel-faq {
105 h4 {
106 margin: 1em 0 0;
107 }
108
109 p {
110 margin: 0 0 1em;
111 }
112 }
113
114 .regular-text {
115 width: 14em;
116 }
117 }
118
119 div.d4p-updated {
120 font-size: 13px;
121 line-height: 22px !important;
122 margin: 10px 0 15px;
123 padding: 10px !important;
124 }
125
126 .d4p-tab-toolbox {
127 color: #C00 !important;
128 font-weight: bold !important;
129 }
130
131 .d4p-bbcodes-table {
132 th, td {
133 vertical-align: top !important;
134 }
135
136 th {
137 width: 20px !important;
138 }
139 }
140
141 .button-primary.gdbb-tools-submit {
142 font-size: larger;
143 padding: 5px 40px;
144 height: 40px;
145 }
146
147 .d4p-tabber-ctrl {
148 .dashicons {
149 float: left;
150 margin: 2px 0 0 0;
151 }
152
153 .tab-title {
154 margin-left: 4px;
155 }
156 }
157
158 @media screen and (max-width: 800px) {
159 .d4p-settings,
160 .d4p-information {
161 padding: 0 0 30px 0;
162 width: 100%;
163 float: none;
164 }
165
166 .d4p-settings-second,
167 .d4p-information-second {
168 width: 100%;
169 float: none;
170 }
171
172 .d4p-tabber-ctrl {
173 .tab-title {
174 display: none;
175 }
176 }
177 }
178