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