Tab Mix Plus

Official Home of TMP
It is currently Sun May 19, 2013 8:27 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Fri Oct 21, 2005 8:21 am 
Red doesn't match that well with all themes


Top
  
 
 Post subject: Sorry, wrong forum
PostPosted: Fri Oct 21, 2005 8:23 am 
Maybe someone can move this to request forum.

Panu


Top
  
 
PostPosted: Fri Oct 21, 2005 8:37 am 
So this thread can be closed. Solution for me was to add:

tabs[unread=true] tab:not([selected]) .tab-text {
color: #e2c062 !important;
font-weight: bold;
}

In userChrome.css

A setting would be nice for those who change themes more frequently.


Top
  
 
 Post subject:
PostPosted: Fri Oct 21, 2005 3:19 pm 
Offline
User avatar

Joined: Mon Aug 08, 2005 11:50 am
Posts: 317
Location: 3rd Rock
Sorry, I would have posted the code but I am just now seeing the thread.

I am pretty sure this has already been requested, though....

EDIT: Added the following
And now i know why I am so sure....

http://tmp.garyr.net/forum/viewtopic.php?p=1050#1050

_________________
Image

Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 21, 2005 7:31 pm 
Offline
User avatar

Joined: Mon Aug 08, 2005 11:50 am
Posts: 317
Location: 3rd Rock
For more fun, check this out:

Code:
/* ============= UI Tab Aesthetics ============= */

/* Italicize the title of unread tabs */
#content tab:not([selected]) {
  font-style: italic !important;
  color: #FFFF00 !important;
}

#content tab[selected='true'] {
   color:#93CEFF !important;
}

#content tab[selected='false'] {
   color:#93CEFF !important;
}

This sets the loaded and not-yet-viewed tab font color to yellow, italicized, the current tab to sky blue and tabs that have been viewed but not currently being viewed to sky blue no bold.

The current tab is bold faced by default, making it stand out from the rest of the tabs, and my VS for XP also places a line under the current tab.

_________________
Image

Image


Top
 Profile  
 
PostPosted: Tue Oct 25, 2005 10:15 am 
Arpa wrote:
So this thread can be closed. Solution for me was to add:

tabs[unread=true] tab:not([selected]) .tab-text {
color: #e2c062 !important;
font-weight: bold;
}

In userChrome.css

A setting would be nice for those who change themes more frequently.

You can also use basic words for colors, such as blue, green, yellow, etc.


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group