Advertisement
Guest User

postbit - Template

a guest
Jan 16th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. <br />
  2. {$ignore_bit}
  3. <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
  4. <div class="posts2 post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
  5. <div id="one">
  6. <div class="us">
  7.  
  8.  
  9. <div class="post-info scaleimages">
  10. <ul>
  11. <li><span class="profile-username">
  12. {$post['onlinestatus']}{$post['profilelink']}<br />{$post['usertitle']}</span></li>
  13. <li class="profile-avatar"><div class="author_avatar">{$post['useravatar']}</div></li>
  14. <li class="profile-rank">{$post['groupimage']} {$post['additional_images']}</li>
  15. <li class="profile-stats"><br />{$post['user_details']}</li>
  16. </li>
  17. </ul>
  18. </div>
  19.  
  20.  
  21. </div>
  22. </div>
  23. <div id="two">
  24.  
  25. <div class="post_head" style="margin-top: -10px;">
  26. {$post['posturl']}
  27. {$post['icon']}
  28. <span class="post_date"><i style="font-size: 14px;" class="fa fa-clock-o fa-fw"></i> {$post['postdate']}</span>
  29. <span class="hide navh">
  30. <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
  31. </span>
  32. {$post['subject_extra']}
  33. </div>
  34. <br />
  35. <div class="post_body scaleimages" id="pid_{$post['pid']}">
  36. {$post['message']}
  37.  
  38. {$post['attachments']}
  39. {$post['signature']}
  40. </div>
  41.  
  42. </div>
  43. <div id="reactionspostbit">
  44. {$post['ratemf']}
  45. </div>
  46. </div>
  47. {$post['myreactions']}<div class="post_controls">
  48. <div class="postbit_buttons author_buttons float_left">
  49. {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
  50. </div>
  51. <div class="postbit_buttons post_management_buttons float_right">
  52. {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
  53. </div>
  54. </div>
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. <style>
  86. #reactionspostbit {
  87. margin-right: 5px;
  88. }
  89. .us {
  90. overflow:hidden;
  91. text-align: center:
  92. float: center:
  93. margin: auto auto;
  94. font-family: 'Open Sans', Arial, sans-serif;
  95. font-size: 13px;
  96. height: auto;
  97. display: flex;
  98. }
  99.  
  100. .posts2 {
  101. color: #ccc;
  102. font-family: 'Open Sans', Arial, sans-serif;
  103. font-size: 13px;
  104. overflow:hidden;
  105. -moz-border-top-left-radius: 2px;
  106. -webkit-border-top-left-radius: 2px;
  107. border-top-left-radius: 2px;
  108. background: rgba(0,0,0,0.5);
  109. text-shadow: 0px 1px 1px #000;
  110. text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  111. box-shadow: inset rgba(0,0,0,0.05) 0px 0px 0px 1px;
  112. border-color: rgba(255,255,255,0.1);
  113. -moz-border-top-right-radius: 2px;
  114. -webkit-border-top-right-radius: 2px;
  115. border-top-right-radius: 2px;
  116. }
  117.  
  118. .posts2 div {
  119. padding: 5px;
  120. font-family: 'Open Sans', Arial, sans-serif;
  121. font-size: 13px;
  122. }
  123. #one {
  124. color: #fff;
  125. padding: 5px;
  126. float:left;
  127. margin-right:10px;
  128. width: 190px;
  129. font-family: 'Open Sans', Arial, sans-serif;
  130. font-size: 13px;
  131. text-align: center;
  132. flex: 1;
  133. }
  134. #two {
  135. overflow:hidden;
  136. margin:10px;
  137. min-height:160px;
  138. font-family: 'Open Sans', Arial, sans-serif;
  139. font-size: 13px;
  140. text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
  141. }
  142.  
  143. @media screen and (max-width: 667px) {
  144. #one {
  145. float: none;
  146. margin-right:0;
  147. width:auto;
  148. border:0;
  149. border-bottom: 1px solid rgba(255,255,255,0.1);
  150. font-family: 'Open Sans', Arial, sans-serif;
  151. font-size: 13px;
  152. }
  153. }
  154. </style>
  155.  
  156. <style>
  157. .post {
  158. margin:10px 0 0 0;
  159. }
  160.  
  161. .post-info {
  162. width: 160px;
  163. display: block;
  164. padding: 10px;
  165. text-align: center;
  166. border-radius: 3px;
  167. float: left;
  168. min-height: 130px;
  169. font-family: 'Open Sans', Arial, sans-serif;
  170. font-size: 13px;
  171. color: #fff;
  172. }
  173.  
  174. .post-body {
  175. display:block;
  176. background: rgba(15,15,15,0.95);
  177. padding:10px;
  178. overflow:hidden;
  179. border-radius:3px 3px 0 0;
  180. font-family: 'Open Sans', Arial, sans-serif;
  181. font-size: 13px;
  182. }
  183.  
  184. .post-content{
  185. padding:0 0 15px 200px;
  186. font-family: 'Open Sans', Arial, sans-serif;
  187. font-size: 13px;
  188. }
  189.  
  190. .post-vertical .post-content{
  191. padding:0;
  192. font-family: 'Open Sans', Arial, sans-serif;
  193. font-size: 13px;
  194. }
  195.  
  196. .post-vertical .post-info {
  197. float:none;
  198. display:block;
  199. width:100%;
  200. box-sizing:border-box;
  201. font-family: 'Open Sans', Arial, sans-serif;
  202. font-size: 13px;
  203. }
  204.  
  205.  
  206.  
  207. .profile-rank span {
  208. font-size:11px;
  209. padding:2px 6px;
  210. margin:5px 0;
  211. border-radius:3px;
  212. display:inline-block;
  213. }
  214.  
  215. .profile-username {
  216. word-break: break-all;
  217. font-family: 'Open Sans', Arial, sans-serif;
  218. font-size: 13px;
  219. }
  220.  
  221. .profile-avatar img {
  222. margin:5px 0;
  223. border-radius:3px;
  224. }
  225.  
  226. .profile-rank {
  227. color: #ccc;
  228. font-family: 'Open Sans', Arial, sans-serif;
  229. font-size: 12px;
  230. margin:0 0 5px 0;
  231. }
  232.  
  233. .profile-stats {
  234. color: #ccc;
  235. font-family: 'Open Sans', Arial, sans-serif;
  236. font-size: 12px;
  237. margin:0 0 5px 0;
  238. }
  239.  
  240. .profile-field {
  241. color: #ccc;
  242. font-family: 'Open Sans', Arial, sans-serif;
  243. font-size: 12px;
  244. margin: 0 0 8px 0;
  245. }
  246.  
  247. .profile-warnlevel {
  248. color: #ccc;
  249. font-size:12px;
  250. margin: 0 0 8px 0;
  251. }
  252.  
  253. .post-info ul {
  254. list-style: none;
  255. padding:0;
  256. margin:0;
  257. color: #ccc;
  258. }
  259.  
  260. strong {
  261. font-weight:bold !important;
  262. }
  263.  
  264. .deleted_post {
  265. opacity:0.5;
  266. }
  267.  
  268. .post-horizontal .post-info {
  269. float:none;
  270. width:100%;
  271. box-sizing:border-box;
  272. color: #ccc;
  273. }
  274.  
  275. .post-horizontal .post-info ul{
  276. position:relative;
  277. text-align:left;
  278. padding:0 0 0 110px;
  279. color: #ccc;
  280. }
  281.  
  282. .post-horizontal .profile-avatar {
  283. position:absolute;
  284. top:0;
  285. left:0;
  286. }
  287.  
  288. .post-horizontal .post-content {
  289. padding:0;
  290. margin:10px 0 0 0;
  291. font-family: 'Open Sans', Arial, sans-serif;
  292. font-size: 12px;
  293. color: #ccc;
  294. }
  295.  
  296. kdb {
  297. padding: 1px 2px;
  298. color: #ccc;
  299. background-color: #2e2e2e;
  300. border-radius: 3px;
  301. -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
  302. box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
  303.  
  304. }
  305.  
  306. @media screen and (min-width:0px) and (max-width:799px) {
  307. .mainwidth {
  308. width:95%;
  309. }
  310.  
  311. ul.board-stats li {
  312. display:inline-block;
  313. width:32%;
  314. margin:0 0 25px 0;
  315. }
  316.  
  317. ul.board-groups li {
  318. display:inline-block;
  319. margin:0 5px 0 0;
  320. }
  321.  
  322. .partner {
  323. margin:0;
  324. float:none;
  325. text-align:center;
  326. }
  327.  
  328. .partner p {
  329. padding:5px 10px;
  330. display:inline-block;
  331. }
  332.  
  333. .partner img {
  334. display:none;
  335. }
  336.  
  337. .partner span {
  338. display:inline;
  339. }
  340.  
  341. .post-content {
  342. padding:0;
  343. margin:10px 0 0 0;
  344. }
  345.  
  346. .post-info {
  347. float:none;
  348. width:100%;
  349. box-sizing:border-box;
  350. }
  351.  
  352. .post-info ul{
  353. position:relative;
  354. text-align:left;
  355. padding:0 0 0 110px;
  356. }
  357.  
  358. .controls ul {
  359. display:block;
  360. text-align:center;
  361. float:none;
  362. margin:15px 0;
  363. }
  364.  
  365. .btn-back a {
  366. background:#2e2e2e;
  367. padding:10px;
  368. border-radius:3px;
  369. margin:5px;
  370. }
  371.  
  372. .btn-back i {
  373. margin:0 10px 0 0;
  374. }
  375.  
  376. .panel-links li {
  377. display:none;
  378. }
  379.  
  380. li.panel-more, li.panel-newposts {
  381. display:inline;
  382. }
  383.  
  384. #quickreply_e td , .mtable-inline tr td {
  385. display:inline-block;
  386. width:100%;
  387. box-sizing:border-box;
  388. }
  389.  
  390. .mtable-inline tr td {
  391. border-bottom:0;
  392. }
  393.  
  394. .mtable-inline tr td:last-of-type {
  395. border-bottom:1px solid #2e2e2e;
  396. }
  397.  
  398. form table td {
  399. color:red !imporant;
  400. }
  401.  
  402. .content-forums {
  403. padding:0;
  404. }
  405.  
  406. .content-sidebar {
  407. float:none;
  408. width:100%;
  409. margin:10px 0 0 0;
  410. }
  411.  
  412. ul.thread-pagination {
  413. display:none;
  414. }
  415.  
  416. .thread-lastpost i {
  417. display:block;
  418. }
  419.  
  420. .thread-lastpost span {
  421. display:none;
  422. }
  423.  
  424. td.thread-lastpost {
  425. width:10px;
  426. }
  427.  
  428. .dd-info {
  429. float: none;
  430. width:100%;
  431. box-sizing:border-box;
  432. }
  433.  
  434. .dd-info img {
  435. float: left;
  436. }
  437.  
  438. .dd-info ul {
  439. padding:0 0 0 260px;
  440. }
  441.  
  442. .dd-content {
  443. padding: 0;
  444. }
  445.  
  446. li.profile-avatar {
  447. position:absolute;
  448. top:0;
  449. left:0;
  450. float:none;
  451. }
  452.  
  453. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement