Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.71 KB | None | 0 0
  1. body
  2. {
  3.     background: #04080b;
  4.     margin: 0px;
  5.     padding: 0px;
  6.     font-family: Verdana, Geneva, sans-serif;
  7.     font-size: 12px;
  8. }
  9. a
  10. {
  11.     color: #004a4a;
  12.     text-decoration: none;
  13.     font-weight: bold;
  14. }
  15. a:hover
  16. {
  17.     color: #0c6f6f;
  18. }
  19. a img
  20. {
  21.     border: 0px;
  22. }
  23. textarea
  24. {
  25.     max-width: 560px;
  26. }
  27. .Text
  28. {
  29.     font-size: 19px;
  30.     font-weight: bold;
  31. }
  32. a.pcountlink
  33. {
  34.     color: #000 !important;
  35. }
  36. a.pcountlink:hover
  37. {
  38.     text-decoration: underline !important;
  39. }
  40. #vt_page
  41. {
  42.     width: 1000px;
  43.     margin: auto;
  44. }
  45. #vt_header
  46. {
  47.     width: 1000px;
  48.     height: 356px;
  49.     background: #04080b url('images/background.png') top center no-repeat;
  50.     float: left;
  51. }
  52. #vt_footer
  53. {
  54.     width: 765px;
  55.     float: left;
  56.     padding: 20px 0px 20px 0px;
  57.     color: #FFFFFF;
  58.     text-align: center;
  59. }
  60.  
  61. #vt_lang_switcher
  62. {
  63.     width: 130px;
  64.     height: 35px;
  65.     margin-left: 50px;
  66. }
  67. #vt_active_language
  68. {
  69.     width: 130px;
  70.     height: 35px;
  71.     background: url('images/lang_switcher_background.png') top left no-repeat;
  72.     z-index: 999999;
  73.     position: absolute;
  74. }
  75. #vt_language
  76. {
  77.     width: 65px;
  78.     height: 25px;
  79.     padding: 10px 0px 0px 35px;
  80.     float: left;
  81.     color: #000000;
  82. }
  83. #vt_language_flag
  84. {
  85.     width: 30px;
  86.     height: 25px;
  87.     padding-top: 10px;
  88.     float: left;
  89. }
  90. ul#vt_languages_list
  91. {
  92.     width: 128px;
  93.     position: absolute;
  94.     background: #fef9e6;
  95.     border: 1px solid #eee4b8;
  96.     list-style: none;
  97.     padding: 0px;
  98.     margin: 34px 0px 0px 0px;
  99.     z-index: 99999;
  100.     display: none;
  101. }
  102. #vt_languages_list .list_left
  103. {
  104.     width: 85px;
  105.     height: 25px;
  106.     padding: 10px 0px 0px 10px;
  107.     display: inline-block;
  108.     color: #000000;
  109. }
  110. #vt_languages_list .list_right
  111. {
  112.     width: 28px;
  113.     height: 25px;
  114.     padding-top: 10px;
  115.     display: inline-block;
  116. }
  117. ul#vt_languages_list li
  118. {
  119.     display: block;
  120.     border-bottom: 1px solid #eee4b8;
  121. }
  122. ul#vt_languages_list li:hover
  123. {
  124.     display: block;
  125.     background: #eee4b8;
  126. }
  127. #vt_lang_switcher a
  128. {
  129.     font-weight: normal;
  130. }
  131.  
  132. #vt_content
  133. {
  134.     width: 1000px;
  135.     background: url('images/content_mid.jpeg') top center repeat-y;
  136.     float: left;
  137. }
  138. #vt_content_top
  139. {
  140.     width: 1000px;
  141.     background: url('images/content_top.jpeg') top center no-repeat;
  142.     float: left;
  143. }
  144. #vt_content_bot
  145. {
  146.     width: 1000px;
  147.     background: url('images/content_bot.jpeg') bottom center no-repeat;
  148.     float: left;
  149.     min-height: 500px;
  150. }
  151.  
  152. #vt_container
  153. {
  154.     width: 663px;
  155.     float: left;
  156.     margin-left: 64px;
  157.     margin-top: 15px;
  158.     padding: 0px 0px 30px 0px;
  159.     color: #56441c;
  160. }
  161. #vt_panel
  162. {
  163.     width: 236px;
  164.     padding: 50px 0px 50px 0px;
  165.     float: left;
  166. }
  167. #vt_padding_box
  168. {
  169.     width: 643px;
  170.     padding: 0px 10px 0px 10px;
  171. }
  172.  
  173. #vt_content_header
  174. {
  175.     width: 663px;
  176.     height: 98px;
  177.     background: url('images/content_header.jpeg') no-repeat;
  178. }
  179.  
  180. #vt_panel .header
  181. {
  182.     width: 236px;
  183.     height: 74px;
  184.     background: url('images/menu_header.jpeg') no-repeat;
  185. }
  186. #vt_panel .content
  187. {
  188.     width: 190px;
  189.     margin: auto;
  190. }
  191. #vt_panel ul
  192. {
  193.     list-style: none;
  194.     padding: 0px 0px 5px 0px;
  195.     margin: 0px;
  196. }
  197. #vt_panel li
  198. {
  199.     display: block;
  200.     background: url('images/menu_item.jpeg') left center no-repeat;
  201.     padding: 8px 0px 5px 25px;
  202. }
  203. #vt_panel li:hover
  204. {
  205.     background: url('images/menu_item_hover.jpeg') left center no-repeat;
  206. }
  207. #vt_panel a
  208. {
  209.     color: #fff4f3;
  210.     text-decoration: none;
  211.     font-weight: normal;
  212. }
  213. #vt_panel a:hover
  214. {
  215.     color: #FFFFFF;
  216. }
  217.  
  218. .vt_status_box
  219. {
  220.     width: 198px;
  221.     height: 42px;
  222.     margin: 0px 0px 10px 17px;
  223. }
  224. .vt_active_status
  225. {
  226.     width: 198px;
  227.     height: 42px;
  228.     background: url('images/server_status_button.jpeg') top left no-repeat;
  229.     z-index: 99999;
  230.     position: absolute;
  231. }
  232. .vt_status_name
  233. {
  234.     width: 128px;
  235.     height: 20px;
  236.     padding: 15px 0px 0px 37px;
  237.     float: left;
  238.     color: #000000;
  239. }
  240. .vt_status_state
  241. {
  242.     width: 30px;
  243.     height: 20px;
  244.     padding-top: 15px;
  245.     float: left;
  246. }
  247. div.vt_status_info
  248. {
  249.     width: 176px;
  250.     position: absolute;
  251.     background: #fef9e6;
  252.     border: 1px solid #eee4b8;
  253.     padding: 10px;
  254.     margin: 42px 0px 0px 0px;
  255.     z-index: 999999;
  256.     display: none;
  257. }
  258. .online
  259. {
  260.     color: #519127;
  261.     font-weight: bold;
  262. }
  263. .offline
  264. {
  265.     color: #FF0000;
  266.     font-weight: bold;
  267. }
  268.  
  269. .darkbox
  270. {
  271.     width: 643px;
  272.     float: left;
  273.     margin-bottom: 10px;
  274.     background: url('images/darkbox_mid.jpeg') top center repeat-y;
  275. }
  276. .darkbox .top
  277. {
  278.     width: 643px;
  279.     float: left;
  280.     background: url('images/darkbox_top.jpeg') top center no-repeat;
  281. }
  282. .darkbox .bot
  283. {
  284.     width: 643px;
  285.     padding: 15px 0px 15px 0px;
  286.     float: left;
  287.     background: url('images/darkbox_bot.jpeg') bottom center no-repeat;
  288. }
  289. .darkbox .header
  290. {
  291.     width: 583px;
  292.     height: 33px;
  293.     padding: 18px 0px 0px 60px;
  294.     margin-bottom: 10px;
  295.     background: url('images/header.png') top center no-repeat;
  296.     color: #FFFFFF;
  297.     font-weight: bold;
  298. }
  299. .darkbox .content
  300. {
  301.     width: 583px;
  302.     padding: 5px 30px 5px 30px;
  303.     text-align: justify;
  304. }
  305.  
  306. .normalbox
  307. {
  308.     width: 643px;
  309.     float: left;
  310.     margin-bottom: 10px;
  311. }
  312. .normalbox .header
  313. {
  314.     width: 583px;
  315.     height: 33px;
  316.     padding: 18px 0px 0px 60px;
  317.     margin-bottom: 10px;
  318.     background: url('images/header.png') top center no-repeat;
  319.     color: #FFFFFF;
  320.     font-weight: bold;
  321. }
  322. .normalbox .content
  323. {
  324.     width: 603px;
  325.     padding: 5px 20px 5px 20px;
  326.     text-align: justify;
  327. }
  328.  
  329. .white, .whites, .white a, .whites a
  330. {
  331.     color: #FFFFFF;
  332. }
  333.  
  334. .select_payment_box
  335. {
  336.     background: url('images/select_payment_bg.png') bottom repeat-x;
  337.     border: 1px solid #b49b5a;
  338.     -moz-border-radius:30px;
  339.     -webkit-border-radius:30px;    
  340. }
  341.  
  342. /**
  343.  * Payment Panel
  344.  */
  345. .select_payment_box td.left:hover
  346. {
  347.     border-bottom-left-radius: 30px;
  348.     border-top-left-radius: 30px;
  349. }
  350.  
  351. .select_payment_box td.center:hover
  352. {
  353. }
  354.  
  355. .select_payment_box td.right:hover
  356. {
  357.     border-bottom-right-radius: 30px;
  358.     border-top-right-radius: 30px;
  359. }
  360.  
  361. /**
  362.  * Progress bar
  363.  */
  364. div.progress-container {
  365.   border: 1px solid #ccc;
  366.   width: 300px;
  367.   margin: 2px 5px 2px 0;
  368.   padding: 1px;
  369.   float: center;
  370.   background: white;
  371. }
  372.  
  373. div.progress-container > div {
  374.   background-color: #ACE97C;
  375.   height: 12px
  376. }
  377.  
  378. /**
  379.  * Style modifications
  380.  */
  381. .tableheader td { color: #FFFFFF; padding: 10px 5px 10px 5px; background: url('images/tableheaderbg.png') bottom repeat-x; border-bottom: 1px solid #d6bd7c; }
  382. tr.tablerow:hover td { background: url('images/select_payment_bg_hov.png') bottom repeat-x; }
  383. .tablerow td { background: url('images/select_payment_bg.png') bottom repeat-x; border-bottom: 1px solid #d6bd7c; }
  384. .cellspadding td { padding: 10px !important; }
  385.  
  386. #facebook {
  387.     position:fixed;
  388.     top:20%;
  389.     right:-197px;
  390.  
  391. }
  392.  
  393. #facebook-icon {
  394.     background-image:url('images/facebook.png');
  395.     width:42px;
  396.     height:42px;
  397.     float:left;
  398. }
  399.  
  400. #facebook-app {
  401.     border:#123776 solid 3px;
  402.     float:left;
  403.     background-color:#FFFFFF;
  404. }
  405.  
  406. input[type="image"]{
  407. background-color: transparent;
  408. border: 0 none;
  409. }
  410.  
  411. img#ContentBoxHeadline {
  412. display: none;
  413. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement