Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 108.67 KB | None | 0 0
  1. /************************************************************************/
  2. /* IP.Board 3 CSS - By Rikki Tissier - (c)2011 Invision Power Services */
  3. /* Enhanced and modified by Ehren // http://www.ipbforumskins.com */
  4. /************************************************************************/
  5. /* ipb_styles.css */
  6. /************************************************************************/
  7.  
  8. /************************************************************************/
  9. /* RESET (Thanks to YUI) */
  10.  
  11. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
  12. table { border-spacing:0; }
  13. fieldset,img { border:0; }
  14. address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
  15. ol,ul { list-style:none; }
  16. caption,th { text-align:left; }
  17. h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
  18. q:before,q:after { content:''; }
  19. abbr,acronym { border:0; }
  20. hr { display: none; border: 0; }
  21. address{ display: inline; }
  22.  
  23. /************************************************************************/
  24. /* CORE ELEMENT STYLES */
  25.  
  26. html{ background-color: #000000; }
  27.  
  28. body {
  29. background: #000000 url(http://www.part.lt/img/a32b270021c4a0c0f0794024e1b09fe0480.png) no-repeat 50% 0 fixed;
  30. color: #5a5a5a;
  31. font: normal 11px tahoma, helvetica, arial, sans-serif;
  32. position: relative;
  33. min-height: 390px;
  34. padding-bottom: 20px;
  35. }
  36.  
  37. /* body#ipboard_body.redirector {
  38. background: #fff !important;
  39. } */
  40.  
  41. input, select, textarea {
  42. font: normal 12px tahoma, helvetica, arial, sans-serif;
  43. }
  44.  
  45. h3, strong { font-weight: bold; }
  46. em { font-style: italic; }
  47. img, .input_check, .input_radio { vertical-align: middle; }
  48. legend { display: none; }
  49. table { width: 100%; }
  50. td { padding: 3px; }
  51.  
  52. a {
  53. color: #000000;
  54. text-decoration: none;
  55. }
  56.  
  57. a:hover { color: #222; }
  58.  
  59. ::-moz-selection { color: #fff; background: #82b8e6; }
  60. ::selection { color: #fff; background: #82b8e6; }
  61.  
  62. /************************************************************************/
  63. /* LISTS */
  64.  
  65. .ipsList_inline > li {
  66. display: inline-block;
  67. margin: 0 3px;
  68. }
  69. .ipsList_inline > li:first-child { margin-left: 0; }
  70. .ipsList_inline > li:last-child { margin-right: 0; }
  71. .ipsList_inline.ipsList_reset > li:first-child { margin-left: 3px; }
  72. .ipsList_inline.ipsList_reset > li:last-child { margin-right: 3px; }
  73. .ipsList_inline.ipsList_nowrap { white-space: nowrap; }
  74.  
  75. .ipsList_withminiphoto > li { /*margin-bottom: 8px;*/ padding: 7px; }
  76. .ipsList_withmediumphoto > li .list_content { margin-left: 60px; }
  77. .ipsList_withminiphoto > li .list_content { margin-left: 44px; }
  78. #index_stats .ipsList_withtinyphoto .list_content,
  79. .ipsList_withtinyphoto > li .list_content { margin-left: 32px; }
  80. .list_content { word-wrap: break-word; }
  81.  
  82. .ipsList_data li { padding: 6px; line-height: 1.3; }
  83. .ipsList_data .row_data { display: inline-block; }
  84. .ipsList_data .row_title, .ipsList_data .ft {
  85. display: inline-block;
  86. float: left;
  87. width: 120px;
  88. font-weight: bold;
  89. text-align: right;
  90. padding-right: 10px;
  91. }
  92.  
  93. .ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
  94. width: 80px;
  95. }
  96.  
  97. /************************************************************************/
  98. /* TYPOGRAPHY */
  99.  
  100. .ipsType_pagetitle, .ipsType_subtitle {
  101. font: 300 26px/1.4 Helvetica, Arial, sans-serif;
  102. color: #323232;
  103. }
  104. .ipsType_subtitle { font-size: 18px; }
  105. .ipsType_sectiontitle {
  106. font-size: 16px;
  107. font-weight: normal;
  108. color: #595959;
  109. padding: 5px 0;
  110. }
  111.  
  112. .ipsType_pagedesc {
  113. color: #7f7f7f;
  114. line-height: 1.5;
  115. }
  116.  
  117. .ipsType_pagedesc a { text-decoration: underline; }
  118.  
  119. .ipsType_textblock { line-height: 1.7; }
  120.  
  121. .ipsType_small { font-size: 11px; }
  122. .ipsType_smaller, .ipsType_smaller a { font-size: 11px !important; }
  123. .ipsType_smallest, .ipsType_smallest a { font-size: 10px !important; }
  124.  
  125. .ipsBox_container .ipsType_pagetitle{ margin-bottom: 6px; }
  126. .ipsReset { margin: 0px !important; padding: 0px !important; }
  127.  
  128. /************************************************************************/
  129. /* LAYOUT */
  130.  
  131. .wrapper{
  132. margin: 0 auto;
  133. min-width: 990px;
  134. max-width: 1600px;
  135. width: 90%;
  136. }
  137.  
  138. #content {
  139. padding: 8px;
  140. line-height: 120%;
  141. background: #fff;
  142. }
  143.  
  144.  
  145.  
  146. background: none repeat scroll 0% 0% #121212;
  147. padding: 10px;
  148. line-height: 120%;
  149. border: 1px solid #101010;
  150. border-radius: 3px;
  151. margin-top: 10px;
  152. box-shadow: 0px 0px 10px #111;
  153. }
  154.  
  155. /************************************************************************/
  156. /* COLORS */
  157.  
  158. .row1, .post_block.row1 { background-color: #fff; }
  159.  
  160. .row2, .post_block.row2 { background-color: #fdfdfd; }
  161.  
  162. /*.unread { background-color: #f7fbfc; }
  163.  
  164. .unread .altrow, .unread.altrow { background-color: #E2E9F0; }*/
  165.  
  166. .unread .highlight_unread{ font-weight: bold; }
  167.  
  168. #recentajaxcontent li,
  169. #idm_categories a,
  170. #index_stats .status_list li,
  171. #panel_files .file_listing li,
  172. #panel_screenshots #ss_linked li,
  173. .file_listing,
  174. #cart_totals td,
  175. div#member_filters li,
  176. #files li,
  177. .ipsType_sectiontitle,
  178. #order_review td,
  179. #package_details .package_info,
  180. .block_list li,
  181. .package_view_top,
  182. .member_entry,
  183. #help_topics li,
  184. .ipsBox_container .ipsType_pagetitle,
  185. .userpopup dl,
  186. #announcements td,
  187. .preview_info,
  188. .sideVerticalList li,
  189. fieldset.with_subhead ul,
  190. .ipsList_data li,
  191. .ipsList_withminiphoto li,
  192. table.ipb_table td,
  193. .store_categories li,
  194. #mini_cart li,
  195. #index_stats div[id*="statusReply"],
  196. #ipg_category .ipg_category_row,
  197. .block_inner .ipb_table td,
  198. .gallery_pane h2,
  199. .status_feedback li[id*="statusReply"],
  200. .ipsSideMenu ul li,
  201. #usercp_content .ipsType_subtitle,
  202. .ipbfs_login_row,
  203. .articles .block-1,
  204. .articles .type-1x2x2 .article_row,
  205. #idm_category .idm_category_row,
  206. #category_list li a,
  207. .ipsComment{
  208. border-bottom: 1px solid #e8e8e8;
  209. }
  210.  
  211. .ipsSideMenu ul,
  212. #register_form hr,
  213. #login_form hr,
  214. .ipsSettings_section,
  215. #index_stats div[id*="statusReply"]:first-child{
  216. border-top: 1px solid #e8e8e8;
  217. }
  218.  
  219. .articles .type-1x2x2 .article_row:last-child,
  220. .store_categories ul:last-of-type li:last-of-type,
  221. #idm_categories li:last-of-type a,
  222. #idm_category .idm_category_row:last-of-type,
  223. .sideVerticalList li:last-of-type,
  224. #index_stats div[id*="statusReply"].status_reply,
  225. .ipsList_withminiphoto li:last-of-type,
  226. .member_entry:last-of-type,
  227. .ipsList_data li:last-of-type,
  228. #help_topics li:last-of-type,
  229. table.ipb_table tr:last-of-type td{
  230. border-bottom: 0;
  231. }
  232.  
  233. /* primarily used for topic preview header */
  234. .highlighted, .highlighted .altrow { background-color: #f3f3f3; }
  235.  
  236. .border,
  237. .statistics,
  238. .post_block,
  239. .ipsComment,
  240. .popupInner,
  241. .no_messages,
  242. .poll_question ol,
  243. .ipsBox_container,
  244. .ipsFloatingAction,
  245. .column_view .post_body{
  246. background: #fdfdfd;
  247. }
  248.  
  249. .ipsBox_container {
  250. border: 1px solid #dcdcdc;
  251. }
  252.  
  253. .ipsBox { background: #f2f2f2; }
  254.  
  255. .ipsBox_container.moderated {
  256. background: #f8f1f3;
  257. border: 1px solid #d6b0bb;
  258. }
  259.  
  260. .ipsBox_notice, .ipsBox_highlight {
  261. background: #f4fcff;
  262. border-bottom: 1px solid #cae9f5;
  263. }
  264.  
  265. .border{ border: 1px solid #ccc; }
  266. .removeDefault .ipsBox, .removeDefault.ipsBox{ padding: 0; background: none transparent; }
  267. .removeDefault .ipsBox_container, .removeDefault.ipsBox_container{ border: 0; }
  268.  
  269. .forum_stats {
  270. font-size: 11px;
  271. font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  272. padding-top: 4px;
  273. color: #888;
  274. text-transform: capitalize;
  275. }
  276.  
  277. .maintitle {
  278. background: url('http://www.part.lt/img/7c62523749bc4135453da35f36a5173674.png') repeat scroll 50% 100%, linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0% 0% #060;
  279. border-radius: 3px 3px 0px 0px;
  280. box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.3);
  281. color: #FFF;
  282. padding: 15px;
  283. font-size: 12px;
  284. font-weight: bold;
  285. overflow: hidden;
  286. position: relative;
  287.  
  288.  
  289. }
  290.  
  291.  
  292.  
  293. h3.maintitle{ font-weight: bold; }
  294.  
  295. .maintitle a { color: #fff; }
  296.  
  297. .collapsed .maintitle {
  298. opacity: 0.2;
  299. -moz-border-radius: 4px;
  300. -webkit-border-radius: 4px;
  301. border-radius: 4px;
  302. }
  303.  
  304. .collapsed .maintitle:hover { opacity: 0.4; }
  305.  
  306. .maintitle .toggle {
  307. visibility: hidden;
  308. background: url('{style_images_url}/cat_minimize.png') no-repeat;
  309. text-indent: -3000em;
  310. width: 32px; height: 22px;
  311. margin: -5px -5px -10px 0;
  312. display: block;
  313. outline: 0;
  314. }
  315.  
  316. .maintitle:hover .toggle { visibility: visible; }
  317.  
  318. .collapsed .toggle {
  319. background-image: url('{style_images_url}/cat_maximize.png');
  320. }
  321.  
  322. .header_left{ background: url('{style_images_url}/header_left.png') no-repeat 0 0; }
  323. .header_right{ background: url('{style_images_url}/header_right.png') no-repeat 100% 0; }
  324. .maintitle_base{ background: #363636 url('{style_images_url}/maintitle_base.png') repeat-x 0 0; }
  325.  
  326. .maintitle_base .maintitle{
  327. -webkit-box-shadow: none;
  328. -moz-box-shadow: none;
  329. box-shadow: none;
  330. border: 0;
  331. background: none transparent;
  332. }
  333.  
  334. /* mini badges */
  335. a.ipsBadge:hover { color: #fff; }
  336.  
  337. .ipsBadge_green { background: #7ba60d; }
  338. .ipsBadge_purple { background: #af286d; }
  339. .ipsBadge_grey { background: #5b5b5b; }
  340. .ipsBadge_lightgrey { background: #b3b3b3; }
  341. .ipsBadge_orange { background: #000000; }
  342. .ipsBadge_red { background: #bf1d00; }
  343.  
  344. .bar {
  345.  
  346. }
  347.  
  348. .bar.altbar {
  349. /*background: #b6c7db;
  350. color: #1d3652;*/
  351. }
  352.  
  353. .header {
  354. color: #727272;
  355. text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
  356. background: #eee url('{style_images_url}/highlight.png') repeat-x 0 0;
  357. }
  358.  
  359. .header th{ border-bottom: 1px solid #e2e2e2; }
  360.  
  361. body .ipb_table .header a,
  362. body .topic_options a {
  363. color: #727272;
  364. }
  365.  
  366. .bbc_url, .bbc_email {
  367. color: #0f72da;
  368. text-decoration: underline;
  369. }
  370.  
  371. /* Dates */
  372. .date, .poll_question .votes {
  373. color: #747474;
  374. font-size: 11px;
  375. }
  376.  
  377. .no_messages {
  378. padding: 15px 10px;
  379. }
  380.  
  381. /* Tab bars */
  382. .tab_bar {
  383. background-color: #f1f1f1;
  384. color: #818181;
  385. }
  386.  
  387. .tab_bar li.active {
  388. background-color: #454545;
  389. color: #fff;
  390. }
  391.  
  392. .tab_bar.no_title.mini {
  393. border-bottom: 8px solid #454545;
  394. }
  395.  
  396. /* Menu popups */
  397. .ipbmenu_content, .ipb_autocomplete {
  398. background: #fff;
  399. border: 1px solid #c6c6c6;
  400. -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  401. -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  402. box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  403. }
  404.  
  405. .ipbmenu_content li, .ipb_autocomplete li {
  406. border-bottom: 1px solid #ededed;
  407. }
  408.  
  409. .ipb_autocomplete li{ padding: 3px; }
  410.  
  411. .ipb_autocomplete li.active {
  412. background: #f5f5f5;
  413. }
  414.  
  415. .ipbmenu_content a:hover { background: #f5f5f5; }
  416.  
  417. /* Forms */
  418.  
  419. .input_submit {
  420. background: #323232 url('{style_images_url}/highlight_faint.png') repeat-x 0 0;
  421. border-color: #2b2b2b;
  422. color: #fff;
  423. text-shadow: #2b2b2b 0px -1px 0px;
  424. -moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
  425. -webkit-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
  426. box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
  427. -moz-border-radius: 2px;
  428. -webkit-border-radius: 2px;
  429. border-radius: 2px;
  430. }
  431.  
  432. .input_submit:hover {
  433. background-color: #434343;
  434. color: #fff;
  435. }
  436.  
  437. .input_submit.alt {
  438. background: #646464 url('{style_images_url}/highlight_faint.png') repeat-x 0 0;
  439. border-color: #585858;
  440. color: #fff;
  441. text-shadow: #474747 0px -1px 0px;
  442. -moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
  443. -webkit-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
  444. box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
  445. }
  446.  
  447. .input_submit.alt:hover {
  448. background-color: #6f6f6f;
  449. color: #fff;
  450. }
  451.  
  452. .input_submit.delete {
  453. background: #ad2930 url('{style_images_url}/highlight_faint.png') repeat-x 0 0;
  454. border-color: #962D29;
  455. color: #fff;
  456. text-shadow: #771c20 0px -1px 0px;
  457. }
  458.  
  459. .input_submit.delete:hover { background-color: #bf3631; color: #fff; }
  460.  
  461. .input_submit:active{
  462. -webkit-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 3px;
  463. -moz-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 3px;
  464. box-shadow: inset rgba(0,0,0,0.8) 0px 1px 3px;
  465. position: relative;
  466. top: 1px;
  467. }
  468.  
  469. .input_submit.alt:active{
  470. -webkit-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 3px;
  471. -moz-box-shadow: inset rgba(0,0,0,0.5) 0px 1px 3px;
  472. box-shadow: inset rgba(0,0,0,0.5) 0px 1px 3px;
  473. }
  474.  
  475. body#ipboard_body fieldset.submit,
  476. body#ipboard_body p.submit,
  477. .ipsForm_submit{
  478. background: #e4e4e4 url('{style_images_url}/highlight.png') repeat-x 0 0;
  479. border-top: 1px solid #cccccc;
  480. }
  481.  
  482. /* Moderated styles */
  483. .moderated, body .moderated td, .moderated td.altrow, .post_block.moderated, .post_block.moderated .post_body,
  484. body td.moderated, body td.moderated {
  485. background-color: #f8f1f3;
  486. }
  487.  
  488. .post_block.moderated { border-color: #e9d2d7; }
  489. .moderated .row2 { background-color: #f0e0e3; }
  490. .moderated, .moderated a { color: #6f3642; }
  491.  
  492. /************************************************************************/
  493. /* HEADER */
  494.  
  495. #header_bar {
  496. background: #323232 url('{style_images_url}/highlight_faint.png') repeat-x 0 1px;
  497. padding: 0;
  498. text-align: right;
  499. }
  500.  
  501. #admin_bar {
  502. font-size: 11px;
  503. line-height: 28px;
  504. padding: 0 12px;
  505. background: #323232 url('{style_images_url}/highlight_faint.png') repeat-x 0 1px;
  506. overflow: hidden;
  507. margin-bottom: 8px;
  508. -webkit-border-radius: 3px;
  509. -moz-border-radius: 3px;
  510. border-radius: 3px;
  511. }
  512. #admin_bar li{ padding-left: 10px; padding-right: 10px; }
  513. #admin_bar li.active a { color: #000000; }
  514. #admin_bar a { color: #8a8a8a; }
  515. #admin_bar a:hover { color: #fff; }
  516.  
  517. #user_navigation {
  518. background: url('{style_images_url}/trans40.png') repeat;
  519. background: rgba(0,0,0,0.4);
  520. color: #fff;
  521. font-size: 11px;
  522. line-height: 36px;
  523. height: 36px;
  524. overflow: hidden;
  525. float: right;
  526. -webkit-box-shadow: inset rgba(0,0,0,0.4) 0px 1px 3px, rgba(255,255,255,0.05) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
  527. -moz-box-shadow: inset rgba(0,0,0,0.4) 0px 1px 3px, rgba(255,255,255,0.05) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
  528. box-shadow: inset rgba(0,0,0,0.4) 0px 1px 3px, rgba(255,255,255,0.05) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
  529. -webkit-border-radius: 4px;
  530. -moz-border-radius: 4px;
  531. border-radius: 4px;
  532. margin-top: 18px;
  533. }
  534.  
  535. #user_navigation a {
  536. color: #fff;
  537. float: left;
  538. padding: 0 13px;
  539. line-height: 36px;
  540. outline: none;
  541. height: 36px;
  542. }
  543.  
  544. #user_navigation a:hover {
  545. background: url("{style_images_url}/trans40.png") repeat;
  546. background: rgba(0,0,0,0.4);
  547. }
  548.  
  549. #user_navigation .user_photo{
  550. position: relative;
  551. height: 28px;
  552. width: auto;
  553. margin: -3px -9px 0px -9px;
  554. }
  555.  
  556. #user_navigation .ipsList_inline li { margin: 0; padding: 0; float: left; }
  557.  
  558. #user_link_dd, .dropdownIndicator {
  559. display: inline-block;
  560. width: 9px; height: 5px;
  561. background: url('{style_images_url}/header_dropdown.png') no-repeat left;
  562. }
  563.  
  564. #user_link_menucontent #links li {
  565. width: 50%;
  566. float: left;
  567. margin: 3px 0;
  568. white-space: nowrap;
  569. }
  570.  
  571. #user_link_menucontent #links a{ display: block; }
  572.  
  573. #user_link.menu_active #user_link_dd, .menu_active .dropdownIndicator, li.active .dropdownIndicator { background-position: right; }
  574. #community_app_menu .menu_active .dropdownIndicator { background-position: left; }
  575. #community_app_menu li.active .menu_active .dropdownIndicator { background-position: right; }
  576. #user_link_menucontent #statusForm { margin-bottom: 15px; }
  577. #user_link_menucontent #statusUpdate { margin-bottom: 5px; }
  578.  
  579. #user_link_menucontent > div {
  580. margin-left: 15px;
  581. width: 265px;
  582. text-align: left;
  583. }
  584.  
  585. #statusSubmitGlobal { margin-top: 3px; }
  586.  
  587. #user_navigation a#user_link.menu_active,
  588. #user_navigation a#notify_link.menu_active,
  589. #user_navigation a#inbox_link.menu_active {
  590. background-position: bottom;
  591. background-color: #fff;
  592. color: #323232;
  593. -moz-border-radius: 3px 3px 0 0;
  594. -webkit-border-top-left-radius: 3px;
  595. -webkit-border-top-right-radius: 3px;
  596. border-radius: 3px 3px 0 0;
  597. position: relative;
  598. z-index: 10000;
  599. }
  600.  
  601. #notify_link, #inbox_link {
  602. vertical-align: middle;
  603. width: 20px;
  604. padding: 0px 8px !important;
  605. position: relative;
  606. }
  607.  
  608. #notify_link img { background-image: url('{style_images_url}/icon_notify.png'); }
  609. #inbox_link img { background-image: url('{style_images_url}/icon_inbox.png'); }
  610.  
  611. #notify_link img, #inbox_link img{
  612. width: 20px;
  613. height: 20px;
  614. background-repeat: no-repeat;
  615. background-position: 0 0;
  616. margin-top: -2px;
  617. }
  618.  
  619. #notify_link.menu_active img, #inbox_link.menu_active img{ background-position: 0 -20px; }
  620.  
  621. #branding {
  622. height: 345px;
  623. }
  624.  
  625. #logo { float: left; }
  626.  
  627. /* Text logo */
  628.  
  629. #logo a.textLogo{
  630. color: #fff;
  631. height: 345px;
  632. line-height: 345px;
  633. text-shadow: rgba(0,0,0,0.85) 0px 1px 4px;
  634. padding: 0 12px;
  635. font-weight: 300;
  636. font-size: 40px;
  637. font-family: 'Yanone Kaffeesatz', "Trebuchet MS", Arial, Helvetica, sans-serif;
  638. display: block;
  639. text-decoration: none;
  640. }
  641.  
  642. #primary_nav_wrap{
  643. background: #060 url(http://www.part.lt/img/7c62523749bc4135453da35f36a5173674.png) repeat 0 0;
  644. min-height: 38px;
  645. padding: 4px 4px 0 4px;
  646. border-bottom: 1px solid #c4c4c4;
  647. -webkit-border-top-left-radius: 4px;
  648. -webkit-border-top-right-radius: 4px;
  649. -moz-border-radius: 4px 4px 0px 0px;
  650. border-radius: 4px 4px 0px 0px;
  651. }
  652.  
  653.  
  654. #primary_nav {
  655. font-size: 12px;
  656. font-weight: bold;
  657. float: left;
  658. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  659. text-transform: uppercase;
  660. }
  661.  
  662. #community_app_menu > li { margin: 0; position: relative; }
  663. #community_app_menu > li.active { margin: 0 3px; }
  664.  
  665. #community_app_menu > li > a {
  666. color: #FFF;
  667. -webkit-border-radius: 3px;
  668. -moz-border-radius: 3px;
  669. border-radius: 3px;
  670. display: block;
  671. outline: none;
  672. padding: 0px 11px;
  673. line-height: 35px;
  674. height: 35px;
  675. }
  676.  
  677. #community_app_menu > li > a:hover,
  678. #community_app_menu > li > a.menu_active {
  679. background: url("{style_images_url}/trans10.png") repeat;
  680. background: rgba(0,0,0,0.1);
  681. color: #444;
  682. -webkit-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 3px, rgba(255,255,255,0.45) 0px 0px 0px 1px, rgba(255,255,255,0.8) 0px 1px 0px;
  683. -moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 3px, rgba(255,255,255,0.45) 0px 0px 0px 1px, rgba(255,255,255,0.8) 0px 1px 0px;
  684. box-shadow: inset rgba(0,0,0,0.3) 0px 1px 3px, rgba(255,255,255,0.45) 0px 0px 0px 1px, rgba(255,255,255,0.8) 0px 1px 0px;
  685. }
  686.  
  687. #community_app_menu > li > a:active{ background: url("{style_images_url}/trans20.png") repeat; background: rgba(0,0,0,0.2); position: relative; top: 1px; }
  688.  
  689. #community_app_menu > li.active > a {
  690. background: #060 repeat 50% 0;
  691. -webkit-box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(255,255,255,0.45) 0px 0px 0px 1px, rgba(255,255,255,0.8) 0px 1px 0px;
  692. -moz-box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(255,255,255,0.45) 0px 0px 0px 1px, rgba(255,255,255,0.8) 0px 1px 0px;
  693. box-shadow: inset rgba(0,0,0,0.75) 0px 1px 3px, rgba(255,255,255,0.45) 0px 0px 0px 1px, rgba(255,255,255,0.8) 0px 1px 0px;
  694. text-shadow: #892307 0px 1px 1px;
  695. color: #fff;
  696. padding: 0px 15px;
  697. position: relative;
  698. }
  699.  
  700. #primary_nav a.ipbmenu img{ margin-right: -6px; }
  701.  
  702. #primary_extra_menucontent,
  703. #more_apps_menucontent, .submenu_container {
  704. background: #dadada;
  705. font-size: 11px;
  706. border: 0;
  707. min-width: 140px;
  708. -webkit-box-shadow: none;
  709. -moz-box-shadow: none;
  710. box-shadow: none;
  711. -moz-border-radius: 0 0 4px 4px;
  712. -webkit-border-bottom-right-radius: 4px;
  713. -webkit-border-bottom-left-radius: 4px;
  714. border-radius: 0 0 4px 4px;
  715. }
  716. #primary_extra_menucontent li,
  717. #more_apps_menucontent li, .submenu_container li { padding: 0; border: 0; float: none !important; min-width: 150px; }
  718.  
  719. #primary_extra_menucontent a,
  720. #more_apps_menucontent a, .submenu_container a {
  721. display: block;
  722. padding: 8px 10px;
  723. color: #444444;
  724. }
  725.  
  726. #primary_extra_menucontent a:hover,
  727. #more_apps_menucontent a:hover, .submenu_container a:hover { background: #d1d1d1; color: #444444; }
  728.  
  729. #primary_extra_menucontent li:last-child a,
  730. #more_apps_menucontent li:last-child a{
  731. -moz-border-radius: 0 0 4px 4px;
  732. -webkit-border-bottom-right-radius: 4px;
  733. -webkit-border-bottom-left-radius: 4px;
  734. border-radius: 0 0 4px 4px;
  735. }
  736.  
  737. #community_app_menu .submenu_container { width: 260px; }
  738. #community_app_menu .submenu_container li {width: 260px; }
  739.  
  740. #secondary_navigation{
  741. background: #e0e0e0 url('{style_images_url}/secondary_nav_bg.png') repeat-x 0 0;
  742. border: 1px solid #d6d6d6;
  743. text-shadow: #fff 0px 1px 0px;
  744. -moz-border-radius: 3px;
  745. -webkit-border-radius: 3px;
  746. border-radius: 3px;
  747. -webkit-box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
  748. -moz-box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
  749. box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
  750. overflow: hidden;
  751. line-height: 37px;
  752. margin-bottom: 15px;
  753. }
  754.  
  755. #secondary_navigation a{
  756. color: #757575;
  757. line-height: 37px;
  758. height: 37px;
  759. }
  760.  
  761. #secondary_navigation a:hover{ color: #222; }
  762.  
  763. #secondary_navigation #breadcrumb li {
  764. float: left;
  765. }
  766.  
  767. #secondary_navigation #breadcrumb li a {
  768. padding-left: 12px;
  769. margin-left: -15px;
  770. background: url('{style_images_url}/secondary_nav.png') no-repeat 0 0;
  771. display: block;
  772. outline: none;
  773. text-decoration: none;
  774. }
  775.  
  776. #secondary_navigation #breadcrumb li.first a{
  777. margin-left: 0;
  778. background: none;
  779. padding-left: 0px;
  780. }
  781.  
  782. #secondary_navigation #breadcrumb li span{
  783. display: block;
  784. padding-right: 17px;
  785. padding-left: 4px;
  786. background: url('{style_images_url}/secondary_nav.png') no-repeat 100% 0;
  787. }
  788.  
  789. #secondary_navigation #breadcrumb li > span{ padding-left: 4px; background: none transparent; }
  790.  
  791. #secondary_navigation #breadcrumb li.first a span{
  792. padding-left: 12px;
  793. -webkit-border-top-left-radius: 3px;
  794. -webkit-border-bottom-left-radius: 3px;
  795. -moz-border-radius: 3px 0px 0px 3px;
  796. border-radius: 3px 0px 0px 3px;
  797. }
  798.  
  799. #secondary_navigation #breadcrumb li a:hover{
  800. background-position: 0 -43px;
  801. }
  802.  
  803. #secondary_navigation #breadcrumb li a:hover span{
  804. background-position: 100% -43px;
  805. }
  806.  
  807. #secondary_navigation #breadcrumb li a:active{
  808. background-position: 0 -86px;
  809. }
  810.  
  811. #secondary_navigation #breadcrumb li a:active span{
  812. background-position: 100% -86px;
  813. }
  814.  
  815. #secondary_links{ overflow: hidden; }
  816. #secondary_links li{ float: left; margin: 0; }
  817.  
  818. #secondary_links a{
  819. padding: 0 12px;
  820. display: block;
  821. }
  822.  
  823. #secondary_links img {
  824. vertical-align: top;
  825. width: 16px;
  826. height: 16px;
  827. position: relative;
  828. margin: 10px -4px 0 -4px;
  829. }
  830.  
  831. #secondary_links a:hover img { opacity: 0.7; }
  832.  
  833. .breadcrumb {
  834. color: #777;
  835. font-size: 11px;
  836. }
  837. .breadcrumb a { color: #777; }
  838. .breadcrumb li .nav_sep { margin: 0 5px 0 0; }
  839. .breadcrumb li:first-child{ margin-left: 0; }
  840. /*.breadcrumb.top { margin-bottom: 10px; }*/
  841. .breadcrumb.bottom { margin-top: 10px; width: 100%; display: none; }
  842.  
  843. .ipsHeaderMenu {
  844. background: #ffffff;
  845. padding: 10px;
  846. -moz-border-radius: 0 0 6px 6px;
  847. -webkit-border-bottom-right-radius: 6px;
  848. -webkit-border-bottom-left-radius: 6px;
  849. border-radius: 0 0 6px 6px;
  850. overflow: hidden;
  851. width: 340px;
  852. }
  853.  
  854. .ipsHeaderMenu.boxShadow{
  855. -webkit-box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
  856. -moz-box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
  857. box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
  858. }
  859.  
  860. .ipsHeaderMenu .ipsType_sectiontitle { margin-bottom: 8px; }
  861.  
  862. #user_notifications_link_menucontent.ipsHeaderMenu,
  863. #user_inbox_link_menucontent.ipsHeaderMenu {
  864. width: 300px;
  865. }
  866.  
  867. /************************************************************************/
  868. /* SEARCH */
  869.  
  870. #search { margin: 4px 4px 0 0; }
  871.  
  872. #main_search {
  873. font-size: 12px;
  874. border: 0;
  875. padding: 0;
  876. background: transparent;
  877. width: 138px;
  878. outline: 0;
  879. }
  880.  
  881. #main_search.inactive { color: #bcbcbc; }
  882.  
  883. #search_wrap {
  884. position: relative;
  885. background: #fff;
  886. display: block;
  887. padding: 0 26px 0 4px;
  888. height: 26px;
  889. line-height: 25px;
  890. -moz-border-radius: 3px 4px 4px 3px;
  891. -webkit-border-top-left-radius: 3px;
  892. -webkit-border-top-right-radius: 4px;
  893. -webkit-border-bottom-right-radius: 4px;
  894. -webkit-border-bottom-left-radius: 3px;
  895. border-radius: 3px 4px 4px 3px;
  896. -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  897. -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  898. box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  899. min-width: 230px;
  900. }
  901.  
  902. #adv_search {
  903. width: 26px;
  904. height: 26px;
  905. -webkit-border-radius: 3px;
  906. -moz-border-radius: 3px;
  907. border-radius: 3px;
  908. background: url('{style_images_url}/advanced_search.png') no-repeat 50% 50%;
  909. text-indent: -3000em;
  910. display: inline-block;
  911. margin-left: 3px;
  912. }
  913.  
  914. #adv_search:hover{ background-color: rgba(0,0,0,0.1); }
  915.  
  916. #search .submit_input {
  917. background: #4f6682 url('{style_images_url}/search_icon.png') no-repeat 50%;
  918. text-indent: -3000em;
  919. padding: 0; border: 0;
  920. display: block;
  921. width: 26px;
  922. height: 26px;
  923. position: absolute;
  924. right: 0; top: 0; bottom: 0;
  925. -moz-border-radius: 0 3px 3px 0;
  926. -webkit-border-top-right-radius: 3px;
  927. -webkit-border-bottom-right-radius: 3px;
  928. border-radius: 0 3px 3px 0;
  929. -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
  930. -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
  931. box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
  932. }
  933.  
  934. #search .submit_input:hover{ background-color: #617997; }
  935.  
  936. #search_options {
  937. max-width: 80px;
  938. text-overflow:ellipsis;
  939. overflow: hidden;
  940. font-size: 10px;
  941. height: 20px;
  942. line-height: 20px;
  943. margin: 3px 3px 3px 0;
  944. padding: 0 6px;
  945. -moz-border-radius: 3px;
  946. -webkit-border-radius: 3px;
  947. border-radius: 3px;
  948. background: #eaeaea url('{style_images_url}/highlight.png') repeat-x 0 1px;
  949. display: inline-block;
  950. text-shadow: #fff 0px 1px 0px;
  951. float: right;
  952. }
  953.  
  954. #search_options_menucontent { min-width: 130px; padding: 0; background: #fff; border: 1px solid #c6c6c6; }
  955. #search_options_menucontent input { margin-right: 10px; }
  956. #search_options_menucontent li { border-bottom: 1px solid #ededed; white-space: nowrap; }
  957. #search_options_menucontent li:last-of-type{ border-bottom: 0; }
  958. #search_options_menucontent label:hover{ background: #f5f5f5; }
  959. #search_options_menucontent label { cursor: pointer; display: block; padding: 0 6px; }
  960. #search_options_menucontent li.title{ padding: 3px 6px; }
  961.  
  962. /************************************************************************/
  963. /* FOOTER */
  964.  
  965. #backtotop,
  966. #bottomScroll{
  967. width: 24px;
  968. height: 24px;
  969. line-height: 20px;
  970. left: 50%;
  971. top: 50%;
  972. margin-left: -12px;
  973. margin-top: -12px;
  974. position: absolute;
  975. display: inline-block;
  976. background: #bdbdbd;
  977. -webkit-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
  978. -moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
  979. box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
  980. text-align: center;
  981. -moz-border-radius: 16px;
  982. -webkit-border-radius: 16px;
  983. border-radius: 16px;
  984. opacity: 0.4;
  985. outline: 0;
  986. }
  987.  
  988. #bottomScroll:hover, #backtotop:hover {
  989. background: #8a8a8a;
  990. color: #fff;
  991. opacity: 1;
  992. }
  993.  
  994. #footer_utilities {
  995. padding: 8px;
  996. position: relative;
  997. border: 1px solid #eeeeee;
  998. text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
  999. background: #ffffff url('{style_images_url}/highlight.png') repeat-x 0 0;
  1000. -webkit-border-bottom-left-radius: 4px;
  1001. -webkit-border-bottom-right-radius: 4px;
  1002. -moz-border-radius: 0px 0px 4px 4px;
  1003. border-radius: 0px 0px 4px 4px;
  1004. }
  1005.  
  1006. #footer_utilities .ipsList_inline{ margin-top: 3px; clear: left; float: left; }
  1007. #footer_utilities .ipsList_inline > li{ margin: 0; }
  1008. #footer_utilities .ipsList_inline > li > a { margin-right: 0px; padding: 4px 10px; display: inline-block; }
  1009. #footer_utilities a.menu_active {
  1010. background: url('{style_images_url}/trans30.png') repeat;
  1011. background: rgba(0,0,0,0.3);
  1012. color: #fff;
  1013. text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
  1014. -moz-border-radius: 10px;
  1015. -webkit-border-radius: 10px;
  1016. border-radius: 10px;
  1017. -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
  1018. -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
  1019. box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
  1020. }
  1021.  
  1022. #copyright {
  1023. color: #848484;
  1024. text-align: right;
  1025. line-height: 22px;
  1026. float: right;
  1027. }
  1028.  
  1029. #copyright a { color: #848484; }
  1030.  
  1031. #ipsDebug_footer {
  1032. width: 900px;
  1033. margin: 8px auto 0px auto;
  1034. text-align: center;
  1035. color: #eee;
  1036. font-size: 11px;
  1037. }
  1038. #ipsDebug_footer strong { margin-left: 20px; }
  1039. #ipsDebug_footer a { color: #eee; }
  1040.  
  1041. #rss_menu {
  1042. background-color: #000000;
  1043. border: 1px solid #000000;
  1044. }
  1045.  
  1046. #rss_menu li { border-bottom: 1px solid #fce19b; }
  1047. #rss_menu li:last-of-type{ border-bottom: 0; }
  1048. #rss_menu a {
  1049. color: #000000;
  1050. padding: 5px 8px;
  1051. text-shadow: none;
  1052. }
  1053.  
  1054. #rss_menu a:hover {
  1055. background-color: #000000;
  1056. color: #fff;
  1057. }
  1058.  
  1059. /************************************************************************/
  1060. /* GENERAL CONTENT */
  1061.  
  1062. .ipsUserPhoto {
  1063. padding: 1px;
  1064. border: 1px solid #d5d5d5;
  1065. background: #fff;
  1066. -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  1067. -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  1068. box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  1069. }
  1070.  
  1071. .ipsUserPhotoLink:hover .ipsUserPhoto {
  1072. border-color: #a1a1a1;
  1073. -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  1074. -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  1075. box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  1076. }
  1077.  
  1078. .ipsUserPhoto_variable { max-width: 155px; }
  1079. .ipsUserPhoto_large { max-width: 90px; max-height: 90px; }
  1080. .ipsUserPhoto_medium { width: 50px; height: 50px; }
  1081. .ipsUserPhoto_mini { width: 30px; height: 30px; }
  1082. .ipsUserPhoto_tiny { width: 20px; height: 20px; }
  1083. .ipsUserPhoto_icon { width: 16px; height: 16px; }
  1084.  
  1085. .general_box {
  1086.  
  1087. }
  1088.  
  1089. .general_box .none {
  1090. color: #bcbcbc;
  1091. }
  1092.  
  1093. .general_box.poll{ margin: 0; border-width: 0 0 1px 0; }
  1094.  
  1095. .ipsBox, .ipsPad { padding: 9px; }
  1096. .ipsPad_double { padding: 9px 19px; } /* 19px because it's still only 1px border to account for */
  1097. .ipsBox_withphoto { margin-left: 65px; }
  1098.  
  1099. .ipsBox_notice {
  1100. padding: 10px;
  1101. line-height: 1.6;
  1102. margin-bottom: 10px;
  1103. }
  1104. .ipsBox_container .ipsBox_notice { margin: -10px -10px 10px -10px; }
  1105. .ipsPad_half { padding: 4px !important; }
  1106. .ipsPad_left { padding-left: 9px; }
  1107. .ipsPad_top { padding-top: 9px; }
  1108. .ipsPad_top_slimmer { padding-top: 7px; }
  1109. .ipsPad_top_half { padding-top: 4px; }
  1110. .ipsPad_top_bottom { padding-top: 9px; padding-bottom: 9px; }
  1111. .ipsPad_top_bottom_half { padding-top: 4px; padding-bottom: 4px; }
  1112. .ipsMargin_top { margin-top: 9px; }
  1113.  
  1114. .ipsBlendLinks_target .ipsBlendLinks_here {
  1115. opacity: 0.5;
  1116. -webkit-transition: all 0.1s ease-in-out;
  1117. -moz-transition: all 0.2s ease-in-out;
  1118. }
  1119. .ipsBlendLinks_target:hover .ipsBlendLinks_here { opacity: 1; }
  1120.  
  1121. .block_list > li {
  1122. padding: 5px 10px;
  1123. }
  1124.  
  1125. .ipsModMenu {
  1126. width: 15px;
  1127. height: 15px;
  1128. display: inline-block;
  1129. text-indent: -2000em;
  1130. background: url('{style_images_url}/moderation_cog.png') no-repeat;
  1131. margin-right: 5px;
  1132. vertical-align: middle;
  1133. }
  1134.  
  1135. .ipsBadge {
  1136. vertical-align: middle;
  1137. display: inline-block;
  1138. height: 15px;
  1139. line-height: 15px;
  1140. padding: 0 5px;
  1141. font-size: 9px;
  1142. font-weight: bold;
  1143. text-transform: uppercase;
  1144. color: #fff;
  1145. text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
  1146. -moz-border-radius: 3px;
  1147. -webkit-border-radius: 3px;
  1148. border-radius: 3px;
  1149. background-image: url('{style_images_url}/highlight.png');
  1150. background-repeat: repeat-x;
  1151. background-position: 0 -1px;
  1152. }
  1153.  
  1154. .ipsBadge.has_icon img {
  1155. max-height: 7px;
  1156. vertical-align: baseline;
  1157. }
  1158.  
  1159. #nav_app_ipchat .ipsBadge { position: absolute; }
  1160.  
  1161. #ajax_loading {
  1162. background: #000;
  1163. color: #fff;
  1164. text-align: center;
  1165. padding: 5px 0 8px;
  1166. width: 8%;
  1167. top: 0px;
  1168. left: 46%;
  1169. -moz-border-radius: 0 0 5px 5px;
  1170. -webkit-border-bottom-right-radius: 5px;
  1171. -webkit-border-bottom-left-radius: 5px;
  1172. border-radius: 0 0 5px 5px;
  1173. z-index: 10000;
  1174. position: fixed;
  1175. -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
  1176. -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
  1177. box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
  1178. opacity:0.6;
  1179. }
  1180.  
  1181. #ipboard_body.redirector {
  1182. width: 500px;
  1183. margin: 150px auto 0 auto;
  1184. }
  1185.  
  1186. #ipboard_body.minimal { padding-top: 40px; }
  1187. #ipboard_body.minimal #ipbwrapper{
  1188. width: 900px;
  1189. margin: 0 auto;
  1190. }
  1191. #ipbwrapper {
  1192. margin: 0 auto;
  1193. width: 1150px;
  1194. }
  1195. #ipboard_body.minimal #content {
  1196. -moz-border-radius: 3px;
  1197. -webkit-border-radius: 3px;
  1198. border-radius: 3px;
  1199. padding: 20px 30px;
  1200. margin-bottom: 10px;
  1201. }
  1202. #ipboard_body.minimal h1 { font-size: 32px; }
  1203. #ipboard_body.minimal .ipsType_pagedesc { font-size: 16px; }
  1204.  
  1205. .progress_bar {
  1206. background-color: #fff;
  1207. border: 1px solid #838383;
  1208. }
  1209.  
  1210. .progress_bar span {
  1211. background: #838383 url('{style_images_url}/highlight.png') repeat-x 0 0;
  1212. color: #fff;
  1213. font-size: 0em;
  1214. font-weight: bold;
  1215. text-align: center;
  1216. text-indent: -2000em;
  1217. height: 10px;
  1218. display: block;
  1219. overflow: hidden;
  1220. }
  1221.  
  1222. .progress_bar.limit span {
  1223. background: #b13c3c url('{style_images_url}/highlight.png') repeat-x 0 0;
  1224. }
  1225.  
  1226. .progress_bar span span {
  1227. display: none;
  1228. }
  1229.  
  1230. .progress_bar.user_warn {
  1231. margin: 0 auto;
  1232. width: 80%;
  1233. }
  1234.  
  1235. .progress_bar.user_warn span {
  1236. height: 6px;
  1237. }
  1238.  
  1239. .progress_bar.topic_poll {
  1240. margin-top: 2px;
  1241. width: 40%;
  1242. }
  1243.  
  1244. li.rating a {
  1245. outline: 0;
  1246. }
  1247.  
  1248. .antispam_img { margin: 0 3px 5px 0; }
  1249.  
  1250. span.error {
  1251. color: #ad2930;
  1252. font-weight: bold;
  1253. clear: both;
  1254. }
  1255.  
  1256. #recaptcha_widget_div { max-width: 350px; }
  1257. #recaptcha_table { border: 0 !important; }
  1258.  
  1259. .mediatag_wrapper {
  1260. position: relative;
  1261. padding-bottom: 56.25%;
  1262. padding-top: 30px;
  1263. height: 0;
  1264. overflow: hidden;
  1265. }
  1266.  
  1267. .mediatag_wrapper iframe,
  1268. .mediatag_wrapper object,
  1269. .mediatag_wrapper embed {
  1270. position: absolute;
  1271. top: 0;
  1272. left: 0;
  1273. width: 100%;
  1274. height: 100%;
  1275. }
  1276.  
  1277. /************************************************************************/
  1278. /* GENERIC REPEATED STYLES */
  1279. /* Inline lists */
  1280. .tab_filters ul, .tab_filters li, fieldset.with_subhead span.desc, fieldset.with_subhead label,.user_controls li {
  1281. display: inline;
  1282. }
  1283.  
  1284. /* Utility styles */
  1285. .right { float: right; }
  1286. .left { float: left; }
  1287. .hide { display: none; }
  1288. .short { text-align: center; }
  1289. .clear { clear: both; }
  1290. .clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden; overflow: hidden;}
  1291. .faded { opacity: 0.5 }
  1292. .clickable { cursor: pointer; }
  1293. .reset_cursor { cursor: default; }
  1294.  
  1295. /* Bullets */
  1296. .bullets ul, .bullets ol,
  1297. ul.bullets, ol.bullets {
  1298. list-style: disc;
  1299. margin-left: 30px;
  1300. line-height: 150%;
  1301. list-style-image: none;
  1302. }
  1303.  
  1304. .bullets li{ padding: 2px; }
  1305.  
  1306. /* Rounded corners */
  1307. #user_navigation #new_msg_count, .rounded {
  1308. -moz-border-radius: 3px;
  1309. -webkit-border-radius: 3px;
  1310. border-radius: 3px;
  1311. }
  1312.  
  1313. .desc, .desc.blend_links a, p.posted_info {
  1314. font-size: 11px;
  1315. color: #777777;
  1316. }
  1317.  
  1318. .desc.lighter, .desc.lighter.blend_links a {
  1319. color: #a4a4a4;
  1320. }
  1321.  
  1322. /* Cancel */
  1323. .cancel {
  1324. font-size: 0.9em;
  1325. font-weight: bold;
  1326. }
  1327.  
  1328. .cancel, .cancel:hover{
  1329. color: #ad2930;
  1330. }
  1331.  
  1332. /* Moderation */
  1333. em.moderated {
  1334. font-size: 11px;
  1335. font-style: normal;
  1336. font-weight: bold;
  1337. }
  1338.  
  1339. /* Positive/Negative */
  1340. .positive { color: #6f8f52; }
  1341. .negative { color: #c7172b; }
  1342.  
  1343. /* Search highlighting */
  1344. .searchlite
  1345. {
  1346. background-color: yellow;
  1347. color: red;
  1348. font-size:14px;
  1349. }
  1350.  
  1351. /* Users posting */
  1352. .activeuserposting {
  1353. font-style: italic;
  1354. }
  1355.  
  1356. /************************************************************************/
  1357. /* COLUMN WIDTHS FOR TABLES */
  1358. /* col_f = forums; col_c = categories; col_m = messenger; col_n = notifications */
  1359.  
  1360. .col_f_post { width: 250px !important; }
  1361. .is_mod .col_f_post { width: 210px !important; }
  1362.  
  1363. td.col_c_post {
  1364. padding-top: 10px !important;
  1365. width: 250px;
  1366. }
  1367.  
  1368. .col_f_icon {
  1369. padding: 0 0 0 3px !important;
  1370. width: 24px !important;
  1371. text-align: center;
  1372. vertical-align: middle;
  1373. }
  1374.  
  1375. .col_n_icon {
  1376. vertical-align: middle;
  1377. width: 24px;
  1378. padding: 0 !important;
  1379. }
  1380.  
  1381. .col_f_views, .col_m_replies {
  1382. width: 100px !important;
  1383. text-align: right;
  1384. white-space: nowrap;
  1385. }
  1386.  
  1387. .col_f_mod, .col_m_mod, .col_n_mod { width: 40px; text-align: right; }
  1388. .col_f_preview {
  1389. width: 20px !important;
  1390. text-align: right;
  1391. }
  1392.  
  1393. .col_c_icon { padding: 10px 2px 10px 8px !important; width: 30px; vertical-align: middle; text-align: center; }
  1394. .col_c_post .ipsUserPhoto { margin-top: 3px; }
  1395.  
  1396. .col_n_date { width: 250px; }
  1397. .col_m_photo, .col_n_photo { width: 30px; }
  1398. .col_m_mod { text-align: right; }
  1399. .col_r_icon { width: 3%; }
  1400. .col_f_topic, .col_m_subject { width: 49%; }
  1401. .col_f_starter, .col_r_total, .col_r_comments { width: 10%; }
  1402. .col_m_date, .col_r_updated, .col_r_section { width: 18%; }
  1403. .col_c_stats { width: 15%; text-align: right; }
  1404. .col_c_forum { width: auto; }
  1405. .col_mod, .col_r_mod { width: 3%; }
  1406. .col_r_title { width: 26%; }
  1407.  
  1408. /*.col_c_forum, .col_c_stats, .col_c_icon, .col_c_post { vertical-align: top; }*/
  1409.  
  1410. /************************************************************************/
  1411. /* TABLE STYLES */
  1412.  
  1413. table.ipb_table {
  1414. width: 100%;
  1415. line-height: 1.3;
  1416. }
  1417.  
  1418. table.ipb_table td {
  1419. padding: 10px;
  1420. }
  1421.  
  1422. table.ipb_table tr.unread h4,
  1423. table.ipb_table h4{ font-weight: bold; }
  1424. table.ipb_table tr.highlighted td { border-bottom: 0; }
  1425.  
  1426. table.ipb_table th {
  1427. font-size: 11px;
  1428. font-weight: bold;
  1429. padding: 8px 6px;
  1430. }
  1431.  
  1432. .last_post { margin-left: 45px; }
  1433. .last_post, .col_c_stats, .col_f_views, .line_height, .ipsList_withminiphoto .list_content{ line-height: 18px; }
  1434. #user_notifications_link_menucontent .list_content{ line-height: 130%; }
  1435. .col_c_post .ipsUserPhotoLink{ margin-top: -1px; }
  1436. .forum_desc{ padding-top: 5px; }
  1437.  
  1438. table.ipb_table h4,
  1439. table.ipb_table .topic_title {
  1440. font-size: 12px;
  1441. display: inline-block;
  1442. }
  1443.  
  1444. table.ipb_table .unread .topic_title { font-weight: bold; }
  1445. table.ipb_table .ipsModMenu { visibility: hidden; }
  1446. table.ipb_table tr:hover .ipsModMenu, table.ipb_table tr .ipsModMenu.menu_active { visibility: visible; }
  1447.  
  1448. #announcements h4 { display: inline; }
  1449. #announcements td { }
  1450. .announcement img{ margin-right: 4px; }
  1451.  
  1452. .forum_data {
  1453. font-size: 11px;
  1454. color: #5c5c5c;
  1455. display: inline-block;
  1456. white-space: nowrap;
  1457. margin: 0px 0 0 8px;
  1458. }
  1459.  
  1460. .desc_more {
  1461. background: url('{style_images_url}/desc_more.png') no-repeat top;
  1462. display: inline-block;
  1463. width: 13px; height: 13px;
  1464. text-indent: -2000em;
  1465. }
  1466. .desc_more:hover { background-position: bottom; }
  1467.  
  1468. .category_block .ipb_table h4 { /*font-size: 15px; word-wrap: break-word;*/ }
  1469.  
  1470. table.ipb_table .subforums {
  1471. margin: 7px 0 3px 0px;
  1472. overflow: hidden;
  1473. }
  1474.  
  1475. table.ipb_table .subforums li{
  1476. background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%;
  1477. padding: 0 15px 0 15px;
  1478. margin: 0;
  1479. float: left;
  1480. }
  1481.  
  1482. table.ipb_table .subforums li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); }
  1483.  
  1484. table.ipb_table .expander {
  1485. visibility: hidden;
  1486. width: 16px;
  1487. height: 16px;
  1488. display: inline-block;
  1489. }
  1490. table.ipb_table tr:hover .expander { visibility: visible; opacity: 0.2; }
  1491. table.ipb_table td.col_f_preview { cursor: pointer; }
  1492. table.ipb_table tr td:hover .expander, .expander.open, .expander.loading { visibility: visible !important; opacity: 1; }
  1493. table.ipb_table .expander.closed { background: url('{style_images_url}/icon_expand_close.png') no-repeat 0 0; }
  1494. table.ipb_table .expander.open { background: url('{style_images_url}/icon_expand_close.png') no-repeat 0 -19px; }
  1495. table.ipb_table .expander.loading { background: url('{style_images_url}/loading.gif') no-repeat; }
  1496. table.ipb_table .preview td {
  1497. padding: 20px 10px 20px 29px;
  1498. z-index: 20000;
  1499. border-top: 0;
  1500. }
  1501.  
  1502. table.ipb_table .preview td > div {
  1503. line-height: 1.4;
  1504. position: relative;
  1505. }
  1506.  
  1507. table.ipb_table .preview td {
  1508. -webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
  1509. -moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
  1510. box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
  1511. }
  1512.  
  1513. .preview_col {
  1514. margin-left: 80px;
  1515. }
  1516.  
  1517. .preview_info {
  1518. padding-bottom: 3px;
  1519. margin: -3px 0 3px;
  1520. }
  1521.  
  1522. table.ipb_table .mini_pagination { opacity: 0.5; }
  1523. table.ipb_table tr:hover .mini_pagination { opacity: 1; }
  1524.  
  1525. /************************************************************************/
  1526. /* LAYOUT SYSTEM */
  1527.  
  1528. .ipsLayout.ipsLayout_withleft { padding-left: 210px; }
  1529. .ipsBox.ipsLayout.ipsLayout_withleft { padding-left: 220px; }
  1530. .ipsLayout.ipsLayout_withright { padding-right: 210px; clear: left; }
  1531. .ipsBox.ipsLayout.ipsLayout_withright { padding-right: 220px; }
  1532. /* Panes */
  1533. .ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right { position: relative; }
  1534. .ipsLayout_content { width: 100%; float: left; }
  1535. .ipsLayout .ipsLayout_left { width: 200px; margin-left: -210px; float: left; }
  1536. .ipsLayout .ipsLayout_right { width: 200px; margin-right: -210px; float: right; }
  1537.  
  1538. /* Wider sidebars */
  1539. .ipsLayout_largeleft.ipsLayout_withleft { padding-left: 280px; }
  1540. .ipsBox.ipsLayout_largeleft.ipsLayout_withleft { padding-left: 290px; }
  1541. .ipsLayout_largeleft.ipsLayout .ipsLayout_left { width: 270px; margin-left: -280px; }
  1542. .ipsLayout_largeright.ipsLayout_withright { padding-right: 280px; }
  1543. .ipsBox.ipsLayout_largeright.ipsLayout_withright { padding-right: 290px; }
  1544. .ipsLayout_largeright.ipsLayout .ipsLayout_right { width: 270px; margin-right: -280px; }
  1545.  
  1546. /* Narrow sidebars */
  1547. .ipsLayout_smallleft.ipsLayout_withleft { padding-left: 150px; }
  1548. .ipsBox.ipsLayout_smallleft.ipsLayout_withleft { padding-left: 160px; }
  1549. .ipsLayout_smallleft.ipsLayout .ipsLayout_left { width: 140px; margin-left: -150px; }
  1550. .ipsLayout_smallright.ipsLayout_withright { padding-right: 150px; }
  1551. .ipsBox.ipsLayout_smallright.ipsLayout_withright { padding-right: 160px; }
  1552. .ipsLayout_smallright.ipsLayout .ipsLayout_right { width: 140px; margin-right: -150px; }
  1553.  
  1554. /* Tiny sidebar */
  1555. .ipsLayout_tinyleft.ipsLayout_withleft { padding-left: 40px; }
  1556. .ipsBox.ipsLayout_tinyleft.ipsLayout_withleft { padding-left: 50px; }
  1557. .ipsLayout_tinyleft.ipsLayout .ipsLayout_left { width: 40px; margin-left: -40px; }
  1558. .ipsLayout_tinyright.ipsLayout_withright { padding-right: 40px; }
  1559. .ipsBox.ipsLayout_tinyright.ipsLayout_withright { padding-right: 50px; }
  1560. .ipsLayout_tinyright.ipsLayout .ipsLayout_right { width: 40px; margin-right: -40px; }
  1561.  
  1562. /* Big sidebar */
  1563. .ipsLayout_bigleft.ipsLayout_withleft { padding-left: 330px; }
  1564. .ipsBox.ipsLayout_bigleft.ipsLayout_withleft { padding-left: 340px; }
  1565. .ipsLayout_bigleft.ipsLayout .ipsLayout_left { width: 320px; margin-left: -330px; }
  1566. .ipsLayout_bigright.ipsLayout_withright { padding-right: 330px; }
  1567. .ipsBox.ipsLayout_bigright.ipsLayout_withright { padding-right: 340px; }
  1568. .ipsLayout_bigright.ipsLayout .ipsLayout_right { width: 320px; margin-right: -330px; }
  1569.  
  1570. /* Even Wider sidebars */
  1571. .ipsLayout_hugeleft.ipsLayout_withleft { padding-left: 380px; }
  1572. .ipsBox.ipsLayout_hugeleft.ipsLayout_withleft { padding-left: 390px; }
  1573. .ipsLayout_hugeleft.ipsLayout .ipsLayout_left { width: 370px; margin-left: -380px; }
  1574. .ipsLayout_hugeright.ipsLayout_withright { padding-right: 380px; }
  1575. .ipsBox.ipsLayout_hugeright.ipsLayout_withright { padding-right: 390px; }
  1576. .ipsLayout_hugeright.ipsLayout .ipsLayout_right { width: 370px; margin-right: -380px; }
  1577.  
  1578. /************************************************************************/
  1579. /* NEW FORMS */
  1580.  
  1581. .ipsField .ipsField_title {
  1582. font-weight: bold;
  1583. font-size: 12px;
  1584. line-height: 1.6;
  1585. }
  1586.  
  1587. .ipsForm_required {
  1588. color: #ab1f39;
  1589. font-weight: bold;
  1590. }
  1591.  
  1592. .ipsForm_horizontal .ipsField_title {
  1593. float: left;
  1594. width: 185px;
  1595. padding-right: 15px;
  1596. padding-top: 3px;
  1597. text-align: right;
  1598. line-height: 1.8;
  1599. }
  1600.  
  1601. .ipsForm_horizontal .ipsField { margin-bottom: 15px; }
  1602. .ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit { margin-left: 200px; }
  1603. .ipsForm_horizontal .ipsField_checkbox { margin: 0 0 5px 200px; }
  1604. .ipsForm_horizontal .ipsField_select .ipsField_title { line-height: 1.6; }
  1605.  
  1606. .ipsForm_vertical .ipsField { margin-bottom: 10px; }
  1607. .ipsForm_vertical .ipsField_content { margin-top: 3px; }
  1608.  
  1609. .ipsForm .ipsField_checkbox .ipsField_content { margin-left: 25px; }
  1610. .ipsForm .ipsField_checkbox input { float: left; margin-top: 3px; }
  1611.  
  1612. .ipsField_primary input { font-size: 18px; }
  1613.  
  1614. .ipsForm_submit {
  1615. padding: 5px 10px;
  1616. text-align: right;
  1617. margin-top: 25px;
  1618. }
  1619.  
  1620. .ipsForm_right { text-align: right; }
  1621. .ipsForm_left { text-align: left; }
  1622. .ipsForm_center { text-align: center; }
  1623.  
  1624. /************************************************************************/
  1625. /* SETTINGS SCREENS */
  1626. .ipsSettings_pagetitle { font-size: 20px; margin-bottom: 5px; }
  1627. .ipsSettings { padding: 0 0px; }
  1628. .ipsSettings_section {
  1629. margin: 0 0 15px 0;
  1630. padding: 15px 0 0 0;
  1631. }
  1632.  
  1633. .ipsSettings_section > div { margin-left: 175px; }
  1634. .ipsSettings_section > div ul li { margin-bottom: 10px; }
  1635. .ipsSettings_section .desc { margin-top: 3px; }
  1636.  
  1637. .ipsSettings_sectiontitle {
  1638. font: bold 13px Helvetica, Arial, sans-serif;
  1639. width: 165px;
  1640. padding-left: 10px;
  1641. line-height: 18px;
  1642. float: left;
  1643. }
  1644.  
  1645. .ipsSettings_fieldtitle {
  1646. min-width: 100px;
  1647. margin-right: 10px;
  1648. font-size: 14px;
  1649. display: inline-block;
  1650. vertical-align: top;
  1651. padding-top: 3px;
  1652. }
  1653.  
  1654. /************************************************************************/
  1655. /* TOOLTIPS */
  1656.  
  1657. .ipsTooltip { padding: 5px; z-index: 25000;}
  1658. .ipsTooltip_inner {
  1659. padding: 8px;
  1660. background: #333333;
  1661. border: 1px solid #333333;
  1662. color: #fff;
  1663. -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1664. -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1665. box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1666. -moz-border-radius: 4px;
  1667. -webkit-border-radius: 4px;
  1668. border-radius: 4px;
  1669. font-size: 12px;
  1670. text-align: center;
  1671. max-width: 250px;
  1672. }
  1673. .ipsTooltip_inner a { color: #fff; }
  1674. .ipsTooltip_inner span { font-size: 11px; color: #d2d2d2 }
  1675. .ipsTooltip.top { background: url('{style_images_url}/stems/tooltip_top.png') no-repeat bottom center; }
  1676. .ipsTooltip.top_left { background-position: bottom left; }
  1677. .ipsTooltip.bottom { background: url('{style_images_url}/stems/tooltip_bottom.png') no-repeat top center; }
  1678. .ipsTooltip.left { background: url('{style_images_url}/stems/tooltip_left.png') no-repeat center right; }
  1679. .ipsTooltip.right { background: url('{style_images_url}/stems/tooltip_right.png') no-repeat center left; }
  1680.  
  1681. /************************************************************************/
  1682. /* AlertFlag */
  1683.  
  1684. .ipsHasNotifications {
  1685. padding: 0px 4px;
  1686. height: 12px;
  1687. line-height: 12px;
  1688. background: #cf2020;
  1689. color: #fff !important;
  1690. font-size: 9px;
  1691. text-align: center;
  1692. -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1693. -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1694. box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
  1695. -moz-border-radius: 2px;
  1696. -webkit-border-radius: 2px;
  1697. border-radius: 2px;
  1698. position: absolute;
  1699. top: 4px;
  1700. left: 3px;
  1701. }
  1702.  
  1703. .ipsHasNotifications_blank { display: none; }
  1704. #chat-tab-count.ipsHasNotifications { left: auto; top: 3px; right: 3px; text-shadow: none !important; position: absolute; }
  1705.  
  1706. /************************************************************************/
  1707. /* SIDEBAR STYLE */
  1708.  
  1709. .ipsSideMenu { padding: 10px 0; }
  1710. .ipsSideMenu h4 {
  1711. margin: 0 10px 5px 25px;
  1712. font-weight: bold;
  1713. color: #383838;
  1714. }
  1715.  
  1716. .ipsSideMenu ul {
  1717. margin-bottom: 20px;
  1718. }
  1719.  
  1720. .ipsSideMenu ul li {
  1721. font-size: 11px;
  1722. }
  1723.  
  1724. .ipsSideMenu ul li a {
  1725. padding: 5px 10px 5px 25px;
  1726. display: block;
  1727. }
  1728.  
  1729. .ipsSideMenu ul li a:hover{
  1730. background-color: rgba(0,0,0,0.03);
  1731. }
  1732.  
  1733. .ipsSideMenu ul li.active a {
  1734. background: #6b6b6b url('{style_images_url}/icon_check_white.png') no-repeat 6px 8px;
  1735. color: #fff;
  1736. font-weight: bold;
  1737. }
  1738.  
  1739. /***************************************************************************/
  1740. /* WIZARDS */
  1741.  
  1742. .ipsSteps {
  1743. background: #f3f3f3;
  1744. height: 55px;
  1745. -webkit-border-radius: 3px;
  1746. -moz-border-radius: 3px;
  1747. border-radius: 3px;
  1748. }
  1749.  
  1750. .ipsSteps li:first-child{
  1751. -webkit-border-top-left-radius: 3px;
  1752. -webkit-border-bottom-left-radius: 3px;
  1753. -moz-border-radius: 3px 0px 0px 3px;
  1754. border-radius: 3px 0px 0px 3px;
  1755. }
  1756.  
  1757. .ipsSteps ul li {
  1758. float: left;
  1759. padding: 11px 33px 5px 18px;
  1760. color: #323232;
  1761. background-image: url('{style_images_url}/wizard_step.png');
  1762. background-repeat: no-repeat;
  1763. background-position: 100% -56px;
  1764. position: relative;
  1765. height: 39px;
  1766. text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;
  1767. }
  1768.  
  1769. .ipsSteps .ipsSteps_active {
  1770. background-position: 100% 0;
  1771. /*color: #fff;
  1772. text-shadow: 0px -1px 0 rgba(0,0,0,0.8);*/
  1773. }
  1774.  
  1775. .ipsSteps .ipsSteps_done { }
  1776. .ipsSteps_desc { font-size: 11px; }
  1777. .ipsSteps_arrow { display: none; }
  1778.  
  1779. .ipsSteps_title {
  1780. display: block;
  1781. font-size: 14px;
  1782. padding-bottom: 4px;
  1783. }
  1784.  
  1785. .ipsSteps_active .ipsSteps_arrow {
  1786. display: block;
  1787. position: absolute;
  1788. left: -23px;
  1789. top: 0;
  1790. width: 23px;
  1791. height: 55px;
  1792. background: url('{style_images_url}/wizard_step.png') no-repeat 0 -112px;
  1793. }
  1794.  
  1795. .ipsSteps ul li:first-child .ipsSteps_arrow { display: none !important; }
  1796.  
  1797. /************************************************************************/
  1798. /* VERTICAL TABS (profile etc.) */
  1799.  
  1800. .ipsVerticalTabbed { }
  1801.  
  1802. .ipsVerticalTabbed_content {
  1803. min-height: 400px;
  1804. }
  1805.  
  1806. .ipsVerticalTabbed_tabs > ul {
  1807. width: 149px !important;
  1808. margin-top: 10px;
  1809. border-top: 1px solid #dcdcdc;
  1810. border-left: 1px solid #dcdcdc;
  1811. }
  1812.  
  1813. .ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs > ul { width: 40px !important; }
  1814.  
  1815. .ipsVerticalTabbed_tabs li {
  1816. background: #f8f8f8;
  1817. color: #808080;
  1818. border-bottom: 1px solid #dcdcdc;
  1819. font-size: 12px;
  1820. }
  1821.  
  1822. .ipsVerticalTabbed_tabs li a {
  1823. display: block;
  1824. padding: 10px 8px;
  1825. outline: 0;
  1826. color: #8d8d8d;
  1827. }
  1828.  
  1829. .ipsVerticalTabbed_tabs li a:hover {
  1830. background: #f2f2f2;
  1831. color: #808080;
  1832. }
  1833.  
  1834. .ipsVerticalTabbed_tabs li.active a {
  1835. width: 135px;
  1836. position: relative;
  1837. z-index: 8000;
  1838. background: #fdfdfd;
  1839. color: #353535;
  1840. font-weight: bold;
  1841. }
  1842.  
  1843. .ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs li.active a {
  1844. width: 24px;
  1845. }
  1846.  
  1847. /************************************************************************/
  1848. /* 'LIKE' FUNCTIONS */
  1849.  
  1850. .ipsLikeBar { margin: 10px 0; font-size: 11px; }
  1851.  
  1852. .ipsLikeBar_info {
  1853. line-height: 22px;
  1854. background: #f4f4f4;
  1855. padding: 0 10px;
  1856. display: inline-block;
  1857. -moz-border-radius: 2px;
  1858. -webkit-border-radius: 2px;
  1859. border-radius: 2px;
  1860. }
  1861.  
  1862. .ipsLikeButton {
  1863. line-height: 20px;
  1864. padding: 0 6px 0 25px;
  1865. font-size: 11px;
  1866. display: inline-block;
  1867. -moz-border-radius: 2px;
  1868. -webkit-border-radius: 2px;
  1869. border-radius: 2px;
  1870. text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
  1871. color: #fff !important;
  1872. }
  1873. .ipsLikeButton:hover { color: #fff !important; }
  1874.  
  1875. .ipsLikeButton.ipsLikeButton_enabled {
  1876. background: #69af31 url('{style_images_url}/like_button.png') no-repeat 0 0;
  1877. border: 1px solid #2d3f55;
  1878. }
  1879.  
  1880. .ipsLikeButton.ipsLikeButton_disabled {
  1881. background: #b8b8b8 url('{style_images_url}/like_button.png') no-repeat 0 -23px;
  1882. border: 1px solid #a4a4a4;
  1883. }
  1884.  
  1885. /************************************************************************/
  1886. /* TAG LIST */
  1887.  
  1888. .ipsTag {
  1889. display: inline-block;
  1890. background: url('{style_images_url}/tag_bg.png');
  1891. height: 20px;
  1892. line-height: 20px;
  1893. padding: 0 7px 0 15px;
  1894. margin: 5px 5px 0 0;
  1895. font-size: 11px;
  1896. color: #fff !important;
  1897. text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
  1898. -moz-border-radius: 0 3px 3px 0;
  1899. -webkit-border-top-right-radius: 3px;
  1900. -webkit-border-bottom-right-radius: 3px;
  1901. border-radius: 0 3px 3px 0;
  1902. }
  1903.  
  1904. /************************************************************************/
  1905. /* TAG EDITOR STYLES */
  1906.  
  1907. .ipsTagBox_wrapper {
  1908. min-height: 18px;
  1909. width: 350px;
  1910. line-height: 1.3;
  1911. display: inline-block;
  1912. margin-bottom: 3px;
  1913. }
  1914.  
  1915. .ipsTagBox_hiddeninput { background: none transparent; }
  1916. .ipsTagBox_hiddeninput.inactive {
  1917. font-size: 11px;
  1918. min-width: 200px;
  1919. }
  1920.  
  1921. .ipsTagBox_wrapper input { border: 0px; outline: 0; }
  1922. .ipsTagBox_wrapper li { display: inline-block; }
  1923.  
  1924. .ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child {
  1925. background: #dbf3ff;
  1926. border-color: #a8e3ff;
  1927. color: #136db5;
  1928. }
  1929.  
  1930. .ipsTagBox_tag {
  1931. padding: 2px 1px 2px 4px;
  1932. background: #f4f4f4;
  1933. border: 1px solid #dddddd;
  1934. margin: 0 3px 2px 0;
  1935. font-size: 11px;
  1936. -moz-border-radius: 2px;
  1937. -webkit-border-radius: 2px;
  1938. border-radius: 2px;
  1939. cursor: pointer;
  1940. }
  1941.  
  1942. .ipsTagBox_tag:hover {
  1943. border-color: #bdbdbd;
  1944. }
  1945.  
  1946. .ipsTagBox_tag.selected {
  1947. background: #e2e2e2 !important;
  1948. border-color: #c0c0c0 !important;
  1949. color: #424242 !important;
  1950. }
  1951.  
  1952. .ipsTagBox_closetag {
  1953. margin-left: 2px;
  1954. display: inline-block;
  1955. padding: 0 3px;
  1956. color: #c7c7c7;
  1957. font-weight: bold;
  1958. }
  1959. .ipsTagBox_closetag:hover { color: #454545; }
  1960. .ipsTagBox_tag.selected .ipsTagBox_closetag { color: #424242; }
  1961. .ipsTagBox_tag.selected .ipsTagBox_closetag:hover { color: #2f2f2f; }
  1962. .ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag { color: #4f87bb; }
  1963. .ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag:hover { color: #003b71; }
  1964.  
  1965. .ipsTagBox_addlink {
  1966. font-size: 10px;
  1967. margin-left: 3px;
  1968. outline: 0;
  1969. }
  1970.  
  1971. .ipsTagBox_dropdown {
  1972. height: 100px;
  1973. overflow: scroll;
  1974. background: #fff;
  1975. border: 1px solid #dddddd;
  1976. -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  1977. -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  1978. box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  1979. z-index: 16000;
  1980. }
  1981.  
  1982. .ipsTagBox_dropdown li {
  1983. padding: 4px;
  1984. font-size: 12px;
  1985. cursor: pointer;
  1986. }
  1987. .ipsTagBox_dropdown li:hover {
  1988. background: #dbf3ff;
  1989. color: #003b71;
  1990. }
  1991.  
  1992. /************************************************************************/
  1993. /* TAG CLOUD */
  1994. .ipsTagWeight_1 { opacity: 1.0; }
  1995. .ipsTagWeight_2 { opacity: 0.9; }
  1996. .ipsTagWeight_3 { opacity: 0.8; }
  1997. .ipsTagWeight_4 { opacity: 0.7; }
  1998. .ipsTagWeight_5 { opacity: 0.6; }
  1999. .ipsTagWeight_6 { opacity: 0.5; }
  2000. .ipsTagWeight_7 { opacity: 0.4; }
  2001. .ipsTagWeight_8 { opacity: 0.3; }
  2002.  
  2003. /************************************************************************/
  2004. /* NEW FILTER BAR */
  2005.  
  2006. .ipsFilterbar li {
  2007. margin: 0px 15px 0px 0;
  2008. font-size: 11px;
  2009. }
  2010.  
  2011. .ipsFilterbar li a {
  2012. color: #fff;
  2013. opacity: 0.5;
  2014. text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
  2015. -webkit-transition: all 0.3s ease-in-out;
  2016. -moz-transition: all 0.3s ease-in-out;
  2017. }
  2018.  
  2019. .ipsFilterbar.bar.altbar li a { color: #244156; text-shadow: none; opacity: .8; }
  2020.  
  2021. .ipsFilterbar:hover li a { opacity: 0.8; }
  2022.  
  2023. .ipsFilterbar li a:hover {
  2024. color: #fff;
  2025. opacity: 1;
  2026. }
  2027.  
  2028. .ipsFilterbar li img { margin-top: -3px; }
  2029.  
  2030. .ipsFilterbar li.active { opacity: 1; }
  2031.  
  2032. .ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
  2033. background: url('{style_images_url}/trans30.png') repeat;
  2034. background: rgba(0,0,0,0.3);
  2035. opacity: 1;
  2036. color: #fff;
  2037. padding: 4px 10px;
  2038. font-weight: bold;
  2039. -moz-border-radius: 10px;
  2040. -webkit-border-radius: 10px !important;
  2041. border-radius: 10px;
  2042. -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
  2043. -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
  2044. box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
  2045. }
  2046.  
  2047. /************************************************************************/
  2048. /* POSTING FORM STYLES */
  2049. /* Additional form styles for posting forms */
  2050.  
  2051. .ipsPostForm { }
  2052.  
  2053. .ipsPostForm.ipsLayout_withright {
  2054. padding-right: 260px !important;
  2055. }
  2056.  
  2057. .ipsPostForm .ipsLayout_content {
  2058. z-index: 900;
  2059. -webkit-box-shadow: 2px 0px 4px rgba(0,0,0,0.1);
  2060. -moz-box-shadow: 2px 0px 4px rgba(0,0,0,0.1);
  2061. box-shadow: 2px 0px 4px rgba(0,0,0,0.1);
  2062. float: none;
  2063. }
  2064.  
  2065. .ipsPostForm .ipsLayout_right {
  2066. width: 250px;
  2067. margin-right: -251px;
  2068. border-left: 0;
  2069. z-index: 800;
  2070. }
  2071.  
  2072. .ipsPostForm_sidebar{ margin-top: 8px; }
  2073.  
  2074. .ipsPostForm_sidebar .ipsPostForm_sidebar_block.closed h3 {
  2075. background-image: url('{style_images_url}/folder_closed.png');
  2076. background-repeat: no-repeat;
  2077. background-position: 10px 9px;
  2078. padding-left: 26px;
  2079. margin-bottom: 2px;
  2080. }
  2081.  
  2082. /************************************************************************/
  2083. /* MEMBER LIST STYLES */
  2084. .ipsMemberList .ipsButton_secondary { opacity: 0.3; }
  2085. .ipsMemberList li:hover .ipsButton_secondary, .ipsMemberList tr:hover .ipsButton_secondary { opacity: 1; }
  2086. .ipsMemberList li .reputation { margin: 5px 10px 0 0; }
  2087. .ipsMemberList > li .ipsButton_secondary { margin-top: 15px; }
  2088. .ipsMemberList li .rating { display: inline; }
  2089.  
  2090. /************************************************************************/
  2091. /* COMMENT STYLES */
  2092. .ipsComment_wrap { margin-top: 10px; }
  2093. .border > .ipsComment_wrap, .ipsBox_container > .ipsComment_wrap{ margin: 0; }
  2094. .ipsComment_wrap .ipsLikeBar { margin: 0; }
  2095. .ipsComment_wrap input[type='checkbox'] { vertical-align: middle; }
  2096.  
  2097. .ipsComment {
  2098. padding: 10px;
  2099. }
  2100.  
  2101. .ipsComment_author, .ipsComment_reply_user {
  2102. width: 160px;
  2103. text-align: right;
  2104. padding: 0 10px;
  2105. float: left;
  2106. line-height: 1.3;
  2107. }
  2108.  
  2109. .ipsComment_author .ipsUserPhoto { margin-bottom: 5px; }
  2110.  
  2111. .ipsComment_comment {
  2112. margin-left: 190px !important;
  2113. line-height: 1.5;
  2114. }
  2115.  
  2116. .ipsComment_comment > div { min-height: 33px; }
  2117.  
  2118. .ipsComment_controls { margin-top: 10px; }
  2119. .ipsComment_controls > li { opacity: 0.2; }
  2120. .ipsComment:hover .ipsComment_controls > li, .ipsComment .ipsComment_controls > li.right { opacity: 1; }
  2121.  
  2122. .ipsComment_reply_user_photo {
  2123. margin-left: 115px;
  2124. }
  2125.  
  2126. /************************************************************************/
  2127. /* FLOATING ACTION STYLES (comment moderation, multiquote etc.) */
  2128. .ipsFloatingAction {
  2129. position: fixed;
  2130. right: 10px;
  2131. bottom: 10px;
  2132. padding: 10px;
  2133. z-index: 15000;
  2134. border: 4px solid #464646;
  2135. border: 4px solid rgba(0,0,0,0.75);
  2136. -moz-border-radius: 5px;
  2137. -webkit-border-radius: 5px;
  2138. border-radius: 5px;
  2139. -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
  2140. -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
  2141. box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
  2142. }
  2143.  
  2144. .ipsFloatingAction.left {
  2145. right: auto;
  2146. left: 10px;
  2147. }
  2148.  
  2149. .ipsFloatingAction .fixed_inner {
  2150. overflow-y: auto;
  2151. overflow-x: hidden;
  2152. }
  2153.  
  2154. /* specifics for seo meta tags editor */
  2155. #seoMetaTagEditor { width: 480px; }
  2156. #seoMetaTagEditor table { width: 450px; }
  2157. #seoMetaTagEditor table td { width: 50%; padding-right: 0px }
  2158.  
  2159. /************************************************************************/
  2160. /* FORM STYLES */
  2161.  
  2162. body#ipboard_body fieldset.submit,
  2163. body#ipboard_body p.submit {
  2164. padding: 15px 6px 15px 6px;
  2165. text-align: center;
  2166. }
  2167.  
  2168. .iframe{ outline: none; }
  2169.  
  2170. .input_text, .ipsTagBox_wrapper, textarea {
  2171. padding: 6px;
  2172. border: 1px solid #d4d4d4;
  2173. background: #fcfcfc;
  2174. color: #9f9f9f;
  2175. text-shadow: #fff 0px 1px 0px;
  2176. -webkit-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
  2177. -moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
  2178. box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
  2179. }
  2180.  
  2181. textarea:focus, .input_text:focus {
  2182. outline: none;
  2183. background-color: #fefefe;
  2184. color: #555555;
  2185. border-color: #e6936a;
  2186. -webkit-box-shadow: inset 0px 0px 4px #f6c8b2, #fbdfd2 0px 0px 3px;
  2187. -moz-box-shadow: inset 0px 0px 4px #f6c8b2, #fbdfd2 0px 0px 3px;
  2188. box-shadow: inset 0px 0px 4px #f6c8b2, #fbdfd2 0px 0px 3px;
  2189. }
  2190.  
  2191. input.inactive, select.inactive, textarea.inactive { color: #c4c4c4; }
  2192.  
  2193. .input_text.error {
  2194. background: #f3dddd;
  2195. border-color: #c98282;
  2196. color: #ad2930;
  2197. -webkit-box-shadow: none;
  2198. -moz-box-shadow: none;
  2199. box-shadow: none;
  2200. }
  2201. .input_text.accept {
  2202. background: #f1f6ec;
  2203. border-color: #cddac0;
  2204. color: #456d1d;
  2205. -webkit-box-shadow: none;
  2206. -moz-box-shadow: none;
  2207. box-shadow: none;
  2208. }
  2209.  
  2210. input:-webkit-input-placeholder { color: #bbb; }
  2211. input:-moz-placeholder { color: #bbb; }
  2212.  
  2213. .input_submit {
  2214. text-decoration: none;
  2215. border-width: 1px;
  2216. border-style: solid;
  2217. padding: 4px 10px;
  2218. cursor: pointer;
  2219. }
  2220.  
  2221. a.input_submit{
  2222. padding: 6px 10px;
  2223. display: inline-block;
  2224. }
  2225.  
  2226. .input_submit.alt {
  2227. text-decoration: none;
  2228. }
  2229.  
  2230. p.field {
  2231. padding: 15px;
  2232. }
  2233.  
  2234. li.field {
  2235. padding: 5px;
  2236. margin-left: 5px;
  2237. }
  2238.  
  2239. li.field label,
  2240. li.field span.desc {
  2241. display: block;
  2242. }
  2243.  
  2244. li.field.error {
  2245. color: #ad2930;
  2246. }
  2247.  
  2248. li.field.error label {
  2249. font-weight: bold;
  2250. }
  2251.  
  2252. li.field.checkbox, li.field.cbox {
  2253. margin-left: 0;
  2254. }
  2255.  
  2256. li.field.checkbox .input_check,
  2257. li.field.checkbox .input_radio,
  2258. li.field.cbox .input_check,
  2259. li.field.cbox .input_radio {
  2260. margin-right: 10px;
  2261. vertical-align: middle;
  2262. }
  2263.  
  2264. li.field.checkbox label,
  2265. li.field.cbox label {
  2266. width: auto;
  2267. float: none;
  2268. display: inline;
  2269. }
  2270.  
  2271. li.field.checkbox p,
  2272. li.field.cbox p {
  2273. position: relative;
  2274. left: 245px;
  2275. display: block;
  2276. }
  2277.  
  2278. li.field.checkbox span.desc,
  2279. li.field.cbox span.desc {
  2280. padding-left: 27px;
  2281. margin-left: auto;
  2282. display: block;
  2283. }
  2284.  
  2285. /************************************************************************/
  2286. /* MESSAGE STYLES */
  2287.  
  2288. .message {
  2289. background: #cde3a4 url('{style_images_url}/highlight.png') repeat-x 0 0;
  2290. padding: 10px;
  2291. border: 1px solid #a8c471;
  2292. text-shadow: rgba(255,255,255,0.55) 0px 1px 0px;
  2293. line-height: 1.6;
  2294. font-size: 12px;
  2295. -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
  2296. -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
  2297. box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
  2298. }
  2299.  
  2300. .message,
  2301. .message a,
  2302. .message h3{
  2303. color: #436500;
  2304. }
  2305.  
  2306. .message h3 {
  2307. padding: 0;
  2308. }
  2309.  
  2310. .message.error {
  2311. background-color: #f3e3e6;
  2312. border-color: #e599aa;
  2313. }
  2314.  
  2315. .message.error,
  2316. .message.error a,
  2317. .message.error h3{
  2318. color: #80001c;
  2319. }
  2320.  
  2321. .message.error.usercp {
  2322. background-image: none;
  2323. padding: 4px;
  2324. float: right;
  2325. }
  2326.  
  2327. .message.unspecific {
  2328. background-color: #f3f3f3;
  2329. border-color: #d4d4d4;
  2330. color: #515151;
  2331. margin: 0 0 10px 0;
  2332. clear: both;
  2333. }
  2334.  
  2335. .message.unspecific,
  2336. .message.unspecific a,
  2337. .message.unspecific h3{
  2338. color: #515151;
  2339. }
  2340.  
  2341. .message a{ text-decoration: underline; }
  2342.  
  2343. /************************************************************************/
  2344. /* MENU & POPUP STYLES */
  2345.  
  2346. .ipbmenu_content, .ipb_autocomplete {
  2347. min-width: 85px;
  2348. z-index: 2000;
  2349. }
  2350.  
  2351. .ipbmenu_content{ white-space: nowrap; }
  2352.  
  2353. .ipbmenu_content li:last-child {
  2354. border-bottom: 0;
  2355. padding-bottom: 0px;
  2356. }
  2357.  
  2358. .ipbmenu_content li:first-child { padding-top: 0px; }
  2359. .ipbmenu_content.with_checks a { padding-left: 26px; }
  2360. .ipbmenu_content a .icon { margin-right: 10px; }
  2361. .ipbmenu_content a {
  2362. text-decoration: none;
  2363. text-align: left;
  2364. display: block;
  2365. padding: 6px 10px;
  2366. }
  2367. .ipbmenu_content.with_checks li.selected a {
  2368. background-image: url('{style_images_url}/icon_check.png');
  2369. background-repeat: no-repeat;
  2370. background-position: 7px 10px;
  2371. }
  2372.  
  2373. .popupWrapper {
  2374. background: url('{style_images_url}/trans60.png') repeat;
  2375. background: rgba(0,0,0,0.6);
  2376. padding: 8px;
  2377. -webkit-box-shadow: rgba(0,0,0,0.5) 0px 10px 20px;
  2378. -moz-box-shadow: rgba(0,0,0,0.5) 0px 10px 20px;
  2379. box-shadow: rgba(0,0,0,0.5) 0px 10px 20px;
  2380. -moz-border-radius: 5px;
  2381. -webkit-border-radius: 5px;
  2382. border-radius: 5px;
  2383. }
  2384.  
  2385. .popupInner {
  2386. width: 500px;
  2387. overflow: auto;
  2388. -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  2389. -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  2390. box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  2391. overflow-x: hidden;
  2392. }
  2393.  
  2394. .popupInner.black_mode {
  2395. background: #000;
  2396. color: #eee;
  2397. border: 3px solid #626262;
  2398. }
  2399.  
  2400. .popupInner.warning_mode {
  2401. border: 3px solid #7D1B1B;
  2402. }
  2403.  
  2404. .popupInner h3 {
  2405. border-bottom: 1px solid #d8d8d8;
  2406. text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
  2407. background: #eee url('{style_images_url}/highlight.png') repeat-x 0 0;
  2408. padding: 8px 10px 9px;
  2409. font-size: 16px;
  2410. font-weight: 300;
  2411. }
  2412.  
  2413. .popupInner h3 a { color: #727272; }
  2414.  
  2415. .popupInner.black_mode h3 {
  2416. background-color: #595959;
  2417. color: #ddd;
  2418. }
  2419.  
  2420. .popupInner.warning_mode h3 {
  2421. background-color: #7D1B1B;
  2422. padding-top: 6px;
  2423. padding-bottom: 6px;
  2424. color: #fff;
  2425. }
  2426.  
  2427. .popupClose {
  2428. position: absolute;
  2429. right: 20px;
  2430. top: 20px;
  2431. }
  2432.  
  2433. .popupClose.light_close_button {
  2434. background: transparent url('{style_images_url}/close_popup_light.png') no-repeat top left;
  2435. opacity: 0.8;
  2436. width: 13px;
  2437. height: 13px;
  2438. top: 17px;
  2439. }
  2440.  
  2441. .popupClose.light_close_button img {
  2442. display: none;
  2443. }
  2444.  
  2445. .popup_footer {
  2446. padding: 15px;
  2447. position: absolute;
  2448. bottom: 0px;
  2449. right: 0px;
  2450. }
  2451.  
  2452. .popup_body {
  2453. padding: 10px;
  2454. }
  2455.  
  2456. .stem {
  2457. width: 31px;
  2458. height: 16px;
  2459. position: absolute;
  2460. }
  2461.  
  2462. .stem.topleft { background-image: url('{style_images_url}/stems/topleft.png'); }
  2463. .stem.topright { background-image: url('{style_images_url}/stems/topright.png'); }
  2464. .stem.bottomleft { background-image: url('{style_images_url}/stems/bottomleft.png'); }
  2465. .stem.bottomright { background-image: url('{style_images_url}/stems/bottomright.png'); }
  2466.  
  2467. .modal {
  2468. background-color: #3e3e3e;
  2469. }
  2470.  
  2471. .userpopup h3 { font-size: 17px; }
  2472. .userpopup h3, .userpopup .side + div { padding-left: 110px; }
  2473. .userpopup .side { position: absolute; margin-top: -40px; }
  2474. .userpopup .side .ipsButton_secondary {
  2475. display: block;
  2476. text-align: center;
  2477. margin-top: 5px;
  2478. max-width: 85px;
  2479. height: auto;
  2480. line-height: 1;
  2481. padding: 5px 10px;
  2482. white-space: normal;
  2483. }
  2484. .userpopup .user_controls { text-align: left; }
  2485. .userpopup .user_status { padding: 5px; margin-bottom: 5px; }
  2486. .userpopup .reputation {
  2487. display: block;
  2488. text-align: center;
  2489. margin-top: 5px;
  2490. }
  2491.  
  2492. .userpopup {
  2493. overflow: hidden;
  2494. position: relative;
  2495. font-size: 0.9em;
  2496. min-height: 200px;
  2497. }
  2498.  
  2499. .userpopup dl {
  2500. padding-bottom: 10px;
  2501. margin-bottom: 4px;
  2502. }
  2503.  
  2504. .info dt {
  2505. float: left;
  2506. font-weight: bold;
  2507. padding: 3px 6px;
  2508. clear: both;
  2509. width: 30%;
  2510. }
  2511.  
  2512. .info dd {
  2513. padding: 3px 6px;
  2514. width: 60%;
  2515. margin-left: 35%;
  2516. }
  2517.  
  2518. /************************************************************************/
  2519. /* BUTTONS STYLES */
  2520.  
  2521. .topic_buttons li {
  2522. float: right;
  2523. margin: 0 0 10px 10px;
  2524. }
  2525.  
  2526. .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important,
  2527. .topic_buttons li a, .topic_buttons li span, .ipsButton {
  2528. background: #405268 url('{style_images_url}/highlight_faint.png') repeat-x 0 0;
  2529. border: 1px solid #344457;
  2530. -moz-border-radius: 3px;
  2531. -webkit-border-radius: 3px;
  2532. border-radius: 3px;
  2533. -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
  2534. -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
  2535. box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
  2536. color: #fff;
  2537. text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
  2538. font: 300 12px/1.3 Helvetica, Arial, sans-serif;
  2539. line-height: 30px;
  2540. height: 30px;
  2541. padding: 0 10px;
  2542. text-align: center;
  2543. min-width: 125px;
  2544. display: inline-block;
  2545. cursor: pointer;
  2546. }
  2547.  
  2548. .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .ipsButton.important {
  2549. background: #8b1515 url('{style_images_url}/highlight_faint.png') repeat-x 0 0 !important;
  2550. border-color: #790f0f;
  2551. }
  2552.  
  2553. .topic_buttons li a:hover, .ipsButton:hover { background-color: #546983; color: #fff; }
  2554.  
  2555. .topic_buttons li a:active{
  2556. -webkit-box-shadow: inset rgba(0,0,0,0.4) 0px 1px 4px;
  2557. -moz-box-shadow: inset rgba(0,0,0,0.4) 0px 1px 4px;
  2558. box-shadow: inset rgba(0,0,0,0.4) 0px 1px 4px;
  2559. position: relative;
  2560. top: 1px;
  2561. }
  2562.  
  2563. .topic_buttons li.non_button a {
  2564. background: transparent !important;
  2565. background-color: transparent !important;
  2566. border: 0;
  2567. box-shadow: none !important;
  2568. -moz-box-shadow: none !important;
  2569. -webkit-box-shadow: none !important;
  2570. text-shadow: none;
  2571. min-width: 0px;
  2572. color: #777777;
  2573. font-weight: normal;
  2574. padding-top: 1px;
  2575. padding-bottom: 1px;
  2576. }
  2577.  
  2578. .topic_buttons li.non_button a:active{ top: 0; }
  2579.  
  2580. .topic_buttons li.disabled a, .topic_buttons li.disabled span {
  2581. background: #ebebeb;
  2582. box-shadow: none;
  2583. -moz-box-shadow: none;
  2584. -webkit-box-shadow: none;
  2585. text-shadow: none;
  2586. border: 0;
  2587. color: #7f7f7f;
  2588. }
  2589.  
  2590. .topic_buttons li span { cursor: default !important; }
  2591.  
  2592. .ipsButton_secondary,
  2593. .bbc_spoiler_show,
  2594. .user_controls li a{
  2595. height: 24px;
  2596. line-height: 24px;
  2597. font-size: 11px;
  2598. padding: 0 10px;
  2599. background: #ececec url('{style_images_url}/highlight_strong.png') repeat-x 0 0;
  2600. border: 1px solid #d0d0d0;
  2601. -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
  2602. -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
  2603. box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
  2604. -moz-border-radius: 2px;
  2605. -webkit-border-radius: 2px;
  2606. border-radius: 2px;
  2607. color: #616161;
  2608. text-shadow: #fff 0px 1px 0px;
  2609. display: inline-block;
  2610. white-space: nowrap;
  2611. cursor: pointer;
  2612. }
  2613. .ipsButton_secondary a { color: #616161; }
  2614. .ipsButton_secondary:hover,
  2615. .bbc_spoiler_show:hover,
  2616. .user_controls li a:hover{
  2617. color: #4c4c4c;
  2618. background-color: #f8f8f8;
  2619. }
  2620.  
  2621. .ipsButton_secondary.important {
  2622. background: #000000 url('{style_images_url}/highlight_faint.png') repeat-x 0 0;
  2623. border: 1px solid #000000;
  2624. color: #000000;
  2625. text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
  2626. -webkit-box-shadow: none;
  2627. -moz-box-shadow: none;
  2628. box-shadow: none;
  2629. }
  2630. .ipsButton_secondary .icon {
  2631. margin-right: 4px;
  2632. margin-top: -3px;
  2633. }
  2634.  
  2635. .ipsButton_secondary img.small {
  2636. max-height: 12px;
  2637. margin-left: 3px;
  2638. margin-top: -2px;
  2639. opacity: 0.5;
  2640. }
  2641. .ipsButton_secondary.important a { color: #fbf4f4; }
  2642. .ipsButton_secondary.important a:hover,
  2643. a.ipsButton_secondary.important:hover{
  2644. color: #fff;
  2645. background-color: #bb3c3c;
  2646. }
  2647.  
  2648. .ipsButton_secondary:active{
  2649. -webkit-box-shadow: inset rgba(0,0,0,0.15) 0px 1px 2px, rgba(255,255,255,0.5) 0px 1px 0px;
  2650. -moz-box-shadow: inset rgba(0,0,0,0.15) 0px 1px 2px, rgba(255,255,255,0.5) 0px 1px 0px;
  2651. box-shadow: inset rgba(0,0,0,0.15) 0px 1px 2px, rgba(255,255,255,0.5) 0px 1px 0px;
  2652. position: relative;
  2653. top: 1px;
  2654. }
  2655.  
  2656. .ipsButton_secondary img{ vertical-align: middle; margin-top: -1px; }
  2657.  
  2658. /* Used in post forms */
  2659. .ipsField.ipsField_checkbox.ipsButton_secondary { line-height: 18px; }
  2660. .ipsField.ipsField_checkbox.ipsButton_secondary input { margin-top: 6px }
  2661. .ipsField.ipsField_checkbox.ipsButton_secondary .ipsField_content { margin-left: 18px; }
  2662.  
  2663. .ipsButton_extra {
  2664. line-height: 22px;
  2665. height: 22px;
  2666. font-size: 11px;
  2667. margin-left: 5px;
  2668. color: #5c5c5c;
  2669. }
  2670.  
  2671. .ipsButton_secondary.fixed_width{ min-width: 170px; }
  2672.  
  2673. .ipsButton.no_width { min-width: 0; }
  2674. .topic_controls { min-height: 30px; overflow: hidden; }
  2675.  
  2676. ul.post_controls {
  2677. margin: 0;
  2678. background: #f8f8f8;
  2679. border-top: 1px solid #f0f0f0;
  2680. margin-top: 10px;
  2681. padding: 7px;
  2682. clear: both;
  2683. overflow: hidden;
  2684. }
  2685.  
  2686. ul.post_controls li {
  2687. font-size: 11px;
  2688. float: right;
  2689. margin: 0;
  2690. padding: 0;
  2691. }
  2692.  
  2693. ul.post_controls li.report, ul.post_controls li.top{ float: left; }
  2694.  
  2695. ul.post_controls a {
  2696. color: #fff;
  2697. text-shadow: #000000 0px -1px 0px;
  2698. background: #060 repeat-x 0 -6px;
  2699. border: 1px solid #000000;
  2700. -webkit-border-radius: 2px;
  2701. -moz-border-radius: 2px;
  2702. border-radius: 2px;
  2703. height: 24px;
  2704. line-height: 24px;
  2705. padding: 0 9px;
  2706. text-decoration: none;
  2707. margin-left: 4px;
  2708. display: block;
  2709. -webkit-box-shadow: inset #000000 0px 1px 0px;
  2710. -moz-box-shadow: inset #000000 0px 1px 0px;
  2711. box-shadow: inset #000000 0px 1px 0px;
  2712. }
  2713.  
  2714. ul.post_controls a:hover { background-color: #070; color: #fff; }
  2715.  
  2716. ul.post_controls a.ipsButton_secondary {
  2717. height: 24px;
  2718. line-height: 24px;
  2719. }
  2720.  
  2721. ul.post_controls li.multiquote.selected a {
  2722. background: #405268 url('{style_images_url}/highlight_faint.png') repeat-x 0 0;
  2723. text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
  2724. border-color: #2d3d50;
  2725. -webkit-box-shadow: none;
  2726. -moz-box-shadow: none;
  2727. box-shadow: none;
  2728. color: #fff;
  2729. }
  2730.  
  2731. /*.post_block .post_controls li a { opacity: 0.2; }
  2732. .post_block .post_controls li a.ipsButton_secondary { opacity: 1; }
  2733. .post_block:hover .post_controls li a { opacity: 1; }*/
  2734.  
  2735. .post_body ul.post_controls{ margin: 0 -12px -12px -187px; }
  2736. .column_view .post_body ul.post_controls{ margin-left: -188px; }
  2737. .post_block.no_sidebar .post_body ul.post_controls{ margin-left: 0px; }
  2738. .post_body ul.post_controls img{ vertical-align: middle; margin: -3px 2px 0px -3px; position: relative; }
  2739.  
  2740. .hide_signature, .sigIconStay { float: right; }
  2741. .post_block:hover .signature a.hide_signature, .sigIconStay {
  2742. background: transparent url('{style_images_url}/cross_sml.png') no-repeat top right;
  2743. width: 13px;
  2744. height: 13px;
  2745. opacity: 0.6;
  2746. position: absolute;
  2747. right: 10px;
  2748. }
  2749.  
  2750. /************************************************************************/
  2751. /* PAGINATION STYLES */
  2752.  
  2753. .pagination { padding: 5px 0; line-height: 22px; }
  2754. .pagination.no_numbers .page { display: none; }
  2755. .pagination .pages { text-align: center; }
  2756. .pagination .back { margin-right: 5px; }
  2757. /*.pagination .back li { margin: 0 2px 0 0; }*/
  2758. .pagination .forward { margin-left: 5px; }
  2759. /*.pagination .forward li { margin: 0 0 0 2px; }*/
  2760.  
  2761. .pagination a{ color: #747474; }
  2762.  
  2763. .pagination .page a,
  2764. .pagination .back a,
  2765. .pagination .forward a {
  2766. background: #e5e5e5 url('{style_images_url}/highlight_strong.png') repeat-x 0 0;
  2767. border: 1px solid #d6d6d6;
  2768. color: #747474;
  2769. text-shadow: #fff 0px 1px 0px;
  2770. -moz-border-radius: 3px;
  2771. -webkit-border-radius: 3px;
  2772. border-radius: 3px;
  2773. -webkit-box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
  2774. -moz-box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
  2775. box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
  2776. display: inline-block;
  2777. padding: 0px 7px;
  2778. text-transform: lowercase;
  2779. font-size: 11px;
  2780. font-weight: normal;
  2781. }
  2782.  
  2783. .pagination .page a:hover,
  2784. .pagination .back a:hover,
  2785. .pagination .forward a:hover {
  2786. background-color: #efefef;
  2787. color: #747474;
  2788. }
  2789.  
  2790. .pagination .disabled a {
  2791. opacity: 0.4;
  2792. display: none;
  2793. }
  2794.  
  2795. .pagination .pages {
  2796. font-size: 11px;
  2797. }
  2798.  
  2799. .pagination .pages a,
  2800. .pagejump {
  2801. display: inline-block;
  2802. }
  2803.  
  2804. .pagination .pagejump a { padding: 0px 7px; }
  2805.  
  2806. .pagination .pagejump a:hover {
  2807. text-decoration: underline;
  2808. }
  2809.  
  2810. .pagination li { margin: 0; }
  2811.  
  2812. .pagination .pages li.active {
  2813. background: #405268;
  2814. color: #fff;
  2815. -moz-border-radius: 3px;
  2816. -webkit-border-radius: 3px;
  2817. border-radius: 3px;
  2818. box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,1) 0px 1px 0px;
  2819. padding: 1px 8px;
  2820. cursor: default;
  2821. }
  2822.  
  2823. .pagination.no_pages span {
  2824. color: #acacac;
  2825. display: inline-block;
  2826. line-height: 20px;
  2827. height: 20px;
  2828. }
  2829.  
  2830. ul.mini_pagination {
  2831. font-size: 0.8em;
  2832. display: inline;
  2833. margin-left: 7px;
  2834. }
  2835.  
  2836. ul.mini_pagination li a {
  2837. background: #405268;
  2838. color: #fff;
  2839. padding: 2px 6px;
  2840. -webkit-border-radius: 2px;
  2841. -moz-border-radius: 2px;
  2842. border-radius: 2px;
  2843. }
  2844.  
  2845. ul.mini_pagination li a:hover {
  2846. background: #536983;
  2847. }
  2848.  
  2849. ul.mini_pagination li {
  2850. display: inline;
  2851. margin: 0px 1px 0px 0px;
  2852. }
  2853.  
  2854. /************************************************************************/
  2855. /* MODERATION & FILTER STYLES */
  2856.  
  2857. .moderation_bar {
  2858. text-align: right;
  2859. padding: 8px 10px;
  2860. }
  2861.  
  2862. .moderation_bar.with_action {
  2863. background-image: url('{style_images_url}/topic_mod_arrow.png');
  2864. background-repeat: no-repeat;
  2865. background-position: right center;
  2866. padding-right: 35px;
  2867. }
  2868.  
  2869. /************************************************************************/
  2870. /* AUTHOR INFO (& RELATED) STYLES */
  2871.  
  2872. .column_view .post_wrap{
  2873. background: #fbfbfb;
  2874. }
  2875.  
  2876. .column_view .post_body{
  2877. border-left: 1px solid #f0f0f0;
  2878. }
  2879.  
  2880. .author_info {
  2881. width: 155px;
  2882. float: left;
  2883. font-size: 12px;
  2884. text-align: center;
  2885. padding: 10px 10px;
  2886. line-height: 150%;
  2887. }
  2888.  
  2889. .author_info .group_title {
  2890. color: #5a5a5a;
  2891. margin-top: 5px;
  2892. }
  2893.  
  2894. .author_info .member_title { margin-bottom: 5px; word-wrap: break-word; }
  2895. .author_info .group_icon { margin-bottom: 3px; }
  2896.  
  2897. .custom_fields {
  2898. color: #818181;
  2899. margin-top: 8px;
  2900. }
  2901.  
  2902. .custom_fields .ft {
  2903. color: #505050;
  2904. margin-right: 3px;
  2905. }
  2906.  
  2907. .custom_fields .fc {
  2908. word-wrap: break-word;
  2909. }
  2910.  
  2911. .user_controls {
  2912. text-align: center;
  2913. margin: 6px 0;
  2914. }
  2915.  
  2916. .user_controls li a {
  2917. padding: 0 5px;
  2918. }
  2919.  
  2920. /************************************************************************/
  2921. /* BOARD INDEX STYLES */
  2922.  
  2923. #board_index { position: relative; }
  2924. #board_index.no_sidebar { padding-right: 0px; }
  2925. #board_index.force_sidebar { padding-right: 280px; }
  2926.  
  2927. #toggle_sidebar {
  2928. position: absolute;
  2929. right: -5px;
  2930. top: -12px;
  2931. z-index: 8000;
  2932. background: #333333;
  2933. padding: 3px 7px;
  2934. -webkit-border-radius: 3px;
  2935. -moz-border-radius: 3px;
  2936. border-radius: 3px;
  2937. color: #fff;
  2938. opacity: 0;
  2939. -webkit-transition: all 0.4s ease-in-out;
  2940. -moz-transition: all 0.4s ease-in-out;
  2941. }
  2942. #index_stats:hover + #toggle_sidebar, #board_index.no_sidebar #toggle_sidebar { opacity: 0.1; }
  2943. #toggle_sidebar:hover { opacity: 1 !important; }
  2944.  
  2945. .ipsSideBlock,
  2946. .general_box{
  2947. background: #fff;
  2948. border: 1px solid #d8d8d8;
  2949. margin-bottom: 10px;
  2950. }
  2951.  
  2952. .ipsSideBlock{
  2953. padding: 10px;
  2954. }
  2955.  
  2956. .bar,
  2957. .ipsSideBlock h3,
  2958. .general_box h3{
  2959. border-bottom: 1px solid #d8d8d8;
  2960. text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
  2961. background: #eee url('{style_images_url}/highlight.png') repeat-x 0 0;
  2962. padding: 8px;
  2963. }
  2964.  
  2965. .bar{ border-top: 1px solid #d8d8d8; }
  2966.  
  2967. .ipsPostForm_sidebar .ipsPostForm_sidebar_block:first-of-type h3.bar, .bar.noTopBorder{ border-top: 0; }
  2968.  
  2969. .ipsSideBlock h3, .ipsSideBlock h3 a, .general_box h3, .general_box h3 a, .bar, .bar a{ color: #727272; }
  2970.  
  2971. .ipsSideBlock h3{
  2972. margin: -10px -10px 10px -10px;
  2973. }
  2974.  
  2975. .ipsSideBlock h3 .mod_links {
  2976. color: #fff;
  2977. opacity: 0.0;
  2978. display: inline-block;
  2979. padding: 1px 4px 3px 4px;
  2980. margin-top: -2px;
  2981. text-shadow: none;
  2982. background: url('{style_images_url}/trans40.png') repeat;
  2983. background: rgba(0,0,0,0.4);
  2984. -webkit-border-radius: 3px;
  2985. -moz-border-radius: 3px;
  2986. border-radius: 3px;
  2987. -webkit-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 2px;
  2988. -moz-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 2px;
  2989. box-shadow: inset rgba(0,0,0,0.6) 0px 1px 2px;
  2990. }
  2991. .ipsSideBlock h3:hover .mod_links { opacity: 1; }
  2992.  
  2993. .sideVerticalList, #index_stats .ipsList_withminiphoto{ margin: -10px; }
  2994. #index_stats .ipsList_withminiphoto img{ margin-bottom: -3px; }
  2995. .sideVerticalList.with_margin{ margin-bottom: 10px; }
  2996.  
  2997. .status_list .status_list { margin: 10px 0 0 35px; }
  2998. .status_list p.index_status_update { line-height: 120%; margin:4px 0px; }
  2999. .status_list li { position: relative; }
  3000. .status_reply {
  3001. margin-top: 8px;
  3002. }
  3003.  
  3004. .status_list li .mod_links {
  3005. opacity: 0.1;
  3006. -webkit-transition: all 0.4s ease-in-out;
  3007. -moz-transition: all 0.4s ease-in-out;
  3008. }
  3009. .status_list li:hover .mod_links { opacity: 1; }
  3010.  
  3011. /* board stats */
  3012. #board_stats ul { text-align: center; }
  3013. #board_stats li { margin-right: 20px; }
  3014. #board_stats .value {
  3015. display: inline-block;
  3016. background: url('{style_images_url}/trans10.png') repeat;
  3017. background: rgba(0,0,0,0.1);
  3018. color: #222;
  3019. text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;
  3020. padding: 3px 7px;
  3021. font-weight: bold;
  3022. -moz-border-radius: 3px;
  3023. -webkit-border-radius: 3px;
  3024. border-radius: 3px;
  3025. margin-right: 3px;
  3026. -webkit-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px;
  3027. -moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px;
  3028. box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px;
  3029. }
  3030.  
  3031. .statistics {
  3032. margin: 20px 0 0 0;
  3033. padding: 8px;
  3034. line-height: 1.3;
  3035. overflow: hidden;
  3036. border: 1px solid #d8d8d8;
  3037. }
  3038.  
  3039. .statistics_head {
  3040. border-bottom: 1px solid #d8d8d8;
  3041. border-top: 1px solid #d8d8d8;
  3042. text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
  3043. background: #eee url('{style_images_url}/highlight.png') repeat-x 0 0;
  3044. font-size: 11px;
  3045. font-weight: bold;
  3046. padding: 8px;
  3047. margin: -8px -8px 8px -8px;
  3048. }
  3049.  
  3050. .statistics_head,
  3051. .statistics_head a{
  3052. color: #727272;
  3053. }
  3054.  
  3055. .statistics .statistics_head:first-of-type{
  3056. border-top: 0;
  3057. }
  3058.  
  3059. .statistics .statistics_head:not(:first-of-type){
  3060. margin-top: 0;
  3061. }
  3062.  
  3063. #stat_links{ font-weight: normal; }
  3064. #stat_links a{ margin: 0 5px; }
  3065.  
  3066. .friend_list ul li,
  3067. #top_posters li {
  3068. text-align: center;
  3069. padding: 8px 0 0 0;
  3070. margin: 5px 0 0 0;
  3071. min-width: 80px;
  3072. height: 80px;
  3073. float: left;
  3074. }
  3075.  
  3076. .friend_list ul li span.name,
  3077. #top_posters li span.name {
  3078. font-size: 0.95em;
  3079. }
  3080.  
  3081. .friend_list ul li .ipsUserPhoto{ margin-bottom: 5px; }
  3082.  
  3083. #hook_watched_items ul li {
  3084. padding: 8px;
  3085. }
  3086.  
  3087. body#ipboard_body #hook_watched_items fieldset.submit {
  3088. padding: 8px;
  3089. }
  3090.  
  3091. #hook_birthdays .list_content {
  3092. padding-top: 8px;
  3093. }
  3094.  
  3095. #hook_calendar .ipsBox_container { padding: 10px; }
  3096. #hook_calendar td, #hook_calendar th { text-align: center; }
  3097. #hook_calendar th { font-weight: bold; padding: 5px 0;}
  3098.  
  3099. /************************************************************************/
  3100. /* FORUM VIEW (& RELATED) STYLES */
  3101.  
  3102. #more_topics {
  3103. text-align: center;
  3104. font-weight: bold;
  3105. background: url('{style_images_url}/trans10.png') repeat;
  3106. background: rgba(0,0,0,0.05) url('{style_images_url}/highlight.png') repeat-x 0 0;
  3107. }
  3108. #more_topics a, #more_topics span { display: block; padding: 10px 0;}
  3109. #more_topics, .dynamic_update { border-top: 1px dashed #b3b3b3; }
  3110.  
  3111. .topic_preview,
  3112. ul.topic_moderation {
  3113. margin-top: -2px;
  3114. z-index: 300;
  3115. }
  3116. ul.topic_moderation li {
  3117. float: left;
  3118. }
  3119.  
  3120. .topic_preview a,
  3121. ul.topic_moderation li a {
  3122. padding: 0 3px;
  3123. display: block;
  3124. float: left;
  3125. }
  3126.  
  3127. span.mini_rate {
  3128. margin-right: 12px;
  3129. display: inline-block;
  3130. }
  3131.  
  3132. img.mini_rate {
  3133. margin-right: -5px;
  3134. }
  3135.  
  3136. /************************************************************************/
  3137. /* TOPIC VIEW (& RELATED) STYLES */
  3138.  
  3139. /* Post share pop-up */
  3140. #postShareUrl { width: 95%; font-size: 18px; color: #999; }
  3141. #postShareStrip { height: 35px; margin: 10px 0px 0px 30px; }
  3142.  
  3143. body .ip { }
  3144. span.post_id { margin-left: 4px; }
  3145. input.post_mod { margin:12px 5px 0px 10px; }
  3146.  
  3147. .post_id a img.small {
  3148. max-height: 12px;
  3149. margin-left: 3px;
  3150. margin-top: -2px;
  3151. opacity: 0.5;
  3152. }
  3153.  
  3154. .signature {
  3155. clear: right;
  3156. color: #a4a4a4;
  3157. font-size: 0.9em;
  3158. border-top: 1px solid #f0f0f0;
  3159. padding: 10px;
  3160. margin: 6px 0 4px;
  3161. position: relative;
  3162. }
  3163.  
  3164. .signature a { text-decoration: underline; }
  3165.  
  3166. .post_body .signature{ margin-left: -12px; margin-right: -12px; }
  3167.  
  3168. .post_block {
  3169. position: relative;
  3170. }
  3171.  
  3172. .post_block.no_sidebar {
  3173. background-image: none;
  3174. }
  3175.  
  3176. .post_block.solved h3,
  3177. .answerBadgeInPost,
  3178. .horizontalView .post_block.solved .author_info {
  3179. background: #dfedd1;
  3180. text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
  3181. border: 1px solid #accf8b;
  3182. }
  3183.  
  3184. .post_block.solved h3,
  3185. .post_block.solved h3 *,
  3186. .answerBadgeInPost,
  3187. .horizontalView .post_block.solved .author_info *{
  3188. color: #436500;
  3189. }
  3190.  
  3191. .horizontalView .post_block.solved .author_info .ipsUserPhoto{
  3192. border-color: #accf8b !important;
  3193. }
  3194.  
  3195. .post_block.solved h3,
  3196. .horizontalView .post_block.solved .author_info{
  3197. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  3198. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0)));
  3199. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  3200. background-image: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  3201. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  3202. background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  3203. -webkit-box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
  3204. -moz-box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
  3205. box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
  3206. border-left: 0;
  3207. border-right: 0;
  3208. }
  3209.  
  3210. .answerBadgeInPost{
  3211. border-top: 0;
  3212. padding: 0 12px;
  3213. height: 30px;
  3214. line-height: 30px;
  3215. position: relative;
  3216. float: right;
  3217. margin: -13px -2px 8px 8px;
  3218. -webkit-border-bottom-left-radius: 3px;
  3219. -webkit-border-bottom-right-radius: 3px;
  3220. -moz-border-radius: 0px 0px 3px 3px;
  3221. border-radius: 0px 0px 3px 3px;
  3222. }
  3223.  
  3224. .post_block.feature_box {
  3225. background-color: #dfedd1;
  3226. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
  3227. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0)));
  3228. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  3229. background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  3230. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  3231. background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  3232. -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  3233. -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  3234. box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  3235. border: 1px solid #accf8b;
  3236. padding: 8px;
  3237. min-height: 60px;
  3238. line-height: 180%;
  3239. font-size: 11.4px;
  3240. word-wrap: break-word;
  3241. }
  3242.  
  3243. .post_block.feature_box, .post_block.feature_box *{
  3244. color: #3a6a16 !important;
  3245. }
  3246.  
  3247. .post_block.feature_box .ipsType_sectiontitle {
  3248. border-color: #accf8b;
  3249. font-size: 11.8px;
  3250. font-weight: bold;
  3251. }
  3252.  
  3253. .post_block.feature_box .ipsBadge_green, .post_block.feature_box .ipsBadge_lightgrey{
  3254. background: #9ac472;
  3255. -webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, rgba(255,255,255,0.7) 0px 1px 0px;
  3256. -moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, rgba(255,255,255,0.7) 0px 1px 0px;
  3257. box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, rgba(255,255,255,0.7) 0px 1px 0px;
  3258. text-shadow: rgba(255,255,255,0.3) 0px 1px 0px;
  3259. color: #fff !important;
  3260. text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
  3261. padding: 3px 9px;
  3262. font-size: 10px;
  3263. }
  3264.  
  3265. .post_block.feature_box .ipsBadge_lightgrey:hover{
  3266. background: #7eb54b;
  3267. }
  3268.  
  3269. .post_block.feature_box .ipsUserPhoto{
  3270. border-color: #accf8b !important;
  3271. }
  3272.  
  3273. .post_block h3 {
  3274. border-top: 1px solid #d2d2d2;
  3275. border-bottom: 1px solid #d2d2d2;
  3276. text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;
  3277. background: #e3e3e3 url('{style_images_url}/highlight.png') repeat-x 0 0;
  3278. padding: 0 10px;
  3279. height: 36px;
  3280. line-height: 36px;
  3281. font-weight: normal;
  3282. font-size: 13px;
  3283. }
  3284.  
  3285. .post_block h3,
  3286. .post_block h3 a{
  3287. color: #444;
  3288. }
  3289.  
  3290. .post_block:first-of-type h3{ border-top: 0; }
  3291.  
  3292. .post_online{
  3293. vertical-align: middle;
  3294. margin: -3px 5px 0 0;
  3295. }
  3296.  
  3297. .post_username{
  3298. float: left;
  3299. min-width: 177px;
  3300. font-weight: bold;
  3301. }
  3302.  
  3303. .post_date{
  3304. color: #777;
  3305. float: left;
  3306. font-size: 11px;
  3307. font-weight: normal;
  3308. }
  3309.  
  3310. .post_wrap { top: 0px; }
  3311.  
  3312. .post_body {
  3313. margin-left: 175px;
  3314. padding: 12px;
  3315. }
  3316.  
  3317. .post_body .post {
  3318. line-height: 1.6;
  3319. font-size: 12px;
  3320. }
  3321.  
  3322. .column_view .post_body .post{ padding-bottom: 12px; }
  3323.  
  3324. .post_block.no_sidebar .post_body { margin-left: 0px !important; }
  3325.  
  3326. .posted_info {
  3327. padding: 0 0 10px 0;
  3328. }
  3329.  
  3330. .posted_info strong.event {
  3331. color: #1c2837;
  3332. font-size: 1.2em;
  3333. }
  3334.  
  3335. .post_ignore {
  3336. background: #f8f8f8;
  3337. color: #777;
  3338. font-size: 0.9em;
  3339. padding: 15px;
  3340. }
  3341.  
  3342. .post_ignore .reputation {
  3343. text-align: center;
  3344. padding: 2px 6px;
  3345. float: none;
  3346. display: inline;
  3347. }
  3348.  
  3349. .rep_bar {
  3350. white-space: nowrap;
  3351. margin: 6px 4px;
  3352. }
  3353.  
  3354. .rep_bar .reputation {
  3355. font-size: 10px;
  3356. padding: 2px 10px !important;
  3357. }
  3358.  
  3359. p.rep_highlight {
  3360. float: right;
  3361. display: inline-block;
  3362. margin: 5px 10px 10px 10px;
  3363. background: #D5DEE5;
  3364. color: #1d3652;
  3365. padding: 5px;
  3366. -moz-border-radius: 5px;
  3367. -webkit-border-radius: 5px;
  3368. border-radius: 5px;
  3369. font-size: 0.8em;
  3370. font-weight: bold;
  3371. text-align: center;
  3372. }
  3373.  
  3374. p.rep_highlight img {
  3375. margin-bottom: 4px;
  3376. }
  3377.  
  3378. .edit {
  3379. padding: 8px 8px 8px 28px;
  3380. background: f3ab60 url('{style_images_url}/comment_edit.png') no-repeat 6px 10px;
  3381. border: 1px solid #000000;
  3382. color: f3ab60;
  3383. text-shadow: #fffaf1 0px 1px 0px;
  3384. font-size: 11px;
  3385. margin-top: 15px;
  3386. line-height: 18px;
  3387. }
  3388.  
  3389. .poll fieldset {
  3390. padding: 9px;
  3391. }
  3392.  
  3393. .poll_question {
  3394.  
  3395. }
  3396.  
  3397. .poll_question h4 {
  3398. background: #ebebeb;
  3399. padding: 5px;
  3400. -webkit-border-radius: 0px;
  3401. -moz-border-radius: 0px;
  3402. border-radius: 0px;
  3403. }
  3404.  
  3405. .poll_question ol {
  3406. padding: 20px;
  3407. }
  3408.  
  3409. .poll_question li {
  3410. font-size: 0.9em;
  3411. margin: 6px 0;
  3412. }
  3413.  
  3414. .poll_question .votes {
  3415. margin-left: 5px;
  3416. }
  3417.  
  3418. .snapback {
  3419. margin-right: 5px;
  3420. padding: 1px 0 1px 1px;
  3421. }
  3422.  
  3423. .rating { display: block; margin-bottom: 4px; line-height: 16px; }
  3424. .rating img { vertical-align: top; }
  3425. #rating_text { margin-left: 4px; }
  3426.  
  3427. /************************************************************************/
  3428. /* POSTING FORM (& RELATED) STYLES */
  3429.  
  3430. div.post_form label {
  3431. text-align: right;
  3432. padding-right: 15px;
  3433. width: 275px;
  3434. float: left;
  3435. clear: both;
  3436. }
  3437.  
  3438. div.post_form span.desc,
  3439. fieldset#poll_wrap span.desc {
  3440. margin-left: 290px;
  3441. display: block;
  3442. clear: both;
  3443. }
  3444.  
  3445. div.post_form .checkbox input.input_check,
  3446. #mod_form .checkbox input.input_check {
  3447. margin-left: 295px;
  3448. }
  3449.  
  3450. div.post_form .antispam_img {
  3451. margin-left: 290px;
  3452. }
  3453.  
  3454. div.post_form .captcha .input_text {
  3455. float: left;
  3456. }
  3457.  
  3458. div.post_form fieldset {
  3459. padding-bottom: 15px;
  3460. }
  3461.  
  3462. div.post_form h3 {
  3463. margin-bottom: 10px;
  3464. }
  3465.  
  3466. fieldset.with_subhead {
  3467. margin-bottom: 0;
  3468. padding-bottom: 0;
  3469. }
  3470.  
  3471. fieldset.with_subhead h4 {
  3472. text-align: right;
  3473. margin-top: 6px;
  3474. width: 300px;
  3475. float: left;
  3476. }
  3477.  
  3478. fieldset.with_subhead ul {
  3479. padding-bottom: 6px;
  3480. margin: 0 15px 6px 320px;
  3481. }
  3482.  
  3483. fieldset.with_subhead span.desc,
  3484. fieldset.with_subhead label {
  3485. margin: 0;
  3486. width: auto;
  3487. }
  3488.  
  3489. fieldset.with_subhead .checkbox input.input_check {
  3490. margin-left: 0px;
  3491. }
  3492.  
  3493. #toggle_post_options {
  3494. background: transparent url('{style_images_url}/add.png') no-repeat;
  3495. font-size: 0.9em;
  3496. padding: 2px 0 2px 22px;
  3497. margin: 15px;
  3498. display: block;
  3499. }
  3500.  
  3501. #poll_wrap .question {
  3502. margin-bottom: 10px;
  3503. }
  3504.  
  3505. #poll_wrap .question .wrap ol {
  3506. margin-left: 25px;
  3507. list-style: decimal;
  3508. }
  3509. #poll_wrap .question .wrap ol li {
  3510. margin: 5px;
  3511. }
  3512.  
  3513. .question_title { margin-left: 30px; padding-bottom: 0; }
  3514. .question_title .input_text { font-weight: bold }
  3515.  
  3516. #poll_wrap { position: relative; }
  3517. #poll_footer { }
  3518. #poll_container_wrap { overflow: auto; }
  3519. #poll_popup_inner { overflow: hidden; }
  3520.  
  3521. .poll_control { margin-left: 20px; }
  3522. .post_form .tag_field ul { margin-left: 290px; }
  3523.  
  3524. /************************************************************************/
  3525. /* ATTACHMENT MANAGER (& RELATED) STYLES */
  3526.  
  3527. .swfupload {
  3528. position: absolute;
  3529. z-index: 1;
  3530. }
  3531.  
  3532. #attachments { }
  3533.  
  3534. #attachments li {
  3535. background-color: #f1f1f1;
  3536. text-shadow: rgba(255,255,255,0.7) 0px 1px 0px;
  3537. border: 1px solid #dcdcdc;
  3538. padding: 6px 20px 6px 42px;
  3539. margin-bottom: 10px;
  3540. position: relative;
  3541. -webkit-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 4px;
  3542. -moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 4px;
  3543. box-shadow: inset rgba(0,0,0,0.1) 0px 1px 4px;
  3544. }
  3545.  
  3546. #attachments li p.info {
  3547. font-size: 0.8em;
  3548. width: 300px;
  3549. }
  3550.  
  3551. #attachments li .links, #attachments li.error .links, #attachments.traditional .progress_bar {
  3552. display: none;
  3553. }
  3554.  
  3555. #attachments li.complete .links {
  3556. font-size: 0.9em;
  3557. margin-right: 15px;
  3558. right: 0px;
  3559. top: 12px;
  3560. display: block;
  3561. position: absolute;
  3562. }
  3563.  
  3564. #attachments li .progress_bar {
  3565. margin-right: 15px;
  3566. width: 200px;
  3567. right: 0px;
  3568. top: 15px;
  3569. position: absolute;
  3570. }
  3571.  
  3572. #attachments li.complete, #attachments li.in_progress, #attachments li.error {
  3573. background-repeat: no-repeat;
  3574. background-position: 12px 12px;
  3575. }
  3576.  
  3577. #attachments li.in_progress {
  3578. background-image: url('{style_images_url}/loading.gif');
  3579. }
  3580.  
  3581. #attachments li.error {
  3582. background-image: url('{style_images_url}/exclamation.png');
  3583. background-color: #e8caca;
  3584. border: 1px solid #ddafaf;
  3585. }
  3586.  
  3587. #attachments li.error .info {
  3588. color: #8f2d2d;
  3589. }
  3590.  
  3591. #attachments li.complete {
  3592. background-image: url('{style_images_url}/accept.png');
  3593. }
  3594.  
  3595. #attachments li .thumb_img {
  3596. left: 6px;
  3597. top: 6px;
  3598. width: 30px;
  3599. height: 30px;
  3600. overflow: hidden;
  3601. position: absolute;
  3602. }
  3603.  
  3604. .attach_controls {
  3605. background: url('{style_images_url}/icon_attach.png') no-repeat 3px top;
  3606. padding-left: 30px;
  3607. min-height: 82px;
  3608. }
  3609.  
  3610. .attach_controls .ipsType_subtitle { margin-bottom: 5px; }
  3611. .attach_controls iframe { display: block; margin-bottom: 5px; }
  3612.  
  3613. .attach_button { font-weight: bold; }
  3614. #help_msg { margin-top: 8px; }
  3615.  
  3616. #attach_wrap {
  3617. margin-top: 10px;
  3618. overflow: hidden;
  3619. }
  3620.  
  3621. #attach_wrap h4 {
  3622. font-size: 16px; padding-left: 0px;
  3623. }
  3624.  
  3625. #attach_wrap li {
  3626. margin: 5px 0;
  3627. vertical-align: bottom;
  3628. display: inline-block;
  3629. }
  3630.  
  3631. #attach_wrap .attachment {
  3632. float: none;
  3633. }
  3634.  
  3635. #attach_wrap .desc.info {
  3636. margin-left: 24px;
  3637. }
  3638.  
  3639. #attach_error_box { margin-bottom: 10px; }
  3640.  
  3641. .resized_img {
  3642. margin: 0 5px 5px 0;
  3643. display: inline-block;
  3644. }
  3645.  
  3646. /************************************************************************/
  3647. /* REPUTATION STYLES */
  3648.  
  3649. .reputation {
  3650. font-weight: bold;
  3651. padding: 3px 8px;
  3652. display: inline-block;
  3653. -moz-border-radius: 3px;
  3654. -webkit-border-radius: 3px;
  3655. border-radius: 3px;
  3656. text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
  3657. }
  3658.  
  3659. .reputation.positive, .members li.positive {
  3660. background: #8db13e url('{style_images_url}/highlight_faint.png') repeat-x 0 1px;
  3661. }
  3662.  
  3663. .reputation.negative, .members li.negative {
  3664. background: #b82929 url('{style_images_url}/highlight_faint.png') repeat-x 0 1px;
  3665. }
  3666.  
  3667. .reputation.positive, .reputation.negative {
  3668. color: #fff;
  3669. }
  3670.  
  3671. .reputation.zero {
  3672. background: #6a6a6a url('{style_images_url}/highlight_faint.png') repeat-x 0 1px;
  3673. color: #fff;
  3674. }
  3675.  
  3676. .status_main_content { white-space: break-word; }
  3677.  
  3678. .status_main_content h4 {
  3679. font-weight:normal;
  3680. font-size:1.2em;
  3681. }
  3682.  
  3683. .status_main_content h4 .su_links a { font-weight: normal; }
  3684.  
  3685. .status_main_content p {
  3686. padding: 6px 0px 6px 0px;
  3687. }
  3688.  
  3689. .status_main_content h4 a {
  3690. font-weight:bold;
  3691. text-decoration: none;
  3692. }
  3693.  
  3694. .status_mini_wrap {
  3695. padding: 7px;
  3696. font-size: 0.95em;
  3697. margin-top: 2px;
  3698. background: rgba(0,0,0,0.04);
  3699. -webkit-border-radius: 3px;
  3700. -moz-border-radius: 3px;
  3701. border-radius: 3px;
  3702. }
  3703. .status_mini_wrap img{ vertical-align: middle; position: relative; margin-top: -2px; }
  3704.  
  3705. .status_mini_photo {
  3706. float: left;
  3707. }
  3708.  
  3709. .status_textarea {
  3710. width: 99%;
  3711. }
  3712.  
  3713. #index_stats .status_textarea{
  3714. width: 180px;
  3715. }
  3716.  
  3717. .status_replies_many {
  3718. height: 300px;
  3719. overflow: auto;
  3720. }
  3721.  
  3722. .status_update {
  3723. background: #8a8a8a url('{style_images_url}/highlight_faint.png') repeat-x 0 0;
  3724. color: #fff;
  3725. text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
  3726. padding: 15px 12px;
  3727. text-align: center;
  3728. }
  3729.  
  3730. .status_update .input_text {
  3731. width: 70%;
  3732. background: #e0e0e0;
  3733. color: #363636;
  3734. text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
  3735. border: 1px solid #5e5e5e;
  3736. -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
  3737. -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
  3738. box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
  3739. }
  3740.  
  3741. .status_update .input_submit{ padding-left: 15px; padding-right: 15px; }
  3742. .status_submit{ padding-top: 5px; }
  3743. /*.status_update .status_inactive { color: #bbbbbb; }*/
  3744. #status_wrapper h4 { font-weight: bold; font-size: 14px; }
  3745. .status_content { line-height: 1.4; }
  3746. .status_content .mod_links { opacity: 0.2; }
  3747. .status_content:hover .mod_links { opacity: 1; }
  3748. .status_content .h4, .status_content .status_status { font-size: 14px; word-wrap: break-word; }
  3749. .status_content .status_status{ padding: 2px 0 5px 0; }
  3750. .status_feedback .status_mini_content{ line-height: 18px; }
  3751. .status_feedback { margin: 10px 0 0 -10px; }
  3752. /*.status_feedback .row2 { margin-bottom: 1px; }*/
  3753.  
  3754. /* Favorites */
  3755. .ips_like {
  3756. background-color: #f6f6f6;
  3757. padding: 6px;
  3758. color: #878787;
  3759. font-size: 1em;
  3760. min-height: 18px;
  3761. line-height: 130%;
  3762. clear: both;
  3763. overflow: hidden;
  3764. }
  3765. .ips_like a {
  3766. color: #878787;
  3767. }
  3768.  
  3769. .ips_like a.ftoggle {
  3770. float: right;
  3771. background: #878787;
  3772. border:1px solid #747474;
  3773. padding: 3px 4px 2px 4px;
  3774. color: #fff;
  3775. text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
  3776. font-size:0.9em;
  3777. text-decoration: none;
  3778. -webkit-border-radius: 2px;
  3779. -moz-border-radius: 2px;
  3780. border-radius: 2px;
  3781. margin-top: -4px;
  3782. }
  3783.  
  3784. .ips_like a.ftoggle.on {
  3785. background: #545454;
  3786. border-color: #474747;
  3787. margin-left: 3px;
  3788. }
  3789.  
  3790. .ips_like a.ftoggle._newline,
  3791. .ips_like a.ftoggle.on._newline {
  3792. float:none;
  3793. margin-top: 5px;
  3794. margin-left: auto;
  3795. margin-right: 0;
  3796. display: block;
  3797. width: 70px;
  3798. text-align: center;
  3799. }
  3800.  
  3801. .ips_like a:hover.ftoggle.on,
  3802. .ips_like a:hover.ftoggle {
  3803. background-color: #545454;
  3804. }
  3805.  
  3806. .facebook-like { margin-top: 5px; }
  3807.  
  3808. .boxShadow {
  3809. -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  3810. -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  3811. box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  3812. }
  3813.  
  3814. /* New notification panel */
  3815. #ipsGlobalNotification {
  3816. position: fixed;
  3817. left: 50%;
  3818. margin-left: -250px;
  3819. top: 20px;
  3820. text-align: center;
  3821. font-weight: bold;
  3822. z-index: 10000;
  3823. }
  3824.  
  3825. #ips_NotificationCloseButton {
  3826. background: transparent url('{style_images_url}/close_popup.png') no-repeat top left;
  3827. opacity: 0.8;
  3828. width: 13px;
  3829. height: 13px;
  3830. top: 5px;
  3831. left: 5px;
  3832. position: absolute;
  3833. cursor: pointer;
  3834. }
  3835.  
  3836. .googlePlusOne {
  3837. display: inline-block;
  3838. vertical-align:middle;
  3839. margin-top: 1px;
  3840. }
  3841.  
  3842. .fbLike {
  3843. float: right !important;
  3844. padding-left: 2px;
  3845. max-height: 50px;
  3846. overflow: hidden;
  3847. }
  3848.  
  3849. /************************************************************************/
  3850. /* SHARED MEDIA STYLES */
  3851.  
  3852. #mymedia_inserted {
  3853. position: absolute;
  3854. top: 100px; left: 50%;
  3855. margin-left: -200px;
  3856. width: 400px;
  3857. padding: 20px 0;
  3858. background: #000;
  3859. font-size: 15px;
  3860. font-weight: bold;
  3861. color: #fff;
  3862. z-index: 20000;
  3863. text-align: center;
  3864. -moz-border-radius: 4px;
  3865. -webkit-border-radius: 4px;
  3866. border-radius: 4px;
  3867. }
  3868.  
  3869. #mymedia_toolbar {
  3870. position: absolute;
  3871. bottom: 0; left: 0; right: 0;
  3872. height: 42px;
  3873. line-height: 42px;
  3874. padding: 0 5px;
  3875. background: #dcdcdc url('{style_images_url}/highlight.png') repeat-x 0 1px;
  3876. }
  3877.  
  3878. #mymedia_finish { position: absolute; right: 5px; top: 5px; }
  3879. #mymedia_content { height: 339px; overflow: auto; }
  3880.  
  3881. .media_results li.result {
  3882. width: 20%;
  3883. height: 120px;
  3884. padding: 10px 0;
  3885. float: left;
  3886. text-align: center;
  3887. cursor: pointer;
  3888. -moz-border-radius: 4px;
  3889. -webkit-border-radius: 4px;
  3890. border-radius: 4px;
  3891. }
  3892.  
  3893. .media_results li:hover {
  3894. background: #F9F9F9;
  3895. background: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
  3896. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#EDEDED));
  3897. }
  3898. .media_results li:active {
  3899. background: #EDEDED;
  3900. background: -moz-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
  3901. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#F9F9F9));
  3902. }
  3903.  
  3904. .media_image {
  3905. padding: 1px;
  3906. background: #fff;
  3907. border: 1px solid #d5d5d5;
  3908. margin-bottom: 5px;
  3909. -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  3910. -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  3911. box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  3912. }
  3913.  
  3914. /********************************************************/
  3915. /* Template Error */
  3916.  
  3917. .templateError {
  3918. background: #ffffff !important;
  3919. color: #08990C !important;
  3920. padding: 10px !important;
  3921. border: 1px dotted black !important;
  3922. margin: 0px !important;
  3923. }
  3924.  
  3925. /********************************************************/
  3926. /* ModCP styles */
  3927.  
  3928. .modcp_post_controls { padding-bottom: 15px; }
  3929. .modcp_post_controls .ipsButton_secondary { opacity: 0.5; }
  3930. .post_body:hover .modcp_post_controls .ipsButton_secondary { opacity: 1; }
  3931.  
  3932. #modcp_content .ipsFilterbar li.active a {
  3933. margin-bottom: 1px;
  3934. display: inline-block;
  3935. }
  3936.  
  3937. /********************************************************/
  3938. /* Advertisements from Nexus */
  3939.  
  3940. .nexusad { padding: 10px; clear: both; }
  3941.  
  3942. #bbcode-description {
  3943. color: #666 !important;
  3944. white-space: normal !important;
  3945. word-wrap: break-word;
  3946. }
  3947.  
  3948. /********************************************************/
  3949. /* iPad Specific */
  3950. @media only screen and (device-width: 768px) {
  3951. table.ipb_table .expander,
  3952. table.ipb_table .ipsModMenu { visibility: visible; opacity: 0.2; }
  3953. .post_block .post_controls { opacity: 1 !important; }
  3954. }
  3955.  
  3956. #about_me img { max-width: 100%; }
  3957.  
  3958. #postShareStrip .fb-like
  3959. {
  3960. height: 20px;
  3961. overflow: hidden;
  3962. }
  3963.  
  3964. /* Additional */
  3965.  
  3966. #stats_div{
  3967. height: 0px;
  3968. overflow: hidden;
  3969. }
  3970.  
  3971. .skin_link{ float: left; padding-top: 4px; }
  3972. .skin_link, .skin_link a{ color: #666 !important; }
  3973. .skin_link a:hover{ text-decoration: underline; }
  3974.  
  3975. .negMargin{ margin: -9px; }
  3976. .negMarginTop{ margin-top: -9px; }
  3977. .negMarginRight{ margin-right: -9px; }
  3978. .negMarginBottom{ margin-bottom: -9px; }
  3979. .negMarginLeft{ margin-left: -9px; }
  3980. .input_submit, .ipsButton_secondary{ outline: none; }
  3981. #rss_feed{ margin-top: -1px; }
  3982. #index_stats .status_submit .input_submit{ font-size: 11px; }
  3983. div[id$="member_popup"] .general_box{ margin: 0; border: 0; }
  3984. .ipsList_withminiphoto.ipsPad_half{ padding: 0 !important; } /* Fix downloads sidebar padding */
  3985. .ipsList_withminiphoto > li { overflow: hidden; }
  3986. .status_list li{ margin-top: 10px; } /* Fix status updates on idx */
  3987. .fullList{ margin: -9px; } /* Must be the same as ipsPad */
  3988. #usercp_content .ipsType_subtitle{ margin-bottom: 10px; padding-bottom: 6px; padding-top: 3px; }
  3989. #modCpanel .ipsType_subtitle{ padding-top: 4px; padding-bottom: 5px; }
  3990. .col_f_icon span { margin-bottom: 6px; margin-top: 2px; }
  3991. .col_c_icon.idx_album_thumb{ padding-left: 0px; padding-right: 0px; }
  3992. .idx_album_thumb img{ width: 32px; height: 32px; }
  3993. .idx_album_thumb img, .inlineimage img, #appGallLatestHook img{
  3994. -webkit-border-radius: 3px;
  3995. border-radius: 3px;
  3996. -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
  3997. -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
  3998. box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
  3999. }
  4000. .inlineimage img:hover, #appGallLatestHook img:hover{ opacity: 0.9; }
  4001. .topic_desc{ display: inline-block; padding-top: 3px; }
  4002.  
  4003. .ipbfs_login h4{
  4004. padding: 10px;
  4005. font-weight: bold;
  4006. font-size: 15px;
  4007. background: rgba(0,0,0,0.05) url('{style_images_url}/highlight.png') repeat-x 0 0;
  4008. border-bottom: 1px solid #ccc;
  4009. }
  4010.  
  4011. .ipbfs_login .ipsForm_submit{ margin-top: 0; }
  4012. .ipbfs_login .ipsBox_notice{ margin: 0; }
  4013. .ipbfs_login_col{ float: left; width: 279px; padding: 15px 10px; }
  4014. .ipbfs_login_col a:hover{ text-decoration: underline; }
  4015. .ipbfs_login_row{ overflow: hidden; }
  4016. .ipbfs_login_row label{ font-size: 1.15em; }
  4017. .ipbfs_login .input_submit{ font-size: 13px; }
  4018.  
  4019. .ipbfs_login_input {
  4020. padding: 6px 0px 6px 28px;
  4021. font-size: 14px;
  4022. margin-top: 10px;
  4023. width: 250px;
  4024. }
  4025.  
  4026. .ipbfs_luser{ background-image: url("{style_images_url}/user.png"); background-repeat: no-repeat; background-position: 7px 50%; }
  4027. .ipbfs_lpassword{ background-image: url("{style_images_url}/key.png"); background-repeat: no-repeat; background-position: 7px 50%; }
  4028.  
  4029. .ipbfs_titlebox .desc{ padding: 3px 0; }
  4030.  
  4031. .ipbfs_titlebox{
  4032. background: #f3f3f3;
  4033. border: 1px solid #d6d6d6;
  4034. text-shadow: #fff 0px 1px 0px;
  4035. -moz-border-radius: 3px;
  4036. -webkit-border-radius: 3px;
  4037. border-radius: 3px;
  4038. -webkit-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 4px;
  4039. -moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 4px;
  4040. box-shadow: inset rgba(0,0,0,0.1) 0px 1px 4px;
  4041. padding: 10px;
  4042. overflow: hidden;
  4043. }
  4044.  
  4045. .content_border{
  4046. border: 1px solid #ddd;
  4047. -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 4px;
  4048. -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 4px;
  4049. box-shadow: rgba(0,0,0,0.1) 0px 1px 4px;
  4050. }
  4051.  
  4052. .ipsHeaderMenu h4{ overflow: hidden; }
  4053.  
  4054. .guestMessage{
  4055. background: #f9d79b url("{style_images_url}/highlight.png") repeat-x 0 0;
  4056. border: 1px solid #ebb962;
  4057. color: #b85f1d;
  4058. line-height: 140%;
  4059. -webkit-box-shadow: #fde5bb 0px 1px 4px;
  4060. -moz-box-shadow: #fde5bb 0px 1px 4px;
  4061. box-shadow: #fde5bb 0px 1px 4px;
  4062. margin-bottom: 10px;
  4063. padding: 10px;
  4064. text-shadow: rgba(255,255,255,0.55) 0px 1px 0px;
  4065. }
  4066.  
  4067. .guestMessage strong{ display: inline-block; margin-bottom: 6px; }
  4068.  
  4069. .guestMessage a{
  4070. color: #b85f1d;
  4071. text-decoration: none;
  4072. border-bottom: 1px solid #d48041;
  4073. }
  4074.  
  4075. .forum_name{
  4076. font-weight: bold;
  4077. }
  4078.  
  4079. .forum_desc_pos{
  4080. position: relative;
  4081. }
  4082.  
  4083. .forum_desc_con{
  4084. width: 350px;
  4085. display: none;
  4086. left: 10px;
  4087. float: left;
  4088. position: absolute;
  4089. top: -4px;
  4090. padding-left: 10px;
  4091. background: url("{style_images_url}/forum_desc_arrow.png") no-repeat 6px 9px;
  4092. z-index: 10000;
  4093. }
  4094.  
  4095. .forum_description{
  4096. color: #fff;
  4097. border-radius: 3px;
  4098. -moz-border-radius: 3px;
  4099. -webkit-border-radius: 3px;
  4100. background: url("{style_images_url}/forum_desc.png") repeat;
  4101. background: rgba(15,15,15,0.9);
  4102. -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 7px;
  4103. -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 7px;
  4104. box-shadow: rgba(0,0,0,0.3) 0px 1px 7px;
  4105. font-size: 11px;
  4106. padding: 5px;
  4107. display: block;
  4108. float: left;
  4109. }
  4110.  
  4111. .topicViewIcons{
  4112. overflow: hidden;
  4113. position: relative;
  4114. padding-bottom: 1px;
  4115. margin: -3px 10px -5px 0;
  4116. }
  4117.  
  4118. .topicViewIcons img{
  4119. vertical-align: top;
  4120. margin-top: 4px;
  4121. width: 16px;
  4122. height: 16px;
  4123. background: url("{style_images_url}/topicViewIcon.png") no-repeat;
  4124. }
  4125.  
  4126. .topicViewIcons #topicViewRegular img{ background-position: 0 -16px; }
  4127. .topicViewIcons #topicViewRegular.active img{ background-position: 0 -16px; }
  4128. .topicViewIcons #topicViewBasic img{ background-position: -16px -16px; }
  4129. .topicViewIcons #topicViewBasic.active img{ background-position: -16px -16px; }
  4130.  
  4131. .topicViewIcons a{
  4132. -webkit-border-radius: 3px;
  4133. -moz-border-radius: 3px;
  4134. border-radius: 3px;
  4135. float: left;
  4136. width: 22px;
  4137. height: 22px;
  4138. text-decoration: none;
  4139. text-align: center;
  4140. outline: none;
  4141. margin-right: 5px;
  4142. opacity: 0.7;
  4143. }
  4144.  
  4145. .topicViewIcons a:hover{
  4146. background: url("{style_images_url}/trans10.png") repeat;
  4147. background: rgba(0,0,0,0.1);
  4148. opacity: 0.8;
  4149. }
  4150.  
  4151. .topicViewIcons a.active{
  4152. background: url("{style_images_url}/trans50.png") repeat;
  4153. background: rgba(0,0,0,0.5);
  4154. -webkit-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 3px, rgba(255,255,255,0.5) 0px 1px 0px;
  4155. -moz-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 3px, rgba(255,255,255,0.5) 0px 1px 0px;
  4156. box-shadow: inset rgba(0,0,0,0.6) 0px 1px 3px, rgba(255,255,255,0.5) 0px 1px 0px;
  4157. opacity: 1;
  4158. }
  4159.  
  4160. .basicTopicView .post_body{ margin-left: 0 !important; border: 0 !important; }
  4161. .basicTopicView .post_body ul.post_controls{ margin: 0 -12px -12px -12px; }
  4162. .basicTopicView .author_info, .basicTopicView .signature{ display: none; }
  4163. .basicTopicView .post_username{ min-width: 0px; padding-right: 10px; margin-right: 10px; border-right: 1px solid #d2d2d2; }
  4164.  
  4165. .forum_stats{
  4166. font-size: 11px;
  4167. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  4168. padding-top: 4px;
  4169. color: #888;
  4170. text-transform: capitalize;
  4171. }
  4172.  
  4173. .forum_stats span{
  4174. color: #aaa;
  4175. }
  4176.  
  4177. /* Horiztonal View */
  4178.  
  4179. .horizontalView .post_block{ position: static; }
  4180.  
  4181. .horizontalView .author_info{
  4182. border-top: 1px solid #d2d2d2;
  4183. border-bottom: 1px solid #d2d2d2;
  4184. background: #ebebeb;
  4185. background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
  4186. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
  4187. background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
  4188. background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
  4189. background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
  4190. background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
  4191. -webkit-box-shadow: rgba(0,0,0,0.08) 0px 2px 5px;
  4192. -moz-box-shadow: rgba(0,0,0,0.08) 0px 2px 5px;
  4193. box-shadow: rgba(0,0,0,0.08) 0px 2px 5px;
  4194. text-shadow: #fff 0px 1px 0px;
  4195. float: none;
  4196. width: auto;
  4197. text-align: left;
  4198. position: relative;
  4199. }
  4200.  
  4201. .horizontalView .post_block:first-of-type .author_info{ border-top: 0; }
  4202.  
  4203. .horizontalView .post_body{ margin-left: 0; border: 0; }
  4204. .horizontalView .post_body ul.post_controls{ margin: 0 -12px -12px -12px; }
  4205.  
  4206. .postInfoBottom{
  4207. padding-top: 10px;
  4208. font-size: 11px;
  4209. opacity: 0;
  4210. padding-bottom: 10px;
  4211. }
  4212.  
  4213. .horizontalView .post_body:hover .postInfoBottom{ opacity: 1; }
  4214.  
  4215. .postInfoBottom input.post_mod { margin: 2px 0 0 0; }
  4216. .postInfoBottom span.post_id { margin: 0; }
  4217.  
  4218. .postInfoBottom,
  4219. .postInfoBottom a{
  4220. color: #cfcfcf;
  4221. }
  4222.  
  4223. .horizontalView .postDate{ margin-right: 15px; }
  4224.  
  4225. .horizontalAvatar{
  4226. margin-right: 10px;
  4227. }
  4228.  
  4229. .horizontalUserInfo{
  4230. overflow: hidden;
  4231. }
  4232.  
  4233. .horizontalUsername{
  4234. font-size: 24px;
  4235. font-weight: bold;
  4236. padding: 6px 0 3px 0;
  4237. }
  4238.  
  4239. .horizontalInfoList{
  4240. float: left;
  4241. width: 175px;
  4242. color: #a4a4a4;
  4243. font-size: 11px;
  4244. }
  4245.  
  4246. .horizontalInfoList li{ padding: 2px 0; }
  4247. .horizontalView .custom_fields{ margin-top: 0; }
  4248. .horizontalView .author_info .group_icon{ margin: 0; }
  4249.  
  4250. /* Custom forum icons */
  4251.  
  4252. .fadedForumIcon{
  4253. -webkit-filter: grayscale(1);
  4254. filter: grayscale(100%);
  4255. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  4256. opacity: 0.3;
  4257. }
  4258.  
  4259. .ipbforumskins{}
  4260.  
  4261. /* Splat skin by www.ipbforumskins.com */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement