Advertisement
Guest User

Untitled

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