Advertisement
Guest User

Untitled

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