Advertisement
causevd

vd

May 20th, 2013
6,354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. *{
  2. padding: 0px;
  3. margin: 0px;
  4.  
  5. }
  6.  
  7. body{
  8. background-color: white;
  9. background-image: url('images.jpeg');
  10. background-position-x: 0px;
  11. background-position-y: 0px;
  12. font:
  13.  
  14.  
  15. }
  16.  
  17. #menu_container{
  18. background-color: #0DBBD5;
  19. width:100%;
  20. float:left;
  21. }
  22.  
  23. #menu_container ul{
  24. list-style: none;
  25.  
  26. }
  27.  
  28. .content {
  29. float: left;
  30. color: white;
  31. width:78%;
  32. }
  33.  
  34. .content p{
  35. clear: both;
  36. color: white;
  37. }
  38. .content h2{
  39. color: #F67F00;
  40. }
  41. .content h4{
  42. color: #F67F00;
  43. }
  44. #desenP{
  45. text-align: right;
  46. }
  47. #sredinaP {
  48. text-align: center;
  49.  
  50. }
  51.  
  52. #sredinaP a{
  53. color: #0DBBD5;
  54. }
  55. .logo_colour{
  56. color: #0DBBD5;
  57. }
  58.  
  59. #sidebar_container{
  60. float:right;
  61. width: 22%;
  62.  
  63. }
  64.  
  65. .sidebar a{
  66. color: #0DBBD5;
  67.  
  68. }
  69.  
  70. .sidebar h4{
  71. color:#F67F00;
  72. }
  73. .sidebar{
  74. border: 1px solid white;
  75. border-radius: 5%;
  76. margin-top: 15px;
  77. padding: 25px;
  78. background-color: #2E2E2E;
  79. color: white;
  80. }
  81.  
  82. .sidebar ul li a{
  83. margin-left: 10px;
  84. color: white;
  85. text-decoration: none;
  86. }
  87.  
  88. /*.sf-menu{
  89. display: inline;
  90. }*/
  91.  
  92. #nav li a{
  93. text-decoration: none;
  94. color: white;
  95. padding: 20px;
  96.  
  97. }
  98.  
  99. #nav li{
  100. position: relative;
  101. float: left;
  102.  
  103. }
  104. #main{
  105. background-color: grey;
  106. width: 80%;
  107. margin-left: auto;
  108. margin-right: auto;
  109. margin-top: 40px;
  110. opacity: 50;
  111. float:none;
  112.  
  113. }
  114. #logo{
  115. text-decoration: none;
  116. color: white;
  117. }
  118. #logo_text h2{
  119. color: #F67F00;
  120. text-decoration: none;
  121. }
  122. #logo_text{
  123. text-decoration:none;
  124. }
  125. @font-face {
  126. font-family: Yanone Kaffeesatz;
  127. font-style:normal;
  128. src: url('C:\Users\causevd\Documents\Aptana Studio 3 Workspace\Lab_08_2013\Lab08\fonts\YanoneKaffeesatz-Regular.eot');
  129. src: local("Yanone Kaffeesatz"), url('C:\Users\causevd\Documents\Aptana Studio 3 Workspace\Lab_08_2013\Lab08\fonts\YanoneKaffeesatz-Regular.ttf');
  130. }
  131.  
  132. @font-face {
  133. font-family: News Cycle;
  134. font-style:normal;
  135. src: url('C:\Users\causevd\Documents\Aptana Studio 3 Workspace\Lab_08_2013\Lab08\fonts\NewsCycle-Regular.eot');
  136. src: local("News Cycle"), url('C:\Users\causevd\Documents\Aptana Studio 3 Workspace\Lab_08_2013\Lab08\fonts\NewsCycle-Regular.ttf');
  137. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement