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