Advertisement
Guest User

Untitled

a guest
Jan 24th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 18.04 KB | None | 0 0
  1. body {
  2. background:#fff;
  3. color:#000;
  4. text-align:center;
  5. line-height:1.4;
  6. font-family:Tahoma, Verdana, Arial, Sans-Serif;
  7. font-size:13px;
  8. margin:0;
  9. }
  10.  
  11. a:hover,a:active {
  12. color:#0072BC;
  13. text-decoration:underline;
  14. }
  15.  
  16. #container {
  17. color:#000;
  18. text-align:left;
  19. line-height:1.4;
  20. font-family:Tahoma, Verdana, Arial, Sans-Serif;
  21. font-size:13px;
  22. min-width:990px;
  23. margin:0;
  24. }
  25.  
  26. .wrapper {
  27. width:85%;
  28. min-width:970px;
  29. max-width:1500px;
  30. margin:auto;
  31. }
  32.  
  33. #logo {
  34. background:#fff;
  35. border-bottom:1px solid #263c30;
  36. padding:10px 0;
  37. }
  38.  
  39. #content {
  40. background:#fff;
  41. width:auto!important;
  42. overflow:hidden;
  43. padding:20px 10px;
  44. }
  45.  
  46. #header ul.menu li {
  47. display:inline;
  48. margin:0 7px;
  49. }
  50.  
  51. #header ul.menu li a {
  52. padding-left:20px;
  53. background-image:url(images/headerlinks_sprite.png);
  54. background-repeat:no-repeat;
  55. }
  56.  
  57. #logo ul.top_links {
  58. font-weight:700;
  59. text-align:right;
  60. margin:-10px 5px 0 0;
  61. }
  62.  
  63. #panel .upper a.logout {
  64. font-weight:700;
  65. background:url(images/headerlinks_sprite.png) right -80px no-repeat;
  66. padding-right:20px;
  67. margin-left:10px;
  68. }
  69.  
  70. #panel .upper a.login,#panel .upper a.lost_password {
  71. background:url(images/headerlinks_sprite.png) 0 -100px no-repeat;
  72. padding-left:20px;
  73. margin-left:10px;
  74. font-weight:700;
  75. }
  76.  
  77. #panel .upper a.register {
  78. background:url(images/headerlinks_sprite.png) right -80px no-repeat;
  79. padding-right:20px;
  80. margin-left:10px;
  81. font-weight:700;
  82. }
  83.  
  84. #panel .lower ul.user_links li a {
  85. background-image:none;
  86. padding:0;
  87. }
  88.  
  89. #panel .upper {
  90. background:#0f0f0f url(images/tcat.png) repeat-x;
  91. color:#fff;
  92. border-top:1px solid #444;
  93. border-bottom:1px solid #000;
  94. clear:both;
  95. padding:7px;
  96. }
  97.  
  98. #panel .lower {
  99. background:#efefef;
  100. color:#999;
  101. border-top:1px solid #fff;
  102. border-bottom:1px solid #ccc;
  103. overflow:hidden;
  104. padding:5px;
  105. }
  106.  
  107. #panel .remember_me input {
  108. vertical-align:middle;
  109. margin:-3px 0 0 5px;
  110. }
  111.  
  112. #panel input {
  113. margin:-3px 0;
  114. }
  115.  
  116. #panel input.button,#panel input.textbox {
  117. border-color:#000;
  118. }
  119.  
  120. #panel input.button {
  121. background:#02426c url(images/thead.png) top left repeat-x;
  122. color:#fff;
  123. }
  124.  
  125. #search {
  126. border:0;
  127. float:right;
  128. vertical-align:middle;
  129. margin:0;
  130. padding:0;
  131. }
  132.  
  133. #footer ul.menu li {
  134. display:inline;
  135. margin:0 5px;
  136. }
  137.  
  138. #footer .upper {
  139. background:#efefef;
  140. border-top:1px solid #bbb;
  141. border-bottom:1px solid #bbb;
  142. font-size:12px;
  143. overflow:hidden;
  144. padding:6px;
  145. }
  146.  
  147. #footer .upper .language {
  148. float:right;
  149. margin:-1px;
  150. }
  151.  
  152. #footer .upper .language select {
  153. border-color:#ccc;
  154. }
  155.  
  156. #footer .upper ul.bottom_links {
  157. float:left;
  158. margin:4px 0 0;
  159. }
  160.  
  161. #footer .lower {
  162. color:#666;
  163. overflow:hidden;
  164. font-size:11px;
  165. padding:6px 6px 12px;
  166. }
  167.  
  168. #footer .lower a:link,#footer .lower a:visited {
  169. color:#444;
  170. font-weight:700;
  171. }
  172.  
  173. #footer .lower a:hover,#footer .lower a:active {
  174. color:#333;
  175. text-decoration:underline;
  176. font-weight:700;
  177. }
  178.  
  179. #footer .lower #current_time {
  180. float:right;
  181. color:#888;
  182. }
  183.  
  184. fieldset {
  185. border:1px solid #ddd;
  186. }
  187.  
  188. table {
  189. color:#000;
  190. font-size:13px;
  191. }
  192.  
  193. .tborder {
  194. background:#fff;
  195. width:100%;
  196. border:1px solid #ccc;
  197. margin:auto;
  198. padding:1px;
  199. }
  200.  
  201. .thead {
  202. background:#02426c url(images/thead.png) top left repeat-x;
  203. color:#fff;
  204. border-bottom:1px solid #263c30;
  205. padding:8px;
  206. }
  207.  
  208. .thead a:hover,.thead a:active {
  209. color:#fff;
  210. text-decoration:underline;
  211. }
  212.  
  213. .tcat {
  214. background:#0f0f0f url(images/tcat.png) repeat-x;
  215. color:#fff;
  216. border-top:1px solid #444;
  217. border-bottom:1px solid #000;
  218. font-size:12px;
  219. padding:6px;
  220. }
  221.  
  222. .trow1 {
  223. background:#f5f5f5;
  224. border:1px solid;
  225. border-color:#fff #ddd #ddd #fff;
  226. }
  227.  
  228. .trow2 {
  229. background:#efefef;
  230. border:1px solid;
  231. border-color:#fff #ddd #ddd #fff;
  232. }
  233.  
  234. .trow_shaded {
  235. background:#ffdde0;
  236. border:1px solid;
  237. border-color:#fff #ffb8be #ffb8be #fff;
  238. }
  239.  
  240. .post.unapproved_post {
  241. background:#ffdde0;
  242. }
  243.  
  244. .post.unapproved_post .post_author {
  245. border-bottom-color:#ffb8be;
  246. }
  247.  
  248. .post.classic.unapproved_post .post_author {
  249. border-color:#ffb8be;
  250. }
  251.  
  252. .post.unapproved_post .post_controls {
  253. border-top-color:#ffb8be;
  254. }
  255.  
  256. .trow_selected td {
  257. background:#FFFBD9;
  258. color:#000;
  259. border-right-color:#F7E86A;
  260. border-bottom-color:#F7E86A;
  261. }
  262.  
  263. .trow_selected td a:link,.trow_selected td a:visited,.trow_selected td a:hover,.trow_selected td a:active {
  264. color:#000;
  265. }
  266.  
  267. .trow_sep {
  268. background:#ddd;
  269. color:#000;
  270. border-bottom:1px solid #c5c5c5;
  271. font-size:12px;
  272. font-weight:700;
  273. padding:6px;
  274. }
  275.  
  276. .tfoot {
  277. border-top:1px solid #fff;
  278. background:#ddd;
  279. color:#666;
  280. padding:6px;
  281. }
  282.  
  283. .tfoot a:hover,.tfoot a:active {
  284. color:#444;
  285. text-decoration:underline;
  286. }
  287.  
  288. .thead input.textbox,.thead select {
  289. border:1px solid #263c30;
  290. }
  291.  
  292. .bottommenu {
  293. background:#efefef;
  294. color:#000;
  295. border:1px solid #4874a3;
  296. padding:10px;
  297. }
  298.  
  299. .navigation {
  300. color:#000;
  301. font-size:12px;
  302. }
  303.  
  304. .navigation a:hover,.navigation a:active {
  305. text-decoration:underline;
  306. }
  307.  
  308. .navigation .active {
  309. color:#000;
  310. font-size:small;
  311. font-weight:700;
  312. }
  313.  
  314. .smalltext {
  315. font-size:11px;
  316. }
  317.  
  318. .largetext {
  319. font-size:16px;
  320. font-weight:700;
  321. }
  322.  
  323. input.textbox {
  324. background:#fff;
  325. color:#000;
  326. border:1px solid #ccc;
  327. outline:0;
  328. font-size:13px;
  329. font-family:Tahoma, Verdana, Arial, Sans-Serif;
  330. padding:3px;
  331. }
  332.  
  333. textarea {
  334. background:#fff;
  335. color:#000;
  336. border:1px solid #ccc;
  337. line-height:1.4;
  338. outline:0;
  339. font-family:Tahoma, Verdana, Arial, Sans-Serif;
  340. font-size:13px;
  341. padding:2px;
  342. }
  343.  
  344. select {
  345. background:#fff;
  346. border:1px solid #ccc;
  347. outline:0;
  348. font-family:Tahoma, Verdana, Arial, Sans-Serif;
  349. font-size:13px;
  350. padding:3px;
  351. }
  352.  
  353. input.button {
  354. background:#eee url(images/buttons_bg.gif) repeat-x;
  355. border:1px solid #bbb;
  356. color:#333;
  357. cursor:pointer;
  358. font-family:Tahoma, Verdana, Arial, Sans-Serif;
  359. font-size:13px;
  360. padding:3px 8px;
  361. }
  362.  
  363. input.button:hover {
  364. border-color:#aaa;
  365. }
  366.  
  367. .editor {
  368. background:#f1f1f1;
  369. border:1px solid #ccc;
  370. }
  371.  
  372. .post .editor_control_bar {
  373. background:#f5f5f5;
  374. }
  375.  
  376. .autocomplete {
  377. background:#fff;
  378. color:#000;
  379. border:1px solid #ccc;
  380. text-align:left;
  381. padding:1px;
  382. }
  383.  
  384. .popup_menu .popup_item {
  385. background:#efefef;
  386. color:#000;
  387. display:block;
  388. white-space:nowrap;
  389. text-decoration:none;
  390. padding:4px;
  391. }
  392.  
  393. .trow_reputation_positive {
  394. background:#cfc;
  395. }
  396.  
  397. .trow_reputation_negative {
  398. background:#fcc;
  399. }
  400.  
  401. .reputation_positive {
  402. color:green;
  403. }
  404.  
  405. .reputation_neutral {
  406. color:#444;
  407. }
  408.  
  409. .reputation_negative {
  410. color:red;
  411. }
  412.  
  413. .invalid_field {
  414. border:1px solid #f30;
  415. color:#f30;
  416. background:#fff;
  417. outline:0;
  418. font-size:13px;
  419. font-family:Tahoma, Verdana, Arial, Sans-Serif;
  420. padding:3px;
  421. }
  422.  
  423. .valid_field {
  424. border:1px solid #0c0;
  425. background:#fff;
  426. outline:0;
  427. font-size:13px;
  428. font-family:Tahoma, Verdana, Arial, Sans-Serif;
  429. padding:3px;
  430. }
  431.  
  432. .validation_error {
  433. background:url(images/invalid.png) no-repeat center left;
  434. color:#f30;
  435. font-weight:700;
  436. font-size:11px;
  437. margin:5px 0;
  438. padding:5px 5px 5px 22px;
  439. }
  440.  
  441. .validation_success {
  442. background:url(images/valid.png) no-repeat center left;
  443. color:#00b200;
  444. font-weight:700;
  445. font-size:11px;
  446. margin:5px 0;
  447. padding:5px 5px 5px 22px;
  448. }
  449.  
  450. .validation_loading {
  451. background:url(images/spinner.gif) no-repeat center left;
  452. color:#555;
  453. font-weight:700;
  454. font-size:11px;
  455. margin:5px 0;
  456. padding:5px 5px 5px 22px;
  457. }
  458.  
  459. img {
  460. border:none;
  461. }
  462.  
  463. .hidden {
  464. display:none;
  465. float:none;
  466. width:1%;
  467. }
  468.  
  469. .selectall {
  470. background:#FFFBD9;
  471. border-bottom:1px solid #F7E86A;
  472. color:#000;
  473. text-align:center;
  474. }
  475.  
  476. .expcolimage {
  477. float:right;
  478. width:auto;
  479. vertical-align:middle;
  480. margin-top:3px;
  481. }
  482.  
  483. img.attachment {
  484. border:1px solid #E9E5D7;
  485. padding:2px;
  486. }
  487.  
  488. hr {
  489. background-color:#000;
  490. color:#000;
  491. height:1px;
  492. border:0;
  493. }
  494.  
  495. #debug {
  496. float:right;
  497. text-align:right;
  498. margin-top:20px;
  499. font-size:11px;
  500. }
  501.  
  502. blockquote {
  503. border:1px solid #ccc;
  504. background:#fff;
  505. margin:0;
  506. padding:10px;
  507. }
  508.  
  509. blockquote cite {
  510. font-weight:700;
  511. border-bottom:1px solid #ccc;
  512. font-style:normal;
  513. display:block;
  514. padding-bottom:3px;
  515. margin:0 0 10px;
  516. }
  517.  
  518. blockquote cite span {
  519. float:right;
  520. font-weight:400;
  521. font-size:12px;
  522. color:#666;
  523. }
  524.  
  525. blockquote cite span.highlight {
  526. float:none;
  527. font-weight:700;
  528. padding-bottom:0;
  529. }
  530.  
  531. .codeblock {
  532. background:#fff;
  533. border:1px solid #ccc;
  534. padding:10px;
  535. }
  536.  
  537. .codeblock .title {
  538. border-bottom:1px solid #ccc;
  539. font-weight:700;
  540. padding-bottom:3px;
  541. margin:0 0 10px;
  542. }
  543.  
  544. .codeblock code {
  545. overflow:auto;
  546. height:auto;
  547. max-height:200px;
  548. display:block;
  549. font-family:Monaco, Consolas, Courier, monospace;
  550. font-size:13px;
  551. }
  552.  
  553. .subforumicon {
  554. border:0;
  555. vertical-align:middle;
  556. }
  557.  
  558. .separator {
  559. height:0;
  560. font-size:1px;
  561. list-style-type:none;
  562. margin:5px;
  563. padding:0;
  564. }
  565.  
  566. .popup_menu .popup_item_container {
  567. text-align:left;
  568. margin:1px;
  569. }
  570.  
  571. .highlight {
  572. background:#FFC;
  573. padding-top:3px;
  574. padding-bottom:3px;
  575. }
  576.  
  577. .pm_alert {
  578. background:#FFF6BF;
  579. border:1px solid #FFD324;
  580. text-align:center;
  581. margin-bottom:15px;
  582. font-size:11px;
  583. padding:5px 20px;
  584. }
  585.  
  586. .red_alert {
  587. background:#FBE3E4;
  588. border:1px solid #A5161A;
  589. color:#A5161A;
  590. text-align:center;
  591. margin-bottom:15px;
  592. font-size:11px;
  593. padding:5px 20px;
  594. }
  595.  
  596. .high_warning {
  597. color:#C00;
  598. }
  599.  
  600. .moderate_warning {
  601. color:#F3611B;
  602. }
  603.  
  604. .low_warning {
  605. color:#AE5700;
  606. }
  607.  
  608. div.error {
  609. border-top:2px solid #FFD324;
  610. border-bottom:2px solid #FFD324;
  611. background:#FFF6BF;
  612. font-size:12px;
  613. padding:5px 10px;
  614. }
  615.  
  616. div.error p {
  617. color:#000;
  618. font-weight:400;
  619. margin:0;
  620. }
  621.  
  622. div.error p em {
  623. font-style:normal;
  624. font-weight:700;
  625. padding-left:24px;
  626. display:block;
  627. color:#C00;
  628. background:url(images/error.gif) no-repeat 0;
  629. }
  630.  
  631. div.error ul {
  632. margin-left:24px;
  633. }
  634.  
  635. .online {
  636. color:#15A018;
  637. }
  638.  
  639. .offline {
  640. color:#C7C7C7;
  641. }
  642.  
  643. .pagination {
  644. font-size:11px;
  645. padding-top:10px;
  646. margin-bottom:5px;
  647. }
  648.  
  649. .tfoot .pagination,.tcat .pagination {
  650. padding-top:0;
  651. }
  652.  
  653. .pagination .pagination_current,.pagination a {
  654. margin-bottom:3px;
  655. padding:3px 6px;
  656. }
  657.  
  658. .pagination a {
  659. background:#f5f5f5;
  660. border:1px solid #ccc;
  661. }
  662.  
  663. .pagination .pagination_current {
  664. background:none;
  665. color:#000;
  666. border:none;
  667. font-weight:700;
  668. }
  669.  
  670. .pagination a:hover {
  671. background:#0072BC;
  672. color:#fff;
  673. text-decoration:none;
  674. border-color:#263c30;
  675. }
  676.  
  677. .thread_legend dd {
  678. padding-bottom:4px;
  679. margin-right:15px;
  680. }
  681.  
  682. .thread_legend img {
  683. margin-right:4px;
  684. vertical-align:bottom;
  685. }
  686.  
  687. .forum_legend dd {
  688. float:left;
  689. margin-right:10px;
  690. margin-top:7px;
  691. }
  692.  
  693. .forum_legend dt {
  694. margin-right:10px;
  695. float:left;
  696. }
  697.  
  698. .success_message {
  699. color:#00b200;
  700. font-weight:700;
  701. font-size:10px;
  702. margin-bottom:10px;
  703. }
  704.  
  705. .error_message {
  706. color:#C00;
  707. font-weight:700;
  708. font-size:10px;
  709. margin-bottom:10px;
  710. }
  711.  
  712. #posts_container {
  713. padding:0;
  714. }
  715.  
  716. .ignored_post {
  717. border-top:3px solid #333;
  718. padding:15px;
  719. }
  720.  
  721. .ignored_post .show_ignored_post {
  722. margin-top:-15px;
  723. }
  724.  
  725. .ignored_post .show_ignored_post a.button span {
  726. background-position:0 -400px;
  727. }
  728.  
  729. .post {
  730. margin-bottom:15px;
  731. overflow:hidden;
  732. }
  733.  
  734. .post:last-child {
  735. margin-bottom:0;
  736. }
  737.  
  738. .post.classic {
  739. border-top:3px solid #333;
  740. padding-top:15px;
  741. }
  742.  
  743. .post .post_author {
  744. border-bottom:1px solid #bbb;
  745. border-top:3px solid #333;
  746. background:#f5f5f5;
  747. overflow:hidden;
  748. padding:5px;
  749. }
  750.  
  751. .post.classic .post_author {
  752. border:1px solid #ddd;
  753. float:left;
  754. width:15%;
  755. border-left:0;
  756. margin:0 1% 15px 0;
  757. }
  758.  
  759. .post .post_author .buddy_status {
  760. vertical-align:middle;
  761. margin-top:-4px;
  762. }
  763.  
  764. .post .post_author div.author_avatar {
  765. float:left;
  766. margin-right:3px;
  767. }
  768.  
  769. .post.classic .post_author div.author_avatar {
  770. float:none;
  771. text-align:center;
  772. margin-bottom:8px;
  773. }
  774.  
  775. .post .post_author div.author_avatar img {
  776. max-width:55px;
  777. max-height:55px;
  778. border:1px solid #ddd;
  779. background:#fff;
  780. padding:5px;
  781. }
  782.  
  783. .post.classic .post_author div.author_avatar img {
  784. max-width:100px;
  785. max-height:100px;
  786. }
  787.  
  788. .post .post_author div.author_information {
  789. float:left;
  790. padding:6px 8px;
  791. }
  792.  
  793. .post.classic .post_author div.author_information {
  794. float:none;
  795. text-align:center;
  796. padding:0;
  797. }
  798.  
  799. .post .post_author div.author_statistics {
  800. float:right;
  801. font-size:11px;
  802. color:#666;
  803. line-height:1.3;
  804. padding:3px 10px 3px 5px;
  805. }
  806.  
  807. .post.classic .post_author div.author_statistics {
  808. border-top:1px dotted #ccc;
  809. float:none;
  810. margin:6px 0 0;
  811. padding:6px 6px 3px;
  812. }
  813.  
  814. .post .post_head {
  815. font-size:11px;
  816. padding-bottom:4px;
  817. border-bottom:1px dotted #ddd;
  818. margin-bottom:4px;
  819. }
  820.  
  821. .post .post_head span.edited_post {
  822. font-size:10px;
  823. color:#999;
  824. }
  825.  
  826. .post_body {
  827. font-size:14px;
  828. padding:12px 0;
  829. }
  830.  
  831. .post.classic .post_content {
  832. float:left;
  833. width:80%;
  834. padding-top:0;
  835. }
  836.  
  837. .post_content {
  838. padding:9px 10px 5px;
  839. }
  840.  
  841. .post_content .signature {
  842. margin-top:5px;
  843. border-top:1px dotted #ddd;
  844. padding:10px 0 4px;
  845. }
  846.  
  847. .post .post_meta {
  848. font-size:11px;
  849. color:#999;
  850. margin:4px 0;
  851. }
  852.  
  853. .post_controls {
  854. clear:both;
  855. background:#f5f5f5;
  856. border-top:1px solid #ddd;
  857. border-bottom:1px solid #ddd;
  858. overflow:hidden;
  859. padding:5px;
  860. }
  861.  
  862. .postbit_buttons > a:link,.postbit_buttons > a:hover,.postbit_buttons > a:visited,.postbit_buttons > a:active {
  863. display:inline-block;
  864. font-size:11px;
  865. background:#eee url(images/buttons_bg.gif) repeat-x;
  866. border:1px solid #ccc;
  867. color:#555;
  868. margin:2px;
  869. padding:2px 5px;
  870. }
  871.  
  872. .postbit_buttons a span {
  873. padding-left:20px;
  874. display:inline-block;
  875. height:16px;
  876. background-image:url(images/buttons_sprite.png);
  877. background-repeat:no-repeat;
  878. }
  879.  
  880. .postbit_buttons a.postbit_pm span {
  881. background-position:0 -80px;
  882. }
  883.  
  884. .postbit_buttons a.postbit_quote span {
  885. background-position:0 -100px;
  886. }
  887.  
  888. .postbit_buttons a.postbit_qdelete span {
  889. background-position:0 -180px;
  890. }
  891.  
  892. .postbit_buttons a.postbit_report span {
  893. background-position:0 -200px;
  894. }
  895.  
  896. .postbit_buttons a.postbit_warn span {
  897. background-position:0 -220px;
  898. }
  899.  
  900. .postbit_buttons a.postbit_reply_pm span {
  901. background-position:0 -240px;
  902. }
  903.  
  904. .postbit_buttons a.postbit_reply_all span {
  905. background-position:0 -260px;
  906. }
  907.  
  908. .postbit_buttons a.postbit_forward_pm span {
  909. background-position:0 -280px;
  910. }
  911.  
  912. .postbit_buttons a.postbit_delete_pm span {
  913. background-position:0 -300px;
  914. }
  915.  
  916. a.button:link,a.button:hover,a.button:visited,a.button:active {
  917. background:#0f0f0f url(images/tcat.png) repeat-x;
  918. color:#fff;
  919. display:inline-block;
  920. border:1px solid #000;
  921. font-size:14px;
  922. margin:2px 2px 6px;
  923. padding:4px 8px;
  924. }
  925.  
  926. a.button.small_button {
  927. font-size:13px;
  928. margin:0;
  929. padding:3px 6px;
  930. }
  931.  
  932. a.button span {
  933. padding-left:20px;
  934. display:inline-block;
  935. background-image:url(images/buttons_sprite.png);
  936. background-repeat:no-repeat;
  937. }
  938.  
  939. a.button.new_thread_button span {
  940. background-position:0 -319px;
  941. }
  942.  
  943. a.button.new_reply_button span {
  944. background-position:0 -339px;
  945. }
  946.  
  947. a.button.closed_button span {
  948. background-position:0 -359px;
  949. }
  950.  
  951. a.button.rate_user_button span {
  952. background-position:0 -379px;
  953. }
  954.  
  955. a.button.add_buddy_button span {
  956. background-position:0 -418px;
  957. }
  958.  
  959. a.button.remove_buddy_button {
  960. background-position:0 -458px;
  961. }
  962.  
  963. a.button.add_ignore_button span {
  964. background-position:0 -439px;
  965. }
  966.  
  967. a.button.remove_ignore_button span {
  968. background-position:0 -481px;
  969. }
  970.  
  971. a.button.report_user_button span {
  972. background-position:0 -500px;
  973. }
  974.  
  975. .quick_jump {
  976. background:url(images/jump.png) no-repeat 0;
  977. width:13px;
  978. height:13px;
  979. padding-left:13px;
  980. margin-top:-3px;
  981. border:none;
  982. }
  983.  
  984. .repbox {
  985. font-size:16px;
  986. font-weight:700;
  987. padding:5px 7px;
  988. }
  989.  
  990. ._neutral {
  991. background-color:#FAFAFA;
  992. color:#999;
  993. border:1px solid #CCC;
  994. }
  995.  
  996. ._minus {
  997. background-color:#FDD2D1;
  998. color:#CB0200;
  999. border:1px solid #980201;
  1000. }
  1001.  
  1002. ._plus {
  1003. background-color:#E8FCDC;
  1004. color:#080;
  1005. border:1px solid #080;
  1006. }
  1007.  
  1008. .pagination_breadcrumb {
  1009. background-color:#efefef;
  1010. border:1px solid #fff;
  1011. outline:1px solid #ccc;
  1012. margin-top:5px;
  1013. font-weight:400;
  1014. padding:5px;
  1015. }
  1016.  
  1017. .pagination_breadcrumb_link {
  1018. vertical-align:middle;
  1019. cursor:pointer;
  1020. }
  1021.  
  1022. form #message {
  1023. width:500px;
  1024. }
  1025.  
  1026. .pollbar {
  1027. background:url(images/pollbar.png) top left repeat-x;
  1028. border:1px solid #3f3f3f;
  1029. height:10px;
  1030. }
  1031.  
  1032. a:link,a:visited {
  1033. color:#0072BC;
  1034. text-decoration:none;
  1035. }
  1036.  
  1037. #header ul.menu,#footer ul.menu {
  1038. list-style:none;
  1039. margin:0;
  1040. padding:0;
  1041. }
  1042.  
  1043. #logo ul.top_links a.search,.postbit_buttons a.postbit_find span {
  1044. background-position:0 0;
  1045. }
  1046.  
  1047. #logo ul.top_links a.memberlist,.postbit_buttons a.postbit_reputation_add span {
  1048. background-position:0 -20px;
  1049. }
  1050.  
  1051. #logo ul.top_links a.calendar,.postbit_buttons a.postbit_email span {
  1052. background-position:0 -40px;
  1053. }
  1054.  
  1055. #logo ul.top_links a.help,.postbit_buttons a.postbit_website span {
  1056. background-position:0 -60px;
  1057. }
  1058.  
  1059. #panel .lower ul.panel_links,.float_left {
  1060. float:left;
  1061. }
  1062.  
  1063. #panel .lower ul.panel_links a.usercp,.postbit_buttons a.postbit_multiquote span {
  1064. background-position:0 -120px;
  1065. }
  1066.  
  1067. #panel .lower ul.panel_links a.modcp,.postbit_buttons a.postbit_multiquote_on span {
  1068. background-position:0 -140px;
  1069. }
  1070.  
  1071. #panel .lower ul.panel_links a.admincp,.postbit_buttons a.postbit_edit span {
  1072. background-position:0 -160px;
  1073. }
  1074.  
  1075. #panel .lower ul.user_links,.float_right {
  1076. float:right;
  1077. }
  1078.  
  1079. #panel .upper a:link,#panel .upper a:visited,#panel .upper a:hover,#panel .upper a:active,.tcat a:link,.tcat a:visited,.tcat a:hover,.tcat a:active {
  1080. color:#fff;
  1081. }
  1082.  
  1083. #panel .lower a:link,#panel .lower a:visited,#panel .lower a:hover,#panel .lower a:active,.post .post_head span.post_date,.post .post_head span.edited_post a {
  1084. color:#666;
  1085. }
  1086.  
  1087. #footer,.clear {
  1088. clear:both;
  1089. }
  1090.  
  1091. #footer a:link,#footer a:visited,#footer a:hover,#footer a:active,.post .post_meta a:link,.post .post_meta a:visited,.post .post_meta a:hover,.post .post_meta a:active {
  1092. color:#777;
  1093. }
  1094.  
  1095. fieldset.trow1,fieldset.trow2,.postbit_buttons > a:hover {
  1096. border-color:#bbb;
  1097. }
  1098.  
  1099. .thead a:link,.thead a:visited {
  1100. color:#fff;
  1101. text-decoration:none;
  1102. }
  1103.  
  1104. .tfoot a:link,.tfoot a:visited {
  1105. color:#444;
  1106. text-decoration:none;
  1107. }
  1108.  
  1109. .navigation a:link,.navigation a:visited,.popup_menu a.popup_item:hover {
  1110. text-decoration:none;
  1111. }
  1112.  
  1113. .editor_control_bar,.popup_menu {
  1114. background:#fff;
  1115. border:1px solid #ccc;
  1116. }
  1117.  
  1118. .autocomplete_selected,.popup_menu .popup_item:hover {
  1119. background:#0072BC;
  1120. color:#fff;
  1121. }
  1122.  
  1123. .hiddenrow,.pollbar .percent {
  1124. display:none;
  1125. }
  1126.  
  1127. form,.thread_legend,.thread_legend dd,.forum_legend,.forum_legend dt,.forum_legend dd {
  1128. margin:0;
  1129. padding:0;
  1130. }
  1131.  
  1132. .subject_new,.pagination .pages {
  1133. font-weight:700;
  1134. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement