Advertisement
Transformator

html003

Apr 7th, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.04 KB | None | 0 0
  1. /* 3D Letters */
  2. @font-face {
  3.     font-family: '3D Letters';
  4.  
  5.     src:    url('fonts/3dlet-webfont.eot');
  6.     src:    url('fonts/3dlet-webfont.eot?#iefix') format('embedded-opentype'),
  7.                 url('fonts/3dlet-webfont.woff') format('woff'),
  8.                 url('fonts/3dlet-webfont.ttf') format('truetype');
  9.  
  10.         font-weight: normal;
  11.     font-style: bold;
  12. }
  13. @font-face {
  14.     font-family: 'Jokerman';
  15.  
  16.     src: url('fonts/jokerman-webfont.eot');
  17.     src: url('fonts/jokerman-webfont.eot?#iefix') format('embedded-opentype'),
  18.     url('fonts/jokerman-webfont.woff') format('woff'),
  19.     url('fonts/jokerman-webfont.ttf') format('truetype');
  20.  
  21.     font-weight: normal;
  22.     font-style: normal;
  23. }
  24.  
  25. main {
  26.     width: 1250px;
  27.  
  28.     border: 2px solid black;
  29.     border-radius: 5px;
  30.  
  31.     margin: 0 auto;
  32. }
  33.  
  34. header {
  35.     width: 550;
  36.  
  37.     border: 2px solid black;
  38.     border-radius: 5px;
  39.  
  40.     margin: 5px;
  41. }
  42.  
  43. #sidebarUcontent {
  44.     display: flex;
  45.  
  46.     justify-content: space-between;
  47. }
  48.  
  49. aside {
  50.     flex: 300px 0 0;
  51.  
  52.     border: 2px solid black;
  53.     border-radius: 5px;
  54.  
  55.     margin: 5px;
  56. }
  57.  
  58. article {
  59.     flex: 300px 1 1;
  60.  
  61.     border: 2px solid black;
  62.     border-radius: 5px;
  63.  
  64.     margin: 5px;
  65.  
  66.     min-height: 700px;
  67.  
  68.     padding: 5px;
  69.  
  70.     font-size: 25px;
  71. }
  72.  
  73. p {
  74.     padding: 0px;
  75.     margin: 0px;
  76. }
  77.  
  78. .widget {
  79.     text-align: center;
  80.     font-size: 20px;
  81. }
  82.  
  83. .widget input[type=search] {
  84.     width: 60%;
  85.  
  86.     font-size: 20px;
  87. }
  88. .widget input[type=button] {
  89.     width: 35%;
  90.  
  91.     font-size: 20px;
  92. }
  93.  
  94. #suche {
  95.     margin-top: 5px;
  96. }
  97.  
  98. * {
  99.     font-family: "Comic sans ms";
  100. }
  101.  
  102. h1 {
  103.     font-family: Comic sans ms;
  104.     font-size: 30px;
  105.  
  106.     margin-left: 20px;
  107. }
  108.  
  109. article p {
  110.     font-family: Comic sans ms;
  111.     font-size: 30px;
  112.     margin-left: 20px;
  113. }
  114.  
  115. header h1 {
  116.     margin-left: 0px;
  117.  
  118.     font-family: 'Jokerman';
  119.     font-size: 75px;
  120.     color: #666666;
  121.     text-align: center;
  122. }
  123.  
  124. aside section {
  125.     margin: 5px;
  126.     padding: 5px;
  127. }
  128.  
  129. aside section:nth-child(even) {
  130.     border: 2px solid black;
  131.     border-top: 5px solid #FF0000;
  132. }
  133. aside section:nth-child(odd) {
  134.     border: 2px solid black;
  135.     border-top: 5px solid #990000;
  136. }
  137.  
  138. h3 {
  139.     padding: 0px;
  140.     margin: 0px;
  141. }
  142.  
  143. .listobjekt {
  144.     font-size: 12px;
  145.     text-align: left;
  146.  
  147.     margin: 0px;
  148.     padding: 0px;
  149.  
  150.     text-decoration: none;
  151.  
  152.     color: black;
  153. }
  154.  
  155. a, br {
  156.     margin: 0px;
  157.     padding: 0px;
  158. }
  159.  
  160. .listobjekt:before {
  161.     content: " + ";
  162.     color: red;
  163.  
  164.     font-family: "Ludia Console";
  165.  }
  166.  
  167. .listobjekt:hover:before {
  168.     content: " > ";
  169.     color: green;
  170.  
  171.     font-family: "Ludia Console";
  172. }
  173.  
  174. .listobjekt:after {
  175.     content: " + ";
  176.     color: red;
  177.     font-family: "Ludia Console";
  178. }
  179.  
  180. .listobjekt:hover:after {
  181.     content: " < ";
  182.     color: green;
  183. }
  184.  
  185. hr  {
  186.     border: 1px solid black;
  187.     border-radius: 20px;
  188. }
  189.  
  190. aside {
  191.     background: #ff9900;
  192. }
  193.  
  194. section {
  195.     background: #EEEEEE;
  196.     border-radius: 4px;
  197. }
  198.  
  199. article {
  200.     background: gold;
  201. }
  202.  
  203. header {
  204.     background: #ff9900;
  205. }
  206.  
  207. main {
  208.     background: chocolate;
  209. }
  210.  
  211. p {
  212.     text-align: left;
  213.  
  214.     margin-top: 0px;
  215.     margin-bottom: 0px;
  216.  
  217.     padding-top: 0px;
  218.     padding-bottom: 0px;
  219. }
  220.  
  221. .listobjket {
  222.     margin-left: 5px;
  223. }
  224.  
  225. section {
  226.     background: yellow;
  227. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement