Guest User

Untitled

a guest
Jan 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. @charset "utf-8";
  2. /*################# CSS Document################################## */
  3.  
  4. /*################# Layout Ueberschrift(class) ####################*/
  5. .h001 {
  6. color: white;
  7. font-family: ‘Hoefler Text’, Garamond, Georgia, ‘Times New Roman’, Times, serif;
  8. }
  9.  
  10. .startdiv{
  11. width: auto;
  12. height: auto;
  13. text-align: center;
  14.  
  15. }
  16. body {
  17. color:blue;
  18. }
  19. /*################# LINK Styles####################################*/
  20. a:link {
  21. color:#0066CC;
  22. text-decoration:none;
  23. font-weight:900;
  24. }
  25.  
  26. a:visited {
  27. color:#FF3366;
  28. text-decoration:none;
  29. font-weight:900;
  30. }
  31.  
  32. a:hover {
  33. color:#00CC00;
  34. text-decoration:none;
  35. font-weight:bold;
  36. }
  37.  
  38.  
  39. /*################# Layout der Divs################################## */
  40. div#wrapper {
  41. margin:0 auto;
  42. padding:0 1px;
  43. width:800px;
  44. height: 980px;
  45. overflow:auto;
  46. border: 1px solid ;
  47. }
  48.  
  49. div#header {
  50. border: 1px outset gray;
  51. margin: .5em;
  52. padding: .5em;
  53. background-color: #efd;
  54. position:relative;
  55. width: 765px;
  56. height: 120px;
  57. }
  58.  
  59. div#navigation {
  60. border:1px outset gray;
  61. margin:.5em;
  62. padding:.5em;
  63. background-color:#ccc;
  64. width: 765px;
  65. height: 50px;
  66. }
  67.  
  68. div#content {
  69. border:1px outset gray;
  70. margin:.5em;
  71. padding:.5em;
  72. background-color:gray;
  73. width: 765px;
  74. height: 655px;
  75. }
  76. /*################# iFrame ############################################*/
  77. #iframe1 {
  78. width: 765px;
  79. height: 650px;
  80. border: 1px solid black;
  81.  
  82. }
  83.  
  84. /*################# Layout der Links ################################## */
  85. ul#links {
  86. margin: 0;
  87. padding: 0.8em;
  88. text-align: center;
  89. border: 1px solid black;
  90. background-color: gray;
  91. }
  92. ul#links li {
  93. list-style: none;
  94. display: inline;
  95. margin: 0.4em;
  96. padding: 0;
  97. }
  98.  
  99. ul#links a, ul#Navigation span {
  100. padding: 0.2em 1em;
  101. text-decoration: none;
  102. font-weight: bold;
  103. border: 1px solid black;
  104. border-left-color: white;
  105. border-top-color: white;
  106. color: maroon;
  107. background-color: #ccc;
  108. }
  109.  
  110. ul#links a:hover, ul#Navigation span {
  111. border-color: white;
  112. border-left-color: black;
  113. border-top-color: black;
  114. color: white;
  115. background-color: gray;
  116. }
  117.  
  118. /*################# Layout Überschrift Startseite######################## */
  119.  
  120. #Text01{
  121. font-style: italic;
  122. }
  123.  
  124. #startimg{
  125. width:360px;
  126. height:380px;
  127. display: block;
  128. margin-left: auto;
  129. margin-right: auto;
  130. }
  131.  
  132. /*################# Layout Lebenslauf ################################## */
  133. div#lebensdiv{
  134. width: auto;
  135. height: auto;
  136. }
  137.  
  138. table#table01{
  139. border: solid #FFC 3px;
  140. width:100%;
  141. }
  142.  
  143. .table02{
  144. border: solid #000 1px;
  145. background-color:#9FF;
  146. width:33%;
  147. }
  148.  
  149. .table03{
  150. border: solid #000 1px;
  151. background-color:#9cf;
  152. width:33%;
  153. }
  154.  
  155. .table04{
  156. border: solid #000 1px;
  157. background-color:#9CC;
  158. width:33%;
  159. }
  160.  
  161. .table05{
  162. border: solid #000 1px;
  163. background-color:#99F;
  164. }
  165. /*################# Layout Kontakt ################################## */
  166.  
  167. .Feld{
  168. background-color:#FFF;
  169. width:150px;
  170. border:3px solid #666;
  171. }
  172. .dropdown{
  173. background-color:#FFF;
  174. width:156px;
  175. border:3px solid #666;
  176. }
  177.  
  178. div.table06{
  179. position:relative; top:5px; right:200px;
  180.  
  181. }
Add Comment
Please, Sign In to add comment