Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.72 KB | None | 0 0
  1. <?php
  2. /**
  3. * css.php
  4. *
  5. * This file contains all of our styles :D
  6. * @author SteamFriends Development Team
  7. * @version 1.0.0
  8. * @copyright SteamFriends (www.steamfriends.com)
  9. * @package SourceBans
  10. * @link http://www.sourcebans.net
  11. */
  12.  
  13. if(isset($_SERVER['HTTP_USER_AGENT']) && !empty($_SERVER['HTTP_USER_AGENT'])) {
  14. if(strstr($_SERVER['HTTP_USER_AGENT'], "MSIE 6.0")) {
  15. $agent = "IE6";
  16. } elseif(strstr($_SERVER['HTTP_USER_AGENT'], "MSIE 7.0")) {
  17. $agent = "IE7";
  18. } elseif(strstr($_SERVER['HTTP_USER_AGENT'], "Firefox/2")) {
  19. $agent = "FF2";
  20. } elseif(strstr($_SERVER['HTTP_USER_AGENT'], "Firefox/1")) {
  21. $agent = "FF1";
  22. } else {
  23. $agent = "other";
  24. }
  25. } else {
  26. $agent = 'other';
  27. }
  28.  
  29. header('Content-type: text/css');
  30. ?>
  31.  
  32. @font-face {
  33. font-family: tf2;
  34. src: url(../css/tf2build.ttf);
  35. }
  36.  
  37. @font-face {
  38. font-family: danub;
  39. src: url(../css/DANUB___.TTF);
  40. }
  41.  
  42. @font-face {
  43. font-family: danube;
  44. src: url(../css/DANUBE__.TTF);
  45. }
  46.  
  47. body {
  48. background-color: #FFFFFF;
  49. display: flex;
  50. min-height: 100vh;
  51. flex-direction: column;
  52. color: #444;
  53. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  54. font-size: 11px;
  55. line-height: 135%;
  56. margin: 0px;
  57. padding: 0px; /* required for Opera to have 0 margin */
  58. text-align: center /* centers board in MSIE */
  59. }
  60.  
  61. a:link {
  62. text-decoration: none;
  63. color : #4d4742;
  64. }
  65.  
  66. a:active {
  67. color: #b05015;
  68. }
  69.  
  70. a:visited {
  71. text-decoration: none;
  72. color : #4d4742;
  73. }
  74.  
  75. a:hover {
  76. color: #b05015;
  77. }
  78.  
  79. .inputbox {
  80. border: 1px solid #000000;
  81. width: 105px;
  82. font-size: 14px;
  83. background-color: rgb(215, 215, 215);
  84. width: 200px;
  85. padding-left: 2px;
  86. }
  87.  
  88. .dbg.b {
  89. font-size: 12px;
  90. font-weight: bold;
  91. }
  92. /** ================ Permissions ================ **/
  93.  
  94. .tablerow1 {
  95. background-color: #eaebeb;
  96. padding:6px;
  97. }
  98.  
  99. .tablerow2 {
  100. background-color: rgb(236, 213, 216);
  101. border-color: #eaebeb;
  102. border-style:solid;
  103. border-width:1px;
  104. padding:6px;
  105. }
  106.  
  107. .tablerow4 {
  108. background-color: #736B63;
  109. border-style:solid;
  110. border-width:1px;
  111. padding:6px;
  112. color:#fff;
  113. }
  114.  
  115. /* =============== FORMS ==================== */
  116.  
  117. .badentry{
  118. color:#CC0000;
  119. width:195px;
  120. display:none;
  121. }
  122.  
  123. /* ================ Popup Boxes ============== */
  124. .dialog-holder{
  125. border-collapse:collapse;
  126. margin:auto;
  127. table-layout:fixed;
  128. width:465px;
  129. }
  130.  
  131. td.dialog-topleft{
  132. background-image:url(../images/dialog/dialog_topleft.png) !important;
  133. }
  134. td.dialog-border{
  135. background-image:url(../images/dialog/dialog_border.png) !important;
  136. }
  137. td.dialog-topright{
  138. background-image:url(../images/dialog/dialog_topright.png) !important;
  139. }
  140. td.dialog-bottomright{
  141. background-image:url(../images/dialog/dialog_bottomright.png) !important;
  142. }
  143. td.dialog-bottomleft{
  144. background-image:url(../images/dialog/dialog_bottomleft.png) !important;
  145. }
  146.  
  147. td.dialog-topleft, td.dialog-topright, td.dialog-bottomright, td.dialog-bottomleft {
  148. height:10px;
  149. overflow:hidden;
  150. padding:0px !important;
  151. width:10px !important;
  152. }
  153.  
  154. h2{
  155. color:white;
  156. font-size:14px;
  157. font-weight:bold;
  158. margin:0px;
  159. display:block;
  160. padding:4px 10px 5px;
  161. }
  162.  
  163. h2.error{
  164. background:#b46d6d none repeat scroll 0%;
  165. border:1px solid #983b3b;
  166. }
  167.  
  168. h2.info{
  169. background:#6d8bb4 none repeat scroll 0%;
  170. border:1px solid #3b6298;
  171. }
  172.  
  173. h2.warning{
  174. background:#b4ae6d none repeat scroll 0%;
  175. border:1px solid #887a2c;
  176. }
  177.  
  178. h2.ok{
  179. background:#75b46d none repeat scroll 0%;
  180. border:1px solid #46983b;
  181. }
  182.  
  183.  
  184. .icon-ok{
  185. background-image:url(../images/ok.png);
  186. float:left;
  187. height:48px;
  188. overflow:hidden;
  189. padding:0px !important;
  190. width:48px !important;
  191. }
  192. .icon-error{
  193. background-image:url(../images/warning.png);
  194. float:left;
  195. height:48px;
  196. overflow:hidden;
  197. padding:0px !important;
  198. width:48px !important;
  199. }
  200. .icon-warning{
  201. background-image:url(../images/warning.png);
  202. float:left;
  203. height:48px;
  204. overflow:hidden;
  205. padding:0px !important;
  206. width:48px !important;
  207. }
  208. .icon-info{
  209. background-image:url(../images/info.png);
  210. float:left;
  211. height:48px;
  212. overflow:hidden;
  213. padding:0px !important;
  214. width:48px !important;
  215. }
  216.  
  217.  
  218. .dialog-content{
  219. background:#FFFFFF none repeat scroll 0%;
  220. border-color:#555555;
  221. border-style:solid;
  222. border-width:0px 0px 1px 0px;
  223. }
  224. div.dialog-body{
  225. border-bottom:1px solid #CCCCCC;
  226. padding:10px;
  227. }
  228. div.dialog-control{
  229. background:#F2F2F2 none repeat scroll 0%;
  230. padding:8px;
  231. text-align:right;
  232. vertical-align:bottom
  233. }
  234.  
  235. .clearfix:after {
  236. content: ".";
  237. display: block;
  238. height: 0;
  239. clear: both;
  240. visibility: hidden;
  241. }
  242.  
  243. .clearfix {display: inline-block;}
  244.  
  245. /* ================ STRUCTURE ================ */
  246.  
  247. #mainwrapper {
  248. flex: 1;
  249. width: 984px;
  250. margin: 0 auto 0 auto; /*centers the box, no matter the overall width */
  251. text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
  252. height: 100%;
  253. }
  254.  
  255. #header {
  256. width: 984px;
  257. margin: 0 auto 0 auto; /*centers the box, no matter the overall width */
  258. height: 200px;
  259. border: 0;
  260. }
  261.  
  262. #tabsWrapper {
  263. width: 100%;
  264. margin: 0 auto;
  265. text-align: left;
  266. height: 50px;
  267. background-color: #5885A2;
  268. }
  269.  
  270. #innerwrapper {
  271. text-align: left; /* re_aligns text to left, second part of two part MSIE centering workaround */
  272. }
  273. #navigation {
  274. width: 100%;
  275. height: 22px;
  276. }
  277.  
  278. #breadcrumb {
  279. width: 100%;
  280. font-size: 12px;
  281. text-transform: uppercase;
  282. margin-bottom: 10px;
  283. }
  284. #content_title {
  285. font-size: 26px;
  286. color: #4d4742;
  287. margin-bottom: 10px;
  288. }
  289.  
  290. #content {
  291. height: 100%;
  292. overflow:hidden;
  293. }
  294.  
  295. #footer {
  296. clear:both;
  297. color: #919191;
  298. width: 100%;
  299. padding: 20px 0 20px 0;
  300. background-color: #FFFFFF;
  301. margin-top: 40px;
  302. }
  303.  
  304. /** ================ Header ================ **/
  305.  
  306. #head-logo {
  307. float: left;
  308. margin-top: 73px;
  309. }
  310.  
  311. .searchbox {
  312. width: 200px;
  313. padding: 10px 6px 12px 6px;
  314. background-color: #DADFE1;
  315. color: #34495E;
  316. border:0;
  317. margin-bottom: 5px;
  318. }
  319.  
  320. /** ================ Tabs ================ **/
  321.  
  322. #tabs {
  323. float: left;
  324. width: 100%;
  325. margin-left: 0;
  326. }
  327.  
  328. #tabs ul {
  329. margin: 0;
  330. padding: 0;
  331. list-style: none;
  332. }
  333.  
  334. #tabs ul li {
  335. float: left;
  336. }
  337.  
  338. #tabs ul li a {
  339. border: 0;
  340. display: block;
  341. padding: 0 16px;
  342. text-align: center;
  343. color: #eee;
  344. font-size: 11px;
  345. font-weight: bolder;
  346. line-height: 50px;
  347. text-decoration: none;
  348. text-transform: uppercase;
  349. }
  350.  
  351. #tabs ul li a:hover {
  352. border: 0;
  353. color: #eee;
  354. background-color: #5885A2;
  355. }
  356.  
  357. #tabs ul li.active {
  358. }
  359.  
  360. #tabs ul li.active a {
  361. /* padding: 0.1em 0.6em; */
  362. padding: 0 16px;
  363. color: white;
  364. background-color: #5885A2;
  365. }
  366.  
  367. #tabs ul li.active a:hover {
  368. color: white;
  369. text-decoration: none;
  370. }
  371.  
  372. h4 {
  373. margin:0px;
  374. }
  375.  
  376. h3 {
  377. margin-top:5px;
  378. margin-bottom:15px;
  379. font-size: 12px;
  380. padding: 10px;
  381. font-weight: bold;
  382. background-color: #A69E97;
  383. color: #e6e6e6;
  384. }
  385. /** ================ ToolTips ================ **/
  386. .tool-tip {
  387. color: #fff;
  388. width: 139px;
  389. z-index: 13000;
  390. text-align:left;
  391. }
  392.  
  393. .tool-title {
  394. font-weight: bold;
  395. font-size: 14px;
  396. margin: 0;
  397. color: #DADFE1;
  398. /*text-decoration:underline;*/
  399. border-bottom: #DADFE1 dotted 1px;
  400. padding: 8px 8px 4px;
  401. background-color: rgba(108, 122, 137, 0.7);
  402. }
  403.  
  404. .tool-text {
  405. font-size: 11px;
  406. padding: 4px 8px 8px;
  407. background-color: rgba(108, 122, 137, 0.7);
  408. }
  409. .perm-tip {
  410. color: #fff;
  411. width: 210px;
  412. z-index: 13000;
  413. text-align:left;
  414. }
  415.  
  416. .perm-title {
  417. font-weight: bold;
  418. font-size: 14px;
  419. margin: 0;
  420. color: #DADFE1;
  421. /*text-decoration:underline;*/
  422. border-bottom: #DADFE1 dotted 1px;
  423. padding: 8px 8px 4px;
  424. background: url(../images/tooltip_sqr.png) top left;
  425. }
  426.  
  427. .perm-text {
  428. font-size: 11px;
  429. padding: 4px 8px 8px;
  430. background: url(../images/tooltip_sqr.png) bottom right;
  431. }
  432. /** ================ Navigation ================ **/
  433.  
  434. #nav {
  435. font-family: tf2;
  436. position: absolute;
  437. top: 10px;
  438. color: #5885A2;
  439. float: left;
  440. width: 74%;
  441. font-size: 13px;
  442. transition: all 0.5s ease;
  443. }
  444.  
  445. a.nav_link:link,
  446. a.nav_link:visited {
  447. color: #5885A2;
  448. text-decoration: none;
  449. padding: 0 5px;
  450. }
  451.  
  452. a.nav_link:hover {
  453. }
  454.  
  455. #nav a:hover, #nav a.first:hover {
  456. color : #666666;
  457. text-decoration: none;
  458. transition: all 0.5s ease;
  459. }
  460. #nav a {
  461. color: #5885A2;
  462. }
  463. #nav a.first {
  464. border-left: 0px none;
  465. }
  466.  
  467. #nav a.active {
  468. color: #666666;
  469. }
  470.  
  471. #search {
  472. padding: 2px 0 0 0;
  473. text-align: right;
  474. position: relative;
  475. right: -684px;
  476. top: -180px;
  477. width: 300px;
  478. }
  479.  
  480. #searchbtn{
  481. width: 100%;
  482. padding: 8px 12px;
  483. border-radius: 0;
  484. font-size: 14px;
  485. text-transform: uppercase;
  486. }
  487.  
  488. .button {
  489. border: 0;
  490. width: 60px;
  491. height: 38px;
  492. color: #DADFE1;
  493. background-color: #5885A2;
  494. font-weight: bold;
  495. text-transform: uppercase;
  496. font-size: 11px;
  497. }
  498.  
  499. /** ================ Content ================ **/
  500. /* Buttons
  501. .btn{
  502. background-color: #e9e9e9;
  503. background-repeat: no-repeat;
  504. background-position: 2px 50%;
  505. padding:1px 1px 1px 20px;
  506. font-weight: bold;
  507. margin: 0 0.5em;
  508. } */
  509.  
  510. .btn{
  511. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  512. font-weight:400;
  513. font-size: 13px;
  514. color: #fff;
  515. border:1px solid;
  516. border-radius: 3px;
  517. padding:6px 12px;
  518. transition: all 0.5s ease;
  519. }
  520.  
  521. .btnhvr{
  522. color: #fff;
  523. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  524. font-weight: 400;
  525. border: 1px solid;
  526. border-radius: 3px;
  527. padding: 6px 12px;
  528. transition: all 0.5s ease;
  529. }
  530.  
  531. .game{
  532. background-color: #8CC152;
  533. border-color: #8CC152;
  534. }
  535. .game:hover {
  536. background-color: #A0D468;
  537. border-color: #A0D468;
  538. }
  539. .ok{
  540. background-color: #729E42;
  541. border-color: #729E42;
  542. }
  543. .ok:hover {
  544. background-color: #558126;
  545. border-color: #558126;
  546. }
  547. .save{
  548. background-color: #7D4071;
  549. border: 1px solid #7D4071;
  550. }
  551. .cancel{
  552. background-color: #CF7336;
  553. border: 1px solid #CF7336;
  554. }
  555. .login{
  556. width: 100%;
  557. text-transform: uppercase;
  558. }
  559. .refresh{
  560. background-color: #3BAFDA;
  561. border-color: #3BAFDA;
  562. }
  563. .refresh:hover {
  564. background-color: #4FC1E9;
  565. border-color: #4FC1E9;
  566. }
  567.  
  568. .msg-button {
  569. float:right;
  570. position:absolute;
  571. top:85px;
  572. left:480px;
  573. }
  574. .msgbox-border {
  575. position:fixed !important;
  576. position:absolute;
  577. overflow:hidden;
  578. top:250px;
  579. <?php
  580. if($agent != "IE6") {
  581. echo "background: url(../images/msg-bubble.png) no-repeat center;";
  582. }
  583. ?>
  584. padding:15px;
  585. margin: auto 210px;
  586. width: 520px;
  587. }
  588. #msg-red {
  589. background-color:#fefad3;
  590. border:#E80909 1px solid;
  591. color:#E80909;
  592. width: 500px;
  593. padding: 8px;
  594. height: 75px;
  595. overflow:hidden;
  596. }
  597.  
  598. #msg-red-debug {
  599. background-color: #ffdd87;
  600. border: 1px solid #ffce54;
  601. color: #8a6d3b;
  602. width: 100%;
  603. padding: 8px;
  604. margin: 10px auto;
  605. overflow: hidden;
  606. }
  607.  
  608. #msg-blue-debug {
  609. background-color: #7cd1ef;
  610. border: 1px solid #4fc1e9;
  611. color: #31708f;
  612. width: 100%;
  613. padding: 8px;
  614. margin: 10px auto;
  615. overflow: hidden;
  616. }
  617.  
  618. #msg-red b, #msg-green b, #msg-blue b, #msg-red-debug b,#msg-blue-debug b, #msg-green-debug b {
  619. font-size: 16px;
  620. }
  621. #msg-red i, #msg-blue i, #msg-green i, #msg-red-debug i, #msg-blue-debug i, #msg-green-dbg i {
  622. float:left;
  623. margin-right: 7px;
  624. }
  625. #msg-green {
  626. background-color:#fcf7c9;
  627. border:#339933 1px solid;
  628. color:#339933;
  629. width: 500px;
  630. padding: 8px;
  631. height: 75px;
  632. overflow:hidden;
  633. }
  634.  
  635. #msg-green-dbg {
  636. background-color:#fcf7c9;
  637. border:#339933 1px dotted;
  638. color:#339933;
  639. width: 75%;
  640. padding: 8px;
  641. margin: 10px auto;
  642. overflow:hidden;
  643. }
  644.  
  645. #msg-blue {
  646. background-color:#fcf7c9;
  647. border:#0066FF 1px solid;
  648. color:#0066FF;
  649. width: 500px;
  650. padding: 8px;
  651. height: 75px;
  652. overflow:hidden;
  653. }
  654. #log_res {
  655. overflow: auto;
  656. }
  657.  
  658.  
  659. .front-module-line {
  660. background-color: #A69E97;
  661. color: #fff;
  662. }
  663.  
  664. }
  665.  
  666. /** ================ Login ================ **/
  667.  
  668. #login {
  669. width: 305px;
  670. height: 260px;
  671. background-color: #e0e0e0;
  672. margin: 30px auto;
  673. padding: 12px;
  674. }
  675.  
  676. #lostpassword {
  677. width: 305px;
  678. margin: 30px auto;
  679. padding: 12px;
  680. background-color: #e0e0e0;
  681. }
  682.  
  683.  
  684. #loginLogo {
  685. text-align: center;
  686. height: 60px;
  687. }
  688.  
  689. #loginUsernameDiv,
  690. #loginPasswordDiv,
  691. #loginRememberMeDiv,
  692. #loginSubmit {
  693. padding: 6px 0;
  694. }
  695.  
  696.  
  697. .loginmedium {
  698. width: 278px;
  699. padding: 6px 12px;
  700. font-size: 18px;
  701. border: 1px solid #ccc;
  702. border-radius: 3px;
  703. }
  704.  
  705.  
  706. #loginSubmit {
  707. text-align: right;
  708. }
  709.  
  710. #loginbutton {
  711. padding: 5px 10px;
  712. font-size: 14px;
  713. background-color: #000;
  714. border: 2px outset #999;
  715. color: #FFF;
  716. font-weight: 700;
  717. }
  718.  
  719. #loginOtherlinks {
  720. border-top: 1px solid #aaa9a9;
  721. text-align: center;
  722. padding: 8px 0;
  723. margin-top: 26px;
  724. }
  725.  
  726.  
  727.  
  728. /** ================ Admin ================ **/
  729. /* Admin table */
  730. .rowdesc {
  731. color:#0B1B51;
  732. font-weight:bold;
  733. }
  734.  
  735. /* CPanel */
  736. #cpanel {
  737. width: 100%;
  738. height: 120px;
  739. background-color: #e0e0e0;
  740. }
  741.  
  742. #cpanel ul {
  743. margin: 0;
  744. padding: 10px;
  745. list-style: none;
  746. }
  747.  
  748. #cpanel ul li {
  749. margin-right: 2px;
  750. float: left;
  751. text-align: center;
  752. }
  753.  
  754. #cpanel ul li a {
  755. display: block;
  756. height: 97px !important;
  757. height: 100px;
  758. width: 108px !important;
  759. width: 110px;
  760. vertical-align: middle;
  761. text-decoration: none;
  762. padding: 2px 5px 1px 5px;
  763. margin-right: 20px;
  764. }
  765.  
  766. #cpanel ul li a:hover {
  767. color : #333;
  768. padding: 3px 4px 0px 6px;
  769. text-decoration: none
  770. }
  771.  
  772. #cpanel ul li.active {
  773. }
  774.  
  775. #cpanel ul li img {
  776. margin-top: 13px;
  777. }
  778.  
  779. /* Admin Page Menu */
  780.  
  781. #admin-page-menu {
  782. width: 20%;
  783. float: left;
  784. }
  785.  
  786. #admin-page-menu ul {
  787. margin: 0;
  788. padding: 0 0px;
  789. list-style: none;
  790. }
  791.  
  792. #admin-page-menu ul li {
  793. text-align: left;
  794. }
  795.  
  796. #admin-page-menu ul .active
  797. {
  798. font-weight: bold;
  799. }
  800.  
  801. #admin-page-menu ul li a {
  802. display: block;
  803. height: 20px;
  804. text-decoration : none;
  805. padding: 9px 0px 3px 8px;
  806. background-color: #5885A2;
  807. color: #fff;
  808. }
  809.  
  810. #admin-page-menu ul li a .tab-img {
  811. vertical-align:baseline;
  812. border:none;
  813. }
  814.  
  815. #admin-page-menu ul li a:hover {
  816. color : #fff;
  817. background-color: #3d3631;
  818. border: 0;
  819. padding: 9px 0px 3px 8px;
  820. }
  821.  
  822. #admin-page-menu ul li.active a:hover {
  823. color : #fff;
  824. background-color: #3d3631;
  825. border: 0;
  826. padding: 9px 0px 3px 8px;
  827. }
  828.  
  829. #admin-page-menu ul li.active {
  830. }
  831.  
  832. /* Admin Page Content */
  833.  
  834. #admin-page-content {
  835. width: 75%;
  836. float: right;
  837. background-color: #e0e0e0;
  838. padding: 10px;
  839. }
  840.  
  841. /** ================ Permissions ================ **/
  842. #permis-drop{
  843. width: 676px;
  844. float: right;
  845. height: 100%;
  846. border: 1px solid #DDD;
  847. overflow:hidden;
  848. padding:7px;
  849. margin: 0 auto 0 auto;
  850. }
  851. .permis-container {
  852. width: 690px;
  853. float: none;
  854.  
  855. height: 100%;
  856. overflow:hidden;
  857. }
  858.  
  859. .permis-container ul {
  860. margin: 0;
  861. padding: 10px;
  862. list-style: none;
  863. }
  864.  
  865. .permis-container ul li {
  866. margin-right: 2px;
  867. float: left;
  868. text-align: center;
  869. }
  870.  
  871. .permis-container ul li a {
  872.  
  873. display: block;
  874. height: 37px;
  875. width: 100px;
  876. vertical-align: middle;
  877. text-decoration: none;
  878. border: 1px solid #DDD;
  879. padding: 7px 5px 1px 5px;
  880. margin-right: 20px;
  881. margin-bottom:20px;
  882. }
  883. .permis-container ul li a:hover {
  884. color : #333;
  885. background-color: #f1e8e6;
  886. border: 1px solid #c24733;
  887. padding: 8px 4px 0px 6px;
  888. cursor:move;
  889. }
  890.  
  891. /** ================ Frontpage ================ **/
  892.  
  893. #front-introduction {
  894. padding: 5px;
  895. }
  896.  
  897. #front-servers {
  898. margin-bottom: 30px;
  899. }
  900.  
  901. #front-servers hr {
  902. border: 1px solid #DDD;
  903. margin-bottom: 5px;
  904. }
  905.  
  906. .front-module {
  907. width: 410px;
  908. }
  909. .front-module-intro {
  910. margin: 11px;
  911. }
  912.  
  913. .fmsd {
  914. font-size: 10px;
  915. }
  916.  
  917. /** ================ Submit ================ **/
  918.  
  919. #submit-main {
  920. background-color: #e0e0e0;
  921. padding: 10px;
  922. }
  923.  
  924. .faux-button {
  925. padding: 2px 10px;
  926. font-size: 11px;
  927. background-color: #d7d8d8;
  928. border: 2px outset #999;
  929. color: #b80202;
  930. border: 1px solid #aaa9a9;
  931. font-weight: 600;
  932. letter-spacing: 1px;
  933. }
  934.  
  935. .mandatory {
  936. color:#FF0000;
  937. }
  938.  
  939. /** ================ Servers ================ **/
  940.  
  941. #servers {
  942. width: 850px;
  943. padding: 5px;
  944. border: 1px solid #DDD;
  945. border-top: 2px solid #aaa9a9;
  946. }
  947.  
  948. #singleserver {
  949. width: 500px;
  950. padding: 5px;
  951. border: 1px solid #DDD;
  952. border-top: 2px solid #aaa9a9;
  953. float: left;
  954. }
  955. #singleoverview {
  956. width: 350px;
  957. padding: 5px;
  958. border: 1px solid #DDD;
  959. border-top: 2px solid #aaa9a9;
  960. float: right;
  961. }
  962.  
  963. .activeplayer {
  964. border-bottom: 1px solid #DDD;
  965. border-top: 1px solid #DDD;
  966. background-color: #eaebeb;
  967. }
  968.  
  969. /** ================ Banlist ================ **/
  970.  
  971. .tbl_hover {
  972. cursor: pointer;
  973. background-color: #eaebeb;
  974. }
  975. .tbl_out {
  976. background-color: #fff;
  977. }
  978.  
  979. table.listtable {
  980. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  981. font-size: 10px;
  982. border: 1px solid;
  983. border-color: transparent;
  984. border-collapse:collapse;
  985. }
  986.  
  987. table.listtable2 {
  988. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  989. font-size: 10px;
  990. color: #000000;
  991. border: #c5c5c5 solid;
  992. border-width : 1px 1px 1px 1px;
  993. }
  994.  
  995. table.listtable3 {
  996. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  997. font-size: 11px;
  998. color: #000000;
  999. border: #c5c5c5 solid;
  1000. border-width : 0px 0px 0px 0px;
  1001. }
  1002.  
  1003. td.listtable_top {
  1004. font-size: 11px;
  1005. font-weight: bold;
  1006. background-color: #5885A2;
  1007. padding: 3px 10px 3px 10px;
  1008. color: #e6e6e6;
  1009. height: 30px;
  1010. text-transform: uppercase;
  1011. }
  1012.  
  1013. a.listtable_top {
  1014. color: #fff;
  1015. }
  1016.  
  1017.  
  1018. td.listtable_1 {
  1019. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  1020. font-size: 10px;
  1021. padding-top: 4px;
  1022. padding-right: 4px;
  1023. padding-bottom: 4px;
  1024. padding-left: 4px;
  1025. background-color: #e0e0e0;
  1026. }
  1027.  
  1028. td.listtable_1_unbanned {
  1029. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  1030. font-size: 10px;
  1031. padding-top: 4px;
  1032. padding-right: 4px;
  1033. padding-bottom: 4px;
  1034. padding-left: 4px;
  1035. background-color: #C8F7C5;
  1036. }
  1037.  
  1038. td.listtable_1_permanent {
  1039. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  1040. font-size: 10px;
  1041. padding-top: 4px;
  1042. padding-right: 4px;
  1043. padding-bottom: 4px;
  1044. padding-left: 4px;
  1045. background-color: #F1A9A0;
  1046. }
  1047.  
  1048. td.listtable_1_banned {
  1049. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  1050. font-size: 10px;
  1051. padding-top: 4px;
  1052. padding-right: 4px;
  1053. padding-bottom: 4px;
  1054. padding-left: 4px;
  1055. background-color: #FDE3A7;
  1056. }
  1057.  
  1058. td.listtable_2 {
  1059. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  1060. font-size: 10px;
  1061. border: #CCC solid;
  1062. border-width: 0px 0px 1px 1px;
  1063. padding-top: 2px;
  1064. padding-right: 4px;
  1065. padding-bottom: 2px;
  1066. padding-left: 4px;
  1067. background-color: #eaebeb;
  1068. }
  1069.  
  1070. .ban-edit {
  1071. padding: 5px;
  1072. }
  1073.  
  1074. .ban-edit ul {
  1075. margin: 0;
  1076. padding: 0 10px;
  1077. list-style: none;
  1078. }
  1079.  
  1080. .ban-edit ul li {
  1081. text-align: left;
  1082. }
  1083.  
  1084. .ban-edit li a {
  1085. display: block;
  1086. height: 20px;
  1087. text-decoration : none;
  1088. border-bottom: 1px solid #DDD;
  1089. padding: 2px 5px 1px 5px;
  1090. }
  1091.  
  1092. .ban-edit ul li a:hover {
  1093. color : #333;
  1094. padding: 3px 4px 0px 6px;
  1095. }
  1096.  
  1097. #banlisttitle {
  1098. width: 50%;
  1099. float: left;
  1100. }
  1101.  
  1102. #banlist-nav {
  1103. width: 60%;
  1104. float: right;
  1105. text-align: right;
  1106. }
  1107.  
  1108. #banlist {
  1109. width: 100%;
  1110. float:left;
  1111. margin-top: 10px;
  1112. }
  1113.  
  1114.  
  1115. /** ================ Theme Page CSS ================ **/
  1116. #current-theme-holder {
  1117. height: 235px;
  1118. background: #eaebeb;
  1119. padding: 5px;
  1120. }
  1121.  
  1122. .largetitle {
  1123. font-size: 18px;
  1124. border-bottom: 1px dotted #cdcdcd;
  1125. line-height: 20px;
  1126. }
  1127. #current-theme-holder b {
  1128. font-size: 16px;
  1129. border-bottom: 1px dotted #cdcdcd;
  1130. }
  1131.  
  1132. #current-theme-screenshot {
  1133. width: 250px;
  1134. float: left;
  1135. border: 3px solid #ccc;
  1136. clear: none;
  1137. margin-top: 10px;
  1138. }
  1139.  
  1140. #current-theme-details {
  1141. width: 370px;
  1142. float: right;
  1143. clear: none;
  1144. margin-top: 10px;
  1145. }
  1146.  
  1147.  
  1148. #theme-list ul {
  1149. margin: 2px;
  1150. padding: 0 10px;
  1151. list-style: none;
  1152. }
  1153.  
  1154. #theme-list ul li {
  1155. text-align: left;
  1156. margin: 3px;
  1157. }
  1158.  
  1159. #theme-list ul .active
  1160. {
  1161. color : #333;
  1162. font-weight: bold;
  1163. }
  1164.  
  1165. #theme-list ul li a {
  1166. display: block;
  1167. height: 20px;
  1168. text-decoration : none;
  1169. border-left: 5px solid #CCC;
  1170. padding: 2px 5px 1px 5px;
  1171. }
  1172.  
  1173. #theme-list ul li a .tab-img {
  1174. vertical-align:baseline;
  1175. border:none;
  1176. }
  1177.  
  1178. #theme-list ul li a:hover {
  1179. color : #333;
  1180. border-left: 5px solid #c24733;
  1181. padding: 2px 5px 1px 5px;
  1182. }
  1183.  
  1184. #theme-list ul li.active a:hover {
  1185. color : #333;
  1186. background-color: #f1e8e6;
  1187. border: 1px solid #c24733;
  1188. border-left: 5px solid #c24733;
  1189. background-image: url(../images/admin/rightarrow.png);
  1190. background-position: center right;
  1191. background-repeat: no-repeat;
  1192. padding: 2px 5px 1px 5px;
  1193. }
  1194.  
  1195. /** ======= Context Menu Styles ======= **/
  1196.  
  1197. div.contextmenu {
  1198. position: absolute;
  1199. top: 0;
  1200. left: 0;
  1201. font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  1202. background-color: #eaeaea;
  1203. border: 1px solid #dddddd;
  1204. border-left: 5px solid #dddddd;
  1205. }
  1206. div.contextmenu a {
  1207. display: block;
  1208. text-decoration: none;
  1209. cursor: default;
  1210. outline: none;
  1211. font-size: 11px;
  1212. }
  1213. div.contextmenu .separator {
  1214. height: 1px;
  1215. padding: 0;
  1216. overflow: hidden;
  1217. }
  1218.  
  1219. .contextmenu {
  1220. width: 12em;
  1221. /*background: #F4F5EB;*/
  1222. border-top: 1px solid #ddd;
  1223. /*border-left: 1px solid #ddd;*/
  1224. border-right: 1px solid #666;
  1225. border-bottom: 1px solid #666;
  1226. padding: 2px 0;
  1227. }
  1228. .contextmenu a {
  1229. color: #555;
  1230. padding: 4px 15px;
  1231. margin: 0 2px;
  1232. }
  1233. .contextmenu a:hover {
  1234. background-color: #F4F5EB;
  1235. }
  1236. .contextmenu a.disabled {
  1237. color: #bbb;
  1238. }
  1239. .contextmenu a.disabled:hover {
  1240. background: #F4F5EB;
  1241. color: #bbb;
  1242. }
  1243. .contextmenu .separator {
  1244. border-bottom: 1px solid #fff;
  1245. background: #999;
  1246. margin: 4px 4px;
  1247. }
  1248. .contextmenu .head {
  1249. font-size: 12px;
  1250. background-color: #DFE3E9;
  1251. padding-top: 4px;
  1252. padding-right: 5px;
  1253. padding-bottom: 3px;
  1254. padding-left: 5px;
  1255. color: #fff;
  1256. }
  1257.  
  1258. .select {
  1259. background: #fff;
  1260. font-size: 13px;
  1261. padding: 5px 8px;
  1262. border: 1px solid #ccc;
  1263. border-radius: 3px;
  1264. }
  1265.  
  1266. .textbox {
  1267. background: #fff;
  1268. font-size: 13px;
  1269. padding: 6px 12px;
  1270. border: 1px solid #ccc;
  1271. border-radius: 3px;
  1272. }
  1273.  
  1274. .file {
  1275. background: #fff;
  1276. border: 1px solid #ccc;
  1277. border-radius: 3px;
  1278. padding: 3px;
  1279. }
  1280.  
  1281. .user {
  1282. color: #eee;
  1283. float: right;
  1284. margin-top: 18px;
  1285. margin-right: 10px;
  1286. }
  1287.  
  1288. .user a:visited, .user a:link, .user a:hover {
  1289. color: #bd754b;
  1290. }
  1291.  
  1292. .front-module-header {
  1293. margin-bottom: 3px;
  1294. font-size: 12px;
  1295. font-weight: 600;
  1296. }
  1297.  
  1298. hr {
  1299. border: 1px solid #ddd;
  1300. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement