Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.22 KB | None | 0 0
  1. /* CSS Document */
  2.  
  3. body,td,th {
  4.     font-family: Verdana, Arial, Helvetica, sans-serif;
  5.     font-size: 10px;
  6.     color: #000000;
  7. }
  8.  
  9. body {
  10.     margin-left: 0px;
  11.     margin-top: 0px;
  12.     margin-right: 0px;
  13.     margin-bottom: 0px;
  14.     background-color: #222222;
  15.     background-image: url(Bilder/bg.jpg);
  16. }
  17.  
  18. a {
  19.     font-family: Verdana, Arial, Helvetica, sans-serif;
  20.     font-size: 9px;
  21.     color: #000000;
  22.     font-weight: bold;
  23. }
  24.  
  25. a:link {
  26.     text-decoration: none;
  27.     color: #000000;
  28. }
  29.  
  30. a:visited {
  31.     text-decoration: none;
  32.     color: #000000;
  33. }
  34.  
  35. a:hover {
  36.     text-decoration: underline;
  37.     color: #000000;
  38. }
  39.  
  40. a:active {
  41.     text-decoration: none;
  42.     color: #000000;
  43. }
  44.  
  45. .border-l {    
  46.     background-image: url(Bilder/border-l.jpg);
  47.     background-color: #DDDDDD;
  48. }
  49.            
  50. .border-r {    
  51.     background-image:url(Bilder/border-r.jpg);
  52.     background-color:#DDDDDD;  
  53. }
  54.  
  55. .overskrift {
  56.     color: #CCCCCC;
  57.     font-weight: bold;
  58.     font-size: 9px;
  59.     padding-left: 10px;
  60. }
  61.  
  62. .datum {
  63.     color: #CCCCCC;
  64.     font-weight: bold;
  65.     font-size: 9px;
  66. }
  67.  
  68. .nyhet {
  69.     color: #222222;
  70.     font-weight: bold;
  71.     text-decoration: underline;
  72.     font-size: 9px;
  73. }
  74.  
  75. .menulinks{
  76.     color: #CCCCCC;
  77.     font-weight: bold;
  78.     text-decoration: none;
  79.     font-size: 9px;
  80.     padding-left: 5px;
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement