Advertisement
Guest User

style

a guest
Jan 28th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. body {
  2. background-color: white;
  3. height:100%;
  4. margin:0;
  5. }
  6.  
  7. #konteineris {
  8. width: 1000px;
  9. margin: auto;
  10. }
  11.  
  12. header {
  13. background-image: url("images/logo.png");
  14. height: 129px;
  15. width: 684px;
  16. margin: -8px 60px;
  17. }
  18.  
  19. #nav {
  20. background-image: url("images/navigacija.jpg");
  21. width: 954px;
  22. height: 41px;
  23. margin: -16px auto;
  24. }
  25. #nav ul {
  26. padding: 11px;
  27. }
  28.  
  29. #nav ul li {
  30. display: inline;
  31. padding: 2px;
  32. }
  33.  
  34. #nav ul li a {
  35. color: white;
  36. text-decoration: none;
  37. padding: 9px;
  38. font-family: Arial;
  39. font-size: 11pt;
  40. }
  41. #nav ul li a:hover {
  42. background-color: #fff;
  43. color: #0079df;
  44. padding: -1px;
  45. }
  46. #turinys {
  47. padding: 10px;
  48. overflow: auto;
  49. }
  50. #turinys aside{
  51. width: 252px;
  52. }
  53. #turinys aside h1 {
  54. background-color: #2f2f2f;
  55. color: #fff;
  56. font-family: Arial;
  57. font-size: 10pt;
  58. font-weight: lighter;
  59. padding: 9px;
  60. margin: -17px;
  61. }
  62. #turinys aside p {
  63. margin: 30px -16px;
  64. font-family: Tahoma;
  65. font-size: 9pt;
  66. }
  67.  
  68. aside section
  69. {
  70. background-color: #fff;
  71. padding: 20px;
  72. margin: 10px;
  73. }
  74. #turinys #desineje {
  75. float: right;
  76. }
  77. #turinys #kaireje {
  78. float: left;
  79. }
  80. #naujienos {
  81. width: 480px;
  82. margin: 11px auto;
  83. }
  84. #naujienos h1{
  85. background-image: url("images/naujienos.jpg");
  86. background-repeat: no-repeat;
  87. height: 44px;
  88. width: auto;
  89. font-family: Tahoma;
  90. font-size: 12pt;
  91. font-weight: lighter;
  92. color: #fff;
  93. padding: 10px;
  94. }
  95. #naujienos article p {
  96. margin-top: -29px;
  97. font-family: Tahoma;
  98. font-size: 10pt;
  99.  
  100. }
  101. footer {
  102. background-color: #2f2f2f;
  103. margin: auto;
  104. color: white;
  105. padding: 10px;
  106. }
  107.  
  108.  
  109. footer #footk {
  110. text-align: center;
  111. font-family: Tahoma;
  112. font-size: 10pt;
  113. margin-top: 10px;
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement