Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*////////////////////////////////////////////////////////*/
- /*// CHAT CONTENT WINDOW STYLES //////////////////////////*/
- /*////////////////////////////////////////////////////////*/
- /*// Actual chat box //*/
- #deviantART .damncrc-chat
- {
- background: #FFFFFF !important;
- color: #002666 !important;
- padding: 10px !important;
- }
- /*// Border around chat box //*/
- #deviantART .damncrc-chat-window
- {
- border: 10px solid #1A3035 !important;
- }
- /*// Messages sent BY you //*/
- #deviantART .damncrc-chat .self-hl{ background: transparent !important; }
- /*// Messages send TO you //*/
- #deviantART .damncrc-chat .other-hl{ background-color: #D7ECF7!important; }
- /*// Gets rid of weird grey background thingy behind names //*/
- #deviantART .damncrc-chat .self-hl span{ background: transparent !important; }
- #deviantART .damncrc-chat .other-hl span{ background: transparent !important; }
- /*// Style for join and part channel messages //*/
- #deviantART .damncrc-chat .join,
- #deviantART .damncrc-chat .part
- {
- color: #CCCCCC !important;
- }
- /*// Style for links within chat messages //*/
- #deviantART .damncrc-chat a{ color: #0066FF !important; }
- #deviantART .damncrc-chat a:hover{ color: #002666 !important; }
- /*////////////////////////////////////////////////////////*/
- /*// WHOIS WITHIN CHAT CONTENT AREA //////////////////////*/
- /*////////////////////////////////////////////////////////*/
- /*// Padding around the /whois box //*/
- #deviantART .damncrc-chat .userinfo-inner
- {
- padding: 20px !important;
- }
- /*// Border around the /whois box //*/
- #deviantART .damncrc-chat .userinfo-inner .alt0
- {
- border-color: #666666 !important;
- border: 1px dotted #666666 !important;
- }
- /*// Style for the collumn on the left of /whois //*/
- #deviantART .damncrc-chat .userinfo-inner .avatar,
- #deviantART .damncrc-chat .userinfo-inner .bodyarea
- {
- background: none !important;
- background-color: #E4EDEF !important;
- border: 0px !important; /* Required */
- }
- /*// Style for the right userinfo area of /whois //*/
- #deviantART .damncrc-chat .userinfo-inner div.read
- {
- color: #002666 !important;
- background-color: #F3F7F8 !important;
- margin-left: 60px !important; /* Required */
- border-left: 1px dotted #666666 !important;
- }
- /*// Links in the userinfo //*/
- #deviantART .damncrc-chat .userinfo-inner div.read a{ color: #3366CC !important; }
- #deviantART .damncrc-chat .userinfo-inner div.read a:hover{ color: #002666 !important; }
- /*////////////////////////////////////////////////////////*/
- /*// TITLE, TOPIC AND TAB STYLES /////////////////////////*/
- /*////////////////////////////////////////////////////////*/
- /*// Chatroom title bar //*/
- #deviantART .damncr-title
- {
- padding: 10px 10px 5px 10px !important;
- background-color: #3366CC !important;
- color: #FFFFFF !important;
- border-bottom: 3px solid #003399 !important;
- }
- /*// Links within the title bar //*/
- #deviantART .damncr-title a{ color: #A6EDFF !important; }
- #deviantART .damncr-title a:hover{ color: #FFFFFF !important; }
- /*// Code to hide the _You need to install ... to see this channel's theme_ message, //*/
- /*// which I placed inside <sub> ... </sub> tags in the chatroom title. //*/
- #deviantART .damncr-title sub{ display: none !important; }
- /*// Chatroom topic bar //*/
- #deviantART .damncrc-topic
- {
- padding: 3px !important;
- padding-top: 10px !important;
- background-color: #26474F !important;
- color: #CCCCCC !important;
- border: 0px !important;
- }
- /*// Links within the topic bar //*/
- #deviantART .damncrc-topic a{ color: #FFFFFF !important; }
- #deviantART .damncrc-topic a:hover{ color: #CCCCCC !important; }
- /*// Background for row the tabs are in //*/
- #deviantART .damn-lo-row-top
- {
- background-color: #4883D7 !important;
- background-image: url(http://www.neontoast.com/damnstyler/header-image.jpg) !important;
- background-position: right top !important;
- background-repeat: no-repeat !important;
- }
- /*// To resize the tab bar: //*/
- /* Set the desired height in .damnc-tabbar-outer */
- #deviantART .damnc-tabbar-outer
- {
- height: 80px !important;
- border: 0px;
- }
- /* Add a margin-top of (HEIGHT - 31px) to .damnc-tabbar */
- /* You take away 31px becasue that is the height of the box containing the tabs */
- #deviantART .damnc-tabbar
- {
- margin-top: 49px !important;
- }
- /*// Tab for your chatroom //*/
- #deviantART .tabbar strong
- {
- color: #FFFFFF !important;
- background: #3366CC !important;
- border: 0px;
- /* float: right; // Add this is to align your tab on the right-hand side. */
- }
- /*// All other tabs //*/
- #deviantART .tabbar a
- {
- /* NOTE: Careful, if you change the colour of other tabs they won't blink white */
- /* or maroon when the users gets a message in another channel */
- border: 1px solid #3366CC !important;
- background-color: #4883D7 !important;
- /* float: right; // Add this is to align all other tabs on the right-hand side. */
- }
- #deviantART .tabbar a:hover
- {
- background-color: #3366CC !important;
- color: #FFFFFF !important;
- }
- /*////////////////////////////////////////////////////////*/
- /*// REST OF THE LAYOUT, INCLUDING MEMBER LIST ///////////*/
- /*////////////////////////////////////////////////////////*/
- /*// Rest of the layout //*/
- #deviantART .alt0
- {
- background: #26474F !important;
- color: #FFFFFF !important;
- }
- /*// Member list //*/
- #deviantART .damncr-members
- {
- background-image: url(http://www.neontoast.com/damnstyler/members-bg.gif) !important;
- background-position: right !important;
- background-repeat: repeat-y !important;
- }
- /*// Each privclass list in memberlist //*/
- #deviantART .damncr-members dl{
- padding: 10px 5px 0px 5px !important;
- }
- /*// Member list - Userinfo Border //*/
- #deviantART .damncr-infoctr{ border-color: #26474F !important; }
- /*// Member list - Userinfo links //*/
- #deviantART .damncr-infoctr a{ color: #CCCCCC !important; }
- #deviantART .damncr-infoctr a:hover{ color: #FFFFFF !important; }
- /*// Background colour behind avatars in /whois and userinfos //*/
- #deviantART .aside-left,
- #deviantART .damncr .userinfo .avatar
- {
- background-color: #26474F !important;
- border-color: #1A3035 !important;
- }
- /*// Bar below the chat content window //*/
- #deviantART .damncrc-iconbar
- {
- padding: 5px;
- }
- /*// "Send" button for chat input //*/
- #deviantART input.button
- {
- -moz-border-radius: 0 !important; /* Use this code to get rid of the ugly "rounded corners" */
- background-color: #1A3035 !important;
- border: 0px !important;
- color: #FFFFFF !important;
- font-weight: bold !important;
- font-size: 10px !important;
- text-transform: uppercase !important;
- padding: 3px !important;
- margin: 0px !important;
- }
- #deviantART input.button:hover
- {
- color: #CCCCCC !important;
- }
- /*// Error message that appears below the chat content window //*/
- #deviantART .damncrc-error
- {
- background-color: #26474F !important;
- color: #FFFFFF !important;
- }
Add Comment
Please, Sign In to add comment