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 28 Feb 2019, 10:04 PM   #121
hbs
Junior Member
 
Join Date: Jul 2016
Posts: 23
Quote:
Originally Posted by Gsptlsnz View Post
everything is pretty much back to the way it was on my screen so
if anyone needs something changed, then speak up now!
Is there a file or a gist of the complete CSS?
hbs is offline   Reply With Quote
Old 1 Mar 2019, 09:32 AM   #122
joe_devore
Essential Contributor
 
Join Date: Dec 2003
Location: Dover, NH, USA
Posts: 315
Lightbulb

Quote:
Originally Posted by hbs View Post
Is there a file or a gist of the complete CSS?
on page one there is a full list of CSS tweaks...I have updated the list for changes Gsptlsnz did to the CSS tweaks...

but there is the last few posts of his for newer ones...

Dropbox share - CSS tweaks I use just import them into Stylus on Firefox
joe_devore is offline   Reply With Quote
Old 12 Mar 2019, 10:45 AM   #123
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Stylus CSS: For YouTube

I find Youtube's look dull so I made this Stylus code to jazz it up. Use it, change it, or ignore it! :-D

---

a:link {
color:blue!important;
}

a:visited {
color:purple!important;
}

a:active {
background-color:red;
}

/* Adds "Shade FX" to display window */
#movie_player, .video-stream, .html5-main-video, #container {
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!important;
}

/* BOTH lines below affect the "View ## Replies" button */
.more-button > .style-scope, .ytd-comment-replies-renderer {
background-color:lightgrey!important;
color:darkgreen!important;
padding-left:5px;
padding-right:5px;
border-radius:9px;
}
#expander {
background-color:white!important;
}

/* Affects the "Show More" button */
.more-button {
background-color:hotpink;
padding:5px;
coolor:white!important;
font-weight:bold!important;
text-shadow:1px 1px 1px #808080;
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;
}

/* Date the video was posted */
.date {
color:green!important;
}

/* Time comment was posted; the Thumb icons; and Reply link */
.yt-simple-endpoint {
color:darkred!important;
text-shadow:1px 1px 1px #808080;
}

/* Poster Name */
#author-text {
font-size:14pt;
background-color:gold;
color:navy!important;
border-radius:9px;
padding:6px;
font-weight:bold!important;
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;
}
Gsptlsnz is offline   Reply With Quote
Old 12 Mar 2019, 11:13 AM   #124
Terry
The "e" in e-mail
 
Join Date: Jul 2002
Location: VK4
Posts: 2,995
Is there a script for normal customer named folders as currently I can only change the Fastmail system folders or am I doing something wrong as I only get a folder color after I have clicked the folder.

Thanks Terry...
Terry is offline   Reply With Quote
Old 12 Mar 2019, 11:24 AM   #125
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by Terry View Post
Is there a script for normal customer named folders as currently I can only change the Fastmail system folders or am I doing something wrong as I only get a folder color after I have clicked the folder.

Thanks Terry...
you can no longer affect your own folders since they all have the exact same info.
Gsptlsnz is offline   Reply With Quote
Old 12 Mar 2019, 06:56 PM   #126
Terry
The "e" in e-mail
 
Join Date: Jul 2002
Location: VK4
Posts: 2,995
Oh bugger....ok thank you.
Terry is offline   Reply With Quote
Old 12 Mar 2019, 08:19 PM   #127
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
actually you can change the colors and the good news is that now the colors won't reset if you delete a folder.

the code is below, replace Jokes with the true name of the folder;
replace 123x56v8 with the code your account shows in the status bar when you hover over a folder link and (obviously) change the colors as you see fit.

for a top level folder:
Code:
a[href^="/mail/Jokes/?u=123x56v8"] {
background-color:hotpink;
/* 
THIS LINE IS OPTIONAL: color:white!important; 
*/
}

for a nested folder:
Code:
a[href^="/mail/Storage.Jokes/?u=123x56v8"] {
background-color:hotpink;
/* 
THIS LINE IS OPTIONAL: color:white!important; 
*/
}

Last edited by Gsptlsnz : 15 Mar 2019 at 08:00 AM.
Gsptlsnz is offline   Reply With Quote
Old 13 Mar 2019, 08:30 AM   #128
Terry
The "e" in e-mail
 
Join Date: Jul 2002
Location: VK4
Posts: 2,995
Thank you, I cant get that to work as I have a folder count.
Terry is offline   Reply With Quote
Old 13 Mar 2019, 02:47 PM   #129
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by Terry View Post
Thank you, I cant get that to work as I have a folder count.
how does "a folder count" affect the code? it works on my side and i also have a folder count.

did you include your account's ID number in the link?
Gsptlsnz is offline   Reply With Quote
Old 13 Mar 2019, 06:29 PM   #130
Terry
The "e" in e-mail
 
Join Date: Jul 2002
Location: VK4
Posts: 2,995
I dont get a code when I hover over the folder or is the link somewhere else in the system.....
Terry is offline   Reply With Quote
Old 13 Mar 2019, 06:34 PM   #131
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by Terry View Post
I dont get a code when I hover over the folder or is the link somewhere else in the system.....
it is in the status bar
Gsptlsnz is offline   Reply With Quote
Old 13 Mar 2019, 06:50 PM   #132
Terry
The "e" in e-mail
 
Join Date: Jul 2002
Location: VK4
Posts: 2,995
That worked...

Thank you so much for your help I really appreciate it it's a big learning curve for me....

Last edited by Terry : 13 Mar 2019 at 06:57 PM.
Terry is offline   Reply With Quote
Old 14 Mar 2019, 04:59 AM   #133
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
My final tweak!

/* Makes Folder names BOLD to the 3rd level. Add more if needed. */
.app-source--depth0, .app-source--depth1, .app-source--depth2, .app-source--depth3 {
font-weight:bold;
}

Last edited by Gsptlsnz : 17 Jun 2022 at 10:44 PM.
Gsptlsnz is offline   Reply With Quote
Old 14 Mar 2019, 06:36 AM   #134
Terry
The "e" in e-mail
 
Join Date: Jul 2002
Location: VK4
Posts: 2,995
Thank you....I hope one day Fastmail will add a little color.
Terry is offline   Reply With Quote
Old 9 Apr 2019, 11:56 AM   #135
Terry
The "e" in e-mail
 
Join Date: Jul 2002
Location: VK4
Posts: 2,995
a[href^="/mail/Jokes/?u=123x56v8"] {
background-color:hotpink;
/*
THIS LINE IS OPTIONAL: color:white!important;
*/
}

Unfortunately this has stopped working...

I do wish Fastmail would give the folders a little colour.

Last edited by Terry : 9 Apr 2019 at 12:24 PM.
Terry 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 11:13 PM.

 

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