Advertisement
Guest User

Untitled

a guest
Jan 26th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.02 KB | None | 0 0
  1. BODY{
  2. background-image: url(img/tlo.png);
  3. }
  4.  
  5. table.duza{
  6.     border: 1px solid red;
  7.     width: 500px;
  8. }
  9.  
  10. #logo{
  11. position: absolute;
  12. bottom: 86%;
  13. left: 8%;
  14. }
  15.  
  16. #info{
  17. background-image: url(img/official.png);
  18. position: absolute;
  19. top: 20%;
  20. left: 8%;
  21. right: 72%;
  22. font-family:Candara;
  23. }
  24.  
  25. #official{
  26. background-image: url(img/official.png);
  27. position: absolute;
  28. top: 20%;
  29. left: 30%;
  30. right: 10%;
  31. }
  32.  
  33. #pasek{
  34. background-image: url(img/official.png);
  35. position: absolute;
  36. bottom: 82%;
  37. left: 30%;
  38. font-family:Kristen ITC;
  39. text-decoration: none;
  40. }
  41.  
  42. #losowe{
  43. background-image: url(img/official.png);
  44. position: absolute;
  45. top: 108%;
  46. font-family:Candara;
  47. }
  48.  
  49. a{ color: #153E7E }
  50.  
  51. #panelleft{
  52. position: absolute;
  53. left: 3%;
  54. right: 47%;
  55. top: 3%;
  56. }
  57.  
  58. #panelright{
  59. position: absolute;
  60. left: 53%;
  61. right: 3%;
  62. top: 3%;
  63. }
  64.  
  65. #przyciski{
  66. position: absolute;
  67. top: 26%;
  68. left: 45%;
  69. right: 10%;
  70. }
  71.  
  72. #logowanie{
  73. position: absolute;
  74. top: 0%;
  75. right: 10%;
  76.  
  77. }
  78.  
  79. a{ color: #153E7E;
  80. text-decoration: none;
  81.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement