Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 KB | None | 0 0
  1. body {
  2. background: #fff url(http://puu.sh/auezm/777fa620ef.png) repeat-x;
  3. color: #000;
  4. font-family: Verdana, Arial, Sans-Serif;
  5. font-size: 13px;
  6.  
  7. text-align: center; /* IE 5 fix */
  8. line-height: 1.4;
  9. margin-top:0px;
  10.  
  11.  
  12. }
  13.  
  14. a:link {
  15. color: #ff3fef;
  16. text-decoration: none;
  17. }
  18.  
  19. a:visited {
  20. color: #ff3fef;
  21. text-decoration: none;
  22. }
  23.  
  24. a:hover, a:active {
  25. color: #ff3fef;
  26. text-decoration: underline;
  27. }
  28.  
  29. #top_menu {
  30. background: #a3129e;
  31. width:99%;
  32. height:24px;
  33. position:fixed;
  34. bottom:0;
  35. border-top:1px solid #CCC;
  36. moz-border-radius-topleft: 5px;
  37. -moz-border-radius-topright: 5px;
  38. -webkit-border-top-left-radius: 5px;
  39. -webkit-border-top-right-radius: 5px;
  40. border-top-left-radius: 5px;
  41. border-top-right-radius: 5px;
  42. margin-left:auto;
  43. margin-right:auto;
  44. }
  45.  
  46. .logo {
  47. margin-top:0px;
  48.  
  49. }
  50.  
  51. #container {
  52. width:901px;
  53. background: #050406;
  54. border: 1px solid #f149eb;
  55. color: #a3129e;
  56. margin: auto auto;
  57. padding: 20px;
  58. text-align: left; /* IE 5 fix */
  59. moz-border-radius-topleft: 5px;
  60. -moz-border-radius-topright: 5px;
  61. -webkit-border-top-left-radius: 5px;
  62. -webkit-border-top-right-radius: 5px;
  63. border-top-left-radius: 5px;
  64. border-top-right-radius: 5px;
  65.  
  66. moz-border-radius-bottomleft: 5px;
  67. -moz-border-radius-bottomright: 5px;
  68. -webkit-border-bottom-left-radius: 5px;
  69. -webkit-border-bottom-right-radius: 5px;
  70. border-bottom-left-radius: 5px;
  71. border-bottom-right-radius: 5px;
  72. }
  73.  
  74. #content {
  75. /* FIX: Make internet explorer wrap correctly */
  76. width: auto !important;
  77.  
  78. }
  79.  
  80. .menu ul {
  81. color: #FFFx;
  82. font-weight: bold;
  83. text-align: center;
  84. padding: 4px;
  85. }
  86.  
  87. .menu ul a:link {
  88. color: #FFF;
  89. text-decoration: none;
  90. }
  91.  
  92. .menu ul a:visited {
  93. color: #FFF;
  94. text-decoration: none;
  95. }
  96.  
  97. .menu ul a:hover, .menu ul a:active {
  98. color: #000;
  99. background:#FFF;
  100. text-decoration: none;
  101. }
  102.  
  103. #panel {
  104. background: #efefef;
  105. color: #a3129e;
  106. font-size: 11px;
  107. border: 1px solid #D4D4D4;
  108. padding: 8px;
  109. moz-border-radius-topleft: 5px;
  110. -moz-border-radius-topright: 5px;
  111. -webkit-border-top-left-radius: 5px;
  112. -webkit-border-top-right-radius: 5px;
  113. border-top-left-radius: 5px;
  114. border-top-right-radius: 5px;
  115.  
  116. moz-border-radius-bottomleft: 5px;
  117. -moz-border-radius-bottomright: 5px;
  118. -webkit-border-bottom-left-radius: 5px;
  119. -webkit-border-bottom-right-radius: 5px;
  120. border-bottom-left-radius: 5px;
  121. border-bottom-right-radius: 5px;
  122. }
  123.  
  124. table {
  125. color: #a3129e;
  126. font-family: Verdana, Arial, Sans-Serif;
  127. font-size: 13px;
  128. }
  129.  
  130. .tborder {
  131. background: #fff;
  132. width: 100%;
  133. margin: auto auto;
  134. border: 1px solid #ccc;
  135. moz-border-radius-topleft: 5px;
  136. -moz-border-radius-topright: 5px;
  137. -webkit-border-top-left-radius: 5px;
  138. -webkit-border-top-right-radius: 5px;
  139. border-top-left-radius: 5px;
  140. border-top-right-radius: 5px;
  141.  
  142. moz-border-radius-bottomleft: 5px;
  143. -moz-border-radius-bottomright: 5px;
  144. -webkit-border-bottom-left-radius: 5px;
  145. -webkit-border-bottom-right-radius: 5px;
  146. border-bottom-left-radius: 5px;
  147. border-bottom-right-radius: 5px;
  148. }
  149.  
  150. .thead {
  151. background: #026CB1 url(http://puu.sh/augeh/e8b519993a.png) top left repeat-x;
  152. color: #ff3fef;
  153. padding-left:60px;
  154. padding-top:5px;
  155. moz-border-radius-topleft: 5px;
  156. -moz-border-radius-topright: 5px;
  157. -webkit-border-top-left-radius: 5px;
  158. -webkit-border-top-right-radius: 5px;
  159. border-top-left-radius: 5px;
  160. border-top-right-radius: 5px;
  161. }
  162.  
  163. .thead a:link {
  164. color: #ff3fef;
  165. text-decoration: none;
  166. }
  167.  
  168. .thead a:visited {
  169. color: #ff3fef;
  170. text-decoration: none;
  171. }
  172.  
  173. .thead a:hover, .thead a:active {
  174. color: #ff3fef;
  175. text-decoration: underline;
  176. }
  177.  
  178. .tcat {
  179. background: #daf1f9;
  180. color: #a3129e;
  181. font-size: 12px;
  182. }
  183.  
  184. .tcat a:link {
  185. color: #a3129e;
  186. }
  187.  
  188. .tcat a:visited {
  189. color: #a3129e;
  190. }
  191.  
  192. .tcat a:hover, .tcat a:active {
  193. color: #a3129e;
  194. }
  195.  
  196. .trow1 {
  197. background: #f5f5f5;
  198. }
  199.  
  200. .trow2 {
  201. background: #EFEFEF;
  202. }
  203.  
  204. .trow_shaded {
  205. background: #ffdde0;
  206. }
  207.  
  208. .trow_selected td {
  209. background: #FFFBD9;
  210. }
  211.  
  212. .trow_sep {
  213. background: #e5e5e5;
  214. color: #000;
  215. font-size: 12px;
  216. font-weight: bold;
  217. }
  218.  
  219. .tfoot {
  220. background: #daf1f9 top left repeat-x;
  221. color: #ff3fef;
  222. }
  223.  
  224. .tfoot a:link {
  225. color: #ff3fef;
  226. text-decoration: none;
  227. }
  228.  
  229. .tfoot a:visited {
  230. color: #ff3fef;
  231. text-decoration: none;
  232. }
  233.  
  234. .tfoot a:hover, .tfoot a:active {
  235. color: #ff3fef;
  236. text-decoration: underline;
  237. }
  238.  
  239. .bottommenu {
  240. background: #efefef;
  241. color: #a3129e;
  242. border: 1px solid #4874a3;
  243. padding: 10px;
  244. moz-border-radius-topleft: 5px;
  245. -moz-border-radius-topright: 5px;
  246. -webkit-border-top-left-radius: 5px;
  247. -webkit-border-top-right-radius: 5px;
  248. border-top-left-radius: 5px;
  249. border-top-right-radius: 5px;
  250.  
  251. moz-border-radius-bottomleft: 5px;
  252. -moz-border-radius-bottomright: 5px;
  253. -webkit-border-bottom-left-radius: 5px;
  254. -webkit-border-bottom-right-radius: 5px;
  255. border-bottom-left-radius: 5px;
  256. border-bottom-right-radius: 5px;
  257. }
  258.  
  259. .navigation {
  260. color: #a3129e;
  261. font-size: 13px;
  262. font-weight: bold;
  263. }
  264.  
  265. .navigation a:link {
  266. text-decoration: none;
  267. }
  268.  
  269. .navigation a:visited {
  270. text-decoration: none;
  271. }
  272.  
  273. .navigation a:hover, .navigation a:active {
  274. text-decoration: none;
  275. }
  276.  
  277. .navigation .active {
  278. color: #a3129e;
  279. font-size: small;
  280. font-weight: bold;
  281. }
  282.  
  283. .smalltext {
  284. font-size: 11px;
  285. }
  286.  
  287. .largetext {
  288. font-size: 16px;
  289. font-weight: bold;
  290. }
  291.  
  292. input.textbox {
  293. background: #ffffff;
  294. color: #a3129e;
  295. border: 1px solid #0f5c8e;
  296. padding: 1px;
  297. }
  298.  
  299. textarea {
  300. background: #ffffff;
  301. color: #a3129e;
  302. border: 1px solid #0f5c8e;
  303. padding: 2px;
  304. font-family: Verdana, Arial, Sans-Serif;
  305. line-height: 1.4;
  306. font-size: 13px;
  307. }
  308.  
  309. select {
  310. background: #a3129e;
  311. border: 1px solid #0f5c8e;
  312. }
  313.  
  314. .editor {
  315. background: #f1f1f1;
  316. border: 1px solid #ccc;
  317. }
  318.  
  319. .editor_control_bar {
  320. background: #fff;
  321. border: 1px solid #0f5c8e;
  322. }
  323.  
  324. .autocomplete {
  325. background: #fff;
  326. border: 1px solid #000;
  327. color: black;
  328. }
  329.  
  330. .autocomplete_selected {
  331. background: #adcee7;
  332. color: #000;
  333. }
  334.  
  335. .popup_menu {
  336. background: #ccc;
  337. border: 1px solid #000;
  338. }
  339.  
  340. .popup_menu .popup_item {
  341. background: #a3129e;
  342. color: #a3129e;
  343. }
  344.  
  345. .popup_menu .popup_item:hover {
  346. background: #C7DBEE;
  347. color: #000;
  348. }
  349.  
  350. .trow_reputation_positive {
  351. background: #ccffcc;
  352. }
  353.  
  354. .trow_reputation_negative {
  355. background: #ffcccc;
  356. }
  357.  
  358. .reputation_positive {
  359. color: green;
  360. }
  361.  
  362. .reputation_neutral {
  363. color: #444;
  364. }
  365.  
  366. .reputation_negative {
  367. color: red;
  368. }
  369.  
  370. .invalid_field {
  371. border: 1px solid #f30;
  372. color: #f30;
  373. }
  374.  
  375. .valid_field {
  376. border: 1px solid #0c0;
  377. }
  378.  
  379. .validation_error {
  380. background: url(../../../images/invalid.gif) no-repeat center left;
  381. color: #a3129e;
  382. margin: 5px 0;
  383. padding: 5px;
  384. font-weight: bold;
  385. font-size: 11px;
  386. padding-left: 22px;
  387. }
  388.  
  389. .validation_success {
  390. background: url(../../../images/valid.gif) no-repeat center left;
  391. color: #a3129e;
  392. margin: 5px 0;
  393. padding: 5px;
  394. font-weight: bold;
  395. font-size: 11px;
  396. padding-left: 22px;
  397. }
  398.  
  399. .validation_loading {
  400. background: url(../../../images/spinner.gif) no-repeat center left;
  401. color: #a3129e;
  402. margin: 5px 0;
  403. padding: 5px;
  404. font-weight: bold;
  405. font-size: 11px;
  406. padding-left: 22px;
  407. }
  408.  
  409. /* Additional CSS (Master) */
  410. img {
  411. border: none;
  412. }
  413.  
  414. .clear {
  415. clear: both;
  416. }
  417.  
  418. .hidden {
  419. display: none;
  420. float: none;
  421. width: 1%;
  422. }
  423.  
  424. .float_left {
  425. float: left;
  426. }
  427.  
  428. .float_right {
  429. float: right;
  430. }
  431.  
  432. .menu ul {
  433. list-style: none;
  434. margin: 0;
  435. }
  436.  
  437. .menu li {
  438. display: inline;
  439. padding-left: 5px;
  440. }
  441.  
  442. .menu img {
  443. padding-right: 5px;
  444. vertical-align: top;
  445. }
  446.  
  447. #panel .links {
  448. margin: 0;
  449. float: right;
  450. }
  451.  
  452. .expcolimage {
  453. float: right;
  454. width: auto;
  455. vertical-align: middle;
  456. margin-top: 3px;
  457. }
  458.  
  459. img.attachment {
  460. border: 1px solid #E9E5D7;
  461. padding: 2px;
  462. }
  463.  
  464. hr {
  465. background-color: #a3129e;
  466. color: #a3129e;
  467. height: 1px;
  468. border: 0px;
  469. }
  470.  
  471. #copyright {
  472. font: 11px Verdana, Arial, Sans-Serif;
  473. margin: 0;
  474. padding: 10px 0 0 0;
  475. }
  476.  
  477. #debug {
  478. float: right;
  479. text-align: right;
  480. margin-top: 0;
  481. }
  482.  
  483. blockquote {
  484. border: 1px solid #ccc;
  485. margin: 0;
  486. background: #fff;
  487. padding: 4px;
  488. }
  489.  
  490. blockquote cite {
  491. font-weight: bold;
  492. border-bottom: 1px solid #ccc;
  493. font-style: normal;
  494. display: block;
  495. margin: 4px 0;
  496. }
  497.  
  498. blockquote cite span {
  499. float: right;
  500. font-weight: normal;
  501. }
  502.  
  503.  
  504. blockquote cite span.highlight {
  505. float: none;
  506. font-weight: bold;
  507. padding-bottom: 0;
  508. }
  509.  
  510. .codeblock {
  511. background: #fff;
  512. border: 1px solid #ccc;
  513. padding: 4px;
  514. }
  515.  
  516. .codeblock .title {
  517. border-bottom: 1px solid #ccc;
  518. font-weight: bold;
  519. margin: 4px 0;
  520. }
  521.  
  522. .codeblock code {
  523. overflow: auto;
  524. height: auto;
  525. max-height: 200px;
  526. display: block;
  527. font-family: Monaco, Consolas, Courier, monospace;
  528. font-size: 13px;
  529. }
  530.  
  531. .subforumicon {
  532. border: 0;
  533. vertical-align: middle;
  534. }
  535.  
  536. .separator {
  537. margin: 5px;
  538. padding: 0;
  539. height: 0px;
  540. font-size: 1px;
  541. list-style-type: none;
  542. }
  543.  
  544. form {
  545. margin: 0;
  546. padding: 0;
  547. }
  548.  
  549. .popup_menu .popup_item_container {
  550. margin: 1px;
  551. text-align: left;
  552. }
  553.  
  554. .popup_menu .popup_item {
  555. display: block;
  556. padding: 3px;
  557. text-decoration: none;
  558. white-space: nowrap;
  559. }
  560.  
  561. .popup_menu a.popup_item:hover {
  562. text-decoration: none;
  563. }
  564.  
  565. .autocomplete {
  566. text-align: left;
  567. }
  568.  
  569. .subject_new {
  570. font-weight: bold;
  571. }
  572.  
  573. .highlight {
  574. background: #FFFFCC;
  575. padding: 3px;
  576. }
  577.  
  578. .pm_alert {
  579. background: #FFF6BF;
  580. border: 1px solid #FFD324;
  581. text-align: center;
  582. padding: 5px 20px;
  583. font-size: 11px;
  584. }
  585.  
  586. .red_alert {
  587. background: #FBE3E4;
  588. border: 1px solid #A5161A;
  589. color: #A5161A;
  590. text-align: center;
  591. padding: 5px 20px;
  592. font-size: 11px;
  593. }
  594.  
  595. .high_warning {
  596. color: #CC0000;
  597. }
  598.  
  599. .moderate_warning {
  600. color: #F3611B;
  601. }
  602.  
  603. .low_warning {
  604. color: #AE5700;
  605. }
  606.  
  607. div.error {
  608. padding: 5px 10px;
  609. border-top: 2px solid #FFD324;
  610. border-bottom: 2px solid #FFD324;
  611. background: #FFF6BF;
  612. font-size: 12px;
  613. }
  614.  
  615. div.error p {
  616. margin: 0;
  617. color: #000;
  618. font-weight: normal;
  619. }
  620.  
  621. div.error p em {
  622. font-style: normal;
  623. font-weight: bold;
  624. padding-left: 24px;
  625. display: block;
  626. color: #C00;
  627. background: url(../../../images/error.gif) no-repeat 0;
  628. }
  629.  
  630. div.error.ul {
  631. margin-left: 24px;
  632. }
  633.  
  634. .online {
  635. color: #15A018;
  636. }
  637.  
  638. .offline {
  639. color: #C7C7C7;
  640. }
  641.  
  642. .pagination {
  643. font-size: 11px;
  644. padding-top: 10px;
  645. margin-bottom: 5px;
  646. }
  647.  
  648. .tfoot .pagination, .tcat .pagination {
  649. padding-top: 0;
  650. }
  651. .pagination .pages {
  652. font-weight: bold;
  653. }
  654.  
  655. .pagination .pagination_current, .pagination a {
  656. padding: 2px 6px;
  657. margin-bottom: 3px;
  658. }
  659.  
  660. .pagination a {
  661. border: 1px solid #81A2C4;
  662. }
  663.  
  664. .pagination .pagination_current {
  665. background: #F5F5F5;
  666. border: 1px solid #81A2C4;
  667. font-weight: bold;
  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. }
  722.  
  723. .post_content {
  724. padding: 5px 10px;
  725. }
  726.  
  727. .quick_jump {
  728. background: url(../../../images/jump.gif) no-repeat 0;
  729. width: 13px;
  730. height: 13px;
  731. padding-left: 13px; /* amount of padding needed for image to fully show */
  732. vertical-align: middle;
  733. border: none;
  734. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement