Advertisement
Guest User

Untitled

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