Advertisement
conception

Disney Fairy Styling

Mar 28th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. <style>
  2. .maintop img, .footer_links, .leftnav, .likes_title, .dislikes_title, .profile_title, .music_title, .gallery, .thumbnail, .defaultpic, .maintop table, .profilename, .menu2, .userinfo, .tagline, .comments, .topbar, .journal_entry, .buttons1, .friends, .buttons2, .rate, .buttons3, .comment_title { display: none; }
  3.  
  4. #navi {
  5. margin: 0px;
  6. top: 0px;
  7. left: 0px;
  8. height: 30px;
  9. width: 100%;
  10. font-family: trebuchet MS;
  11. font-size: 10pt;
  12. text-transform: uppercase;
  13. text-align: center;
  14. letter-spacing: 2pt;
  15. background-color: #fffac4;
  16. padding-bottom: 6px;
  17. }
  18.  
  19. .navlink:link, .navlink:active, .navlink:visited {
  20. color: #9ccc9e;
  21. font-family: Trebuchet MS;
  22. font-size: 8pt;
  23. font-weight: bold;
  24. text-transform: uppercase;
  25. font-weight: lighter;
  26. padding: 2px;
  27. width: 50px;
  28. text-align: center;
  29. display: inline-table;
  30. background: #f0efe5;
  31. margin-top: 8px;
  32. letter-spacing: 1px;
  33. -webkit-transition: all 0.5s ease-out;
  34. -moz-transition: all 0.5s ease-out;
  35. }
  36.  
  37. .navlink:hover {
  38. color: #ffffea;
  39. text-transform: uppercase;
  40. font-style: normal;
  41. font-weight: lighter;
  42. text-align: center;
  43. display: inline-table;
  44. background: #181818;
  45. -webkit-transition: all 0.5s ease-out;
  46. -moz-transition: all 0.5s ease-out;
  47. }
  48. .navlink:link, .navlink:active, .navlink:visited {
  49. color: #9ccc9e;
  50. font-family: Trebuchet MS;
  51. font-size: 6pt;
  52. text-transform: uppercase;
  53. font-weight: lighter;
  54. padding: 2px;
  55. width: 75px;
  56. text-align: center;
  57. display: inline-table;
  58. background: #f0efe5;
  59. margin-top: 8px;
  60. letter-spacing: 1px;
  61. -webkit-transition: all 0.5s ease-out;
  62. -moz-transition: all 0.5s ease-out;
  63. }
  64.  
  65. a:link, .menu2, .menu2 a:link {
  66. color: #9ccc9e;
  67. font-family : verdana;
  68. text-transform: none;
  69. text-decoration: none;
  70. font-size: 14px;
  71. -webkit-transition: all 0.5s ease-out;
  72. -moz-transition: all 0.5s ease-out;
  73. font-variant: small-caps;
  74. }
  75.  
  76. a:visited, .menu2 a:visited {
  77. color: #9ccc9e;
  78. font-family : verdana;
  79. text-transform: none;
  80. text-decoration: none;
  81. font-variant: small-caps;
  82. }
  83.  
  84. a:hover, .menu, .menu a:link, .menu a:visited {
  85. color: #58a0bb;
  86. text-decoration: none;
  87. font-family : verdana;
  88. text-transform: none;
  89. background: transparent;
  90. -webkit-transition: all 0.5s ease-out;
  91. -moz-transition: all 0.5s ease-out;
  92. font-variant: small-caps;
  93. }
  94.  
  95.  
  96. .main
  97. { width: 700px; background: #ffffea; opacity: 0.9;}
  98.  
  99. html, body
  100. { background: url('http://i.imgur.com/riD4V6X.png');
  101. color: #58a0bb;
  102. font-family: verdana;
  103. font-size: 12px; }
  104.  
  105. html, table { color: #58a0bb;
  106. font-family: verdana;
  107. font-size: 12px; }
  108.  
  109. b, strong {
  110. font-variant: small-caps;
  111. font-size: 14px;
  112. color: #d258a1;
  113. font-family: garamond;
  114. text-shadow: 1px 1px 1px #f3b993;
  115. }
  116.  
  117. i {
  118. font-style: italic;
  119. font-family: georgia;
  120. font-size: 12px;
  121. color: #f3b993;
  122. text-transform: lowercase;
  123. text-shadow: 1px 1px 1px #fffac4;
  124. }
  125.  
  126. u {
  127. color: #9ccc9e;
  128. border-bottom: 1px dotted #58a0bb;
  129. font-family: garamond;
  130. text-shadow: 1px 1px 1px #fffac4;
  131. font-size: 16px;
  132. }
  133.  
  134. s {
  135. color: #d258a1;
  136. font-family: verdana;
  137. text-shadow: 1px 1px 1px #f3b993;
  138. font-size: 10px;
  139. text-decoration: line-through;
  140.  
  141. }
  142.  
  143. h1 {
  144. display: block;
  145. border-top: 1px solid #9ccc9e;
  146. border-bottom: 1px solid #9ccc9e;
  147. border-left: none;
  148. border-right: none;
  149. color: #9ccc9e;
  150. background: #fffac4;
  151. font-size: 18px;
  152. font-family: georgia; }
  153.  
  154. h3 {
  155. font-variant: small-caps;
  156. font-family: garamond;
  157. font-size: 12px;
  158. display: block;
  159. color: #f3b993; }
  160.  
  161.  
  162. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement