Advertisement
thebys

METEOLOG - vzhled.css

Jan 16th, 2012
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.65 KB | None | 0 0
  1. /*CSS VALIDATED SUCCESSFULY!*/
  2. body {
  3.     background-color: rgb(192,208,255);
  4. }
  5. h2 {
  6.     padding-left: 10px;
  7.     padding-bottom: 10px;
  8.     padding-top: 10px;
  9.     padding-right: 10px;
  10. }
  11. p {
  12.     font-family: verdana;
  13.     padding-left: 10px;
  14.     padding-bottom: 10px;
  15.     padding-right: 10px;
  16. }
  17. .form table td {
  18.     padding-left: 10px;
  19.     padding-right: 10px;
  20. }
  21. .table th {
  22.     font-size: 18px;
  23.     width: 50px;
  24. }
  25. table {
  26.     text-align: center;
  27.   border-collapse: collapse;
  28. }
  29. .table td {
  30.     width: 100px;
  31.     padding-left: 10px;
  32.     padding-right: 10px;
  33.     padding-top: 4px;
  34.     padding-bottom: 2px;
  35.     color: black;
  36.     text-align: center;
  37.     border: 1px solid #fff
  38. }
  39. .stranka {
  40.     background-color: rgb(80,160,255);
  41.     width: 800px;
  42.     min-height: 200px;
  43.     margin: 0 auto;
  44. }
  45. .header {
  46.     float: left;
  47.     width: 800px;
  48.     height: 200px;
  49.     background-color: transparent;
  50.     background-image: url("header.png");
  51.     background-repeat: no-repeat;
  52. }
  53. .menu {
  54.     float: left;
  55.     width: 800px;
  56.     background-color: #a9a9a9;
  57.     text-align: center;
  58.     font-family: verdana;
  59.     padding: 10px 0px 20px 0px;
  60. }
  61. .horni {
  62.     width: 800px;
  63.     font-size: 16px;
  64.     color: #000;
  65.     padding-bottom: 15px;
  66. }
  67. .horni a {
  68.     width: 800px;
  69.     font-size: 14px;
  70.     color: rgb(0,40,245);
  71.     padding-left: 4px;
  72.     padding-right: 4px;
  73. }
  74. .dolni {
  75.     float: left;
  76.     width: 800px;
  77.     font-size: 18px;
  78. }
  79. .dolni a {
  80.     width: 800px;
  81.     font-size: 20px;
  82.     color: rgb(0,40,245);
  83. }
  84. .menu a:visited {
  85.     color: rgb(0,20,140);
  86. }
  87. a {
  88.     color: rgb(0,40,245);
  89. }
  90. a:visited {
  91.     color: rgb(0,20,140);
  92. }
  93. .form {
  94.     border: 4px solid #a9a9a9;
  95.     width: 350px;
  96. }
  97. .obsah {
  98.     float: left;
  99.     width: 800px;
  100.     padding-bottom: 20px;
  101.     padding-left: 2px;
  102. }
  103. .pata {
  104.     clear: left;
  105.     width: 800px;
  106.     height: 24px;
  107.     background-color: #a9a9a9;
  108.     text-align: center;
  109.     margin: 0 auto;
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement