Advertisement
XxJoshixX

[CPDDU] Delicious

Mar 25th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.85 KB | None | 0 0
  1. /* Changing the color of the header and the graphics along with it */
  2. #header { background-color: #2284C8; background-image: url(http://www.purplepieces.com/wp-content/uploads/2011/05/Kawaii-Cupcakes-Faces.jpg); }
  3. /* And of course the piece of background behind the avatar */
  4. #avatar { background-image: url(http://th02.deviantart.net/fs70/PRE/i/2010/283/7/e/commission__cupcake_chibi_by_varebanos-d30h4wr.jpg); }
  5.  
  6. /* Background color/image and text color */
  7. body { background: #FF4F91 url(http://www.purplepieces.com/wp-content/uploads/2011/05/Kawaii-Cupcakes.jpg); color: #680025; }
  8.  
  9. /* Changing the color (or image) of the logo */
  10. #menu { background-image: url(../../../img.php?logo=F7B3DA); }
  11.  
  12. /* Comment box/changing booth color */
  13. table { background-color: #FF91B8; }
  14. /* Color of text "character description for <user>" */
  15. h1 { color: #FFFFFF; }
  16.  
  17. /* Link color */
  18. a:link, a:visited, a:active { color: #A60033; }
  19. /* Link color when you move over it */
  20. a:hover { color: #FFFFFF; }
  21.  
  22.  
  23. /* Comment box/changing booth color */
  24. table { background-image: url(http://images.free-extras.com/pics/c/cupcakes-1634.jpg); color: #070D3E; border-style: dotted;
  25. border-width: 5px; border-color: #070D3E; }
  26.  
  27. /* Online/offline indicator */
  28. #online { background: url(http://img33.glitterfy.com/11202/glitterfy1073845T990D31.gif); width: 192px; height: 56px; }
  29. #offline { background: url(http://img33.glitterfy.com/11202/glitterfy1074151T281D32.gif); width: 210px; height: 56px; }
  30.  
  31. #header {
  32. font-family: Comic Sans MS;
  33. font-size: 13px;
  34. color: #000000;
  35.  
  36. }
  37.  
  38. body {
  39. font-family: Segoe Script;
  40. font-size: 12px;
  41. color: #000000;
  42. }
  43.  
  44. #equipped { display: none; }
  45.  
  46. #delicious {border-style: dotted; border-width: autopx; border-color: #000000; background-image: url(http://farm3.static.flickr.com/2130/1752384725_349aaa4468.jpg); color: black; font-family: fantasy}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement