SHOW:
|
|
- or go back to the newest paste.
| 1 | /*-************************************************************* | |
| 2 | # File: Abstract_right | |
| 3 | # Title: Chatango Theme Abstract_right | |
| 4 | # Author: Lyend/Doom <[email protected]> | |
| 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; |
| 20 | + | background-color: #FFFFFF; |
| 21 | - | background-image:url('http://i.cubeupload.com/ibSUEi.jpg');
|
| 21 | + | background-image:url('http://i.imgur.com/ZMwAAzm.png');
|
| 22 | background-repeat: no-repeat; | |
| 23 | background-position: right top; | |
| 24 | color: #000; | |
| 25 | } | |
| 26 | h1 | |
| 27 | {
| |
| 28 | font: calibri 8px serif; | |
| 29 | margin: 10px; | |
| 30 | } | |
| 31 | .group_desc | |
| 32 | {
| |
| 33 | text-align: right; | |
| 34 | ||
| 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 | <link rel="stylesheet" type="text/css" href="http://pastebin.com/raw.php?i=sHQt69ZY" /><h1>Reece's chatbox bg thing</h1>*/ | |
| 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 | *****************************************************/ |