Advertisement
Guest User

CSS - HS

a guest
Aug 17th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.41 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4.  
  5. #intro {
  6.     font-size:500%;
  7.     font-weight:bold;
  8.     background-color:transparent;
  9.     text-align:center;
  10.     margin-top:10px;
  11. } /* Header */
  12. #tekst { /* IKKE AKTIV (Element finnes ikke) */
  13.     text-align:center;
  14. } /* Ikke akti v */
  15. #bilde { /* IKKE AKTIV (Element finnes ikke) */
  16.     margin-left: 560px;
  17.     margin-top: 20px;
  18.     float:none;
  19.    
  20. } /* Ikke aktiv */
  21. #bottom_menu {
  22.     float:none;
  23.     margin-left:415px;
  24.     font-size:27px;
  25.     position:static;
  26.    
  27.    
  28. } /* Nav 1 */
  29. #bottom_menu_2 {
  30.     margin-left:85px;
  31.     display:inline;
  32.     font-size:27px;
  33.    
  34. } /* Nav 2 */
  35. #bottom_menu_3 {
  36.     margin-left:300px;
  37.     display:inline;
  38.     font-size:27px;
  39.    
  40.    
  41. } /* Nav 3 */
  42.  
  43. a:link { /* Gjør ubesøkte linker svarte */
  44.     color:#000;
  45. } /* Endrer farge på ubesøkte linker */
  46. a:visited {
  47.     color:#000; /* Gjør besøkte linker svarte */
  48. } /* Endrer farge på besøkte linker */
  49. #innhold{
  50.     position:absolute;
  51.     text-align:center;
  52.     width:700px;
  53.     float:none;
  54.     margin-left:400px;
  55.     margin-top:170px;
  56. } /* Bestemmer plassering og andre egenskaper på hovedinnhold */
  57.  
  58. #bottom_menu_4 {
  59.     margin-left:435px;
  60.     margin-top:-30px;
  61. }
  62.  
  63. /*body {background-color:#CCC;}*/
  64. body {
  65.     background-image:url('img/IMG_4038.jpg');
  66.     background-position: 0px -700px;
  67.     background-repeat:no-repeat;
  68.    
  69. }
  70.  
  71. #footer_text {
  72.     margin-top:400px;
  73.     margin-left:-195px;
  74.     font-size:12px;
  75.     font-family:Arial, Helvetica, sans-serif
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement