Advertisement
Guest User

jayy

a guest
Aug 11th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.63 KB | None | 0 0
  1. body {
  2. background: url(images/eOrange/bg.jpg);
  3. color: #000;
  4. text-align: center;
  5. line-height: 1.4;
  6.  
  7. font-family: Verdana, Arial, Sans-Serif;
  8. font-size: 13px;
  9. }
  10.  
  11. a:link {
  12. color: #b17502;
  13. text-decoration: none;
  14. }
  15.  
  16. a:visited {
  17. color: #b17502;
  18. text-decoration: none;
  19. }
  20.  
  21. a:hover, a:active {
  22. color: #000;
  23. text-decoration: underline;
  24. }
  25.  
  26. #container {
  27. background: #F8F8F8;
  28. width: 80%;
  29. color: #000000;
  30. border: 3px solid #e4e4e4;
  31. margin: auto auto;
  32. padding: 20px;
  33. text-align: left;
  34. }
  35.  
  36. #content {
  37. /* FIX: Make internet explorer wrap correctly */
  38. width: auto !important;
  39. }
  40.  
  41. .menu ul {
  42. background: url(images/eOrange/thead_bg.gif);
  43. width: 96%;
  44. margin: auto auto;
  45. border: 1px solid rgba(0,0,0,.6);
  46. border-top: 1;
  47. box-shadow: 0 1px rgba(0,0,0,.1),
  48. 1px 0 rgba(0,0,0,.1),
  49. -1px 0 rgba(0,0,0,.1),
  50. 0 -1px rgb(255,255,255) inset,
  51. 0 1px 2px rgba(0,0,0,.2) inset,
  52. 1px 0 rgb(255,255,255) inset,
  53. -1px 0 rgb(255,255,255) inset;
  54. text-align: center;
  55. }
  56.  
  57. .menu ul a:link {
  58. color: #FFF;
  59. text-decoration: none;
  60. }
  61. .menu ul a:visited {
  62. color: #FFF;
  63. text-decoration: none;
  64. }
  65. .menu ul a:hover, .menu ul a:active {
  66. color: #B17502;
  67. text-decoration: none;
  68. }
  69.  
  70. #panel {
  71. background: #E8E8E8;
  72. width: 98%;
  73. color: rgba(0,0,0,.7);
  74. margin: auto auto;
  75. border: 1px solid rgba(0,0,0,.6);
  76. border-top: 0;
  77. box-shadow: 0 1px rgba(0,0,0,.1),
  78. 1px 0 rgba(0,0,0,.1),
  79. -1px 0 rgba(0,0,0,.1),
  80. 0 -1px rgb(255,255,255) inset,
  81. 0 1px 2px rgba(0,0,0,.2) inset,
  82. 1px 0 rgb(255,255,255) inset,
  83. -1px 0 rgb(255,255,255) inset;
  84. -webkit-border-bottom-left-radius: 5px;
  85. -moz-border-radius-bottomleft: 5px;
  86. -moz-border-radius-bottomright: 5px;
  87. -webkit-border-bottom-right-radius: 5px;
  88. text-shadow: 0 1px white;
  89. padding: 8px;
  90. text-align: left;
  91.  
  92. font-size: 11px;
  93. }
  94.  
  95. #panel .remember_me input {
  96. vertical-align: middle;
  97. margin-top: -1px;
  98. }
  99.  
  100. table {
  101. color: #000000;
  102. font-family: Verdana, Arial, Sans-Serif;
  103. font-size: 13px;
  104. }
  105.  
  106. .tborder {
  107. background: #E8E8E8;
  108. width: 100%;
  109. margin: auto auto;
  110. border-radius-tipleft: 5px;
  111. -moz-border-radius-topleft: 5px;
  112. -webkit-border-top-left-radius: 5px;
  113. border-radius-topright: 5px;
  114. -moz-border-radius-topright: 5px;
  115. -webkit-border-top-right-radius: 5px;
  116. }
  117.  
  118. .thead {
  119. background: #bd883c url(images/eOrange/thead_bg.gif) top left repeat-x;
  120. color: #ffffff;
  121. border-radius-tipleft: 5px;
  122. -moz-border-radius-topleft: 5px;
  123. -webkit-border-top-left-radius: 5px;
  124. border-radius-topright: 5px;
  125. -moz-border-radius-topright: 5px;
  126. -webkit-border-top-right-radius: 5px;
  127. }
  128.  
  129. .thead a:link {
  130. color: #ffffff;
  131. text-decoration: none;
  132. }
  133.  
  134. .thead a:visited {
  135. color: #ffffff;
  136. text-decoration: none;
  137. }
  138.  
  139. .thead a:hover, .thead a:active {
  140. color: #ffffff;
  141. text-decoration: underline;
  142. }
  143.  
  144. .tcat {
  145. background: url(images/eOrange/tcat_bg.gif);
  146. color: #000000;
  147. box-shadow: 0 1px rgba(0,0,0,.1),
  148. 1px 0 rgba(0,0,0,.1),
  149. -1px 0 rgba(0,0,0,.1),
  150. 0 -1px rgb(255,255,255) inset,
  151. 0 1px 2px rgba(0,0,0,.2) inset,
  152. 1px 0 rgb(255,255,255) inset,
  153. -1px 0 rgb(255,255,255) inset;
  154. -webkit-border-bottom-left-radius: 5px;
  155. -moz-border-radius-bottomleft: 5px;
  156. -moz-border-radius-bottomright: 5px;
  157. -webkit-border-bottom-right-radius: 5px;
  158. text-shadow: 0 1px white;
  159.  
  160. font-size: 12px;
  161. }
  162.  
  163. .tcat a:link {
  164. color: #000000;
  165. }
  166.  
  167. .tcat a:visited {
  168. color: #000000;
  169. }
  170.  
  171. .tcat a:hover, .tcat a:active {
  172. color: #000000;
  173. }
  174.  
  175. .trow1 {
  176. background: #ffffff url(images/eOrange/trow.jpg) bottom left repeat-x;
  177. border-bottom:2px solid #e7e7e7;
  178. }
  179.  
  180. .trow2 {
  181. background: #ffffff url(images/eOrange/trow.jpg) bottom left repeat-x;
  182. border-bottom:2px solid #e7e7e7;
  183. }
  184.  
  185. .trow_shaded {
  186. background: #ffdde0;
  187. }
  188.  
  189. .trow_selected td {
  190. background: #FFFBD9;
  191. }
  192.  
  193. .trow_sep {
  194. background: #e5e5e5;
  195. color: #000;
  196. font-size: 12px;
  197. font-weight: bold;
  198. }
  199.  
  200. .tfoot {
  201. background: #c29450 url(images/eOrange/tfoot_bg.gif) top left repeat-x;
  202. color: #ffffff;
  203. }
  204.  
  205. .tfoot a:link {
  206. color: #ffffff;
  207. text-decoration: none;
  208. }
  209.  
  210. .tfoot a:visited {
  211. color: #ffffff;
  212. text-decoration: none;
  213. }
  214.  
  215. .tfoot a:hover, .tfoot a:active {
  216. color: #ffffff;
  217. text-decoration: underline;
  218. }
  219.  
  220. .bottommenu {
  221. background: #efefef;
  222. color: #000000;
  223. border: 1px solid #4874a3;
  224. padding: 10px;
  225. }
  226.  
  227. .navigation {
  228. color: #000000;
  229. font-size: 13px;
  230. font-weight: bold;
  231. }
  232.  
  233. .navigation a:link {
  234. text-decoration: none;
  235. }
  236.  
  237. .navigation a:visited {
  238. text-decoration: none;
  239. }
  240.  
  241. .navigation a:hover, .navigation a:active {
  242. text-decoration: none;
  243. }
  244.  
  245. .navigation .active {
  246. color: #000000;
  247. font-size: 13px;
  248. font-weight: bold;
  249. }
  250.  
  251. .smalltext {
  252. font-size: 11px;
  253. }
  254.  
  255. .largetext {
  256. font-size: 16px;
  257. font-weight: bold;
  258. }
  259.  
  260. input.textbox {
  261. background: #ffffff;
  262. color: #000000;
  263. border: 1px solid #0f5c8e;
  264. padding: 1px;
  265. }
  266.  
  267. textarea {
  268. background: #ffffff;
  269. color: #000000;
  270. border: 1px solid #0f5c8e;
  271. padding: 2px;
  272. line-height: 1.4;
  273.  
  274. font-family: Verdana, Arial, Sans-Serif;
  275. font-size: 13px;
  276. }
  277.  
  278. select {
  279. background: #ffffff;
  280. border: 1px solid #0f5c8e;
  281. }
  282.  
  283. .editor {
  284. background: #f1f1f1;
  285. border: 1px solid #ccc;
  286. }
  287.  
  288. .editor_control_bar {
  289. background: #fff;
  290. border: 1px solid #0f5c8e;
  291. }
  292.  
  293. .autocomplete {
  294. background: #fff;
  295. border: 1px solid #000;
  296. color: black;
  297. }
  298.  
  299. .autocomplete_selected {
  300. background: #adcee7;
  301. color: #000;
  302. }
  303.  
  304. .popup_menu {
  305. background: #ccc;
  306. border: 1px solid #000;
  307. }
  308.  
  309. .popup_menu .popup_item {
  310. background: #fff;
  311. color: #000;
  312. }
  313.  
  314. .popup_menu .popup_item:hover {
  315. background: #C7DBEE;
  316. color: #000;
  317. }
  318.  
  319. .trow_reputation_positive {
  320. background: #ccffcc;
  321. }
  322.  
  323. .trow_reputation_negative {
  324. background: #ffcccc;
  325. }
  326.  
  327. .reputation_positive {
  328. color: green;
  329. }
  330.  
  331. .reputation_neutral {
  332. color: #444;
  333. }
  334.  
  335. .reputation_negative {
  336. color: red;
  337. }
  338.  
  339. .invalid_field {
  340. border: 1px solid #f30;
  341. color: #f30;
  342. }
  343.  
  344. .valid_field {
  345. border: 1px solid #0c0;
  346. }
  347.  
  348. .validation_error {
  349. background: url(images/invalid.gif) no-repeat center left;
  350. color: #f30;
  351. margin: 5px 0;
  352. padding: 5px;
  353. font-weight: bold;
  354. font-size: 11px;
  355. padding-left: 22px;
  356. }
  357.  
  358. .validation_success {
  359. background: url(images/valid.gif) no-repeat center left;
  360. color: #00b200;
  361. margin: 5px 0;
  362. padding: 5px;
  363. font-weight: bold;
  364. font-size: 11px;
  365. padding-left: 22px;
  366. }
  367.  
  368. .validation_loading {
  369. background: url(images/spinner.gif) no-repeat center left;
  370. color: #555;
  371. margin: 5px 0;
  372. padding: 5px;
  373. font-weight: bold;
  374. font-size: 11px;
  375. padding-left: 22px;
  376. }
  377.  
  378. /* Additional CSS (Master) */
  379. img {
  380. border: none;
  381. }
  382.  
  383. .clear {
  384. clear: both;
  385. }
  386.  
  387. .hidden {
  388. display: none;
  389. float: none;
  390. width: 1%;
  391. }
  392.  
  393. .hiddenrow {
  394. display: none;
  395. }
  396.  
  397. .selectall {
  398. background-color: #FFFBD9;
  399. font-weight: bold;
  400. text-align: center;
  401. }
  402.  
  403. .float_left {
  404. float: left;
  405. }
  406.  
  407. .float_right {
  408. float: right;
  409. }
  410.  
  411. .menu ul {
  412. list-style: none;
  413. margin: 0;
  414. }
  415.  
  416. .menu li {
  417. display: inline;
  418. padding-left: 5px;
  419. }
  420.  
  421. .menu img {
  422. padding-right: 5px;
  423. vertical-align: top;
  424. }
  425.  
  426. #panel .links {
  427. margin: 0;
  428. float: right;
  429. }
  430.  
  431. .expcolimage {
  432. float: right;
  433. width: auto;
  434. vertical-align: middle;
  435. margin-top: 3px;
  436. }
  437.  
  438. img.attachment {
  439. border: 1px solid #E9E5D7;
  440. padding: 2px;
  441. }
  442.  
  443. hr {
  444. background-color: #000000;
  445. color: #000000;
  446. height: 1px;
  447. border: 0px;
  448. }
  449.  
  450. #copyright {
  451. font: 11px Verdana, Arial, Sans-Serif;
  452. margin: 0;
  453. padding: 10px 0 0 0;
  454. }
  455.  
  456. #debug {
  457. float: right;
  458. text-align: right;
  459. margin-top: 0;
  460. }
  461.  
  462. blockquote {
  463. border: 1px solid #ccc;
  464. margin: 0;
  465. background: #fff;
  466. padding: 4px;
  467. }
  468.  
  469. blockquote cite {
  470. font-weight: bold;
  471. border-bottom: 1px solid #ccc;
  472. font-style: normal;
  473. display: block;
  474. margin: 4px 0;
  475. }
  476.  
  477. blockquote cite span {
  478. float: right;
  479. font-weight: normal;
  480. }
  481.  
  482. blockquote cite span.highlight {
  483. float: none;
  484. font-weight: bold;
  485. padding-bottom: 0;
  486. }
  487.  
  488. .codeblock {
  489. background: #fff;
  490. border: 1px solid #ccc;
  491. padding: 4px;
  492. }
  493.  
  494. .codeblock .title {
  495. border-bottom: 1px solid #ccc;
  496. font-weight: bold;
  497. margin: 4px 0;
  498. }
  499.  
  500. .codeblock code {
  501. overflow: auto;
  502. height: auto;
  503. max-height: 200px;
  504. display: block;
  505. font-family: Monaco, Consolas, Courier, monospace;
  506. font-size: 13px;
  507. }
  508.  
  509. .subforumicon {
  510. border: 0;
  511. vertical-align: middle;
  512. }
  513.  
  514. .separator {
  515. margin: 5px;
  516. padding: 0;
  517. height: 0px;
  518. font-size: 1px;
  519. list-style-type: none;
  520. }
  521.  
  522. form {
  523. margin: 0;
  524. padding: 0;
  525. }
  526.  
  527. .popup_menu .popup_item_container {
  528. margin: 1px;
  529. text-align: left;
  530. }
  531.  
  532. .popup_menu .popup_item {
  533. display: block;
  534. padding: 3px;
  535. text-decoration: none;
  536. white-space: nowrap;
  537. }
  538.  
  539. .popup_menu a.popup_item:hover {
  540. text-decoration: none;
  541. }
  542.  
  543. .autocomplete {
  544. text-align: left;
  545. }
  546.  
  547. .subject_new {
  548. font-weight: bold;
  549. }
  550.  
  551. .highlight {
  552. background: #FFFFCC;
  553. padding-top: 3px;
  554. padding-bottom: 3px;
  555. }
  556.  
  557. .pm_alert {
  558. background: #FFF6BF;
  559. border: 1px solid #FFD324;
  560. text-align: center;
  561. padding: 5px 20px;
  562. margin-bottom: 15px;
  563. font-size: 11px;
  564. }
  565.  
  566. .red_alert {
  567. background: #FBE3E4;
  568. border: 1px solid #A5161A;
  569. color: #A5161A;
  570. text-align: center;
  571. padding: 5px 20px;
  572. margin-bottom: 15px;
  573. font-size: 11px;
  574. }
  575.  
  576. .high_warning {
  577. color: #CC0000;
  578. }
  579.  
  580. .moderate_warning {
  581. color: #F3611B;
  582. }
  583.  
  584. .low_warning {
  585. color: #AE5700;
  586. }
  587.  
  588. div.error {
  589. padding: 5px 10px;
  590. border-top: 2px solid #FFD324;
  591. border-bottom: 2px solid #FFD324;
  592. background: #FFF6BF;
  593. font-size: 12px;
  594. }
  595.  
  596. div.error p {
  597. margin: 0;
  598. color: #000;
  599. font-weight: normal;
  600. }
  601.  
  602. div.error p em {
  603. font-style: normal;
  604. font-weight: bold;
  605. padding-left: 24px;
  606. display: block;
  607. color: #C00;
  608. background: url(images/error.gif) no-repeat 0;
  609. }
  610.  
  611. div.error ul {
  612. margin-left: 24px;
  613. }
  614.  
  615. .online {
  616. color: #15A018;
  617. }
  618.  
  619. .offline {
  620. color: #C7C7C7;
  621. }
  622.  
  623. .pagination {
  624. font-size: 11px;
  625. padding-top: 10px;
  626. margin-bottom: 5px;
  627. }
  628.  
  629. .tfoot .pagination, .tcat .pagination {
  630. padding-top: 0;
  631. }
  632.  
  633. .pagination .pages {
  634. font-weight: bold;
  635. }
  636.  
  637. .pagination .pagination_current, .pagination a {
  638. padding: 2px 6px;
  639. margin-bottom: 3px;
  640. }
  641.  
  642. .pagination a {
  643. border: 1px solid #81A2C4;
  644. }
  645.  
  646. .pagination .pagination_current {
  647. background: #F5F5F5;
  648. border: 1px solid #81A2C4;
  649. font-weight: bold;
  650. color: #000;
  651. }
  652.  
  653. .pagination a:hover {
  654. background: #F5F5F5;
  655. text-decoration: none;
  656. }
  657.  
  658. .thread_legend, .thread_legend dd {
  659. margin: 0;
  660. padding: 0;
  661. }
  662.  
  663. .thread_legend dd {
  664. padding-bottom: 4px;
  665. margin-right: 15px;
  666. }
  667.  
  668. .thread_legend img {
  669. margin-right: 4px;
  670. vertical-align: bottom;
  671. }
  672.  
  673. .forum_legend, .forum_legend dt, .forum_legend dd {
  674. margin: 0;
  675. padding: 0;
  676. }
  677.  
  678. .forum_legend dd {
  679. float: left;
  680. margin-right: 10px;
  681. }
  682.  
  683. .postbit {
  684. -moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
  685. -webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
  686. box-shadow:inset 0px 0px 0px 0px #ffffff;
  687. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dbd7db) );
  688. background:-moz-linear-gradient( center top, #ededed 5%, #dbd7db 100% );
  689. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dbd7db');
  690. background-color:#ededed;
  691. -moz-border-radius:4px;
  692. -webkit-border-radius:4px;
  693. border-radius:4px;
  694. border:1px solid #dcdcdc;
  695. display:inline-block;
  696. color:#777777;
  697. font-family:Courier New;
  698. font-size:11px;
  699. font-weight:bold;
  700. padding:5px 12px;
  701. text-decoration:none;
  702. text-shadow:1px 1px 0px #ffffff;
  703. }
  704.  
  705. .postbit:hover {
  706. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbd7db), color-stop(1, #ededed) );
  707. background:-moz-linear-gradient( center top, #dbd7db 5%, #ededed 100% );
  708. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbd7db', endColorstr='#ededed');
  709. background-color:#dbd7db;
  710. }
  711.  
  712. .postbit:active {
  713. position:relative;
  714. top:1px;
  715. }
  716.  
  717. .forum_legend dt {
  718. margin-right: 10px;
  719. float: left;
  720. }
  721.  
  722. .success_message {
  723. color: #00b200;
  724. font-weight: bold;
  725. font-size: 10px;
  726. margin-bottom: 10px;
  727. }
  728.  
  729. .error_message {
  730. color: #C00;
  731. font-weight: bold;
  732. font-size: 10px;
  733. margin-bottom: 10px;
  734. }
  735.  
  736. .post_body {
  737. padding: 5px;
  738. }
  739.  
  740. .post_content {
  741. padding: 5px 10px;
  742. }
  743.  
  744. .quick_jump {
  745. background: url(images/jump.gif) no-repeat 0;
  746. width: 13px;
  747. height: 13px;
  748. padding-left: 13px; /* amount of padding needed for image to fully show */
  749. vertical-align: middle;
  750. border: none;
  751. }
  752.  
  753. .repbox {
  754. font-size:16px;
  755. font-weight: bold;
  756. padding:5px 7px 5px 7px;
  757. }
  758.  
  759. ._neutral {
  760. background-color:#FAFAFA;
  761. color: #999999;
  762. border:1px solid #CCCCCC;
  763. }
  764.  
  765. ._minus {
  766. background-color: #FDD2D1;
  767. color: #CB0200;
  768. border:1px solid #980201;
  769. }
  770.  
  771. ._plus {
  772. background-color:#E8FCDC;
  773. color: #008800;
  774. border:1px solid #008800;
  775. }
  776.  
  777. .pagination_breadcrumb {
  778. background-color: #f5f5f5;
  779. border: 1px solid #fff;
  780. outline: 1px solid #ccc;
  781. padding: 5px;
  782. margin-top: 5px;
  783. font-weight: normal;
  784. white-space: nowrap;
  785. }
  786.  
  787. .pagination_breadcrumb_link {
  788. vertical-align: middle;
  789. cursor: pointer;
  790. }
  791.  
  792. .stats {
  793. -webkit-box-shadow: inset 20px 58px 20px 70px #d7a200;
  794.  
  795. -moz-box-shadow: inset 20px 58px 20px 70px #d7a200;
  796.  
  797. box-shadow: inset 20px 58px 20px 70px #d7a200;
  798.  
  799. -webkit-border-radius: 10px;
  800.  
  801. -moz-border-radius: 10px;
  802.  
  803. border-radius: 10px;
  804.  
  805. margin-left:50px;
  806.  
  807. color: #ffffff;
  808.  
  809. font-size: 17px;
  810.  
  811. padding: 3px 8px;
  812. }
  813.  
  814. .stats:hover {
  815. color: #80d0cd;
  816.  
  817. -webkit-transition: color 200ms ease-in;
  818.  
  819. -moz-transition: color 200ms ease-in;
  820.  
  821. -o-transition: color 200ms ease-in;
  822. }
  823.  
  824. .button {
  825. -moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
  826. -webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
  827. box-shadow:inset 0px 0px 0px 0px #ffffff;
  828. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dbd7db) );
  829. background:-moz-linear-gradient( center top, #ededed 5%, #dbd7db 100% );
  830. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dbd7db');
  831. background-color:#ededed;
  832. -moz-border-radius:4px;
  833. -webkit-border-radius:4px;
  834. border-radius:4px;
  835. border:1px solid #dcdcdc;
  836. display:inline-block;
  837. color:#777777;
  838. font-family:Courier New;
  839. font-size:11px;
  840. font-weight:bold;
  841. padding:5px 12px;
  842. text-decoration:none;
  843. text-shadow:1px 1px 0px #ffffff;
  844. }
  845.  
  846. .button:hover {
  847. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbd7db), color-stop(1, #ededed) );
  848. background:-moz-linear-gradient( center top, #dbd7db 5%, #ededed 100% );
  849. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbd7db', endColorstr='#ededed');
  850. background-color:#dbd7db;
  851. }
  852.  
  853. .button:active {
  854. position:relative;
  855. top:1px;
  856. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement