Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.99 KB | None | 0 0
  1. /* Styles for the general looks for the Curve theme.
  2. ------------------------------------------------------- */
  3.  
  4. /* Normal, standard links. */
  5. .alt2
  6. {
  7. background: #E1E4F2;
  8. color: #000000;
  9. }
  10. .button
  11. {
  12. font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  13. }
  14. .smallfont
  15. {
  16. font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  17. }
  18. a:link, a:visited
  19. {
  20. color: #7A7A7A;
  21. text-decoration: none;
  22. }
  23. a:hover
  24. {
  25. text-decoration: underline;
  26. cursor: pointer;
  27. }
  28.  
  29. /* Links that open in a new window. */
  30. a.new_win:link, a.new_win:visited
  31. {
  32. text-decoration: none;
  33. }
  34. a.new_win:hover
  35. {
  36. text-decoration: underline;
  37. }
  38.  
  39. /* Tables should show empty cells. */
  40. table
  41. {
  42. empty-cells: show;
  43. }
  44.  
  45. /* Set a fontsize that will look the same in all browsers. */
  46. body
  47. {
  48. background: #8db1c4;
  49. font: 13px/150% 'Ubuntu', sans-serif;
  50. margin: 0 auto;
  51. padding: 0;
  52. }
  53.  
  54. /* Help popups require a different styling of the body element. */
  55. body#help_popup
  56. {
  57. padding: 1em;
  58. }
  59. /*icons*/
  60. .fa-help:before{content:"\f059"}
  61. .fa-admin:before{content:"\f0b1"}
  62. .fa-moderate:before{content:"\f085"}
  63. .fa-profile:before{content:"\f007"}
  64. .span-profiler:before{content:"\f007"}
  65. .fa-pm:before{content: "\f0e0"}
  66. .fa-mlist:before, .fa-view_all_members:before{content:"\f0c0"}
  67. .fa-mlist_search:before{content: "\f002";}
  68. .fa-logout:before{content:"\f08b"}
  69. .fa-register:before{content:"\f040"}
  70. .fa-login:before{content:"\f007"}
  71. .fa-add_poll:before{content:"\f0ae"}
  72. .fa-new_poll:before{content:"\f0ae"}
  73. .fa-notify:before{content:"\f0f3"}
  74. .fa-unnotify:before{content:"\f0a2"}
  75. .fa-mark_unread:before{content:"\f00c"}
  76. .fa-mark_as_read:before{content:"\f00c"}
  77. .fa-send_topic:before{content:"\f0e0"}
  78. .fa-mark_read_short:before{content:"\f00c"}
  79. .fa-new_topic:before{content:"\f040"}
  80. .fa-move_topic:before{content:"\f07c"}
  81. .fa-remove_topic:before{content:"\f014"}
  82. .fa-set_lock:before{content:"\f023"}
  83. .fa-set_sticky:before{content:"\f046"}
  84. .fa-set_nonsticky:before{content:"\f046"}
  85. .fa-merge:before{content:"\f0ec"}
  86. .fa-set_unlock:before{content:"\f09c"}
  87. .fa-poll_lock:before {content: "\f023";}
  88. .fa-poll_edit:before{content: "\f044";}
  89. .fa-poll_remove:before {content: "\f00d";}
  90. .fa-calendar_link:before {content: "\f073";}
  91. .fa-check:before, .fa-markread:before {content: "\f00c";}
  92. .fa-signal:before, .fa-add_poll:before, .fa-post_poll:before, .fa-results:before {content: "\f012";}
  93. .fa-arrow-right:before, .fa-move:before {content: "\f061";}
  94. .fa-trash:before, .fa-delete:before {content: "\f1f8";}
  95. .fa-thumb-tack:before, .fa-sticky:before {content: "\f08d";}
  96. .fa-fw {
  97. margin-right: 5px;
  98. }
  99. /* use dark grey for the text, leaving #000 for headers etc */
  100. body, td, th, tr
  101. {
  102. color: #555;
  103. }
  104.  
  105. /* This division wraps the entire forum when a forum width is set. */
  106. .wrapper
  107. {
  108. width: 1152px;
  109. margin: 0 auto;
  110. }
  111.  
  112. /* lets give all forms zero padding/margins */
  113. form
  114. {
  115. padding: 0;
  116. margin: 0;
  117. }
  118.  
  119. /* We can style the different types of input buttons to be uniform throughout different browsers and their color themes.
  120. .button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers
  121. .button_reset - covers input[type=reset] and button[type=reset] throughout all browsers
  122. .input_check - covers input[type=checkbox] throughout all browsers
  123. .input_radio - covers input[type=radio] throughout all browsers
  124. .input_text - covers input[type=text] throughout all browsers
  125. .input_file - covers input[type=file] throughout all browsers
  126. */
  127.  
  128. input, button, select, textarea {
  129. background: #FFF;
  130. border: 1px solid #DEDEDE;
  131. color: #3A3C42;
  132. font-size: 13px;
  133. padding: 6px;
  134. font-weight: 400;
  135. border-radius: 3px;
  136. }
  137.  
  138. /* Select elements look horrible with the extra padding, so leave them unpadded. */
  139. select
  140. {
  141. padding: 0;
  142. }
  143.  
  144. /* Add some padding to the options instead. */
  145. select option
  146. {
  147. padding: 1px;
  148. }
  149.  
  150. /* The font size of textareas should be just a little bit larger. */
  151. textarea
  152. {
  153. font: 100%/130% verdana, Helvetica, sans-serif;
  154. }
  155.  
  156. /* Buttons should be styled a bit differently, in order to make them look more button'ish. */
  157. .button_submit, .button_reset, input[type="button"]
  158. {
  159. background:#607D8B;
  160. color: #FFFFFF;
  161. border: none;
  162. cursor: pointer;
  163. border-radius: 4px;
  164. -moz-border-radius: 5px;
  165. display:inline-block;
  166. height: 30px;
  167. padding: 6px 10px;
  168. -webkit-font-smoothing: antialiased;
  169. font-weight: 600;
  170. }
  171. .button_submit:hover, .button_reset:hover, input[type="button"]:hover
  172. {
  173. background: #78909C;
  174. }
  175. input:focus, textarea:focus, button:focus, select:focus
  176. {
  177. border: 1px solid #454545;
  178. }
  179.  
  180. /* All input elements that are checkboxes or radio buttons shouldn't have a border around them. */
  181. input.input_check, input.input_radio
  182. {
  183. border: none;
  184. background: none;
  185. }
  186. h3.catbg input.input_check
  187. {
  188. margin: 9px 7px 0 7px;
  189. }
  190.  
  191. /* Give disabled text input elements a different background color. */
  192. input[disabled].input_text
  193. {
  194. background-color: #eee;
  195. }
  196.  
  197. /* Standard horizontal rule.. ([hr], etc.) */
  198. hr, .hrcolor
  199. {
  200. height: 1px;
  201. border: 0;
  202. color: #bbb;
  203. background-color: #bbb;
  204. }
  205.  
  206. /* By default set the color on these tags as #000. */
  207. h1, h2, h3, h4, h5, h6
  208. {
  209. color: #333;
  210. font-size: 1em;
  211. margin: 0;
  212. padding: 0;
  213. }
  214.  
  215. /* Fieldsets are used to group elements. */
  216. fieldset
  217. {
  218. border: 1px solid #c4c4c4;
  219. padding: 1em;
  220. margin: 0 0 0.5em 0;
  221. }
  222. fieldset legend
  223. {
  224. font-weight: bold;
  225. color: #444;
  226. }
  227. /* No image should have a border when linked. */
  228. a img
  229. {
  230. border: 0;
  231. }
  232.  
  233. /* Define strong as bold, and em as italics */
  234. strong
  235. {
  236. font-weight: bold;
  237. }
  238.  
  239. em
  240. {
  241. font-style: italic;
  242. }
  243. /* Alternative for u tag */
  244. .underline
  245. {
  246. text-decoration: underline;
  247. }
  248.  
  249. /* Common classes to easy styling.
  250. ------------------------------------------------------- */
  251.  
  252. .floatright
  253. {
  254. float: right;
  255. }
  256. .floatleft
  257. {
  258. float: left;
  259. }
  260.  
  261. .flow_auto
  262. {
  263. overflow: auto;
  264. }
  265. .flow_hidden
  266. {
  267. overflow: hidden;
  268. }
  269. .flow_hidden .windowbg, .flow_hidden .windowbg2
  270. {
  271. margin-top: 2px;
  272. }
  273. .clear
  274. {
  275. clear: both;
  276. }
  277. .clear_left
  278. {
  279. clear: left;
  280. }
  281. .clear_right
  282. {
  283. clear: right;
  284. }
  285.  
  286. /* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
  287. .smalltext, tr.smalltext th
  288. {
  289. font-size: 11px;
  290. }
  291. .middletext
  292. {
  293. font-size: 12px;
  294. line-height: 1em;
  295. }
  296. .normaltext
  297. {
  298. font-size: 1em;
  299. line-height: 1.2em;
  300. }
  301. .largetext
  302. {
  303. font-size: 1.4em;
  304. }
  305. .centertext
  306. {
  307. margin: 0 auto;
  308. text-align: center;
  309. }
  310. .righttext
  311. {
  312. margin-left: auto;
  313. margin-right: 0;
  314. text-align: right;
  315. }
  316. .lefttext
  317. {
  318. margin-left: 0;
  319. margin-right: auto;
  320. text-align: left;
  321. }
  322. .double_height
  323. {
  324. line-height: 2em;
  325. }
  326. /* some common padding styles */
  327. .padding
  328. {
  329. padding: 0.7em;
  330. }
  331. .main_section, .lower_padding
  332. {
  333. padding-bottom: 0.5em;
  334. }
  335. /* a quick reset list class. */
  336. ul.reset, ul.reset li
  337. {
  338. padding: 0;
  339. margin: 0;
  340. list-style: none;
  341. }
  342.  
  343. /* Some BBC related styles.
  344. ------------------------------------------------------- */
  345.  
  346. /* A quote, perhaps from another post. */
  347. blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
  348. {
  349. font-size: 90%;
  350. line-height: 1.4em;
  351. background: #fff;
  352. border: 1px solid #aaa;
  353. padding: 10px;
  354. margin: 0.1em 0 0.3em 0;
  355. overflow: auto;
  356. }
  357.  
  358. /* A code block - maybe PHP ;). */
  359. code.bbc_code
  360. {
  361. display: block;
  362. font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
  363. font-size: x-small;
  364. background: #404040;
  365. border-top: 2px solid #303030;
  366. border-bottom: 2px solid #303030;
  367. line-height: 1.5em;
  368. padding: 3px 1em;
  369. overflow: auto;
  370. white-space: nowrap;
  371. /* Show a scrollbar after about 24 lines. */
  372. max-height: 24em;
  373. color: #ccc;
  374. }
  375.  
  376. /* The "Quote:" and "Code:" header parts... */
  377. .codeheader, .quoteheader
  378. {
  379. color: #444;
  380. font-size: 11px;
  381. font-weight: bold;
  382. padding: 0 0.3em;
  383. }
  384. .quoteheader a {
  385. color: #444;
  386. }
  387.  
  388. /* For links to change the code stuff... */
  389. .codeoperation
  390. {
  391. font-weight: normal;
  392. }
  393.  
  394. /* Styling for BBC tags */
  395. .bbc_link:link, .bbc_link:visited
  396. {
  397. }
  398. .bbc_link:hover
  399. {
  400. }
  401. .bbc_size
  402. {
  403. line-height: 1.4em;
  404. }
  405. .bbc_color a
  406. {
  407. color: inherit;
  408. }
  409. .bbc_img
  410. {
  411. border: 0;
  412. }
  413. .bbc_table
  414. {
  415. font: inherit;
  416. color: inherit;
  417. }
  418. .bbc_table td
  419. {
  420. font: inherit;
  421. color: inherit;
  422. vertical-align: top;
  423. }
  424. .bbc_u
  425. {
  426. text-decoration: underline;
  427. }
  428. .bbc_list
  429. {
  430. text-align: left;
  431. }
  432. .bbc_tt
  433. {
  434. font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
  435. }
  436.  
  437. /* Generally, those [?] icons. This makes your cursor a help icon. */
  438. .help
  439. {
  440. cursor: help;
  441. }
  442.  
  443. /* /me uses this a lot. (emote, try typing /me in a post.) */
  444. .meaction
  445. {
  446. color: red;
  447. }
  448.  
  449. /* Highlighted text - such as search results. */
  450. .highlight
  451. {
  452. font-weight: bold;
  453. color: #ff7200 !important;
  454. font-size: 1.1em;
  455. }
  456.  
  457. /* A more discreet highlight color, for selected membergroups etc. */
  458. .highlight2
  459. {
  460. background-color: #D1E1EF;
  461. color: #000 !important;
  462. }
  463.  
  464. /* Generic, mostly color-related, classes.
  465. ------------------------------------------------------- */
  466.  
  467. .titlebg, .titlebg2, tr.titlebg th, tr.titlebg td, tr.titlebg2 td
  468. {
  469. color: #333;
  470. font-size: 1em;
  471. font-weight: normal;
  472. background: url(../images/theme/main_block.png) no-repeat -10px -208px;
  473. }
  474. .catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th
  475. {
  476. color: #fff;
  477. font-size: 1em;
  478. font-weight: normal;
  479. background: url(../images/theme/main_block.png) no-repeat -10px -164px;
  480. }
  481.  
  482. /* adjust the table versions of headers */
  483. tr.titlebg th, tr.titlebg2 th, td.titlebg, td.titlebg2, tr.catbg th, tr.catbg2 th, td.catbg, td.catbg2
  484. {
  485. padding: 0 8px;
  486. }
  487. tr.titlebg th, tr.titlebg2 th, td.titlebg, td.titlebg2 {
  488. color: #fff;
  489. font-weight: normal;
  490. }
  491. tr.titlebg th a:link, tr.titlebg th a:visited, tr.titlebg2 td a:link, tr.titlebg2 td a:visited
  492. {
  493. color: #333;
  494. }
  495. tr.catbg th a:link, tr.catbg th a:visited, tr.catbg2 td a:link, tr.catbg2 td a:visited
  496. {
  497. color: #fff;
  498. }
  499. .catbg select
  500. {
  501. height: 1.5em;
  502. font-size: 0.85em;
  503. }
  504.  
  505. /* Alternating backgrounds for posts, and several other sections of the forum. */
  506. .windowbg, #preview_body
  507. {
  508. background-color: #fff;
  509. }
  510. .windowbg2
  511. {
  512. background-color: #fff;
  513. border: 1px solid #ececec;
  514. }
  515. .windowbg3
  516. {
  517. background-color: #cacdd3;
  518. }
  519. /* the page navigation area */
  520. .pagesection
  521. {
  522. font-size: 0.9em;
  523. padding: 10px 0px 0px 0px;
  524. overflow: hidden;
  525. margin-bottom: 1px;
  526. }
  527. div.pagesection div.floatright input
  528. {
  529. margin-top: 3px;
  530. }
  531.  
  532. .pagelinks
  533. {
  534. padding: 0.6em 0 0.4em 0;
  535. }
  536.  
  537. /* Colors for background of posts requiring approval */
  538. .approvebg
  539. {
  540. color: #000;
  541. background-color: #ffeaea;
  542. }
  543. .approvebg2
  544. {
  545. color: #000;
  546. background-color: #fff2f2;
  547. }
  548.  
  549. /* Color for background of *topics* requiring approval */
  550. .approvetbg
  551. {
  552. color: #000;
  553. background-color: #e4a17c;
  554. }
  555. .approvetbg2
  556. {
  557. color: #000;
  558. background-color: #f3bd9f;
  559. }
  560.  
  561. /* Sticky topics get a different background */
  562. .stickybg
  563. {
  564. background: #ededed;
  565. }
  566. .stickybg2
  567. {
  568. background: #ddd;
  569. }
  570.  
  571. /* Locked posts get a different shade, too! */
  572. .lockedbg
  573. {
  574. background: #d4dce2;
  575. font-style: italic;
  576. }
  577. .lockedbg2
  578. {
  579. background: #d8e1e7;
  580. font-style: italic;
  581. }
  582.  
  583. /* Posts and personal messages displayed throughout the forum. */
  584. .post, .personalmessage
  585. {
  586. overflow: auto;
  587. line-height: 1.4em;
  588. padding: 0.1em 0;
  589. }
  590.  
  591. /* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
  592. .signature, .attachments
  593. {
  594. width: 98%;
  595. overflow: auto;
  596. clear: right;
  597. padding: 1em 0 3px 0;
  598. border-top: 1px solid #aaa;
  599. line-height: 1.4em;
  600. font-size: 0.85em;
  601. }
  602. .custom_fields_above_signature
  603. {
  604. width: 98%;
  605. clear: right;
  606. padding: 1em 0 3px 0;
  607. border-top: 1px solid #aaa;
  608. line-height: 1.4em;
  609. font-size: 0.85em;
  610. }
  611.  
  612. /* Sometimes there will be an error when you post */
  613. .error
  614. {
  615. color: red;
  616. }
  617.  
  618. /* Messages that somehow need to attract the attention. */
  619. .alert
  620. {
  621. color: red;
  622. }
  623.  
  624. /* Calendar colors for birthdays, events and holidays */
  625. .birthday
  626. {
  627. color: #920ac4;
  628. }
  629.  
  630. .event
  631. {
  632. color: #078907;
  633. }
  634.  
  635. .holiday
  636. {
  637. color: #000080;
  638. }
  639.  
  640. /* Colors for warnings */
  641. .warn_mute
  642. {
  643. color: red;
  644. }
  645.  
  646. .warn_moderate
  647. {
  648. color: #ffa500;
  649. }
  650.  
  651. .warn_watch, .success
  652. {
  653. color: green;
  654. }
  655.  
  656. a.moderation_link, a.moderation_link:visited
  657. {
  658. color: red;
  659. font-weight: bold;
  660. }
  661.  
  662. .openid_login
  663. {
  664. background: white url(../images/openid.gif) no-repeat;
  665. padding-left: 18px;
  666. }
  667.  
  668. /* a descriptive style */
  669. .description, .description_board, .plainbox
  670. {
  671. padding: 0.5em 1em;
  672. font-size: 0.9em;
  673. line-height: 1.4em;
  674. background: #fff;
  675. margin: 0.2em 1px 1em 1px;
  676. }
  677. .description_board
  678. {
  679. margin: 1em 1px 0 1px;
  680. }
  681.  
  682. /* an informative style */
  683. .information
  684. {
  685. padding: 0.5em 1em;
  686. font-size: 0.9em;
  687. line-height: 1.3em;
  688. border: 1px solid #bbb;
  689. background: #d7edf8;
  690. margin: 0.2em 1px 1em 1px;
  691. }
  692. .information p
  693. {
  694. padding: 1em;
  695. margin: 0;
  696. }
  697. p.para2
  698. {
  699. padding: 1em 0 3.5em 0;
  700. margin: 0;
  701. }
  702. /* AJAX notification bar
  703. ------------------------------------------------------- */
  704. #ajax_in_progress
  705. {
  706. background: url(../images/theme/loadingbar.png) repeat-x;
  707. color: #f96f00;
  708. text-align: center;
  709. font-size: 16pt;
  710. padding: 8px;
  711. width: 100%;
  712. height: 66px;
  713. line-height: 25px;
  714. position: fixed;
  715. top: 0;
  716. left: 0;
  717. }
  718.  
  719. #ajax_in_progress a
  720. {
  721. color: orange;
  722. text-decoration: underline;
  723. font-size: smaller;
  724. float: right;
  725. margin-right: 20px;
  726. }
  727.  
  728. /* Lists with settings use these a lot.
  729. ------------------------------------------------------- */
  730. dl.settings
  731. {
  732. clear: right;
  733. overflow: auto;
  734. margin: 0 0 10px 0;
  735. padding: 0;
  736. }
  737. dl.settings dt
  738. {
  739. width: 40%;
  740. float: left;
  741. margin: 0 0 10px 0;
  742. padding: 0;
  743. clear: both;
  744. }
  745. dl.settings dt.settings_title
  746. {
  747. width: 100%;
  748. float: none;
  749. margin: 0 0 10px 0;
  750. padding: 5px 0 0 0;
  751. font-weight: bold;
  752. clear: both;
  753. }
  754. dl.settings dt.windowbg
  755. {
  756. width: 98%;
  757. float: left;
  758. margin: 0 0 3px 0;
  759. padding: 0 0 5px 0;
  760. clear: both;
  761. }
  762. dl.settings dd
  763. {
  764. width: 56%;
  765. float: right;
  766. overflow: auto;
  767. margin: 0 0 3px 0;
  768. padding: 0;
  769. }
  770. dl.settings img
  771. {
  772. margin: 0 10px 0 0;
  773. }
  774. /* help icons */
  775. dl.settings dt a img
  776. {
  777. position: relative;
  778. top: 2px;
  779. }
  780.  
  781. /* Styles for rounded headers.
  782. ------------------------------------------------------- */
  783. h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg
  784. {
  785. overflow: hidden;
  786. height: 38px;
  787. line-height: 38px;
  788. font-size: 1.2em;
  789. font-weight: normal;
  790. }
  791. h3.catbg a:link, h3.catbg a:visited, h4.catbg a:link, h4.catbg a:visited, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a
  792. {
  793. color: #fff;
  794. font-weight: normal;
  795. }
  796. h3.catbg2 a, h3.catbg2
  797. {
  798. color: #fff;
  799. }
  800. h3.catbg a:hover, h4.catbg a:hover, .table_list tbody.header td a:hover
  801. {
  802. color: #ddd;
  803. text-decoration: none;
  804. }
  805. h3.catbg2 a:hover
  806. {
  807. color: #ddd;
  808. text-decoration: none;
  809. }
  810. h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a
  811. {
  812. color: #fff;
  813. }
  814. h3.titlebg a:hover, h4.titlebg a:hover
  815. {
  816. color: #ddd;
  817. text-decoration: none;
  818. }
  819. h3.catbg img.icon, h4.titlebg img.icon
  820. {
  821. vertical-align: middle;
  822. margin: -2px 5px 0 0;
  823. }
  824. h4.catbg a.toggle img
  825. {
  826. vertical-align: middle;
  827. margin: -2px 5px 0 5px;
  828. }
  829. h4.catbg, h4.catbg2 , h3.catbg , h3.catbg2 , .table_list tbody.header td.catbg
  830. {
  831. background: #6F858F;
  832. line-height: 50px;
  833. padding-right: 9px;
  834. }
  835. h4.titlebg, h3.titlebg
  836. {
  837. background: url(../images/theme/main_block.png) no-repeat 100% -208px;
  838. padding-right: 9px;
  839. }
  840. h4.titlebg img.icon
  841. {
  842. float: left;
  843. margin: 9px 8px 0 0;
  844. }
  845. div.cat_bar
  846. {
  847. background: #6F858F;
  848. padding-left: 25px;
  849. height: 50px;
  850. overflow: hidden;
  851. border-radius: 5px 5px 0px 0px;
  852. }
  853. div.title_bar
  854. {
  855. background: url(../images/theme/main_block.png) no-repeat 0 -208px;
  856. padding-left: 9px;
  857. height: 38px;
  858. overflow: hidden;
  859. margin-bottom: 1px;
  860. }
  861.  
  862. /* rounded bars needs a different background here */
  863.  
  864. div.roundframe div.cat_bar
  865. {
  866. background: url(../images/theme/main_block.png) no-repeat 0 -252px;
  867. margin-bottom: 0;
  868. height: 38px;
  869. }
  870. div.roundframe div.cat_bar h3.catbg
  871. {
  872. background: url(../images/theme/main_block.png) no-repeat 100% -252px;
  873. line-height: 41px;
  874. }
  875. div.title_barIC
  876. {
  877. background: url(../images/theme/main_block.png) no-repeat 0 -120px;
  878. padding-left: 9px;
  879. height: 38px;
  880. overflow: hidden;
  881. margin-bottom: 1px;
  882. }
  883. div.title_barIC h4.titlebg
  884. {
  885. background: url(../images/theme/main_block.png) no-repeat 100% -120px;
  886. color: #7A7A7A;
  887. }
  888. #upshrinkHeaderIC p.pminfo
  889. {
  890. margin: 0;
  891. padding: 0.5em;
  892. }
  893. img#upshrink_ic, img#newsupshrink
  894. {
  895. float: right;
  896. margin: 10px 5px 0 0;
  897. }
  898. table.table_list a.unreadlink, table.table_list a.collapse
  899. {
  900. float: right;
  901. }
  902. table.table_list a.collapse
  903. {
  904. margin: 12px 5px 0 1em;
  905. height: 38px;
  906. line-height: 38px;
  907. }
  908.  
  909. /* The half-round header bars for some tables. */
  910. .table_grid tr.catbg, .table_grid tr.titlebg
  911. {
  912. font-size: 0.95em;
  913. border-bottom: 1px solid #fff;
  914. }
  915. .table_grid tr.catbg th, .table_grid tr.titlebg th
  916. {
  917. height: 38px;
  918. line-height: 38px;
  919. }
  920. tr.catbg th.first_th
  921. {
  922. background: url(../images/theme/main_block.png) no-repeat 0 -164px;
  923. }
  924. tr.catbg th.last_th
  925. {
  926. background: url(../images/theme/main_block.png) no-repeat 100% -164px;
  927. }
  928. tr.titlebg th.first_th
  929. {
  930. background: url(../images/theme/main_block.png) no-repeat 0 -208px;
  931. }
  932. tr.titlebg th.last_th
  933. {
  934. background: url(../images/theme/main_block.png) no-repeat 100% -208px;
  935. }
  936. .table_grid th.last_th input
  937. {
  938. margin: 0 2px;
  939. }
  940. .table_grid th.lefttext
  941. {
  942. padding: 0 8px;
  943. }
  944.  
  945. /* a general table class */
  946. table.table_grid
  947. {
  948. border-collapse: collapse;
  949. margin-top: 0.1em;
  950. }
  951. table.table_grid td
  952. {
  953. padding: 8px;
  954. border-bottom: 1px solid #fff;
  955. border-right: 1px solid #fff;
  956. }
  957.  
  958. /* GenericList */
  959. .additional_row
  960. {
  961. padding: 0.5em 0 0.5em 0;
  962. }
  963. table.table_grid thead tr.catbg th
  964. {
  965. white-space: nowrap;
  966. }
  967.  
  968. /* table_grid styles for Profile > Show Permissions. */
  969. #permissions table.table_grid td
  970. {
  971. padding: 0.4em 0.8em;
  972. cursor: default;
  973. }
  974.  
  975. /* Common styles used to add corners to divisions.
  976. ------------------------------------------------------- */
  977. .windowbg span.topslice
  978. {
  979. display: block;
  980. padding-left: 20px;
  981. }
  982. .windowbg span.topslice span
  983. {
  984. display: block;
  985. height: 11px;
  986. }
  987. .windowbg span.botslice
  988. {
  989. display: block;
  990. padding-left: 20px;
  991. font-size: 5px;
  992. line-height: 5px;
  993. margin-bottom: 0.2em;
  994. }
  995. .windowbg span.botslice span
  996. {
  997. display: block;
  998. height: 11px;
  999. }
  1000.  
  1001. .windowbg2 span.topslice
  1002. {
  1003. display: block;
  1004. padding-left: 20px;
  1005. background: url(../images/theme/main_block.png) 0 -60px no-repeat;
  1006. }
  1007. .windowbg2 span.topslice span
  1008. {
  1009. display: block;
  1010. background: url(../images/theme/main_block.png) 100% -60px no-repeat;
  1011. height: 11px;
  1012. }
  1013. .windowbg2 span.botslice
  1014. {
  1015. display: block;
  1016. padding-left: 20px;
  1017. background: url(../images/theme/main_block.png) 0 -71px no-repeat;
  1018. font-size: 5px;
  1019. line-height: 5px;
  1020. margin-bottom: 0.2em;
  1021. }
  1022. .windowbg2 span.botslice span
  1023. {
  1024. display: block;
  1025. background: url(../images/theme/main_block.png) 100% -71px no-repeat;
  1026. height: 11px;
  1027. }
  1028. .approvebg span.topslice
  1029. {
  1030. display: block;
  1031. padding-left: 20px;
  1032. background: url(../images/theme/main_block.png) 0 0 no-repeat;
  1033. }
  1034. .approvebg span.topslice span
  1035. {
  1036. display: block;
  1037. background: url(../images/theme/main_block.png) 100% 0 no-repeat;
  1038. height: 11px;
  1039. }
  1040. .approvebg span.botslice
  1041. {
  1042. display: block;
  1043. padding-left: 20px;
  1044. background: url(../images/theme/main_block.png) 0 -11px no-repeat;
  1045. margin-bottom: 0.2em;
  1046. }
  1047. .approvebg span.botslice span
  1048. {
  1049. display: block;
  1050. background: url(../images/theme/main_block.png) 100% -11px no-repeat;
  1051. height: 11px;
  1052. }
  1053. .postbg
  1054. {
  1055. border-left: 1px solid #7f7f7f;
  1056. border-right: 1px solid #7f7f7f;
  1057. }
  1058.  
  1059. /* Used for sections that need somewhat larger corners.
  1060. ----------------------------------------------------------- */
  1061. .roundframe
  1062. {
  1063. padding: 15px;
  1064. background: #FFF;
  1065. border: 1px solid #E9E9E9;
  1066. border-radius: 5px;
  1067. }
  1068. .roundframe dl, .roundframe dt, .roundframe p
  1069. {
  1070. margin: 0;
  1071. }
  1072. .roundframe p
  1073. {
  1074. padding: 0.5em;
  1075. }
  1076. span.upperframe
  1077. {
  1078. padding: 0;
  1079. display: block;
  1080. padding-left: 20px;
  1081. }
  1082. span.upperframe span
  1083. {
  1084. padding: 0;
  1085. display: block;
  1086. }
  1087. span.lowerframe
  1088. {
  1089. padding: 0;
  1090. display: block;
  1091. padding-left: 20px;
  1092. }
  1093. span.lowerframe span
  1094. {
  1095. padding: 0;
  1096. display: block;
  1097. }
  1098.  
  1099. /* The main content area.
  1100. ------------------------------------------------------- */
  1101. .content
  1102. {
  1103. padding: 0.5em 1.2em;
  1104. margin: 0;
  1105. border: none;
  1106. }
  1107. .content p
  1108. {
  1109. margin: 0 0 0.5em 0;
  1110. }
  1111.  
  1112. /* Styles used by the auto suggest control.
  1113. ------------------------------------------------------- */
  1114. .auto_suggest_div
  1115. {
  1116. border: 1px solid #000;
  1117. position: absolute;
  1118. visibility: hidden;
  1119. }
  1120. .auto_suggest_item
  1121. {
  1122. background-color: #ddd;
  1123. }
  1124. .auto_suggest_item_hover
  1125. {
  1126. background-color: #888;
  1127. cursor: pointer;
  1128. color: #eee;
  1129. }
  1130.  
  1131. /* Styles for the standard dropdown menus.
  1132. ------------------------------------------------------- */
  1133. #main_menu {
  1134. padding: 0 0.5em;
  1135. float: left;
  1136. margin: 0;
  1137. width: 98%;
  1138. }
  1139. .dropmenu, .dropmenu ul {
  1140. list-style: none;
  1141. line-height: 1em;
  1142. padding: 0;
  1143. margin: 0;
  1144. text-decoration: none;
  1145. }
  1146. .dropmenu li {
  1147. float: left;
  1148. padding: 0 0 5px;
  1149. margin: 0 2px 0 0;
  1150. position: relative;
  1151. text-decoration: none;
  1152. }
  1153. .dropmenu li a {
  1154. display: block;
  1155. padding: 0 8px;
  1156. color: #4a4c52;
  1157. white-space: pre;
  1158. line-height: 36px;
  1159. font-size: 13px;
  1160. font-weight: 600;
  1161. text-decoration: none;
  1162. }
  1163. .dropmenu > li > a.active {
  1164. color: #FFF;
  1165. background: #90A4AE;
  1166. border-radius: 2px;
  1167. text-decoration: none;
  1168. }
  1169. .dropmenu li:hover > a {
  1170. cursor: pointer;
  1171. text-decoration: none;
  1172. background: #7E9099;
  1173. color: #fff;
  1174. border-radius: 2px;
  1175. }
  1176. .dropmenu li ul {
  1177. z-index: 90;
  1178. position: absolute;
  1179. width: 260px;
  1180. left: -999em;
  1181. background: #FFF;
  1182. padding: 0;
  1183. box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  1184. text-decoration: none;
  1185. border: 1px solid #ddd;
  1186. }
  1187. .dropmenu li li {
  1188. width: 260px;
  1189. margin: 0;
  1190. }
  1191. .dropmenu li li a {
  1192. padding: 0 15px;
  1193. }
  1194. .dropmenu li:hover ul {
  1195. left: 0;
  1196. top: 32px;
  1197. }
  1198. .dropmenu li:hover ul ul,
  1199. .dropmenu li:hover ul ul ul {
  1200. top: -999em;
  1201. left: auto;
  1202. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  1203. }
  1204. .dropmenu li li:hover ul,
  1205. .dropmenu li li li:hover ul,
  1206. .dropmenu li li li li:hover ul {
  1207. left: 245px;
  1208. top: 0;
  1209. }
  1210.  
  1211. /* The dropdown menu toggle image */
  1212. #menu_toggle
  1213. {
  1214. float: right;
  1215. margin-right: 10px;
  1216. padding-top: 3px;
  1217. }
  1218. #menu_toggle span
  1219. {
  1220. position: relative;
  1221. right: 5000px;
  1222. }
  1223.  
  1224. /* Styles for the standard button lists.
  1225. ----------------------------------------- */
  1226. .nav2 {
  1227. padding-left: 0;
  1228. margin-bottom: 0;
  1229. list-style: none;
  1230. }
  1231. .nav2 > li {
  1232. position: relative;
  1233. display: block;
  1234. }
  1235. .nav2 > li > a {
  1236. position: relative;
  1237. display: block;
  1238. padding: 0px 15px;
  1239. }
  1240. .nav2 > li > a:hover,
  1241. .nav2 > li > a:focus {
  1242. text-decoration: none;
  1243. background: #7E9099;
  1244. }
  1245. .nav-pills2 > li {
  1246. float: left;
  1247. }
  1248. .nav-pills2 > li > a {
  1249. border-radius: 4px;
  1250. }
  1251. .nav-pills2 > li + li {
  1252. margin-left: 2px;
  1253. }
  1254. .nav-pills2 > li.active > a,
  1255. .nav-pills2 > li.active > a:hover,
  1256. .nav-pills2 > li.active > a:focus {
  1257. color: #fff;
  1258. background: #7E9099;
  1259. }
  1260. .buttonlist > ul {
  1261. z-index: 100;
  1262. margin: 0 0 15px 0;
  1263. overflow-x: hidden;
  1264. background: #90A4AE;
  1265. border-radius: 4px;
  1266. }
  1267. .buttonlist li {
  1268. margin: 0;
  1269. padding: 0;
  1270. list-style: none;
  1271. float: left;
  1272. }
  1273. .buttonlist li a {
  1274. display: block;
  1275. font-size: 13px;
  1276. color: #fff;
  1277. height: 32px;
  1278. line-height: 32px;
  1279. padding: 0 8px;
  1280. font-weight: 400;
  1281. }
  1282. .buttonlist li a.active {
  1283. color: #D8D8D8;
  1284. text-transform: uppercase;
  1285. }
  1286. .align_top ul li a,
  1287. .align_bottom ul li a {
  1288. margin: 0 12px 0 0;
  1289. }
  1290. /* the navigation list */
  1291. ul#navigation
  1292. {
  1293. margin: 0;
  1294. font-size: 0.9em;
  1295. padding: 1em 0.4em;
  1296. }
  1297. ul#navigation li
  1298. {
  1299. float: none;
  1300. font-size: 0.95em;
  1301. display: inline;
  1302. }
  1303.  
  1304. #adm_submenus
  1305. {
  1306. padding-left: 2em;
  1307. overflow: hidden;
  1308. }
  1309.  
  1310. h3, h4
  1311. {
  1312. padding-bottom: 3px;
  1313. }
  1314.  
  1315. /* The navigation list (i.e. linktree) */
  1316. .navigate_section
  1317. {
  1318. padding: 10px;
  1319. margin-top: -24px;
  1320. background: #eef5f9;
  1321. border-radius: 5px;
  1322. }
  1323. .navigate_section ul
  1324. {
  1325. display: block;
  1326. margin: 0;
  1327. font-size: 0.9em;
  1328. padding: 0.5em 0;
  1329. overflow: hidden;
  1330. list-style: none;
  1331. clear: both;
  1332. width: 100%;
  1333. }
  1334. .navigate_section ul li
  1335. {
  1336. float: left;
  1337. padding: 0 0.5em 0 0;
  1338. font-size: 0.95em;
  1339. }
  1340. .navigate_section ul li a
  1341. {
  1342. white-space: pre;
  1343. color: #484848;
  1344. font-size: 13px;
  1345. }
  1346.  
  1347. select.qaction, input.qaction
  1348. {
  1349. font-size: 0.85em;
  1350. padding: 0;
  1351. }
  1352. #mlist table tbody td.windowbg2
  1353. {
  1354. text-align: center;
  1355. }
  1356.  
  1357. /* Styles for a typical table.
  1358. ------------------------------------------------------- */
  1359. table.table_list
  1360. {
  1361. width: 100%;
  1362. border-collapse: collapse;
  1363. border-spacing: 0;
  1364. }
  1365. table.table_list .content td
  1366. {
  1367. padding: 10px 8px; font-size: 11px;
  1368. }
  1369. table.table_list .content td, table.table_grid tbody td, #forumposts .windowbg, #forumposts .windowbg2
  1370. {
  1371. /*border-bottom: 1px solid #0f1113;*/
  1372. }
  1373. table.table_list p
  1374. {
  1375. padding: 0;
  1376. margin: 0;
  1377. }
  1378. table.table_list td, table.table_list th
  1379. {
  1380. padding: 5px;
  1381. }
  1382. table.table_list tbody.header td
  1383. {
  1384. padding: 0;
  1385. }
  1386. table.table_list tbody.content td.stats
  1387. {
  1388. font-size: 90%;
  1389. width: 15%;
  1390. text-align: right;
  1391. }
  1392. table.table_list tbody.content td.lastpost
  1393. {
  1394. line-height: 1.3em;
  1395. font-size: 12px;
  1396. width: 24%;
  1397. }
  1398. table.table_list tbody.content td.lastpost a, .table_list tbody.content td.children a, p.moderators a
  1399. {
  1400. }
  1401. table.table_list tbody.content td.icon
  1402. {
  1403. text-align: center;
  1404. width: 6%;
  1405. }
  1406.  
  1407. /* Styles for the board index.
  1408. ------------------------------------------------- */
  1409.  
  1410. /* the board title! */
  1411. .table_list tbody.content td.info a.subject
  1412. {
  1413. font-size: 1.231em;
  1414. font-weight: bold;
  1415. color: #444;
  1416.  
  1417. }
  1418. .table_list tbody.content td.children
  1419. {
  1420. color: #555;
  1421. font-size: 11px;
  1422. }
  1423. p.moderators
  1424. {
  1425. font-size: 0.8em;
  1426. font-family: verdana, sans-serif;
  1427. }
  1428. /* hide the table header/footer parts - but its here for those needing to style it */
  1429. #boardindex_table .table_list thead, #boardindex_table .table_list tfoot
  1430. {
  1431. display: none;
  1432. }
  1433.  
  1434. /* the posting icons */
  1435. #posting_icons
  1436. {
  1437. line-height: 1em;
  1438. }
  1439. #posting_icons ul
  1440. {
  1441. font-size: 0.8em;
  1442. }
  1443. #posting_icons img
  1444. {
  1445. vertical-align: middle;
  1446. margin: 0 0 0 4ex;
  1447. }
  1448. #postbuttons_upper ul li a span
  1449. {
  1450. line-height: 19px;
  1451. padding: 0 0 0 6px;
  1452. }
  1453. .nextlinks
  1454. {
  1455. text-align: right;
  1456. margin-top: -1px;
  1457. }
  1458. .nextlinks_bottom
  1459. {
  1460. clear: right;
  1461. text-align: right;
  1462. }
  1463. .mark_read
  1464. {
  1465. padding: 0 0.5em;
  1466. }
  1467.  
  1468. /* the newsfader */
  1469. #newsfader
  1470. {
  1471. margin: 0 2px;
  1472. }
  1473. #smfFadeScroller
  1474. {
  1475. text-align: center;
  1476. padding: 0 2em;
  1477. overflow: auto;
  1478. margin: 1em 0;
  1479. color: #575757; /* shouldn't be shorthand style due to a JS bug in IE! */
  1480. }
  1481.  
  1482. /* Styles for the info center on the board index.
  1483. ---------------------------------------------------- */
  1484.  
  1485. #upshrinkHeaderIC
  1486. {
  1487. margin-top: 4px;
  1488. }
  1489. dl#ic_recentposts
  1490. {
  1491. margin: 0 0 0.5em 0;
  1492. padding: 0.5em;
  1493. line-height: 1.3em;
  1494. }
  1495. dl#ic_recentposts dt
  1496. {
  1497. float: left;
  1498. }
  1499. dl#ic_recentposts dd
  1500. {
  1501. text-align: right;
  1502. }
  1503. #upshrinkHeaderIC p
  1504. {
  1505. margin: 0 0 0.5em 0;
  1506. padding: 0.5em;
  1507. }
  1508. #upshrinkHeaderIC p.last
  1509. {
  1510. margin: 0;
  1511. padding: 0.5em;
  1512. border-top: 2px dotted #bbb;
  1513. }
  1514. #upshrinkHeaderIC p.inline
  1515. {
  1516. border: none;
  1517. margin: 0;
  1518. padding: 0.2em 0.5em 0.2em 0.5em;
  1519. }
  1520. #upshrinkHeaderIC p.stats
  1521. {
  1522. font-size: 1.1em;
  1523. padding-top: 8px;
  1524. }
  1525. form#ic_login
  1526. {
  1527. padding: 0.5em;
  1528. height: 2em;
  1529. }
  1530. form#ic_login ul li
  1531. {
  1532. margin: 0;
  1533. padding: 0;
  1534. float: left;
  1535. width: 20%;
  1536. text-align: center;
  1537. }
  1538. form#ic_login ul li label
  1539. {
  1540. display: block;
  1541. }
  1542.  
  1543. /* the small stats */
  1544. #index_common_stats
  1545. {
  1546. display: block;
  1547. margin: 0 0 0.5em 0;
  1548. text-align: right;
  1549. font-size: 0.9em;
  1550. position: relative;
  1551. top: -20px;
  1552. line-height: 1px;
  1553. }
  1554.  
  1555. img.new_posts
  1556. {
  1557. padding: 0 0.1em;
  1558. }
  1559. /* Styles for the message (topic) index.
  1560. ---------------------------------------------------- */
  1561. div.table_frame .table_list
  1562. {
  1563. border-collapse: collapse;
  1564. }
  1565. .table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats
  1566. {
  1567. border-right: 2px solid white;
  1568. }
  1569. #messageindex
  1570. {
  1571. clear: both;
  1572. }
  1573. /* the page navigation area */
  1574. .childboards
  1575. {
  1576. margin-bottom: 0.2em;
  1577. }
  1578. #childboards h3
  1579. {
  1580. padding-bottom: 0;
  1581. }
  1582. #childboards .table_list thead
  1583. {
  1584. display: none;
  1585. }
  1586. #childboards .table_list
  1587. {
  1588. margin-bottom: 1em;
  1589. }
  1590. .lastpost img
  1591. {
  1592. padding: 0 0 0 3px;
  1593. }
  1594.  
  1595. /* Styles for the display template (topic view).
  1596. ---------------------------------------------------- */
  1597.  
  1598. #postbuttons div.buttons
  1599. {
  1600. padding: 0.5em;
  1601. width: 40%;
  1602. float: right;
  1603. }
  1604. #postbuttons div.middletext
  1605. {
  1606. width: 60%;
  1607. }
  1608. #postbuttons span
  1609. {
  1610. display: block;
  1611. text-align: right;
  1612. }
  1613. #postbuttons span.lower
  1614. {
  1615. clear: right;
  1616. }
  1617. #postbuttons .buttonlist
  1618. {
  1619. float: right;
  1620. }
  1621. #postbuttons #pagelinks
  1622. {
  1623. padding-top: 1em;
  1624. }
  1625. #moderationbuttons
  1626. {
  1627. overflow: hidden;
  1628. }
  1629. /* Events */
  1630. .linked_events
  1631. {
  1632. padding: 1em 0;
  1633. }
  1634. .edit_event
  1635. {
  1636. margin: 0 1em;
  1637. vertical-align: middle;
  1638. }
  1639. /* Poll question */
  1640. #poll
  1641. {
  1642. overflow: hidden;
  1643. }
  1644. #poll .content
  1645. {
  1646. padding: 0 1em;
  1647. }
  1648. h4#pollquestion
  1649. {
  1650. padding: 0 0 0.5em 2em;
  1651. }
  1652.  
  1653. /* Poll vote options */
  1654. #poll_options ul.options
  1655. {
  1656. border-top: 1px solid #aaa;
  1657. padding: 1em 2.5em 0 2em;
  1658. margin: 0 0 1em 0;
  1659. }
  1660. #poll_options div.submitbutton
  1661. {
  1662. border-bottom: 1px solid #aaa;
  1663. clear: both;
  1664. padding: 0 0 1em 2em;
  1665. margin: 0 0 1em 0;
  1666. }
  1667.  
  1668. /* Poll results */
  1669. #poll_options dl.options
  1670. {
  1671. border: solid #aaa;
  1672. border-width: 1px 0;
  1673. padding: 1em 2.5em 1em 2em;
  1674. margin: 0 1em 1em 0;
  1675. line-height: 1.1em !important;
  1676. }
  1677.  
  1678. #poll_options dl.options dt
  1679. {
  1680. padding: 0.3em 0;
  1681. width: 30%;
  1682. float: left;
  1683. margin: 0;
  1684. clear: left;
  1685. }
  1686.  
  1687. #poll_options dl.options .voted
  1688. {
  1689. font-weight: bold;
  1690. }
  1691.  
  1692. #poll_options dl.options dd
  1693. {
  1694. margin: 0 0 0 2em;
  1695. padding: 0.1em 0 0 0;
  1696. width: 60%;
  1697. max-width: 450px;
  1698. float: left;
  1699. }
  1700.  
  1701. #poll_options dl.options .percentage
  1702. {
  1703. display: block;
  1704. float: right;
  1705. padding: 0.2em 0 0.3em 0;
  1706. }
  1707.  
  1708. /* Poll notices */
  1709. #poll_options p
  1710. {
  1711. margin: 0 1.5em 0.2em 1.5em;
  1712. padding: 0 0.5em 0.5em 0.5em;
  1713. }
  1714.  
  1715. div#pollmoderation
  1716. {
  1717. margin: 0;
  1718. padding: 0;
  1719. overflow: auto;
  1720. }
  1721. #forumposts .post_wrapper,
  1722. #personal_messages div.windowbg,
  1723. #personal_messages div.windowbg2,
  1724. #main_admsection .topic > .windowbg,
  1725. #main_admsection .topic > .windowbg2 {
  1726. overflow: hidden;
  1727. padding: 5px 0;
  1728. margin-bottom: 15px;
  1729. border: 1px solid #DEDEDE;
  1730. }
  1731. /* onto the posts */
  1732. #forumposts
  1733. {
  1734. clear: both;
  1735. }
  1736. #forumposts .cat_bar
  1737. {
  1738. margin: 0 0 2px 0;
  1739. }
  1740. /* author and topic information */
  1741. #forumposts h3 span#author
  1742. {
  1743. margin: 0 7.7em 0 0;
  1744. }
  1745. #forumposts h3 img
  1746. {
  1747. float: left;
  1748. margin: 4px 0.5em 0 0;
  1749. }
  1750. #forumposts h3.catbg
  1751. {
  1752. margin-bottom: 3px;
  1753. }
  1754. p#whoisviewing
  1755. {
  1756. margin: 0;
  1757. padding: 0.5em;
  1758. }
  1759. /* Informacion de usuario Horizontal */
  1760. /* Informacion de usuario Horizontal */
  1761. .ze_infop
  1762. {
  1763. width: 220px;
  1764. float: left;
  1765. margin-left: -440px;
  1766. height: 79px;
  1767. margin-top: 10px;
  1768. padding-left: 10px !important;
  1769. padding-top: 6px !important;
  1770. position: absolute;
  1771. z-index: 1;
  1772. }
  1773. .ze_infop h4, .ze_infop ul
  1774. {
  1775. padding: 0;
  1776. margin: 0 1em 0 1.5em;
  1777. }
  1778. .ze_infop h4
  1779. {
  1780. margin: 0.2em 0 0.4em 1.1em;
  1781. font-size: 120%;
  1782. }
  1783. .ze_infop h4, .ze_infop h4 a
  1784. {
  1785. color: #444;
  1786. }
  1787. .ze_infop ul ul
  1788. {
  1789. margin: 0.3em 1em 0 0;
  1790. padding: 0;
  1791. }
  1792. .ze_infop ul ul li
  1793. {
  1794. display: inline;
  1795. }
  1796. .ze_roundframe
  1797. {
  1798. padding: 0 10px;
  1799. background: #f8f8f8;
  1800. border-left: 1px solid #eee;
  1801. border-right: 1px solid #eee;
  1802. height: 110px;
  1803. margin-top: 10px;
  1804. }
  1805. .ze_nick { width:200px; height:40px; line-height:40px; padding:0px !important; margin-left:160px; margin-top:10px; padding-left:10px !important; position:absolute; z-index:2; }
  1806. .ze_rank { width:200px; height:42px; line-height:42px; padding:0px !important; margin-left:-10px; padding-left:10px !important; position:absolute; z-index:2; }
  1807. .ze_nick, .ze_rank, .ze_infop
  1808. { -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px; background: rgba(0, 0, 0, 0.2); }
  1809. .ze_rank img { padding: 5px; margin-left: 15px; }
  1810.  
  1811. .cont_colum_post {
  1812. width: 100%;
  1813. overflow:hidden;
  1814. padding:0px; }
  1815.  
  1816. .left_colum {
  1817. float: left;
  1818. margin-left: 0.5em; }
  1819.  
  1820. .right_colum {
  1821. float: right;
  1822. margin-right: 2em; }
  1823.  
  1824. .left_colum li.avatar {
  1825. width: 180px;
  1826. height: 160px;
  1827. position: absolute;
  1828. z-index: 1;
  1829. margin-top: 15px;
  1830. }
  1831. .moderatorbar
  1832. {
  1833. clear: right;
  1834. }
  1835. li.avatar{
  1836. width: 100px;
  1837. min-height: 100px;
  1838. min-width:100px;
  1839. }
  1840. li.avatar img.avatar{
  1841. z-index: 1;
  1842. position:absolute;
  1843. margin-top: 0px;
  1844. height: 135px;
  1845. width: 135px;
  1846. border-radius:10px;
  1847. }
  1848.  
  1849. li.avatar-fix{
  1850. width: 100px;
  1851. min-height: 100px;
  1852. min-width:100px;
  1853. }
  1854. li.avatar-fix img.avatar{ /* margin-top: 15px; */
  1855. z-index: 1;
  1856. position:absolute;
  1857. margin-top:10px;
  1858. height:130px;
  1859. width:130px;
  1860. border-radius:10px;
  1861. /* position: absolute;} */
  1862. }
  1863. /* poster details and list of items */
  1864. .poster h4, .poster ul
  1865. {
  1866. padding: 0;
  1867. margin: 0 1em 0 1.5em;
  1868. }
  1869. .poster h4
  1870. {
  1871. margin: 0.2em 0 0.4em 1.1em;
  1872. font-size: 120%;
  1873. }
  1874. .poster h4, .poster h4 a
  1875. {
  1876. color: #444;
  1877. }
  1878. .poster ul ul
  1879. {
  1880. margin: 0.3em 1em 0 0;
  1881. padding: 0;
  1882. }
  1883. .poster ul ul li
  1884. {
  1885. display: inline;
  1886. }
  1887. .poster li.stars, .poster li.avatar, .poster li.blurb, li.postcount, li.im_icons ul
  1888. {
  1889. margin-top: 0.5em;
  1890. }
  1891. .poster li.avatar
  1892. {
  1893. overflow: hidden;
  1894. }
  1895. .poster li.warning
  1896. {
  1897. line-height: 1.2em;
  1898. padding-top: 1em;
  1899. }
  1900. .poster li.warning a img
  1901. {
  1902. vertical-align: bottom;
  1903. padding: 0 0.2em;
  1904. }
  1905. .messageicon
  1906. {
  1907. float: left;
  1908. margin: 0 0.5em 0 0;
  1909. }
  1910. .messageicon img
  1911. {
  1912. padding: 6px 3px;
  1913. }
  1914. .keyinfo
  1915. {
  1916. float: left;
  1917. width: 50%;
  1918. }
  1919. .ze_keyinfo
  1920. {
  1921. float: left;
  1922. width: 50%;
  1923. margin-left: 160px;
  1924. }
  1925. .modifybutton
  1926. {
  1927. clear: right;
  1928. float: right;
  1929. margin: 6px 20px 10px 0;
  1930. text-align: right;
  1931. font: bold 0.85em arial, sans-serif;
  1932. color: #334466;
  1933. }
  1934.  
  1935. /* The quick buttons.
  1936. --------------------- */
  1937. .quickbuttons_wrap {
  1938. padding: 0.2em 0;
  1939. width: 100%;
  1940. float: left;
  1941. }
  1942. ul.quickbuttons {
  1943. margin: 0px 10px 0 0;
  1944. clear: right;
  1945. float: right;
  1946. text-align: right;
  1947. border: 1px solid #E5E5E5;
  1948. border-radius: 15px;
  1949. padding: 0 5px;
  1950. }
  1951. ul.quickbuttons li {
  1952. float: left;
  1953. display: inline;
  1954. margin: 0;
  1955. }
  1956. ul.quickbuttons li a {
  1957. line-height: 30px;
  1958. padding: 0 5px;
  1959. display: block;
  1960. float: left;
  1961. color: #42464E;
  1962. font-size: 11px;
  1963. text-transform: uppercase;
  1964. font-weight: 400;
  1965. }
  1966. ul.quickbuttons li a:hover {
  1967. text-decoration: none;
  1968. color: #6E9BA7;
  1969. }
  1970. ul.quickbuttons li.inline_mod_check {
  1971. margin: 0 0 0 5px;
  1972. }
  1973. .post
  1974. {
  1975. margin-top: 0.5em;
  1976. clear: right;
  1977. }
  1978. .inner2
  1979. {
  1980. padding: 1em 0em 0px 0;
  1981. margin: 0 1em 0 1em;
  1982. border-top: 1px solid #aaa;
  1983. }
  1984. img.smiley
  1985. {
  1986. vertical-align: bottom;
  1987. }
  1988. #forumposts .modified
  1989. {
  1990. float: left;
  1991. }
  1992. #forumposts .reportlinks
  1993. {
  1994. margin-right: 1.5em;
  1995. text-align: right;
  1996. clear: right;
  1997. }
  1998. #forumposts .signature, .post .signature
  1999. {
  2000. margin: 1em 0 0 0;
  2001. }
  2002. #forumposts span.botslice
  2003. {
  2004. clear: both;
  2005. }
  2006. .attachments hr
  2007. {
  2008. clear: both;
  2009. margin: 1em 0 1em 0;
  2010. }
  2011. .attachments
  2012. {
  2013. padding: 1em 0 2em 0;
  2014. }
  2015. .attachments div
  2016. {
  2017. padding: 0 0.5em;
  2018. }
  2019.  
  2020. /* Styles for the quick reply area.
  2021. ---------------------------------------------------- */
  2022.  
  2023. #quickreplybox
  2024. {
  2025. padding-bottom: 1px;
  2026. }
  2027. #quickReplyOptions .roundframe
  2028. {
  2029. padding: 0 10%;
  2030. }
  2031. #quickReplyOptions form textarea
  2032. {
  2033. height: 100px;
  2034. width: 635px;
  2035. max-width: 100%;
  2036. min-width: 100%;
  2037. margin: 0.25em 0 1em 0;
  2038. }
  2039. /* The jump to box */
  2040. #display_jump_to
  2041. {
  2042. clear: both;
  2043. padding: 5px;
  2044. margin-top: 6px;
  2045. text-align: right;
  2046. }
  2047.  
  2048. /* Separator of posts. More useful in the print stylesheet. */
  2049. #forumposts .post_separator
  2050. {
  2051. display: none;
  2052. }
  2053.  
  2054. /* Styles for edit post section
  2055. ---------------------------------------------------- */
  2056. form#postmodify .roundframe
  2057. {
  2058. padding: 0 12%;
  2059. }
  2060. #post_header, .postbox
  2061. {
  2062. padding: 0.5em;
  2063. overflow: hidden;
  2064. }
  2065. #post_header dt, .postbox dt
  2066. {
  2067. float: left;
  2068. padding: 0;
  2069. width: 15%;
  2070. margin: .5em 0 0 0;
  2071. font-weight: bold;
  2072. }
  2073. #post_header dd, .postbox dd
  2074. {
  2075. float: left;
  2076. padding: 0;
  2077. width: 83%;
  2078. margin: .3em 0;
  2079. }
  2080. #post_header img
  2081. {
  2082. vertical-align: middle;
  2083. }
  2084. ul.post_options
  2085. {
  2086. margin: 0 0 0 1em;
  2087. padding: 0;
  2088. list-style: none;
  2089. overflow: hidden;
  2090. }
  2091. ul.post_options li
  2092. {
  2093. margin: 0.2em 0;
  2094. width: 49%;
  2095. float: left;
  2096. }
  2097. #postAdditionalOptionsHeader
  2098. {
  2099. margin-top: 1em;
  2100. }
  2101. #postMoreOptions
  2102. {
  2103. border-bottom: 1px solid #aaa;
  2104. padding: 0.5em;
  2105. }
  2106. #postAttachment, #postAttachment2
  2107. {
  2108. overflow: hidden;
  2109. margin: .5em 0;
  2110. padding: 0;
  2111. border-bottom: 1px solid #aaa;
  2112. padding: 0.5em;
  2113. }
  2114. #postAttachment dd, #postAttachment2 dd
  2115. {
  2116. margin: .3em 0 .3em 1em;
  2117. }
  2118. #postAttachment dt, #postAttachment2 dt
  2119. {
  2120. font-weight: bold;
  2121. }
  2122. #postAttachment3
  2123. {
  2124. margin-left: 1em;
  2125. }
  2126. #post_confirm_strip, #shortcuts
  2127. {
  2128. padding: 1em 0 0 0;
  2129. }
  2130. .post_verification
  2131. {
  2132. margin-top: .5em;
  2133. }
  2134. .post_verification #verification_control
  2135. {
  2136. margin: .3em 0 .3em 1em;
  2137. }
  2138. /* The BBC buttons */
  2139. #bbcBox_message
  2140. {
  2141. margin: 0.75em 0.5em;
  2142. }
  2143. #bbcBox_message div
  2144. {
  2145. margin: 0.2em 0;
  2146. vertical-align: top;
  2147. }
  2148. #bbcBox_message div img
  2149. {
  2150. margin: 0 1px 0 0;
  2151. vertical-align: top;
  2152. }
  2153. #bbcBox_message select
  2154. {
  2155. margin: 0 2px;
  2156. }
  2157. /* The smiley strip */
  2158. #smileyBox_message
  2159. {
  2160. margin: 0.5em;
  2161. }
  2162.  
  2163. /* Styles for edit event section
  2164. ---------------------------------------------------- */
  2165. #post_event .roundframe
  2166. {
  2167. padding: 0 12%;
  2168. }
  2169. #post_event fieldset
  2170. {
  2171. padding: 0.5em;
  2172. clear: both;
  2173. }
  2174. #post_event #event_main input
  2175. {
  2176. margin: 0 0 1em 0;
  2177. float: left;
  2178. }
  2179. #post_event #event_main div.smalltext
  2180. {
  2181. width: 33em;
  2182. float: right;
  2183. }
  2184. #post_event div.event_options
  2185. {
  2186. float: right;
  2187. }
  2188. #post_event ul.event_main, ul.event_options
  2189. {
  2190. padding: 0;
  2191. overflow: hidden;
  2192. }
  2193. #post_event ul.event_main li
  2194. {
  2195. list-style-type: none;
  2196. margin: 0.2em 0;
  2197. width: 49%;
  2198. float: left;
  2199. }
  2200. #post_event ul.event_options
  2201. {
  2202. margin: 0;
  2203. padding: 0 0 .7em .7em;
  2204. }
  2205. #post_event ul.event_options li
  2206. {
  2207. list-style-type: none;
  2208. margin: 0;
  2209. float: left;
  2210. }
  2211. #post_event #event_main select, #post_event ul.event_options li select, #post_event ul.event_options li .input_check
  2212. {
  2213. margin: 0 1em 0 0;
  2214. }
  2215.  
  2216. /* Styles for edit poll section.
  2217. ---------------------------------------------------- */
  2218.  
  2219. #edit_poll
  2220. {
  2221. overflow: hidden;
  2222. }
  2223. #edit_poll fieldset
  2224. {
  2225. padding: 0.5em;
  2226. clear: both;
  2227. overflow: hidden;
  2228. }
  2229. #edit_poll fieldset input
  2230. {
  2231. margin-left: 8.1em;
  2232. }
  2233. #edit_poll ul.poll_main li
  2234. {
  2235. padding-left: 1em;
  2236. }
  2237. #edit_poll ul.poll_main input
  2238. {
  2239. margin-left: 1em;
  2240. }
  2241. #edit_poll ul.poll_main, dl.poll_options
  2242. {
  2243. overflow: hidden;
  2244. padding: 0 0 .7em .7em;
  2245. list-style: none;
  2246. }
  2247. #edit_poll ul.poll_main li
  2248. {
  2249. margin: 0.2em 0;
  2250. }
  2251. #edit_poll dl.poll_options dt
  2252. {
  2253. width: 33%;
  2254. padding: 0 0 0 1em;
  2255. }
  2256. #edit_poll dl.poll_options dd
  2257. {
  2258. width: 65%;
  2259. }
  2260. #edit_poll dl.poll_options dd input
  2261. {
  2262. margin-left: 0;
  2263. }
  2264.  
  2265. /* Styles for the recent messages section.
  2266. ---------------------------------------------------- */
  2267.  
  2268. #readbuttons_top .pagelinks, #readbuttons .pagelinks
  2269. {
  2270. padding-bottom: 1em;
  2271. width: 60%;
  2272. }
  2273. #readbuttons .pagelinks
  2274. {
  2275. padding-top: 1em;
  2276. }
  2277. #recent
  2278. {
  2279. clear: both;
  2280. }
  2281.  
  2282. /* Styles for the move topic section.
  2283. ---------------------------------------------------- */
  2284.  
  2285. #move_topic dl
  2286. {
  2287. margin-bottom: 0;
  2288. }
  2289. #move_topic dl.settings dt
  2290. {
  2291. width: 40%;
  2292. }
  2293. #move_topic dl.settings dd
  2294. {
  2295. width: 59%;
  2296. }
  2297. .move_topic
  2298. {
  2299. width: 710px;
  2300. margin: auto;
  2301. text-align: left;
  2302. }
  2303. div.move_topic fieldset
  2304. {
  2305. padding: 0.5em;
  2306. }
  2307.  
  2308. /* Styles for the send topic section.
  2309. ---------------------------------------------------- */
  2310.  
  2311. fieldset.send_topic
  2312. {
  2313. border: none;
  2314. padding: 0.5em;
  2315. }
  2316. dl.send_topic
  2317. {
  2318. margin-bottom: 0;
  2319. }
  2320. dl.send_mail dt
  2321. {
  2322. width: 35%;
  2323. }
  2324. dl.send_mail dd
  2325. {
  2326. width: 64%;
  2327. }
  2328.  
  2329. /* Styles for the report topic section.
  2330. ---------------------------------------------------- */
  2331.  
  2332. #report_topic dl
  2333. {
  2334. margin-bottom: 0;
  2335. }
  2336. #report_topic dl.settings dt
  2337. {
  2338. width: 20%;
  2339. }
  2340. #report_topic dl.settings dd
  2341. {
  2342. width: 79%;
  2343. }
  2344.  
  2345. /* Styles for the split topic section.
  2346. ---------------------------------------------------- */
  2347.  
  2348. div#selected, div#not_selected
  2349. {
  2350. width: 49%;
  2351. }
  2352. ul.split_messages li.windowbg, ul.split_messages li.windowbg2
  2353. {
  2354. margin: 1px;
  2355. }
  2356. ul.split_messages li a.split_icon
  2357. {
  2358. padding: 0 0.5em;
  2359. }
  2360. ul.split_messages div.post
  2361. {
  2362. padding: 1em 0 0 0;
  2363. border-top: 1px solid #fff;
  2364. }
  2365.  
  2366. /* Styles for the merge topic section.
  2367. ---------------------------------------------------- */
  2368. ul.merge_topics li
  2369. {
  2370. list-style-type: none;
  2371. }
  2372. dl.merge_topic dt
  2373. {
  2374. width: 25%;
  2375. }
  2376. dl.merge_topic dd
  2377. {
  2378. width: 74%;
  2379. }
  2380. fieldset.merge_options
  2381. {
  2382. clear: both;
  2383. }
  2384. .custom_subject
  2385. {
  2386. margin: 0.5em 0;
  2387. }
  2388.  
  2389. /* Styles for the login areas.
  2390. ------------------------------------------------------- */
  2391. .login
  2392. {
  2393. width: 600px;
  2394. margin: 0 auto;
  2395. }
  2396. .login dl
  2397. {
  2398. overflow: auto;
  2399. clear: right;
  2400. }
  2401. .login dt, .login dd
  2402. {
  2403. margin: 0 0 0.4em 0;
  2404. width: 44%;
  2405. padding: 0.1em;
  2406. }
  2407. .login dt
  2408. {
  2409. float: left;
  2410. clear: both;
  2411. text-align: right;
  2412. margin-left: -160px;
  2413. margin-top: 15px;
  2414. position: absolute;
  2415. }
  2416. .login dd
  2417. {
  2418. width: 54%;
  2419. float: left;
  2420. text-align: left;
  2421. margin-top: 18px;
  2422. margin-left: 105px;
  2423. }
  2424. .login p
  2425. {
  2426. text-align: center;
  2427. }
  2428.  
  2429. /* Styles for the registration section.
  2430. ------------------------------------------------------- */
  2431. .register_error
  2432. {
  2433. border: 1px dashed red;
  2434. padding: 5px;
  2435. margin: 0 1ex 1ex 1ex;
  2436. }
  2437. .register_error span
  2438. {
  2439. text-decoration: underline;
  2440. }
  2441.  
  2442. /* Additional profile fields */
  2443. dl.register_form
  2444. {
  2445. margin: 0;
  2446. clear: right;
  2447. }
  2448.  
  2449. dl.register_form dt
  2450. {
  2451. font-weight: normal;
  2452. float: left;
  2453. clear: both;
  2454. width: 50%;
  2455. margin: 0.5em 0 0 0;
  2456. }
  2457.  
  2458. dl.register_form dt strong
  2459. {
  2460. font-weight: bold;
  2461. }
  2462.  
  2463. dl.register_form dt span
  2464. {
  2465. display: block;
  2466. }
  2467.  
  2468. dl.register_form dd
  2469. {
  2470. float: left;
  2471. width: 49%;
  2472. margin: 0.5em 0 0 0;
  2473. }
  2474.  
  2475. #confirm_buttons
  2476. {
  2477. text-align: center;
  2478. padding: 1em 0;
  2479. }
  2480.  
  2481. .coppa_contact
  2482. {
  2483. padding: 4px;
  2484. width: 32ex;
  2485. background-color: #fff;
  2486. color: #000;
  2487. margin-left: 5ex;
  2488. border: 1px solid #000;
  2489. }
  2490.  
  2491. .valid_input
  2492. {
  2493. background-color: #f5fff0;
  2494. }
  2495. .invalid_input
  2496. {
  2497. background-color: #fff0f0;
  2498. }
  2499.  
  2500. /* Styles for maintenance mode.
  2501. ------------------------------------------------------- */
  2502. #maintenance_mode
  2503. {
  2504. width: 75%;
  2505. min-width: 520px;
  2506. text-align: left;
  2507. }
  2508. #maintenance_mode img.floatleft
  2509. {
  2510. margin-right: 1em;
  2511. }
  2512.  
  2513. /* common for all admin sections */
  2514. h3.titlebg img
  2515. {
  2516. vertical-align: middle;
  2517. margin-right: 0.5em;
  2518. margin-top: -1px;
  2519. }
  2520. tr.titlebg td
  2521. {
  2522. padding-left: 0.7em;
  2523. }
  2524. #admin_menu
  2525. {
  2526. min-height: 2em;
  2527. padding-left: 0;
  2528. }
  2529. #admin_content
  2530. {
  2531. clear: left;
  2532. padding-top: 0.5em;
  2533. }
  2534. /* Custom profile fields like to play with us some times. */
  2535. #admin_content .custom_field
  2536. {
  2537. margin-bottom: 15px;
  2538. }
  2539. #admin_login .centertext
  2540. {
  2541. padding: 1em;
  2542. }
  2543. #admin_login .centertext .error
  2544. {
  2545. padding: 0 0 1em 0;
  2546. }
  2547.  
  2548. /* Styles for sidebar menus.
  2549. ------------------------------------------------------- */
  2550. .left_admmenu, .left_admmenu ul, .left_admmenu li
  2551. {
  2552. padding: 0;
  2553. margin: 0;
  2554. list-style: none;
  2555. }
  2556. #left_admsection
  2557. {
  2558. width: 160px;
  2559. float: left;
  2560. padding-right: 10px;
  2561. }
  2562. .adm_section h4.titlebg
  2563. {
  2564. font-size: 95%;
  2565. margin-bottom: 5px;
  2566. }
  2567. #main_container
  2568. {
  2569. position: relative;
  2570. }
  2571. .left_admmenu li
  2572. {
  2573. padding: 0 0 0 0.5em;
  2574. }
  2575. .left_admmenu
  2576. {
  2577. margin-bottom: 0.5em;
  2578. }
  2579. #main_admsection
  2580. {
  2581. position: relative;
  2582. left: 0;
  2583. right: 0;
  2584. overflow: hidden;
  2585. }
  2586.  
  2587. tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td
  2588. {
  2589. padding: 10px 8px;
  2590. }
  2591. #credits p
  2592. {
  2593. padding: 0;
  2594. font-style: italic;
  2595. margin: 0;
  2596. }
  2597.  
  2598. /* Styles for generic tables.
  2599. ------------------------------------------------------- */
  2600. .topic_table table
  2601. {
  2602. width: 100%;
  2603. }
  2604. .topic_table .icon1, .topic_table .icon2, .topic_table .stats
  2605. {
  2606. text-align: center;
  2607. }
  2608. #topic_icons
  2609. {
  2610. margin: 1em 0 0 0;
  2611. }
  2612. #topic_icons .description
  2613. {
  2614. margin: 0;
  2615. }
  2616. .topic_table table thead
  2617. {
  2618. border-bottom: 1px solid #fff;
  2619. }
  2620. /* the subject column */
  2621. .topic_table td
  2622. {
  2623. }
  2624. .topic_table td.subject p, .topic_table td.stats
  2625. {
  2626. margin: 0;
  2627. }
  2628. .topic_table td.lastpost
  2629. {
  2630. }
  2631. .topic_table td.stickybg2
  2632. {
  2633. background-image: url(../images/icons/quick_sticky.png);
  2634. background-repeat: no-repeat;
  2635. background-position: 98% 10px;
  2636. }
  2637. .topic_table td.lockedbg2
  2638. {
  2639. background-image: url(../images/icons/quick_lock.png);
  2640. background-repeat: no-repeat;
  2641. background-position: 98% 10px;
  2642. }
  2643. .topic_table td.locked_sticky2
  2644. {
  2645. background-image: url(../images/icons/quick_sticky_lock.png);
  2646. background-repeat: no-repeat;
  2647. background-position: 98% 10px;
  2648. }
  2649. .topic_table td.lastpost
  2650. {
  2651. background-image: none;
  2652. }
  2653.  
  2654. /* Styles for (fatal) errors.
  2655. ------------------------------------------------- */
  2656.  
  2657. #fatal_error
  2658. {
  2659. width: 80%;
  2660. margin: auto;
  2661. }
  2662.  
  2663. .errorbox
  2664. {
  2665. padding: 1em;
  2666. border: 1px solid #cc3344;
  2667. color: #000;
  2668. background-color: #ffe4e9;
  2669. margin-bottom: 1em;
  2670. }
  2671. .errorbox h3
  2672. {
  2673. padding: 0;
  2674. margin: 0;
  2675. font-size: 1.1em;
  2676. text-decoration: underline;
  2677. }
  2678. .errorbox p
  2679. {
  2680. margin: 1em 0 0 0;
  2681. }
  2682. .errorbox p.alert
  2683. {
  2684. padding: 0;
  2685. margin: 0;
  2686. float: left;
  2687. width: 1em;
  2688. font-size: 1.5em;
  2689. }
  2690.  
  2691. /* Styles for the profile section.
  2692. ------------------------------------------------- */
  2693.  
  2694. dl
  2695. {
  2696. overflow: auto;
  2697. margin: 0;
  2698. padding: 0;
  2699. }
  2700.  
  2701. /* The basic user info on the left */
  2702. #basicinfo
  2703. {
  2704. width: 20%;
  2705. float: left;
  2706. }
  2707. #basicinfo .windowbg .content
  2708. {
  2709. padding-left: 20px;
  2710. }
  2711. #detailedinfo
  2712. {
  2713. width: 79.5%;
  2714. float: right;
  2715. }
  2716. #basicinfo h4
  2717. {
  2718. font-size: 135%;
  2719. line-height: 105%;
  2720. white-space: pre-wrap;
  2721. overflow: hidden;
  2722. font-weight: normal;
  2723. }
  2724. #basicinfo h4 span.position
  2725. {
  2726. font-size: 80%;
  2727. font-weight: normal;
  2728. display: block;
  2729. }
  2730. #basicinfo img.avatar
  2731. {
  2732. display: block;
  2733. margin: 10px 0 0 0;
  2734. }
  2735. #basicinfo ul
  2736. {
  2737. list-style-type: none;
  2738. margin: 10px 0 0 0;
  2739. }
  2740. #basicinfo ul li
  2741. {
  2742. display: block;
  2743. float: left;
  2744. margin-right: 5px;
  2745. height: 20px;
  2746. }
  2747. #basicinfo span#userstatus
  2748. {
  2749. display: block;
  2750. clear: both;
  2751. }
  2752. #basicinfo span#userstatus img
  2753. {
  2754. vertical-align: middle;
  2755. }
  2756. #detailedinfo div.content dl, #tracking div.content dl
  2757. {
  2758. clear: right;
  2759. overflow: auto;
  2760. margin: 0 0 18px 0;
  2761. padding: 0 0 15px 0;
  2762. border-bottom: 1px #aaa solid;
  2763. }
  2764. #detailedinfo div.content dt, #tracking div.content dt
  2765. {
  2766. width: 35%;
  2767. float: left;
  2768. margin: 0 0 3px 0;
  2769. padding: 0;
  2770. font-weight: bold;
  2771. clear: both;
  2772. }
  2773. #detailedinfo div.content dd, #tracking div.content dd
  2774. {
  2775. width: 65%;
  2776. float: left;
  2777. margin: 0 0 3px 0;
  2778. padding: 0;
  2779. }
  2780. #detailedinfo div.content dl.noborder
  2781. {
  2782. border-bottom: 0;
  2783. }
  2784. #detailedinfo div.content dt.clear
  2785. {
  2786. width: 100%;
  2787. }
  2788. .signature, .custom_fields_above_signature
  2789. {
  2790. border-top: 1px #aaa solid;
  2791. }
  2792. .signature h5
  2793. {
  2794. font-size: 0.85em;
  2795. margin-bottom: 10px;
  2796. }
  2797. #personal_picture
  2798. {
  2799. display: block;
  2800. margin-bottom: 0.3em;
  2801. }
  2802. #avatar_server_stored div
  2803. {
  2804. float: left;
  2805. }
  2806. #avatar_upload
  2807. {
  2808. overflow: auto;
  2809. }
  2810. #main_admsection #basicinfo, #main_admsection #detailedinfo
  2811. {
  2812. width: 100%;
  2813. }
  2814. #main_admsection #basicinfo h4
  2815. {
  2816. float: left;
  2817. width: 35%;
  2818. }
  2819. #main_admsection #basicinfo img.avatar
  2820. {
  2821. float: right;
  2822. vertical-align: top;
  2823. }
  2824. #main_admsection #basicinfo ul
  2825. {
  2826. clear: left;
  2827. }
  2828. #main_admsection #basicinfo span#userstatus
  2829. {
  2830. clear: left;
  2831. }
  2832. #main_admsection #basicinfo p#infolinks
  2833. {
  2834. display: none;
  2835. clear: both;
  2836. }
  2837. #main_admsection #basicinfo .botslice
  2838. {
  2839. clear: both;
  2840. }
  2841. #time {
  2842. padding: 10px 0 0 5px;
  2843. color: #fff;
  2844. position: absolute;
  2845. }
  2846. /* Simple feedback messages */
  2847. div#profile_error, div#profile_success
  2848. {
  2849. margin: 0 0 1em 0;
  2850. padding: 1em 2em;
  2851. border: 1px solid;
  2852. }
  2853. div#profile_error
  2854. {
  2855. border-color: red;
  2856. color: red;
  2857. background: #fee;
  2858. }
  2859.  
  2860. div#profile_error span
  2861. {
  2862. text-decoration: underline;
  2863. }
  2864.  
  2865. div#profile_success
  2866. {
  2867. border-color: green;
  2868. color: green;
  2869. background: #efe;
  2870. }
  2871.  
  2872. /* Profile statistics */
  2873. #generalstats div.content dt
  2874. {
  2875. width: 50%;
  2876. float: left;
  2877. margin: 0 0 3px 0;
  2878. padding: 0;
  2879. font-weight: bold;
  2880. clear: both;
  2881. }
  2882. #generalstats div.content dd
  2883. {
  2884. width: 50%;
  2885. float: left;
  2886. margin: 0 0 3px 0;
  2887. padding: 0;
  2888. }
  2889.  
  2890. /* Activity by time */
  2891. #activitytime
  2892. {
  2893. margin: 6px 0;
  2894. }
  2895. .activity_stats
  2896. {
  2897. margin: 0;
  2898. padding: 0;
  2899. list-style: none;
  2900. }
  2901. .activity_stats li
  2902. {
  2903. margin: 0;
  2904. padding: 0;
  2905. width: 4.16%;
  2906. float: left;
  2907. }
  2908. .activity_stats li span
  2909. {
  2910. display: block;
  2911. border: solid #000;
  2912. border-width: 1px 1px 0 0;
  2913. text-align: center;
  2914. }
  2915. .activity_stats li.last span
  2916. {
  2917. border-right: none;
  2918. }
  2919. .activity_stats li div.bar
  2920. {
  2921. margin: 0 auto;
  2922. width: 15px;
  2923. }
  2924. .activity_stats li div.bar div
  2925. {
  2926. background: #6294CE;
  2927. }
  2928. .activity_stats li div.bar span
  2929. {
  2930. position: absolute;
  2931. top: -1000em;
  2932. left: -1000em;
  2933. }
  2934.  
  2935. /* Most popular boards by posts and activity */
  2936. #popularposts
  2937. {
  2938. width: 49.5%;
  2939. float: left;
  2940. }
  2941. #popularactivity
  2942. {
  2943. width: 49.5%;
  2944. float: right;
  2945. }
  2946.  
  2947. #popularposts div.content dt, #popularactivity div.content dt
  2948. {
  2949. width: 65%;
  2950. float: left;
  2951. margin: 0 0 3px 0;
  2952. padding: 0;
  2953. font-weight: bold;
  2954. clear: both;
  2955. }
  2956. #popularposts div.content dd, #popularactivity div.content dd
  2957. {
  2958. width: 35%;
  2959. float: left;
  2960. margin: 0 0 3px 0;
  2961. padding: 0;
  2962. }
  2963.  
  2964. .profile_pie
  2965. {
  2966. background-image: url(../images/stats_pie.png);
  2967. float: left;
  2968. height: 20px;
  2969. width: 20px;
  2970. margin: 0 1em 0 0;
  2971. padding: 0;
  2972. text-indent: -1000em;
  2973. }
  2974.  
  2975. /* View posts */
  2976. .topic .time
  2977. {
  2978. float: right;
  2979. }
  2980.  
  2981. .counter
  2982. {
  2983. margin: 0 0 0 0;
  2984. padding: 0.2em 0.5em 0.1em 0.2em;
  2985. font-size: 2.2em;
  2986. font-weight: bold;
  2987. color: #3f3f3f;
  2988. float: left;
  2989. }
  2990. .list_posts
  2991. {
  2992. border-top: 2px solid #b3b3bf;
  2993. padding-top: 12px;
  2994. margin-top: 6px;
  2995. overflow: auto;
  2996. }
  2997.  
  2998. .core_posts
  2999. {
  3000. margin-bottom: 3px;
  3001. }
  3002.  
  3003. .topic h4
  3004. {
  3005. margin: 3px 0;
  3006. }
  3007.  
  3008. .topic .post
  3009. {
  3010. margin: 0 1em;
  3011. min-height: 80px;
  3012. height: auto !important;
  3013. height: 80px;
  3014. }
  3015.  
  3016. .topic .mod_icons
  3017. {
  3018. text-align: right;
  3019. margin-right: 1em;
  3020. }
  3021.  
  3022. #tracking div.content dl
  3023. {
  3024. border-bottom: 0;
  3025. margin: 0;
  3026. padding: 0;
  3027. }
  3028.  
  3029. #creator dl
  3030. {
  3031. margin: 0;
  3032. }
  3033. #creator dt
  3034. {
  3035. width: 40%;
  3036. float: left;
  3037. clear: both;
  3038. margin: 0 0 10px 0;
  3039. }
  3040. #creator dd
  3041. {
  3042. float: right;
  3043. width: 55%;
  3044. margin: 0 0 10px 2px;
  3045. overflow: auto;
  3046. }
  3047.  
  3048. .ignoreboards
  3049. {
  3050. margin: 0 2%;
  3051. padding: 0;
  3052. width: 45%;
  3053. }
  3054. .ignoreboards a
  3055. {
  3056. font-weight: bold;
  3057. border-bottom: 1px solid #c4c4c4;
  3058. padding: 0.1em 0;
  3059. }
  3060. .ignoreboards a:hover
  3061. {
  3062. text-decoration: none;
  3063. border-bottom: 1px solid #334466;
  3064. }
  3065. .ignoreboards ul
  3066. {
  3067. margin: 0;
  3068. padding: 0;
  3069. }
  3070. .ignoreboards li
  3071. {
  3072. list-style: none;
  3073. float: left;
  3074. clear: both;
  3075. }
  3076. .ignoreboards li.category
  3077. {
  3078. margin: 0.7em 0 0 0;
  3079. width: 100%;
  3080. }
  3081. .ignoreboards li ul
  3082. {
  3083. margin: 0.2em 0 0 0;
  3084. }
  3085. .ignoreboards li.category ul li.board
  3086. {
  3087. width: 93%;
  3088. }
  3089.  
  3090. #theme_settings
  3091. {
  3092. overflow: auto;
  3093. margin: 0;
  3094. padding: 0;
  3095. }
  3096.  
  3097. #theme_settings li
  3098. {
  3099. list-style: none;
  3100. margin: 10px 0;
  3101. padding: 0;
  3102. }
  3103. /* Paid Subscriptions */
  3104. #paid_subscription
  3105. {
  3106. width: 100%;
  3107. }
  3108. #paid_subscription dl.settings
  3109. {
  3110. margin-bottom: 0;
  3111. }
  3112. #paid_subscription dl.settings dd, #paid_subscription dl.settings dt
  3113. {
  3114. margin-bottom: 4px;
  3115. }
  3116. /* Pick theme */
  3117. #pick_theme
  3118. {
  3119. width: 100%;
  3120. float: left;
  3121. }
  3122. /*Issue a warning*/
  3123. #warn_body{
  3124. width: 80%;
  3125. font-size: 0.9em;
  3126. }
  3127.  
  3128. /* Styles for the statistics center.
  3129. ------------------------------------------------- */
  3130. #statistics
  3131. {
  3132. padding: 0.5em 0;
  3133. }
  3134. #statistics div.title_bar
  3135. {
  3136. margin: 4px 0 -2px 0;
  3137. }
  3138. #statistics h3.catbg
  3139. {
  3140. text-align: center;
  3141. }
  3142. #statistics div.content
  3143. {
  3144. min-height: 210px;
  3145. }
  3146. #statistics div.top_row
  3147. {
  3148. min-height: 150px;
  3149. }
  3150. #stats_left, #top_posters, #top_topics_replies, #top_topics_starter
  3151. {
  3152. float: left;
  3153. width: 49.5%;
  3154. }
  3155. #stats_right, #top_boards, #top_topics_views, #most_online
  3156. {
  3157. float: right;
  3158. width: 49.5%;
  3159. }
  3160. dl.stats
  3161. {
  3162. clear: both;
  3163. overflow: hidden;
  3164. margin: 0;
  3165. padding: 0;
  3166. }
  3167. dl.stats dt
  3168. {
  3169. width: 49%;
  3170. float: left;
  3171. margin: 0 0 4px 0;
  3172. line-height: 16px;
  3173. padding: 0;
  3174. clear: both;
  3175. font-size: 1em;
  3176. }
  3177. dl.stats dd
  3178. {
  3179. text-align: right;
  3180. width: 50%;
  3181. font-size: 1em;
  3182. float: right;
  3183. margin: 0 0 4px 0;
  3184. line-height: 16px;
  3185. padding: 0;
  3186. }
  3187. .statsbar div.bar
  3188. {
  3189. float: left;
  3190. background: url(../images/bar_stats.png) no-repeat;
  3191. display: block;
  3192. margin: 0 4px;
  3193. height: 16px;
  3194. }
  3195. .statsbar div.bar div
  3196. {
  3197. position: relative;
  3198. right: -4px;
  3199. padding: 0 4px 0 0;
  3200. background: url(../images/bar_stats.png) no-repeat 100%;
  3201. height: 16px;
  3202. }
  3203. tr.windowbg2 th.stats_month
  3204. {
  3205. width: 25%;
  3206. padding: 0 2em;
  3207. text-align: left;
  3208. }
  3209. tr.windowbg2 td.stats_day
  3210. {
  3211. padding: 0 3.5em;
  3212. text-align: left;
  3213. }
  3214.  
  3215. /* Styles for the personal messages section.
  3216. ------------------------------------------------- */
  3217.  
  3218. #personal_messages h3 span#author, #personal_messages h3 span#topic_title
  3219. {
  3220. float: left;
  3221. }
  3222. #personal_messages h3 span#author
  3223. {
  3224. margin: 0 0 0 0.5em;
  3225. }
  3226. #personal_messages h3 span#topic_title
  3227. {
  3228. margin: 0 0 0 9em;
  3229. }
  3230. #personal_messages div.labels
  3231. {
  3232. padding: 0 1em 0 0;
  3233. }
  3234. #personal_messages .capacity_bar
  3235. {
  3236. background: #f0f4f7;
  3237. display: block;
  3238. margin: 0.5em 0 0 1em;
  3239. height: 1em;
  3240. border: 1px solid #adadad;
  3241. width: 10em;
  3242. }
  3243. #personal_messages .capacity_bar span
  3244. {
  3245. border-right: 1px solid #adadad;
  3246. display: block;
  3247. height: 1em;
  3248. }
  3249. #personal_messages .capacity_bar span.empty
  3250. {
  3251. background: #a6d69d;
  3252. }
  3253. #personal_messages .capacity_bar span.filled
  3254. {
  3255. background: #eea800;
  3256. }
  3257. #personal_messages .capacity_bar span.full
  3258. {
  3259. background: #f10909;
  3260. }
  3261. #personal_messages .reportlinks
  3262. {
  3263. padding: 0.5em 1.3em;
  3264. }
  3265. #searchLabelsExpand li
  3266. {
  3267. padding: 0.3em 0.5em;
  3268. }
  3269. #manrules div.righttext
  3270. {
  3271. padding: 0.3em 0.1em;
  3272. }
  3273. dl.addrules dt.floatleft
  3274. {
  3275. width: 15em;
  3276. color: #333;
  3277. padding: 0 1.25em 0.5em 1.25em;
  3278. }
  3279. #addrule fieldset
  3280. {
  3281. clear: both;
  3282. }
  3283.  
  3284. /* Styles for the calendar section.
  3285. ------------------------------------------------- */
  3286. .calendar_table
  3287. {
  3288. margin-bottom: 0.7em;
  3289. }
  3290.  
  3291. /* Used to indicate the current day in the grid. */
  3292. .calendar_today
  3293. {
  3294. background-color: #fff;
  3295. }
  3296.  
  3297. #month_grid
  3298. {
  3299. width: 200px;
  3300. text-align: center;
  3301. float: left;
  3302. }
  3303. #month_grid div.cat_bar
  3304. {
  3305. height: 38px;
  3306. }
  3307. #month_grid h3.catbg
  3308. {
  3309. height: 38px;
  3310. line-height: 38px;
  3311. }
  3312. #month_grid table
  3313. {
  3314. width: 200px;
  3315. }
  3316. #main_grid table
  3317. {
  3318. width: 100%;
  3319. padding-bottom: 4px;
  3320. }
  3321. #main_grid table h3.catbg
  3322. {
  3323. text-align: center;
  3324. height: 29px;
  3325. border-top: 2px solid #fff;
  3326. border-bottom: none;
  3327. }
  3328. #main_grid table.weeklist td.windowbg
  3329. {
  3330. text-align: center;
  3331. height: 49px;
  3332. width: 25px;
  3333. font-size: large;
  3334. padding: 0 7px;
  3335. border-bottom: 2px solid #fff;
  3336. }
  3337. #main_grid table.weeklist td.weekdays
  3338. {
  3339. height: 49px;
  3340. width: 100%;
  3341. padding: 4px;
  3342. text-align: left;
  3343. vertical-align: middle;
  3344. border-bottom: 2px solid #fff;
  3345. }
  3346. #main_grid h3.weekly
  3347. {
  3348. text-align: center;
  3349. padding-left: 0;
  3350. font-size: large;
  3351. height: 29px;
  3352. }
  3353. #main_grid h3 span.floatleft, #main_grid h3 span.floatright
  3354. {
  3355. display: block;
  3356. font-weight: bold;
  3357. }
  3358. #main_grid table th.days
  3359. {
  3360. width: 14%;
  3361. padding: 4px 0;
  3362. }
  3363. #main_grid table.weeklist h4.titlebg
  3364. {
  3365. margin: 0 0 0 0;
  3366. height: 23px;
  3367. line-height: 27px;
  3368. }
  3369. #main_grid table td.weeks
  3370. {
  3371. vertical-align: middle;
  3372. text-align: center;
  3373. font-weight: bold;
  3374. font-size: large;
  3375. }
  3376. #main_grid table td.days
  3377. {
  3378. vertical-align: top;
  3379. text-align: center;
  3380. }
  3381.  
  3382. a.modify_event
  3383. {
  3384. color: red;
  3385. }
  3386.  
  3387. span.hidelink
  3388. {
  3389. font-style: italic;
  3390. }
  3391.  
  3392. #calendar_navigation
  3393. {
  3394. text-align: center;
  3395. }
  3396.  
  3397. /* Styles for the memberlist section.
  3398. ------------------------------------------------- */
  3399. #mlist_search
  3400. {
  3401. margin: auto;
  3402. width: 500px;
  3403. }
  3404.  
  3405. /* Styles for the basic search section.
  3406. ------------------------------------------------- */
  3407. #searchform, #simple_search p
  3408. {
  3409. padding: 0.5em;
  3410. margin: 0;
  3411. }
  3412. #simple_search, #simple_search p, #advanced_search
  3413. {
  3414. text-align: center !important;
  3415. margin: 0;
  3416. }
  3417. #search_error
  3418. {
  3419. font-style: italic;
  3420. padding: 0.3em 1em;
  3421. }
  3422. #search_term_input
  3423. {
  3424. font-size: 115%;
  3425. margin: 0 0 1em;
  3426. }
  3427.  
  3428. /* Styles for the advanced search section.
  3429. ------------------------------------------------- */
  3430. #searchform fieldset
  3431. {
  3432. text-align: left;
  3433. padding: 0;
  3434. border: none;
  3435. }
  3436. #advanced_search dl#search_options
  3437. {
  3438. margin: 0 auto;
  3439. width: 600px;
  3440. padding-top: 1em;
  3441. overflow: hidden;
  3442. }
  3443. #advanced_search dt
  3444. {
  3445. clear: both;
  3446. float: left;
  3447. padding: 0.2em;
  3448. text-align: right;
  3449. width: 20%;
  3450. }
  3451. #advanced_search dd
  3452. {
  3453. width: 75%;
  3454. float: left;
  3455. padding: 0.2em;
  3456. margin: 0 0 0 0.5em;
  3457. text-align: left;
  3458. }
  3459. #searchform p.clear
  3460. {
  3461. clear: both;
  3462. }
  3463.  
  3464. /* Styles for the search results page.
  3465. ------------------------------------------------- */
  3466. .topic_table td blockquote, .topic_table td .quoteheader
  3467. {
  3468. margin: 0.5em;
  3469. }
  3470. .search_results_posts
  3471. {
  3472. overflow: hidden;
  3473. }
  3474. .search_results_posts .buttons
  3475. {
  3476. padding: 5px 1em 0 0;
  3477. }
  3478.  
  3479. /* Styles for the help section.
  3480. ------------------------------------------------- */
  3481.  
  3482. #help_container
  3483. {
  3484. margin: 4px 0 0 0;
  3485. padding: 0 0 8px 0;
  3486. }
  3487. #helpmain
  3488. {
  3489. padding: 0 1em;
  3490. }
  3491. #helpmain p
  3492. {
  3493. margin: 0 0 1.5em 0;
  3494. line-height: 1.5em;
  3495. }
  3496. #helpmain ul
  3497. {
  3498. line-height: 1.5em;
  3499. }
  3500.  
  3501. /* Styles for print media.
  3502. ------------------------------------------------------- */
  3503. @media print
  3504. {
  3505. #headerarea
  3506. {
  3507. display: none;
  3508. }
  3509.  
  3510. .tborder
  3511. {
  3512. border: none;
  3513. }
  3514. }
  3515.  
  3516. /* Twotone Styles */
  3517.  
  3518. a { outline: none;}
  3519. span, p, form { margin: 0; padding: 0;}
  3520. #topbar { background: #2E3539; height: 60px;}
  3521. #topbar a:hover { color: #ddd;}
  3522. #account, #quicknav { margin-top: 8px; line-height: 26px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);}
  3523.  
  3524. #topnav, #topnav ul { margin: 0; padding: 0; z-index: 1000;}
  3525. #topnav li { text-transform: uppercase; float: left; margin: 0; padding: 0; position: relative; list-style: none;}
  3526. #topnav li a { display: block; line-height: 56px; padding: 0 16px; color: #aaa; font-size: 11px; text-decoration: none;}
  3527. #topnav li a.active { color: #fff; }
  3528. #topnav li a.active, #topnav li a:hover { color: #fff; border-bottom: 4px solid #708090;}
  3529. #topnav li:hover > a { color: #fff;}
  3530. #topnav li ul { position: absolute; margin-top: 10px; width: 200px; left: -999em; padding: 5px 0; background: #2E3539; }
  3531. #topnav li li { width: 200px; height: auto; padding: 0; margin: 0;}
  3532. #topnav li li a { display: block; width: 170px; margin: 0 5px; padding: 0 10px; height: auto; float: none; line-height: 30px;}
  3533. #topnav li li a:hover, #topnav ul li:hover a { box-shadow: none;}
  3534. #topnav li:hover ul { left: 0; top: 50px;}
  3535. #topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul { top: -999em; left: auto;}
  3536. #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul { left: 200px; top: 0;}
  3537.  
  3538. #account { float: left; width: 500px; color: #aaa;}
  3539. #account ul, #account li { float: left; list-style: none; margin: 0; padding: 0;}
  3540. #account a { display: block; color: #aaa; text-decoration: none;}
  3541. #account .icon_login { background: url(../images/custom/login_icons.png) 0 0 no-repeat;}
  3542. #account .icon_register { background: url(../images/custom/login_icons.png) 0 -62px no-repeat; margin-left: 24px;}
  3543. #account .icon_login, #account .icon_register { padding-left: 32px;}
  3544. #account .icon_login:hover { background-position: 0 -31px;}
  3545. #account .icon_register:hover { background-position: 0 -93px;}
  3546. #account .loggedin li { padding: 0 8px 0 12px; background: url(../images/custom/bullet.png) 0 50% no-repeat;}
  3547. #account .loggedin .greeting { color: #ddd; text-transform: uppercase; background-image: none; padding-left: 0;}
  3548.  
  3549. #quicknav { float: right;}
  3550. #quicknav ul, #quicknav li { float: left; list-style: none; margin: 0; padding: 0;}
  3551. #quicknav a { display: block; padding-right: 12px; color: #aaa; text-decoration: none;}
  3552. #quicknav .social_icon { background: url(../images/custom/social_icons.png) no-repeat; height: 26px; width: 26px; padding: 0; margin-left: 5px;}
  3553. #quicknav .facebook { background-position: 0 0;}
  3554. #quicknav .twitter { background-position: 0 -62px;}
  3555. #quicknav .googleplus { background-position: 0 -124px;}
  3556. #quicknav .dribble { background-position: 0 -186px;}
  3557. #quicknav .flickr { background-position: 0 -248px;}
  3558. #quicknav .youtube { background-position: 0 -310px;}
  3559. #quicknav .rss { background-position: 0 -372px;}
  3560. #quicknav .facebook:hover { background-position: 0 -31px;}
  3561. #quicknav .twitter:hover { background-position: 0 -93px;}
  3562. #quicknav .googleplus:hover { background-position: 0 -155px;}
  3563. #quicknav .dribble:hover { background-position: 0 -217px;}
  3564. #quicknav .flickr:hover { background-position: 0 -279px;}
  3565. #quicknav .youtube:hover { background-position: 0 -341px;}
  3566. #quicknav .rss:hover { background-position: 0 -403px;}
  3567.  
  3568. #header { background: url(../images/sensationbanner.png) 0 0 repeat-x;}
  3569. #header_top { height: px;}
  3570. .logo { background: url(../images/qwewqeqw.png) no-repeat; border-bottom: 3px solid grey; height: 148px; animation: moveSlideshow 80s linear infinite;}
  3571.  
  3572. #main .wrapper { padding-bottom: 30px;}
  3573. #modnav { height: 38px; line-height: 38px; text-align: right; font-size: 12px;}
  3574. #modnav strong, #modnav a { margin-right: 8px; color: #555;}
  3575. #modnav span { background: #ab4657; padding: 2px 6px; font-weight: bold; color: #fff; border-radius: 3px;}
  3576. #modnav a:hover { text-decoration: none; color: #333;}
  3577. #modnav a:hover span { background: #BC5867;}
  3578. #main_content { background: #fff; padding: 20px; border-radius: 5px; }
  3579.  
  3580. #footer { background: #424242 url(../images/custom/vertstripe.jpg); border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 20px 0;}
  3581. #footer_box { background: #323232; border: 1px solid #282828; border-radius: 5px; padding: 15px; overflow: hidden; position: relative;}
  3582. #footer .smf_copyright { float: left;}
  3583. #footer .ds_copyright { float: right; text-align: right;}
  3584. #footer p { color: #676767;}
  3585. #footer, #footer a { color: #afafaf; font-size: 12px; font-family: "Helvetica Neue", "Arial", "Helvetica", sans-serif;}
  3586. #footer a:hover { color: #bbb;}
  3587. #footer .backtop { display: block; position: absolute; top: 16px; left: 50%; margin-left: -11px; background: url(../images/custom/backtop.png) 0 0 no-repeat; height: 22px; width: 22px;}
  3588. #footer .backtop:hover { background-position: 0 -27px;}
  3589.  
  3590.  
  3591.  
  3592. .table_list { border-collapse: collapse; border-spacing: 0;}
  3593. .table_list .content td, .table_grid td { font-size: 12px;}
  3594. .table_list .content td, .table_grid tbody td, #forumposts .windowbg, #forumposts .windowbg2 { border-bottom: 1px solid #ececec;}
  3595. .table_list .divider td { height: 10px; border-top: 0px solid #eaeaea;}
  3596. .table_list .icon img { vertical-align: middle;}
  3597. .table_list .lastpost span, .table_list .stats span { font-size: 13px;}
  3598.  
  3599. .table_grid .subject_title a { font-size: 13px; color: #444; font-weight: bold;}
  3600. .table_grid .stats { text-align: right;}
  3601. #childboards .table_list { border-bottom: 2px solid #eaeaea;}
  3602.  
  3603.  
  3604. #subheader {
  3605. height: 160px;
  3606. background-color: #708090;
  3607. display: block;
  3608. width: 100%;
  3609. margin: 0 auto 0px auto;
  3610. position: relative;
  3611. overflow: hidden;
  3612. transform: translate3d(0, 0, 0);
  3613. }
  3614.  
  3615. #subheader > div {
  3616. height: 200px;
  3617. width: 6340px;
  3618. background: url(../images/sensationbanner.png);
  3619. background-position: -20px;
  3620. position: absolute;
  3621. top: 0;
  3622. left: 0;
  3623. height: 100%;
  3624. transform: translate3d(0, 0, 0);
  3625. }
  3626.  
  3627. #subheader .mover {
  3628. animation: moveSlideshow 80s linear infinite;
  3629. }
  3630.  
  3631. @keyframes moveSlideshow {
  3632. 100% {
  3633. transform: translateX(-66.6666%);
  3634. }
  3635. }
  3636. #matchlesslogo {
  3637. width: 100%;
  3638. height: 100px;
  3639. background: url(../images/custom/lsrplogo.png) no-repeat;
  3640. background-size: auto 100%;
  3641. background-position: 50% 0;
  3642. position: absolute;
  3643. top: 90px;
  3644. cursor: pointer;
  3645. }
  3646.  
  3647. /* istatistikler */
  3648. ul.forum-static{width:100%;list-style:outside none none;margin:0px;padding:0px;display:inline-block;}
  3649. ul.forum-static li{padding:0px;}
  3650. ul.forum-static li{float:left;width:19%;height:90px;display:inline-block;margin-left:6px;background:#FFF none repeat scroll 0% 0%;position:relative;}
  3651. ul.forum-static li .nirvanatr{position:relative;top:0px;right:0px;width:120px;height:90px;text-align:center;}
  3652. ul.forum-static li .nirvanatr span{position:absolute;top:25px;right:0px;width:120px;font-size:24px;text-align:center;padding-bottom:5px;}
  3653. ul.forum-static li .nirvanatr strong{position:absolute;top:55px;right:5px;width:105px;font-size:14px;text-align:center;font-weight:normal;border-top:1px thick double #CCC;padding:3px 5px 0px;}
  3654. .fullimg{background-image:url(../images/sprite.png);background-repeat:no-repeat;background-position:left top;background-attachment:scroll;position:absolute;top:24px;left:120px;width:42px;height:41px;}
  3655. ul.forum-static li .icon-1{background-position:0px -92px;}
  3656. ul.forum-static li .icon-2{background-position:0px -1px;}
  3657. ul.forum-static li .icon-3{background-position:-51px -46px;}
  3658. ul.forum-static li .icon-4{background-position:0px -46px;}
  3659. ul.forum-static li .icon-5{background-position:-51px -1px;}
  3660.  
  3661. .lastpost .avatar{
  3662. float: left;
  3663. width: 50px;
  3664. height: 50px;
  3665. border-radius: 50%;
  3666. overflow: hidden;
  3667. margin-top: -5px;
  3668. }
  3669. ul.social-links {
  3670. margin-top: -40px;
  3671. margin-right: 10px;
  3672. padding: 0;
  3673. list-style-type: none;
  3674. text-align: right;
  3675. float: right;
  3676. }
  3677. ul.social-links li {
  3678. display: inline-block;
  3679. }
  3680. ul.social-links li a {
  3681. display: inline-block;
  3682. width: 30px;
  3683. height: 30px;
  3684. line-height: 30px;
  3685. font-size: 1.25em;
  3686. box-shadow: inset 0 0 0 1px #ADADAD;
  3687. color: #ADADAD;
  3688. text-align: center;
  3689. border-radius: 50%;
  3690. }
  3691. ul.social-links li a:focus, ul.social-links li a:hover {
  3692. box-shadow: inset 0 0 0 1px #898989;
  3693. color: #898989;
  3694. ;
  3695. }
  3696. ul.social-links li+li {
  3697. margin-left: 4px;
  3698. }
  3699. .navbar.top ul.linklist, ul.social-links {
  3700. height: 30px;
  3701. overflow: hidden;
  3702. }
  3703. .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  3704. position: relative;
  3705. min-height: 1px;
  3706. padding-left: 15px;
  3707. padding-right: 15px;
  3708. }
  3709. .poster {
  3710. float: left;
  3711. width: 14em;
  3712. }
  3713. .ze_karakter{ width: 300px; height: 65px; position: absolute; margin-top: 10px; margin-left: 750px; background: rgba(0, 0, 0, 0.2); padding: 10px; border-radius: 15px; font-weight: 700; font-family: 'Open Sans Condensed', sans-serif; font-size: 15px; }
  3714. .ze_skin { float: right; padding: 7px; margin-right: 70px; margin-top: -2px; border: 0; clear: right; }
  3715.  
  3716. #ze_bilgiler { height: 80px; width: 350px; margin-left: -50px; margin-top: -25px;}
  3717. #ze_bilgiler ul li{ display: block; position:relative; top: 3px; color:#999999; padding: 1px 1px 1px 1px; padding: 5px 10px 1px 1px; left:15px; }
  3718. #ze_bilgiler ul li img{ margin: 1px 7px -4px 4px; border-radius:3px; }
  3719. #ze_bilgiler ul li h7 { color: #000; font-weight: bold; font-size: 13px; font: 90%/130% 'Titillium Web', sans-serif;}
  3720.  
  3721. #ze_level {position: absolute; margin-left: 250px; margin-top: -50px; width: 50px;}
  3722. #ze_level1 { text-align: left; width: 100%; font-size: 11px; line-height: 11px; padding: 0 0 5px 5px; border-bottom: 1px solid; }
  3723. #ze_cinsiyet { margin-left: 180px; margin-top: -17px; }
  3724. #ze_koken { margin-left: 160px; margin-top: 20px; }
  3725. #ze_olusum { margin-left: 1px; margin-top: -5px; font-size: 12px;}
  3726.  
  3727. /* Inner blocks width
  3728. ---------------------------------------- */
  3729.  
  3730. .headerbar,
  3731. .navbar,
  3732. #page-body,
  3733. .copyright,
  3734. #prefooter {
  3735. margin: 0 auto;
  3736. max-width: 1172px;
  3737. min-width: 290px;
  3738. padding: 0px 10px;
  3739. box-sizing: border-box;
  3740. }
  3741. .navbar.navbar-marina #nav-main-top > li > a > .icon,
  3742. #page-footer-links-inner #nav-footer > li > a > .icon {
  3743. color: #708090;
  3744. margin-right: 3px;
  3745. }
  3746. /* Prefooter
  3747. ---------------------------------------- */
  3748. #prefooter {
  3749. display: table;
  3750. border-bottom: solid 2px #40474B;
  3751. padding: 30px 10px;
  3752. width: 100%;
  3753. }
  3754. #prefooter .prefooter-block {
  3755. display: table-cell;
  3756. vertical-align: top;
  3757. padding-right: 30px;
  3758. }
  3759. .prefooter-block.width-33 {
  3760. width: 33%;
  3761. }
  3762. .prefooter-block.width-50 {
  3763. width: 50%;
  3764. }
  3765. .prefooter-block.width-100 {
  3766. width: 100%;
  3767. }
  3768. #prefooter .prefooter-block:last-child {
  3769. padding-right: 0;
  3770. }
  3771. #prefooter h1, #prefooter h2, #prefooter h3, #prefooter h4 {
  3772. color: #FFF;
  3773. margin-bottom: 15px;
  3774. }
  3775. #prefooter h2 {
  3776. font-size: 1.846em;
  3777. }
  3778. #prefooter ul {
  3779. list-style: none;
  3780. }
  3781. #prefooter ul li {
  3782. margin-bottom: 5px;
  3783. }
  3784. #prefooter ul li:last-child {
  3785. margin-bottom: 0;
  3786. }
  3787. #prefooter .prefooter-block *:first-child {
  3788. margin-top: 0;
  3789. }
  3790. #prefooter .prefooter-block *:last-child {
  3791. margin-bottom: 0;
  3792. }
  3793.  
  3794. /* Social Links
  3795. ---------------------------------------- */
  3796.  
  3797. #footer-social-links {
  3798. position: absolute;
  3799. right: 0;
  3800. top: 22px;
  3801. }
  3802. #footer-social-links li {
  3803. display: inline-block;
  3804. margin-left: 10px;
  3805. }
  3806. .rtl #footer-social-links li {
  3807. margin-left: 0px;
  3808. margin-right: 10px;
  3809. }
  3810. #footer-social-links li .fa-2x {
  3811. font-size: 2em !important;
  3812. }
  3813. #footer-social-links li a:link, #footer-social-links li a:visited {
  3814. color: #979797;
  3815. }
  3816. #footer-social-links li a:hover {
  3817. opacity: .7;
  3818. text-decoration: none;
  3819. }
  3820.  
  3821. /* Footer
  3822. ---------------------------------------- */
  3823.  
  3824. #page-footer,
  3825. .copyright {
  3826. background-color: #2E3539;
  3827. color: #979797;
  3828. }
  3829. #page-footer a,
  3830. .copyright a,
  3831. #page-footer-links a {
  3832. color: #FFFFFF;
  3833. }
  3834. #page-footer-links {
  3835. background-color: #21262A;
  3836. min-height: 60px;
  3837. }
  3838. #page-footer-links-inner {
  3839. padding: 20px 10px;
  3840. }
  3841. .button,
  3842. a.button1, input.button1, input.button3, a.button2, input.button2,
  3843. input.inputbox,
  3844. #footer-social-links li a,
  3845. a.close:before,
  3846. .pagination li span,
  3847. .pagination li a,
  3848. .inputbox,
  3849. .post-buttons .icon-button:before,
  3850. #format-buttons button[class^="button"]:before,
  3851. .post-buttons .button .icon,
  3852. .format-buttons .button .icon,
  3853. #tabs .tab > a,
  3854. #navigation a,
  3855. #quick-links a.responsive-menu-link:before {
  3856. -webkit-transition: all 0.3s ease 0s;
  3857. -moz-transition: all 0.3s ease 0s;
  3858. -ms-transition: all 0.3s ease 0s;
  3859. -o-transition: all 0.3s ease 0s;
  3860. transition: all 0.3s ease 0s;
  3861. }
  3862. @media only screen and (max-width: 700px) {
  3863. a.login-window {
  3864. display: inline-block;
  3865. }
  3866. a.login-responsive-link {
  3867. display: inherit;
  3868. }
  3869. .navbar.navbar-marina #nav-main-top {
  3870. text-align: center;
  3871. }
  3872. .navbar.navbar-marina #nav-main-top > li {
  3873. float: none;
  3874. display: inline-block;
  3875. }
  3876. .navbar.navbar-marina #nav-main-top .responsive-menu {
  3877. display: none;
  3878. }
  3879. .page-header-marina #nav-breadcrumbs {
  3880. border-top: none;
  3881. }
  3882. .page-header-marina .navbar ul#nav-main {
  3883. position: static;
  3884. }
  3885. .page-header-marina .navbar ul#nav-main {
  3886. background-color: #2E3539;
  3887. padding: 10px 20px;
  3888. text-align: center;
  3889. }
  3890. .page-header-marina .navbar ul#nav-main > li {
  3891. float: none;
  3892. display: inline-block;
  3893. }
  3894. .page-header-marina .navbar ul#nav-main > li:first-child {
  3895. margin-right: 10px;
  3896. }
  3897. .page-header-marina .navbar ul#nav-main > li:last-child {
  3898. margin-right: 0px;
  3899. }
  3900. .page-header-marina .navbar ul#nav-main > li > a {
  3901. color: #FFFFFF;
  3902. font-weight: normal;
  3903. font-size: 1.077em;
  3904. }
  3905. #prefooter .prefooter-block {
  3906. display: block;
  3907. width: 100%;
  3908. margin-bottom: 20px;
  3909. padding-right: 0;
  3910. }
  3911. #prefooter .prefooter-block:last-child {
  3912. margin-bottom: 0px;
  3913. }
  3914. .copyright {
  3915. text-align: center;
  3916. }
  3917. #footer-social-links {
  3918. position: static;
  3919. text-align: center;
  3920. margin-bottom: 20px;
  3921. }
  3922. #page-footer-links .dropdown-contents > li > a {
  3923. color: #4B637D;
  3924. }
  3925. #subheader .site-name {
  3926. font-size: 1.692em;
  3927. }
  3928. #subheader p.site-description {
  3929. font-size: 1em;
  3930. font-weight: 500;
  3931. }
  3932. .private-message-count,
  3933. .notification-count {
  3934. display: inline-block !important;
  3935. }
  3936. .rtl ul.linklist > li:first-child {
  3937. margin-left: 15px !important;
  3938. }
  3939. }
  3940. #breadcrumb-footer {
  3941. margin-bottom: 20px;
  3942. }
  3943. .copyright {
  3944. padding: 20px 10px !important;
  3945. position: relative;
  3946. }
  3947. .flex-container { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: space-around; }
  3948. .thumbnails { margin-left: -20px; list-style: none; }
  3949. .span4 { width: 350px; margin-top: 15px; }
  3950. .span3 { width: 196px; margin-left:15px; margin-top: 15px; }
  3951. .thumbnail .caption { padding: 10px !important; color: #555; }
  3952. .caption2 { font-size: 10px !important; font-weight: normal !important; color: #ddd; }
  3953. .flex-item { background: tomato; width: 200px; height: 150px; margin-top: 10px; line-height: 150px; color: white; font-weight: bold; font-size: 3em; text-align: center; display: block; padding: 4px; line-height: 20px; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055); -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055); box-shadow: 0 1px 3px rgba(0,0,0,0.055); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
  3954. .thumbnail { background: #fff; position: relative; border: 1px solid #eee;}
  3955. .thumbnail { display: block; padding: 4px; line-height: 20px; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055); -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055); box-shadow: 0 1px 3px rgba(0,0,0,0.055); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
  3956. .flex-item2 { background: gray; padding: 15px; width: 50px; height: 160px; margin-top: 10px; line-height: 150px; color: white; font-weight: bold; font-size: 3em; text-align: center; }
  3957. .panel-menu-alan { width: 165px; float: right; }
  3958. .panel-menu-link-icon, .panel-menu-link-icon a { float: left; line-height: 24px; height: 24px; margin-right: 8px; }
  3959. .panel-menu-linkler-A, .panel-menu-linkler-A a { width: 100%; font-size: 12px; -webkit-font-smoothing: antialiased; color: #333; cursor: pointer; text-decoration: none; line-height: 24px; height: 24px; }
  3960. .col-md-8 { width: 66.66666667%; }
  3961.  
  3962.  
  3963. .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  3964. float: left;
  3965. }
  3966.  
  3967.  
  3968. .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  3969. position: relative;
  3970. min-height: 1px;
  3971. padding-left: 16px;
  3972. padding-right: 16px;
  3973. }
  3974. .label {
  3975. display: inline;
  3976. padding: .3em .7em .4em;
  3977. font-size: 84%;
  3978. font-weight: 600;
  3979. line-height: 24px;
  3980. color: #ffffff;
  3981. text-align: center;
  3982. white-space: nowrap;
  3983. vertical-align: baseline;
  3984. border-radius: .25em;
  3985. }
  3986.  
  3987. .market{ font-size: 10px; !important; background-color: #ddd; border-radius:4px; -moz-border-radius:4x; -webkit-border-radius:4px; width: 120px; height: 8px;}
  3988. .labelex{ font-size: 10px; !important; border-radius:4px; -moz-border-radius:4x; -webkit-border-radius:4px; width: 8px; height: 8px;}
  3989. .tm-label-fix { font-size: 10px; !important; background-color: #ddd; border-radius:4px; -moz-border-radius:4x; -webkit-border-radius:4px; width: 8px; height: 8px;}
  3990. .tm-tool { font-size: 11px; !important; background-color: black; border-radius:4px; -moz-border-radius:4x; -webkit-border-radius:4px; width: 13px; height: 8px;}
  3991. .red_alert {
  3992. border: 1px dashed #d10000;
  3993. padding: 10px;
  3994. background: #ff7d7d;
  3995. }
  3996. .green_alert {
  3997. border: 1px dashed #00bf00;
  3998. padding: 10px;
  3999. background: #95fa89;
  4000. }
  4001. .blue_alert {
  4002. border: 1px dashed #1f35db;
  4003. padding: 10px;
  4004. background: #659cdb;
  4005. }
  4006. .yellow_alert {
  4007. border: 1px dashed #edb415;
  4008. padding: 10px;
  4009. background: #faf889;
  4010. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement