Advertisement
Guest User

DirektorotS

a guest
Jan 26th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. /* Indeks, Ime i Prezime */
  2. body {
  3. background-color: rgb(140,44,44);
  4. }
  5. #container{
  6. background-image: url('containe.jpg');
  7. width: 770px;
  8. margin-left: auto;
  9. margin-right: auto;
  10. font-family: verdana;
  11. font-size: 11px;
  12. color: rgb(140,44,44);
  13. margin-bottom: 10px;
  14.  
  15. }
  16. #container:after{
  17. content: " ";
  18. clear: both;
  19. display: block;
  20. }
  21. #pageHeader h1{
  22. background-image: url('raspi_blue_white.png');
  23. background-repeat: no-repeat;
  24. width:220px;
  25. height: 171px;
  26. float: left;
  27. text-indent: -9999px;
  28. margin-left: 90px;
  29.  
  30. }
  31. #pageHeader h2{
  32. background-image: url('Raspi_Colour_R.png');
  33. background-repeat: no-repeat;
  34. width: 150px;
  35. height: 182px;
  36. float: right;
  37. text-indent: -9999px;
  38. margin-right: 120px;
  39. }
  40. #pageHeader:after { content:" ";
  41. display: block;
  42. clear: both;
  43.  
  44. }
  45.  
  46. #intro #quickSummary, #intro #preamble, #supportingText{
  47. width: 50%;
  48. float: right;
  49.  
  50. margin-right: 30px;
  51. }
  52. #quickSummary h2{
  53. background-image: url('header.png');
  54. background-repeat: no-repeat;
  55. width: 250px;
  56. height: 30px;
  57. text-indent: -9999px;
  58. }
  59. a{
  60. color: rgb(140,44,44);
  61. }
  62. a:hover{
  63. text-decoration: none;
  64. font-weight: bold;
  65. }
  66. #footer{
  67. margin: 20px;
  68. }
  69. #linkList{
  70. display: block;
  71. width: 50%;
  72. padding-left: 50px;
  73. }
  74. #lselect a {
  75. background: #eac0c1;
  76. width: 235px;
  77. display: block;
  78. }
  79.  
  80. #lselect a:after {
  81. display: block;
  82. width: 235px;
  83. height: 15px;
  84. background: url('li_bg_ta.jpg');
  85. content: " ";
  86. }
  87.  
  88. #lselect ul li:first-child a:before {
  89. display: block;
  90. width: 235px;
  91. height: 8px;
  92. background: url('li_bg_ta.jpg') 0px -8px;
  93. content: " ";
  94. }
  95.  
  96. #lselect ul li:last-child a:after {
  97. display: block;
  98. width: 235px;
  99. height: 8px;
  100. background: url('li_bg_ta.jpg') 0px 0px;
  101. content: " ";
  102. }
  103. #larchives span{
  104. background-image: url('aboutus.jpg');
  105. background-repeat: no-repeat;
  106. height: 35px;
  107. text-indent: -9999px;
  108. display: block;
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement