Advertisement
Guest User

fsdfsdfsd

a guest
Dec 18th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. /*-*************************************************************
  2. # File: Abstract_right
  3. # Title: Chatango Theme Abstract_right
  4. # Author: Lyend/Doom <Lyend.chatango@gmail.com>
  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: #000000;
  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: center;
  24. color: #000;
  25. opacity:0.9;
  26. }
  27. h1
  28. {
  29. font: calibri 8px serif;
  30. margin: 10px;
  31. }
  32. .group_desc
  33. {
  34. text-align: right;
  35.  
  36. }
  37. /* Hide all this annoying shit... */
  38. .group_title {visibility: hidden;}
  39. .logo_cell {height: 0px; display: none;}
  40. .bottombar {display: none;}
  41. /* Hide those fucking ads no one likes. (Not in IE)*/
  42. tr:first-child + * { display: none; }
  43. tr:first-child { display: none; }
  44. ins {height: 0px !important; display: none !important;}
  45. /* We'll keep the flash player so people can do what they want with it. */
  46. #flash {display: inline !important; background-color: #F00;}
  47. /*
  48. #-------------------------------------------------#
  49. #The stuff you put into chatango description below#
  50. #-------------------------------------------------#
  51. <link rel="stylesheet" type="text/css" href="http://pastebin.com/raw.php?i=sHQt69ZY" /><h1>Union</h1>*/
  52.  
  53. /*
  54. +---------------+
  55. / Abstract /
  56. / Finished /
  57. / V1 9/25/12<3/
  58. +---------------+
  59. -----------------------
  60. V 1.22 Complete 10/6/12
  61. -----------------------
  62. -After Alec's update on the IE ads, I removed the coding for those so that the chatrooms didn't appear blank.
  63. *****************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement