PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.0.8
Forumax – AI Powered Advanced Community Forum Plugin v1.0.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 / css / front.css

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

165 lines 4.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bbp-attachments,
2 .bbp-attachments-errors {
3 border-top: 1px solid #dddddd;
4 margin-top: 10px;
5 padding: 10px 0;
6 }
7
8 #bbpress-forums .bbp-attachments h6,
9 #bbpress-forums .bbp-attachments-errors h6 {
10 margin: 0 0 5px !important;
11 font-size: 1.2em;
12 font-weight: bold;
13 line-height: 1.4em;
14 }
15 #bbpress-forums .bbp-attachments ol,
16 #bbpress-forums .bbp-attachments-errors ol {
17 margin: 0 !important;
18 list-style: decimal inside none;
19 }
20 #bbpress-forums .bbp-attachments ol:after,
21 #bbpress-forums .bbp-attachments-errors ol:after {
22 content: "";
23 display: table;
24 clear: both;
25 }
26 #bbpress-forums .bbp-attachments li:last-child,
27 #bbpress-forums .bbp-attachments-errors li:last-child {
28 margin: 0 !important;
29 }
30 #bbpress-forums .bbp-attachments-errors li {
31 line-height: 16px;
32 margin: 0 0 8px !important;
33 }
34 #bbpress-forums .bbp-attachments-count {
35 background: transparent url(gfx/icons.png);
36 display: inline-block;
37 width: 16px;
38 height: 16px;
39 float: left;
40 margin-right: 4px;
41 }
42 #bbpress-forums .bbp-attachments-errors ol.with-icons li {
43 padding: 0;
44 list-style: none;
45 line-height: 20px;
46 }
47 #bbpress-forums .bbp-attachments-errors ol.with-icons li .bbp-atticon {
48 background: transparent url(gfx/icons.png) no-repeat;
49 display: block;
50 width: 16px;
51 height: 16px;
52 float: left;
53 margin: 2px 4px 0 0;
54 }
55 #bbpress-forums .bbp-attachments-errors ol.with-icons li .bbp-atticon.bbp-atticon-error {
56 background-position: 0 -288px;
57 }
58 #bbpress-forums .bbp-attachments-errors ol.with-icons li .d4p-bbp-att-wrapper {
59 display: block;
60 padding: 0 0 0 20px;
61 }
62 #bbpress-forums .bbp-attachments ol.with-icons {
63 list-style: none;
64 }
65 #bbpress-forums .bbp-attachments ol.with-icons li {
66 padding: 0;
67 list-style: none;
68 }
69 #bbpress-forums .bbp-attachments ol li {
70 line-height: 20px;
71 margin: 0 0 8px !important;
72 }
73 #bbpress-forums .bbp-attachments ol li a {
74 text-decoration: none;
75 }
76 #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment {
77 padding: 0;
78 height: auto;
79 }
80 #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment.bbp-inline {
81 float: left;
82 margin-right: 5px !important;
83 }
84 #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment .wp-caption {
85 padding: 5px;
86 margin: 0;
87 height: auto;
88 }
89 #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment .wp-caption p.wp-caption-text {
90 margin: 5px 0 !important;
91 padding: 0;
92 border: 0;
93 word-wrap: break-word;
94 line-height: 1.3em;
95 }
96 #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment .wp-caption img {
97 margin: 0;
98 }
99 #bbpress-forums .bbp-attachments ol li a img {
100 display: block;
101 }
102 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon {
103 background: transparent url(gfx/icons.png) no-repeat;
104 display: block;
105 width: 16px;
106 height: 16px;
107 float: left;
108 margin: 2px 4px 0 0;
109 }
110 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-ai {
111 background-position: 0 -128px;
112 }
113 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-archive {
114 background-position: 0 -144px;
115 }
116 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-audio {
117 background-position: 0 -256px;
118 }
119 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-code {
120 background-position: 0 -32px;
121 }
122 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-documents {
123 background-position: 0 -240px;
124 }
125 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-excel {
126 background-position: 0 -64px;
127 }
128 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-generic {
129 background-position: 0 -16px;
130 }
131 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-html {
132 background-position: 0 -208px;
133 }
134 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-icon {
135 background-position: 0 -272px;
136 }
137 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-image {
138 background-position: 0 -96px;
139 }
140 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-pdf {
141 background-position: 0 -192px;
142 }
143 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-powerpoint {
144 background-position: 0 -176px;
145 }
146 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-psd {
147 background-position: 0 -112px;
148 }
149 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-text {
150 background-position: 0 -160px;
151 }
152 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-video {
153 background-position: 0 -224px;
154 }
155 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-word {
156 background-position: 0 -80px;
157 }
158 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-xml {
159 background-position: 0 -48px;
160 }
161 #bbpress-forums .bbp-attachments ol.with-icons li .d4p-bbp-att-wrapper {
162 display: block;
163 padding: 0 0 0 20px;
164 }
165