PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.2.5
Forumax – AI Powered Advanced Community Forum Plugin v1.2.5
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 / css / admin.css

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

147 lines 2.7 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 > fieldset,
26 .d4p-settings > fieldset {
27 background-color: #FFF;
28 border-radius: 6px;
29 padding: 15px;
30 margin: 15px 0 0;
31 }
32
33 .d4p-bbpress-toolbox > fieldset {
34 background-color: #D9FAFF;
35 border-radius: 6px;
36 padding: 10px;
37 margin: 15px 0 0;
38 text-align: center;
39 }
40 .d4p-bbpress-toolbox > fieldset.the-top {
41 background-color: #224760;
42 color: #FFF;
43 }
44 .d4p-bbpress-toolbox > fieldset.the-top a {
45 color: #FFF;
46 }
47 .d4p-bbpress-toolbox > fieldset.the-top h3 {
48 margin: 5px 0;
49 font-weight: bold;
50 font-size: 18px;
51 }
52 .d4p-bbpress-toolbox > fieldset.the-top h4 {
53 margin: 5px 0;
54 padding: 5px 0 0;
55 border-top: 1px solid #EEE;
56 }
57
58 .d4p-bbpress-toolbox > fieldset > *:first-child,
59 .d4p-information > fieldset > *:first-child,
60 .d4p-settings > fieldset > *:first-child {
61 margin-top: 0;
62 }
63 .d4p-bbpress-toolbox > fieldset > *:last-child,
64 .d4p-information > fieldset > *:last-child,
65 .d4p-settings > fieldset > *:last-child {
66 margin-bottom: 0;
67 }
68
69 .d4p-settings .form-table th,
70 .d4p-settings-second .form-table th {
71 padding: 10px 5px;
72 width: 200px;
73 }
74 .d4p-settings .form-table td,
75 .d4p-settings-second .form-table td {
76 vertical-align: middle;
77 padding: 10px 5px;
78 }
79
80 .form-table tr.line-on-top {
81 border-top: 1px solid #BBB;
82 }
83
84 #d4p-panel.d4p-panel-faq h4 {
85 margin: 1em 0 0;
86 }
87 #d4p-panel.d4p-panel-faq p {
88 margin: 0 0 1em;
89 }
90 #d4p-panel .regular-text {
91 width: 14em;
92 }
93
94 div.d4p-updated {
95 font-size: 13px;
96 line-height: 22px !important;
97 margin: 10px 0 15px;
98 padding: 10px !important;
99 }
100
101 .d4p-tab-toolbox {
102 color: #C00 !important;
103 font-weight: bold !important;
104 }
105
106 .d4p-bbcodes-table th, .d4p-bbcodes-table td {
107 vertical-align: top !important;
108 }
109 .d4p-bbcodes-table th {
110 width: 20px !important;
111 }
112
113 .button-primary.gdbb-tools-submit {
114 font-size: larger;
115 padding: 5px 40px;
116 height: 40px;
117 }
118
119 .d4p-tabber-ctrl .dashicons {
120 float: left;
121 margin: 2px 0 0 0;
122 }
123 .d4p-tabber-ctrl .tab-title {
124 margin-left: 4px;
125 }
126
127 @media screen and (max-width: 800px) {
128 .d4p-settings,
129 .d4p-information {
130 padding: 0 0 30px 0;
131 width: 100%;
132 float: none;
133 }
134
135 .d4p-settings-second,
136 .d4p-information-second {
137 width: 100%;
138 float: none;
139 }
140
141 .d4p-tabber-ctrl .tab-title {
142 display: none;
143 }
144 }
145
146 /*# sourceMappingURL=admin.css.map */
147