Aqua-Soft Forums: How Thunderbird can look like - Aqua-Soft Forums

Jump to content

  • 11 Pages +
  • « First
  • 7
  • 8
  • 9
  • 10
  • 11
  • You cannot start a new topic
  • You cannot reply to this topic

How Thunderbird can look like Rate Topic: -----

#161 User is offline   j2227 Icon

  • Group: Member
  • Posts: 329
  • Joined: 08-July 05

Posted 24 March 2006 - 03:01 AM

I gotta request for @DJ Fall:

I know you did an awesome job with your search box mod....well...do you mind doing one with the blue glow behind it? All you have to do it edit the PNGs. :D I noticed that you made your search box on the top line, so you might have to edit the original so that its inline with the glow one. If you don't have any time, well, I suppose I'll do it myself.
0

#162 User is offline   DJ Fall Icon

  • Group: Member
  • Posts: 83
  • Joined: 19-December 04

Posted 24 March 2006 - 04:24 PM

Hmm, that's a good Question! I'm not sure if this will be possible... is there a "klicked-status" and a "non-klicked-status" Image? I only see one Image to edit and not two like in Firefox. Correct me if i'm wrong but i don't think this will be possible to get the blue glow effect working with only one Image in the TigerMail Theme.jar... perhaps with a UserChrome-Setting but with that i don't know the right Command for that.
0

#163 User is offline   j2227 Icon

  • Group: Member
  • Posts: 329
  • Joined: 08-July 05

Posted 25 March 2006 - 02:43 AM

Yes, I think it should be possible. It's possible in firefox (a klicked-status and non-klicked-status) just see any of the firefox to safari themes, so it should be posssible in thunderbird via some tweaking of the searchbox.css (or whatever its called) I'm about done with all the editing userChrome stuff, so just checking about that.
0

#164 User is offline   texa Icon

  • Group: Member
  • Posts: 10
  • Joined: 09-April 05

Posted 25 March 2006 - 04:09 AM

plz, i need help!
i done all from first post and my thunderbird work perfektly, but i go to View->Toolbars->Mail and all buttons and menu hidden. And now, i don't know how it return

Attached File(s)

  • Attached File  mail.jpg (80.89K)
    Number of downloads: 94

0

#165 User is offline   DJ Fall Icon

  • Group: Member
  • Posts: 83
  • Joined: 19-December 04

Posted 25 March 2006 - 04:55 AM

@j2227:
i think you are right... i looked in my Firefox Safari-Theme (Searchbar.css) an found a Parameter called: [focused="true"]
I think with this we can get the "hover State"-Possibility in the Searchbar... i will try to edit it. But i don't know if it works and how long it take to get a good result. I'll post my status in the next days, ok?

What's about the Titelbar? We need that Feature that it shows the Number of Messages too... but i don't know a solution. I looked at the coding stuff but i understand nothing, concerning this...
0

#166 User is offline   j2227 Icon

  • Group: Member
  • Posts: 329
  • Joined: 08-July 05

Posted 25 March 2006 - 10:58 PM

@DJ Fall, good question. I know with the extension INpac mention way at the beginning of this thread it displays the number of unread. The problem is that its before the folder name:

(1 unread) Inbox

and it also doesn't say the total number of messages. I'll briefly look through the extension and see what's what.

-----

@texa, what extension are you using to hide your menu if any? did you add the userchrome.css to your theme? In it contains a line /* Hide menu bar (File, Edit, Menu, etc) */ and that does hide the title bar.
0

#167 User is offline   texa Icon

  • Group: Member
  • Posts: 10
  • Joined: 09-April 05

Posted 26 March 2006 - 05:55 AM

@j2227, i don't remember, i done all as wrote in first post
this content my userChrome.css file:

Quote

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

treerows {
background-color: #F7F9EA ! important;
}
treechildren {
font-size: 8pt ! important;
font-family : Tahoma, Arial, Verdana, sans-serif ! important;
font-weight: normal ! important;
}
treechildren::-moz-tree-cell-text(read) {
font-size: 8pt ! important;
font-family : Tahoma, Arial, Verdana, sans-serif ! important;
font-weight: normal;
}
treechildren::-moz-tree-cell-text(unread) {
font-size: 8pt ! important;
font-family : Tahoma, Arial, Verdana, sans-serif ! important;
font-weight: bold;
}

0

#168 User is offline   theEVILcube Icon

  • Group: Member
  • Posts: 143
  • Joined: 12-February 05

Posted 26 March 2006 - 07:00 AM

I am having some problems getting what I want in the messages pane.
I have an image that is used for the folder and messages pane but what I want is for the image to only be displayed in the messages pane. IE the alternating message background.

I would like the folderpane to have a solid background, not an alternating color.

Everything I have tried so far either displays the image in both the message and folder pane or neither. I cant figure out what controls the image in each specific area.
Here is a link to what I have now. Hopefully someone help.
LINK
0

#169 User is offline   sean.fletcher Icon

  • Group: Member
  • Posts: 602
  • Joined: 07-March 05

Posted 26 March 2006 - 08:28 AM

did you only change it in the message pane?
if you do it in the folder tree also it will affect the folders, too.
0

#170 User is offline   DJ Fall Icon

  • Group: Member
  • Posts: 83
  • Joined: 19-December 04

Posted 26 March 2006 - 02:08 PM

@j2227:
My Status of the search box mod (with the blue glow) is:
I got it to work!! But i need some help to finish it. My problem is that i don't get the "focus-Status" to the right side of the search box!
Do you know a solution? If not we have to delete the gray "Clear-Button"-Feature. Without that, the blue glow is working all over the Bar... (i tested it)

[Text removed...]


But the addition [focused="true"] didn't work in my mod for the last parameter (quick-search-clearbutton)... :( I hope you understand what i mean and you have a suggestion how to fix that.

Attached File(s)


0

#171 User is offline   theEVILcube Icon

  • Group: Member
  • Posts: 143
  • Joined: 12-February 05

Posted 26 March 2006 - 06:19 PM

@sean.fletcher - Thats my problem. I havent been able to figure out what the css is for defining a specific image to just the message pane is.
0

#172 User is offline   sean.fletcher Icon

  • Group: Member
  • Posts: 602
  • Joined: 07-March 05

Posted 26 March 2006 - 06:51 PM

I think when I changed mine to have larger row heights, the folder pane was defined by ""/*::::: tree rows :::::*/""

I think the message pane is ""/*::::: message pane :::::*/""
0

#173 User is offline   theEVILcube Icon

  • Group: Member
  • Posts: 143
  • Joined: 12-February 05

Posted 26 March 2006 - 08:34 PM

Well Ive tried some more trial and error and looking in the DOM inspector but all with no success.

Also 'tree-rows' is the class I think

This will disable all the features in the folderpane but it does leave the message pane image in place. Almost what I want.
#folderTree  {display: none; !important;}


Help any one?
0

#174 User is offline   j2227 Icon

  • Group: Member
  • Posts: 329
  • Joined: 08-July 05

Posted 27 March 2006 - 12:15 AM

@DJ Fall, did you try the !important tag next to the background-image property? It looks like you did it on all of them except it.

Also try:

.quick-search-clearbutton:focus

@texa, if you have the folder {EDA7B1D7-F793-4e03-B074-E6F303317FB0} in your extension folder, i suggest deleting it. If you don't have it, I recommend moving all your extensions to a different folder, and once you get a the menu back, one by one see which one causes it.

@theEVILcube, I'm not sure there is a way to have both different. When testing, this kinda broke my DOM inspector :( so i gotta reinstall that...

Edit:

Wait a second...of course there is the folder tree's blue and the message pane is greyish white so there has to be. Please hold. :)

That's all I've got for everyone.
0

#175 User is offline   DJ Fall Icon

  • Group: Member
  • Posts: 83
  • Joined: 19-December 04

Posted 27 March 2006 - 01:00 AM

Do you mean it like this?
.quick-search-clearbutton[focused="true"] {

  background: url("chrome://messenger/skin/icons/SearchBarRight-hov.png") right center no-repeat !important;
-> this i didn't works.
Hmm, the alternative Parameter: .quick-search-clearbutton:focus didn't work too. Also not with the important tag. Maybe i'm too stupid for that part...
I hate when things not working... :( I'm a the End now with my skills... :cry: Is it possible that you could try to get an other Image on the right side for the "klicked state"? I only need the Parameters who work. Or if you want, i send you my work till that point and you try your luck.
But i'm sure the Problem is about this Image, because this is responsible for the right side of the searchbar. :confused:
0

#176 User is offline   j2227 Icon

  • Group: Member
  • Posts: 329
  • Joined: 08-July 05

Posted 27 March 2006 - 05:39 AM

This is quite daffy ;). Just PM the images and your searchbox.css (or userchrome, if your using that to edit it) to me and I'll take a try at it.

@all:

try to limit the number of request right now. Kinda busy with the full tutorial coming probably not until mid-week to weekend, so its somewhat distracting. Or if you do post a request, know that it most likely won't be answered by me. After all's done, I'll answer all the request again.

0

#177 User is offline   texa Icon

  • Group: Member
  • Posts: 10
  • Joined: 09-April 05

Posted 27 March 2006 - 01:57 PM

@j222", thnx!
0

#178 User is offline   Ertai88 Icon

  • Group: News Posters
  • Posts: 1,112
  • Joined: 25-March 06

Posted 29 March 2006 - 03:45 AM

How do you get the icons in the folder tree menu thing on the left side of Thunderbird small?
0

#179 User is offline   theEVILcube Icon

  • Group: Member
  • Posts: 143
  • Joined: 12-February 05

Posted 29 March 2006 - 07:22 PM

@ Ertai88 - Thats how Tiger Mail 2.0 comes packaged. I believe that author switched to the smaller icons when the themed was updated.
0

#180 User is offline   Ertai88 Icon

  • Group: News Posters
  • Posts: 1,112
  • Joined: 25-March 06

Posted 30 March 2006 - 04:12 AM

Oh.....

I should really check for updates...
0

  • 11 Pages +
  • « First
  • 7
  • 8
  • 9
  • 10
  • 11
  • You cannot start a new topic
  • You cannot reply to this topic