Advertisement
Guest User

Untitled

a guest
Feb 20th, 2015
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4.  
  5. A:hover { color: black; background:orange }
  6.  
  7.  
  8.  
  9. #overview {
  10.   display: none;
  11.  
  12. }
  13. body{
  14.     background:#000 url(img/bg.jpg);
  15.     font-family:Tahoma, verdana, Helvetica, sans-serif;
  16.     margin:0;
  17.     padding:0;
  18. }
  19.  
  20. .pds{ background:url(img/bg1.jpg) repeat-x;}
  21. .t{
  22.     width:1200px;
  23.     position:relative;
  24.     margin:0 auto;
  25. }
  26. .pds1{
  27.     width:1200px;
  28.     position:relative;
  29.     margin:0 auto;
  30. }
  31. .t1{
  32.     position:relative;
  33.     height:201px;
  34.     background:url(img/header2.jpg) no-repeat;
  35. }
  36. .t2{
  37.     position:relative;
  38.     height:49px;
  39.     background:url(img/header2.jpg) no-repeat;
  40. }
  41. .t2a{ position:absolute; top:0; left:-47px;}
  42. .t2b{ position:absolute; top:0; right:-51px;}
  43. .s{
  44.     background:url(img/tlo_2.jpg) repeat-y;
  45. }
  46. .s1{
  47.     background:url(img/s1_2.jpg) no-repeat;
  48.     height:100%;
  49. }
  50. .s_long{
  51.     background:url(img/tlo_long.jpg);
  52. }
  53. .s1_long{
  54.     background:url(img/s1_long.jpg) no-repeat;
  55.     height:100%;
  56. }
  57.  
  58. .left{
  59.     width:187px;
  60.     padding:30px 20px 10px 3px;
  61.     float:left;
  62. }
  63. .center{
  64.     padding-top:20px;
  65.     width:499px;
  66.     float:left;
  67. }
  68. .center_long{
  69.     padding-top:10px;
  70.     width:405px;
  71.     float:left;
  72. }
  73. .right{
  74.     float:left;
  75.     padding-left:275px;
  76.     width:186px;
  77.     padding-top:2px;
  78. }
  79. .tekst{
  80.     font-size:15px;
  81.     color:#585639;
  82.     padding:15px;
  83. }
  84. form{margin:0; padding:0; }
  85.  
  86. .ng{
  87.     background:url(img/ng.gif) repeat-x bottom;
  88.     font-size:16px;
  89.     color:#6c0000;
  90.     padding:8px 0px;
  91. }
  92.  
  93. .ng2{
  94.     font-size:16px;
  95.     color:#6c0000;
  96. }
  97. /* menu */
  98.  
  99. .mng{
  100.     margin:0px 18px;
  101.     background:url(img/m_bg1.jpg) no-repeat bottom;
  102.     padding:8px;
  103.     color:#fff;
  104.     font-weight:bold;
  105.     font-size:19px;
  106. }
  107. .mng2{
  108.     margin:0px 30px;
  109.     border-bottom:1px solid #057A9E;
  110.  
  111.    
  112.     padding:8px;
  113.     color:#fff;
  114.     font-weight:bold;
  115.     font-size:14px;
  116. }
  117. .mngt{
  118.     padding:10px;
  119.     font-size:16px;
  120.     color:#CCCCCC;
  121. }
  122.  
  123. .m1{ list-style:none; margin:2px 5px; padding:0; }
  124. .m1 li{ padding:1px;}
  125. .m1 a{
  126.     padding:6px;
  127.     background:#;
  128.     font-size:13px;
  129.     color:#057A9E;
  130.     display:block;
  131.     padding-left:20px;
  132.     text-decoration:none;
  133. }
  134. .m1 a:hover{
  135.     background:#;
  136.     color:#fff;
  137. }
  138.  
  139. /* koniec menu */
  140. .form input{ padding:2px 5px; background:#1F1E1E; border:1px solid #057A9E; vertical-align:middle; color:#fff; width:70px; }
  141. .form{
  142.     color:#fff;
  143.     font-size:21px;
  144.     font-weight:bold;
  145.     position:absolute;
  146.     left: 270px;
  147.     top: 4px;
  148. }
  149. .f-info{
  150.     color:gold;
  151.     font-size 15px;
  152.     position:absolute;
  153.     left: 261px;
  154.     top: 31px;
  155.     font-family:Verdana, Arial, Helvetica, sans-serif;
  156.     width: 390px;
  157.     text-align:center;
  158. }
  159. .f-info a{ color:gold; text-decoration:none; }
  160. .f-info a:hover{ color:gold; text-decoration:underline; }
  161.  
  162. a{
  163.     color:#057A9E;
  164.     text-decoration:underline;
  165. }
  166. a:hover{
  167.     text-decoration:none;
  168.  
  169. }
  170.  
  171.  
  172.  
  173.  
  174. .task-menu{
  175.     cursor: pointer;
  176. }
  177. .task-menu li{
  178.     list-style-type: none;
  179.     height: 16px;
  180.     background-repeat: no-repeat;
  181.     padding-left: 20px;
  182.     padding-bottom: 5px;
  183. }
  184. .task-menu li:hover {
  185.     background-color: #a0a0a0;
  186. }
  187. #container {
  188.     width: 800px;
  189.     position: relative;
  190. }
  191. #header {  
  192.     background-image: url(default/header.html);
  193.     background-repeat: no-repeat;
  194.     position: absolute;
  195.     width: 800px;
  196.     height: 190px;
  197. }
  198. #server_name {
  199.     display: none;
  200. }
  201. #panel {
  202.     position: absolute;
  203.     margin-top: 180px;
  204. }  
  205. #panel a:hover {
  206.     font-weight: bold;
  207.     color: black;
  208. }
  209. #panel li {
  210.     background-image: url(default/list-item.html);
  211.     background-repeat: no-repeat;
  212.     padding-left: 30px;
  213.     list-style-type: none;
  214.     height: 23px;
  215. }
  216. #panel .top {
  217.     background-image: url(default/top.html);
  218.     width: 174px;
  219.     height: 25px;
  220.     padding-left: 0;
  221.     padding-right: 0;
  222.     padding-top: 5px;
  223.     text-align: center;
  224.     font-weight: bold;
  225. }
  226. #panel .mid {
  227.     background-image: url(default/mid.html);
  228.     background-repeat: repeat-y;
  229.     text-align: center;
  230.     padding: 10px;
  231.     width: 154px;
  232. }
  233. #panel .bot {
  234.     background-image: url(default/bot.html);
  235.     background-repeat: no-repeat;
  236.     padding: 0;
  237.     margin: 0;
  238.     width: 174px;
  239.     height: 13px;
  240. }
  241. #panel ul {
  242.     width: 174px;
  243.     padding: 0;
  244.     margin: 0;
  245. }
  246. #panel a {
  247.     text-decoration: none;
  248.     color: black;
  249. }
  250. #panel a:hover {
  251.     font-weight: bold;
  252. }
  253. #content {
  254.     position: absolute;
  255.     margin-left: 174px;
  256.     margin-top: 180px;
  257. }
  258. #content .top {
  259.     background-image: url(default/big-top.html);
  260.     width: 626px;
  261.     height: 25px;
  262.     padding-left: 0;
  263.     padding-right: 0;
  264.     padding-top: 5px;
  265.     text-align: center;
  266.     font-weight: bold;
  267. }
  268. #content .mid {
  269.     background-image: url(default/big-mid.html);
  270.     background-repeat: repeat-y;
  271.     padding-left: 20px;
  272.     padding-right: 20px;
  273.     padding-top: 10px;
  274.     padding-bottom: 10px;
  275.     width: 586px;
  276.     min-height: 200px;
  277. }
  278. #content .bot {
  279.     background-image: url(default/big-bot.html);
  280.     background-repeat: no-repeat;
  281.     padding: 0;
  282.     margin: 0;
  283.     width: 626px;
  284.     height: 13px;
  285. }
  286.                              
  287. #vt_header .message .title, .news .newsTitle {
  288.     width: 660px;
  289.     height: 44px;
  290.     padding: 10px 10px 0px 40px;
  291.     background: url(img/news.gif) no-repeat;
  292.     color: #5c120f;
  293.     font-family: Arial, sans-serif;
  294.     font-size: 11px;
  295.     font-weight: bold;
  296.     border: 0px;
  297.  
  298. }
  299.  
  300. #error {
  301.     background-image: url(default/error.html);
  302.     background-repeat: no-repeat;
  303.     position: absolute;
  304.     font-family: Verdana;
  305.     font-size: 8pt;
  306.     font-weight: bold;
  307.     width: 175px;
  308.     height: 70px;
  309.     padding-left: 60px;
  310.     padding-right: 15px;
  311.     padding-top: 20px;
  312.     padding-bottom: 20px;
  313.     margin-left: 240px;
  314.     margin-top: 100px;
  315.     cursor: pointer;
  316. }
  317. #captcha-image {
  318.     margin-top: 5px;
  319. }
  320. #account-image {
  321.     background-image: url(default/introduction.html);
  322.     background-repeat: no-repeat;
  323.     width: 300px;
  324.     height: 200px;
  325.     float: right;
  326. }
  327. #choose-skill {
  328.     float: left;
  329.     margin-right: 20px;
  330. }
  331. #form #iobox {
  332.     z-index: 10;
  333.     position: fixed;
  334.     /*IE position: absolute;*/
  335.     background-color: #e1debd;
  336.     border: 1px outset #6f1713;
  337.     cursor: move;
  338.     color: #585639;
  339.     font-size: 11px;
  340. }
  341. #form #iobox fieldset {
  342.     cursor: default;
  343. }
  344.  
  345. .color0 {
  346.     background-color: #340100;
  347. }
  348. .color1 {
  349.     background-color: #5c120f;
  350. }
  351. .color2 {
  352.     background-color: #000000;
  353. }
  354. .percent_bar{
  355.     background-color: #130101;
  356.     height: 20px;
  357.     color: white;
  358.     font-weight: bold;
  359.     text-align: center;
  360. }
  361. legend {
  362.     color: red;
  363. }
  364.  
  365.  
  366. /* SHADOWS */
  367. .TableShadowContainerRightTop {
  368.   position: relative;
  369.   top: 0px;
  370.   right: 3px;
  371.   margin-right: 0px;
  372.   font-size: 1px;
  373.   float: right;
  374.   z-index: 99;
  375. }
  376. .TableShadowRightTop {
  377.   position: absolute;
  378.   top: 0px;
  379.   right: 0px;
  380.   width: 4px;
  381.   height: 5px;
  382.   z-index: 99;
  383. }
  384. .TableContentAndRightShadow {
  385.   position: relative;
  386.   background-repeat: repeat-y;
  387.   background-position: top right;
  388.   margin-right: 3px;
  389.   font-size: 10px;
  390. }
  391. .TableShadowContainer {
  392.   position: relative;
  393.   widht: 100%;
  394.   margin-right: 5px;
  395. }
  396. .TableBottomShadow {
  397.   position: relative;
  398.   font-size: 1px;
  399.   height: 5px;
  400.   width: 100%;
  401.   padding: 0px;
  402.   margin: 0px;
  403. }
  404. .TableBottomLeftShadow {
  405.   position: relative;
  406.   height: 5px;
  407.   width: 4px;
  408.   float: left;
  409.   padding: 0px;
  410.   margin: 0px;
  411. }
  412. .TableBottomRightShadow {
  413.   position: relative;
  414.   float: right;
  415.   right: -2px;
  416.   top: 0px;
  417.   height: 5px;
  418.   width: 4px;
  419. }
  420. /* LABELS */
  421. .LabelV {
  422.     font-size:12px;
  423.   font-weight: bold;
  424.   padding-right: 10px;
  425.   white-space: nowrap;
  426.   vertical-align: top;
  427. }
  428. .LabelH {
  429.   font-weight: bold;
  430.   padding-right: 10px;
  431.   white-space: nowrap;
  432.   /*background-color: #340100;*/
  433.   background-color: #505050;
  434.  
  435. }
  436. .LabelH td {
  437.   /*background-color: #340100;*/
  438.   background-color: #505050;
  439.   padding-left: 5px;
  440.   padding-top: 2px;
  441.   padding-right: 5px;
  442.   padding-bottom: 2px;
  443. }
  444.  
  445. /* BUTTONS */
  446. .InnerTableButtonRow {
  447.   width: 100%;
  448.   padding-left: 1px;
  449.   padding-right: 0px;
  450.   padding-bottom: 4px;
  451.   border: 0px;
  452. }
  453. .InnerTableButtonRow td {
  454.   padding-right: 4px;
  455. }
  456. .BigButton {
  457.   position: relative;
  458.   width: 135px;
  459.   height: 25px;
  460.   z-index: 10;
  461. }
  462. .BigButtonOver {
  463.   position: absolute;
  464.   top: 0px;
  465.   left: 0px;
  466.   width: 137px;
  467.   height: 25px;
  468.   visibility: hidden;
  469.   z-index: 15;
  470. }
  471. .ButtonText {
  472.   position: absolute;
  473.   top: 0px;
  474.   left: 0px;
  475.   height: 31px;
  476.   width: 144px;
  477.   z-index: 20;
  478. }
  479. .TopButtonContainer {
  480.   position: relative;
  481.   right: 4px;
  482.   top: 4px;
  483.   z-index: 60;
  484. }
  485. * html .TopButtonContainer {
  486.   right: 27px;
  487. }
  488. .TopButtonContainer .TopButton {
  489.   position: absolute;
  490.   right: 0px;
  491.   z-index: 55;
  492. }
  493. .Content .BoxContent .Odd {
  494.   background-color: #d0cdb4;
  495.   padding: 2px;
  496. }
  497.  
  498. .Content .BoxContent .Even {
  499.   background-color: #e5e3d7;
  500.   padding: 2px;
  501. }
  502.  
  503. .Content .NewsCategoryIconSmall {
  504.   position: absolute;
  505.   top: 1px;
  506.   left: 1px;
  507.   height: 16px;
  508.   width: 16px;
  509.   background-repeat: no-repeat;
  510. }
  511. .Content .BoxContent .Odd {
  512.   background-color: #d0cdb4;
  513.   padding: 2px;
  514. }
  515.  
  516. .Content .BoxContent .Even {
  517.   background-color: #e5e3d7;
  518.   padding: 2px;
  519. }
  520.  
  521. .Content .NewsCategoryIconSmall {
  522.   position: absolute;
  523.   top: 1px;
  524.   left: 1px;
  525.   height: 16px;
  526.   width: 16px;
  527.   background-repeat: no-repeat;
  528. }
  529. .Content .BoxContent .Odd {
  530.   background-color: #d0cdb4;
  531.   padding: 2px;
  532. }
  533.  
  534. .Content .BoxContent .Even {
  535.   background-color: #e5e3d7;
  536.   padding: 2px;
  537. }
  538.  
  539. .Content .NewsCategoryIconSmall {
  540.   position: absolute;
  541.   top: 1px;
  542.   left: 1px;
  543.   height: 16px;
  544.   width: 16px;
  545.   background-repeat: no-repeat;
  546. }
  547.  
  548.  
  549.  
  550. #vt_footer {
  551.  
  552.     float: left;
  553.     color: #FFFFFF;
  554.         font-family: Arial, sans-serif;
  555.     font-size: 11px;
  556.     font-weight: bold;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement