Advertisement
GoldLeej

css styes

Jan 5th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Arapey);
  2. @import url(http://fonts.googleapis.com/css?family=Devonshire);
  3. @import url(http://fonts.googleapis.com/css?family=Anaheim);
  4.  
  5.  
  6. html, body { margin: 0; padding: 0; background-color: #333333; background-image: url(/a/imgs/bg.jpg); background-repeat:no-repeat; background-position:center; font-size: 100%; }
  7. body { margin: 0; font: 400 normal 0.8em/1.5em Anaheim, Georgia, serif; color: #ffffff; }
  8.  
  9.  
  10.  
  11. #main, #hold { width: 800px; }
  12. li.picture { width: 50px; height: 50px; }
  13.  
  14.  
  15. h1 { border-bottom: 2px solid #222; }
  16. li.picture { border: 2px solid #000; }
  17.  
  18.  
  19. #main, #hold, ol { margin: 0 auto; }
  20. h1, h2, h3, p, ul, li { margin: 0; }
  21. li.number, li.dot { margin: 0 18px 0 18px; }
  22. li.picture { margin: 0 5px 0 5px; }
  23. .chat { float: left; }
  24. .staff { position: absolute; top: 15%; left: 57%; color: #9900ff; font-family: Copperplate Gothic Light, Arial, Georgia; 10pt;box-shadow: 0 0 9px #333; background-color: #111;border-top-right-radius:20px;border-top-left-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px; overflow: auto;}
  25. #main, h2, ul, #hold, li.picture { padding: 0; }
  26. h1 { padding: 30px 0 0 0; }
  27. h3 { padding: 0 0 10px 0; }
  28. p, li { padding: 0 0 20px 0; }
  29. ul.menu li { padding: 3px 0 30px 20px; }
  30.  
  31.  
  32. h1 { font: 400 normal 3.1em/1em "Arapy", serif; color: #f57a00; letter-spacing: 0.1em; }
  33. h2 { font: 400 normal 2.2em/1.3em "Devonshire", serif; color: #edddde; }
  34. h3 { font: 400 normal 1.8em/1.3em "Anaheim", sans-serif; }
  35. ul.menu li { font: 600 normal 1.1em/1em "Century Gothic", serif; color: #1A1A1A; }
  36.  
  37.  
  38. h2, p.center { text-align: center; }
  39. h1 { font-variant: small-caps; }
  40. ul.menu li { text-transform: uppercase; }
  41. h2, h3, p, ul { clear: both; }
  42.  
  43.  
  44. li { list-style: none; }
  45. li.number { list-style: outside decimal; }
  46. li.dot { list-style: outside square; }
  47. ul.menu li { float: right; }
  48. li.picture { float: left; }
  49.  
  50.  
  51. A:link, A:active, A:visited, A:hover { color: #cccccc; }
  52. A:link, A:active, A:visited, A:hover { text-decoration: none; }
  53. A.current:link, A.current:active, A.current:visited { color: #ffffff; }
  54. A.current:link, A.current:active, A.current:visited, A.current:hover { text-decoration: line-through; }
  55. A:hover, A.current:hover { color: #717171; }
  56.  
  57. strong { color: #ffcc00; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement