Advertisement
Guest User

ryanz

a guest
Dec 18th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. /*-*************************************************************
  2. # File: Abstract_right
  3. # Title: Chatango Theme Abstract_right
  4. # Author: Lyend/Doom
  5. # Version: 1.22
  6. # Description:
  7. # This is a basic theme for Chatrooms modified for the fact
  8. # That Alec has the most boring shit ever. This just changes
  9. # The top mode of the chatango room this is strictly meant for
  10. # The following browsers Firefox/Google Chrome/Opera/Sarifa/ (Ads show up in IE)
  11. **************************************************************-*/
  12. /*-**************************************************************
  13. # License
  14. ****************************************************************
  15. # Copyright 2012-2014 Lyend
  16. # This program is distributed under the terms of the GNU GPL.
  17. **************************************************************-*/
  18. body
  19. {
  20. background-color: #000;
  21. background-image:url('http://img2.wikia.nocookie.net/__cb20141005173501/nanatsu-no-taizai/images/7/75/Elizabeth_happily_accepting_Meliodas_offer.png');
  22. background-repeat: no-repeat;
  23. background-position: right top;
  24. color: #FFF;
  25. }
  26. h1
  27. {
  28. font: italic 20px serif;
  29. margin: 10px;
  30. }
  31. .group_desc
  32. {
  33. text-align: left;
  34. text-shadow: #5992A3 20px -12px 2px;
  35. }
  36. /* Hide all this annoying shit... */
  37. .group_title {visibility: hidden;}
  38. .logo_cell {height: 0px; display: none;}
  39. .bottombar {display: none;}
  40. /* Hide those fucking ads no one likes. (Not in IE)*/
  41. tr:first-child + * { display: none; }
  42. tr:first-child { display: none; }
  43. ins {height: 0px !important; display: none !important;}
  44. /* We'll keep the flash player so people can do what they want with it. */
  45. #flash {display: inline !important; background-color: #F00;}
  46. /*
  47. #-------------------------------------------------#
  48. #The stuff you put into chatango description below#
  49. #-------------------------------------------------#
  50. Lyend's CSS*/
  51.  
  52. /*
  53. +---------------+
  54. / Abstract /
  55. / Finished /
  56. / V1 9/25/12<3/
  57. +---------------+
  58. -----------------------
  59. V 1.22 Complete 10/6/12
  60. -----------------------
  61. -After Alec's update on the IE ads, I removed the coding for those so that the chatrooms didn't appear blank.
  62. *****************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement