Advertisement
Guest User

CSS

a guest
Jul 7th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.06 KB | None | 0 0
  1. body  
  2. {
  3.     background-color: #F2F2F2;
  4.     scrollbar-face-color: #DDDDDD;
  5.     scrollbar-highlight-color: #EFEFEF;
  6.     scrollbar-shadow-color: #003366;
  7.     scrollbar-3dlight-color: #000000;
  8.     scrollbar-arrow-color:  #038E3B;
  9.     scrollbar-track-color: #EFEFEF;
  10.     scrollbar-darkshadow-color: #DDDDDD;
  11. }
  12.  
  13. .abg
  14. {
  15.   background-color: #003366;
  16. }
  17.  
  18. td
  19. {
  20.   font-family: Verdana;
  21.   font-size: 10px;
  22. }
  23.  
  24. a
  25. {
  26.   color: #FFFFFF; // Überschriften_text_bei_wars_hyperlinks
  27.     font-family: Verdana;
  28.     font-size: 10px;
  29.     text-decoration: none;
  30. }
  31.  
  32. a:hover
  33. {  
  34.   text-decoration: none;  
  35. }
  36.  
  37. a.box
  38. {
  39.   color: #FFFFFF; // Schriftfarbe_fuer_last_news
  40.     font-family: Verdana;
  41.     font-size: 10px;
  42.     text-decoration: none;
  43. }
  44.  
  45. a.box:hover
  46. {  
  47.   text-decoration: none;  
  48. }
  49.  
  50. .Chead
  51. {
  52.   background-color: ; // Hintergrund_fuer_ueberschriften
  53.   color: #FFA800
  54. }
  55.  
  56. .Chead td, .Chead td strong, .Chead h4, .Chead td b
  57. {
  58.   color: #ffffff; // Schriftfarbe_fuer_kleine_ueberschriften
  59. }
  60.  
  61. .Callg
  62. {
  63.   background-color: ;
  64.     color: #396F44
  65. }
  66.  
  67. .Callg td
  68. {
  69.   color: #000000; // Textfarbe
  70. }
  71.  
  72. .Cnorm
  73. {
  74.   background-color: #EBEBEB; // Feld_bei_kontakt
  75. }
  76. .Cmite
  77. {
  78.   background-color: #C9C9C9; // Zeile
  79. }
  80. .Cdark
  81. {
  82.   background-color: #D7D7D7; // Zeile
  83. }
  84.  
  85. #Ballg
  86. {
  87.     color: #ffffff;
  88. }
  89. #Ballg td
  90. {
  91.     color: #000000;
  92. }
  93.  
  94. .Bhead
  95.  
  96. {
  97.   background-color: #4E7AA5;
  98.     color: #ffffff;
  99. }
  100. .Bbody
  101. {
  102.   background-color: #B4C6D8;
  103.     color: #000000;
  104. }
  105.  
  106. .rand
  107. {
  108.   border: 1px solid #000000; // Rand
  109. }
  110.  
  111. .smalfont
  112. {
  113.     font-size: 10px;
  114.         text-decoration: none;
  115. }
  116.  
  117. .border
  118. {
  119.    background-color: #; // Rand
  120. }
  121. hr
  122. {
  123.     height: 0px;
  124.         border: solid #003366 0px;
  125.         border-top-width: 1px;
  126. }
  127.  
  128. input, textarea, select
  129. {
  130.     border:1px solid none; color: #000000;  // Shoutboxtextwasvorgegebenist
  131.     font: 10px Verdana;  
  132.     font-weight: none;  
  133.     text-decoration: none;  
  134.     background-color: #EFEFEF  
  135. }
  136.  
  137. #menu {}
  138. #menu ul { padding-left: 9px; margin-left: 9px; }
  139. #smallmenu { }
  140. #smallmenu li { font-size: 9px; }
  141. #smallmenu a { font-size: 9px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement