EmailDiscussions.com  

Go Back   EmailDiscussions.com > Email Service Provider-specific Forums > FastMail Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Stay in touch wirelessly

FastMail Forum All posts relating to FastMail.FM should go here: suggestions, comments, requests for help, complaints, technical issues etc.

Reply
 
Thread Tools
Old 21 Jul 2017, 05:30 AM   #46
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Lightbulb

Quote:
Originally Posted by somdcomputerguy View Post
In place of, or in addition to? border: and color: are two different things.

- bruce
I guess I replaced...
I tried adding back in "color:black;"
but I saw no change..
the green border overrides it I guess...

next I tried removing
Quote:
box-shadow:5px 5px 5px rgba(0,0,0,.25), 0 0 20px transparent inset, 0 0 1px rgba(255,255,255,0.5) inset;
the shadow around the border did disappear...
so im some way its both a addition and replacing..

ie. in addition to the shadow... but replaced the black color of it...
joe_devore is offline   Reply With Quote
Old 21 Jul 2017, 05:40 AM   #47
somdcomputerguy
Cornerstone of the Community
 
Join Date: Jun 2004
Location: Rupert, WV
Posts: 876
Well I think the color: element has no matter anyway in this case except if there is any text in the thing.. I think the increase of the border size (5px you did I believe) is what is making the most visible display you are seeing..

- bruce
somdcomputerguy is offline   Reply With Quote
Old 21 Jul 2017, 05:45 AM   #48
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Quote:
Originally Posted by somdcomputerguy View Post
Well I think the color: element has no matter anyway in this case except if there is any text in the thing.. I think the increase of the border size (5px you did I believe) is what is making the most visible display you are seeing..

- Bruce
Yeah... I took it from the code tutorial page I linked above..
and modified from 20p to just 5p which was good enough...
and since green is one of my two favorite colors the other being blue..

not to mention a green is a nice bold color that stands out a bit more
on a screen of mostly black and white..
joe_devore is offline   Reply With Quote
Old 21 Jul 2017, 06:04 AM   #49
somdcomputerguy
Cornerstone of the Community
 
Join Date: Jun 2004
Location: Rupert, WV
Posts: 876
Quote:
Originally Posted by joe_devore View Post
not to mention a green is a nice bold color that stands out a bit more on a screen of mostly black and white..
Kind of a 'terminal' type of theme thing there..

- bruce
somdcomputerguy is offline   Reply With Quote
Old 21 Jul 2017, 06:09 AM   #50
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Lightbulb

Quote:
Originally Posted by somdcomputerguy View Post
Kind of a 'terminal' type of theme thing there..

- Bruce
lol sure

of course anyone can tweak the color to what what evre they want when they copy it in to the
Stylish profile/setup...

on that note.. Stylish is NOT being update for Web-Extensions... So I with a bit of help I found this extension that is
Stylish's successor...

https://addons.mozilla.org/en-US/firefox/addon/styl-us/
joe_devore is offline   Reply With Quote
Old 21 Jul 2017, 06:22 AM   #51
somdcomputerguy
Cornerstone of the Community
 
Join Date: Jun 2004
Location: Rupert, WV
Posts: 876
Quote:
Originally Posted by joe_devore View Post
on that note.. Stylish is NOT being update for Web-Extensions... So I with a bit of help I found this extension that is
Stylish's successor...
That's interesting, and good to know. I don't use the Firefox browser, but I do use a current version of the Stylish extension..
somdcomputerguy is offline   Reply With Quote
Old 21 Jul 2017, 06:32 AM   #52
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Lightbulb

ooh its available for more then just Firefox..!! lol

joe_devore is offline   Reply With Quote
Old 21 Jul 2017, 06:42 AM   #53
somdcomputerguy
Cornerstone of the Community
 
Join Date: Jun 2004
Location: Rupert, WV
Posts: 876
Quote:
Originally Posted by joe_devore View Post
ooh its available for more then just Firefox..
Heh.. I don't primarily use Chrome or any of the other Main browsers. I use the Palemoon browser.

- bruce
somdcomputerguy is offline   Reply With Quote
Old 21 Jul 2017, 06:47 AM   #54
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Lightbulb

Quote:
Originally Posted by somdcomputerguy View Post
Heh.. I don't primarily use Chrome or any of the other Main browsers. I use the Palemoon browser.

- Bruce
lol k... yeah I have heard of PaleMoon... that being the case...
the Stylish will continue to run on it. and if they add web-extension api..
maybe Stylus too...
joe_devore is offline   Reply With Quote
Old 27 Jul 2017, 09:45 AM   #55
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
This will move the red "Pin" back to the left, where it used to be:

But first, you have to change the existing code as such...

Change:

Code:
/* Makes all grey buttons look shaded */
.v-Button {
box-shadow:5px 5px 5px rgba(0,0,0,.25), 0 0 20px transparent inset, 0 0 1px rgba(255,255,255,0.5) inset;
}
To...

Code:
/* Makes All Grey Buttons Look Shaded */
.v-Button--hasIcon,.v-MenuButton,.v-ResourceItem-badge,.v-ResourceItem-rightCol > button {
box-shadow:5px 5px 5px rgba(0,0,0,.25), 0 0 20px transparent inset, 0 0 1px rgba(255,255,255,0.5) inset;
}
and then underneath that add:

Code:
/* Puts The Pin On The Left */
.v-Thread .is-pinned {
position:fixed;
top:-8px;
left:-27px;
background-color:transparent;
}

/* Puts The Pin On The Left */
.v-Thread .is-unpinned {
position:fixed;
top:-8px;
left:-27px;
}
Gsptlsnz is offline   Reply With Quote
Old 6 Aug 2017, 11:52 PM   #56
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Code:
/* Always Show File Size */
.v-MailboxItem-size {
position:relative;
top:7px;
left:657px;
display:inline;
color:green;
font-size:10pt;
background-color:white;
}

/* Makes File Size Vanish On Hover*/
.v-MailboxItem-size:hover {
color:transparent;
background-color:transparent;
}
Gsptlsnz is offline   Reply With Quote
Old 7 Aug 2017, 03:01 AM   #57
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Exclamation

Nice Gsptlsnz, I will try out the new one...

I just can't add anymore code to the opening post... its maxed out lol ;p


this one doesn't work right... its pops the file size in the middle-right of the subject text...
Code:
	/* Always Show File Size */
	.v-MailboxItem-size
	{
	position:relative;
	top:7px;
	left:657px;
	display:inline;
	color:green;
	font-size:10pt;
	background-color:white;
	}
changed to.. idk....
I use the "Classic Theme" in FM.. so it automatically shows the
file size.. it aligns to the far right

check it out....

I settled on for " " now...
Code:
	/* Color & Size of MAIL File Size, while using classic FM theme */
	.v-MailboxItem-size
	{
	display:inline;
	color:red;
	font-size:11pt;
	}

Last edited by joe_devore : 7 Aug 2017 at 11:10 AM.
joe_devore is offline   Reply With Quote
Old 7 Aug 2017, 09:28 AM   #58
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
I wasn't sure about posting that code ... may not work right if your monitor resolution is an unusual size or you are not using "Standard Theme".

Use it if it works...
Gsptlsnz is offline   Reply With Quote
Old 7 Aug 2017, 09:31 AM   #59
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Lightbulb

I will use that bit to color mail file size 'red'...


I will try to update this one in the root post...
Code:
/* Makes All Grey Buttons Look Shaded */
.v-Button--hasIcon,.v-MenuButton,.v-ResourceItem-badge,.v-ResourceItem-rightCol > button
{
box-shadow:5px 5px 5px rgba(0,0,0,.25), 0 0 20px transparent inset, 0 0 1px rgba(255,255,255,0.5) inset;
}
nope.. its not in the root post already..
so people will have to just read over this topic....
joe_devore is offline   Reply With Quote
Old 7 Aug 2017, 09:35 AM   #60
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Ha! Well, I think I've done as much as I can. I'll make a few more changes and then post the final code here, if anyone wants to use it.
Gsptlsnz is offline   Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +9. The time now is 05:10 PM.

 

Copyright EmailDiscussions.com 1998-2022. All Rights Reserved. Privacy Policy