Advertisement
taffyratch

Stilsett #2

Feb 13th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. .entry {
  2. background-color: transparent;
  3. }
  4. body {
  5. background-color: #CCC2B6;
  6. background-image: url("");
  7. font-family: Arial, Helvetica, sans-serif;
  8. color: #333333;
  9. }
  10. #header {
  11. background-color: #transparent;
  12. display:none;
  13. }
  14. #wrapper {
  15. background-color: #transparent;
  16. width: 850px;
  17. margin-left: -50px;
  18. }
  19. #main {
  20. background-color: #ffffff;
  21. font-size: 9pt;
  22. width: 600px;
  23. float:left;
  24. margin-left: 0px;
  25. padding: 10px;
  26. font-family: Arial;
  27. color: #000000;
  28. font-size: 8pt;
  29. }
  30. #side {
  31. background-color: #ffffff;
  32. float: right;
  33. font-family: arial;
  34. color: #000000;
  35. font-size: 8pt;
  36. width: 200px;
  37. padding: 8px;
  38. }
  39. #footer {
  40. background-color: #ffffff;
  41. display: none;
  42. }
  43. h2 {
  44. font-family: 'Dancing Script', cursive;
  45. border-bottom: 0px solid #DBD3E3;
  46. color: #000000;
  47. font-style: normal;
  48. font-size: 40px;
  49. letter-spacing: 3px;
  50. font-weight: normal;
  51. margin-bottom: 0px;
  52. margin-top: 3px;
  53. padding-bottom: 2px;
  54. line-height: 100%;
  55. text-align: center;
  56. }
  57. h3 {
  58. font-family: 'Raleway', sans-serif;
  59. font-size: 15px;
  60. color: #000000;
  61. text-transform: normal;
  62. padding: 2px 5px -2px 2px;
  63. letter-spacing: 2px;
  64. margin-bottom: 20px;
  65. line-height: 120%;
  66. border-bottom: 0px solid #000;
  67. }
  68. textarea {
  69. background-image: url('http://i48.tinypic.com/2njy5pf.png');
  70. background-position: right bottom;
  71. background-repeat: no-repeat;
  72. }
  73. a { color: #DB91AF}
  74. a:link { color: #DB91AF}
  75. a:visited { color: #DB91AF}
  76. a:active { color: #DB91AF}
  77. h1, h4, h5 { font-family: Tahoma, Geneva, sans-serif; }
  78. #header h1, #header p { display:none }
  79. #header { color: #000000; }
  80. h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #000000; }
  81. h2 a, h2 a:link, h2 a:visited, h2 a:active { text-decoration: none; color: #8C8588; }
  82. a.yes:link, a.yes:visited, a.yes:active
  83. {display:block; font-family:helvetica; background:#0c0c0c; text-transform:uppercase; font-size:8px; padding:7px 0px 7px 2px; margin-bottom:3px; border-right:5px solid #e2e2e2; color:#a4a4a4; background:#000; letter-spacing:1px;}
  84. a.yes:hover {background:#000; border-right:5px solid #eb4e9c; color:#a4a4a4;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement