Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.05 KB | None | 0 0
  1. body {
  2.     background-image: url(images/bg.png);
  3.     background-attachment: scroll;
  4.     background-repeat: repeat-x;
  5.     background-color: #1d1d1d;
  6. }
  7.  
  8. a:link {
  9.     font: normal normal normal 12px/140% Tahoma, sans-serif;
  10.     color: #C49E00;
  11.     text-decoration: none;
  12. }
  13. a:visited {
  14.     font: normal normal normal 12px/140% Tahoma, sans-serif;
  15.     color: #C49E00;
  16.     text-decoration: none;
  17. }
  18. a:hover {
  19.     font: bold normal normal 12px/140% Tahoma, sans-serif;
  20.     color: #C49E00;
  21. }
  22. a:active {
  23.     font: bold normal normal 12px/140% Tahoma, sans-serif;
  24.     color: #C49E00;
  25. }
  26.  
  27. #top_bean {
  28.     color: #C49E00;
  29.     padding-left: auto;
  30.     padding-right: auto;
  31.     padding-top: 2px;
  32.     font: normal normal normal 12px/140% Tahoma, sans-serif;
  33. }
  34.  
  35. #main_bean {
  36.     background-image: url(images/menu.png);
  37.     width: 955;
  38.     height: 27;
  39.     margin-left: auto;
  40.     margin-right: auto;
  41.     padding-top: 8px;
  42.     align: left;
  43. }
  44.  
  45. #main_bean a {
  46.     font: bold normal normal 11px Tahoma, sans-serif;
  47.     color: #444444;
  48.     text-decoration: none;
  49.     padding-top: 3px;
  50.     align: left;
  51.     height: 39px;
  52. }
  53.  
  54. #main_table {
  55.     background-attachment: scroll;
  56.     background-color: #131313;
  57.     background-image: none;
  58.     background-position: 0% 0%;
  59.     background-repeat: repeat;
  60.     border-top-color: #333333;
  61.     border-top-style: solid;
  62.     border-top-width: 1px;
  63.     padding-bottom: 10px;
  64.  
  65.     padding-top: 0px;
  66.     margin-left: auto;
  67.     margin-right: auto;
  68.     width: 955;
  69. }
  70.  
  71. #login_box {
  72.     background-image: url(images/login_background.png);
  73.     width: 500px;
  74.     height: 230px;
  75.     margin-left: auto;
  76.     margin-right: auto;
  77.     padding-top: 20px;
  78. }
  79.  
  80. #logo {
  81.     background-image: url(images/logo2.png);
  82.     width: 260px;
  83.     height: 70px;
  84.     margin-left: auto;
  85.     margin-right: auto;
  86. }
  87.  
  88. #input_line {
  89.     padding-left: auto;
  90.     padding-right: auto;
  91.     font: bold 12px/140% Tahoma, sans-serif;
  92.     color: #C49E00;
  93. }
  94.  
  95. #input_main_page {
  96.     background-color: #575757;
  97.     border-bottom-color: currentColor;
  98.     border-bottom-style: none;
  99.     border-bottom-width: 0px;
  100.     border-left-color: currentColor;
  101.     border-left-style: none;
  102.     border-left-width: 0px;
  103.     border-right-style: none;
  104.     border-right-width: 0px;
  105.     order-top-color: currentColor;
  106.     border-top-style: none;
  107.     border-top-width: 0px;
  108.     padding-left: 4px;
  109.     padding-right: 4px;
  110.     color: #C49E00;
  111.     font-family: Verdana;
  112.     width: 160px;
  113. }
  114.  
  115. .input_send_main_page {
  116.     background-image: url(images/submit_bg.png);
  117.     width: 44px;
  118.     height: 19px;
  119.     border: 0;
  120. }
  121.  
  122. #Ładowanie1 {
  123.     width: 920px;
  124.     height: 300px;
  125.     position: relative;
  126.     overflow: hidden;
  127. }
  128.  
  129. #Ładowanie1Element {
  130.     width: 920px;
  131.     position: absolute;
  132.     top: 0;
  133.     margin-left: 0;
  134. }
  135.  
  136. .Ładowanie1Element2 {
  137.     margin-left: 250px;
  138.     position: relative;
  139.     display: none;
  140. }
  141.  
  142. .Ładowanie1Element2 span {
  143.     position: absolute;
  144.     font: 10px/15px Arial, Helvetica, sans-serif;
  145.     padding: 10px 13px;
  146.     width: 694px;
  147.     background-color: #000;
  148.     filter: alpha(opacity=70);
  149.     -moz-opacity: 0.7;
  150.     -khtml-opacity: 0.7;
  151.     opacity: 0.7;
  152.     color: #fff;
  153.     display: none;
  154. }
  155.  
  156. .clear {
  157.     clear: both;
  158. }
  159.  
  160. .Ładowanie1Element2 span strong {
  161.     font-size: 14px;
  162. }
  163.  
  164. ul {
  165.     list-style-type: none;
  166. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement