Advertisement
XxJoshixX

[CPDDU] Pandalicious

Mar 25th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.90 KB | None | 0 0
  1. /* Online/offline indicator (add a background image if you want it to show) */
  2. #online { background: url(http://img-cache.cdn.gaiaonline.com/1e5bc3b3d2002c5926f142df3ba0c825/http://images3.wikia.nocookie.net/__cb20090221183134/sims/images/3/3e/Anime-cute-panda.gif); width: 144px; height: 38px; }
  3. #offline { background: url(http://th1170.photobucket.com/albums/r525/sceney3/th_panda.gif); width: 144px; height: 38px; }
  4.  
  5. /* Background color/image and text color */
  6. body { background: #FFFFFF url(https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRfgrKipcI8uqN0rS0pYIX1bzTre92nISZAkNNE1bmzqQ13DvxN);); color: #000000; }
  7.  
  8. /* Comment box/changing booth color */
  9. table { background-color: #FFFFFF; }
  10.  
  11. /* Color of text "character description for <user>" */
  12. h1 { color: #000000; }
  13.  
  14. /* Link color */ a:link, a:visited, a:active { color: #585858; } /* Link color when you move over it */ a:hover { color: #6E6E6E; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement