FM Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

IMPORTANT

FM Design is in read-only mode, please click here for more information.

Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49

» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21

» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28

» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15

» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11

» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24

» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58

» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50

» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22

» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12

» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10

» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51

» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11

» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19

» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34

Recent Tutorials
Top posting users this month

Who is online?
In total there are 29 users online :: 0 Registered, 0 Hidden and 29 Guests :: 1 Bot

None

[ View the whole list ]


Most users ever online was 515 on Tue 14 Sep 2021, 15:24

[SUGGESTION] Shadowed edges for the side menus & icons

View previous topic View next topic Go down

Anonymous
Guest
Guest

PostGuest Thu 18 Aug 2016, 05:23

I've got a small suggestion for the next theme update: Shadowed edges for the side menus & Widget menu toggler + Quick navigation toggler icons.


Looking at for instance the Windows 10 start menu, it casts a small (3 - 5 px.) almost transparent grey-ish shadow, making it look like it's being lifted from the pages.

[SUGGESTION] Shadowed edges for the side menus & icons 73419591eac8424183083868aca9fd97

[SUGGESTION] Shadowed edges for the side menus & icons E80a34e02ae546fdb5b6bff473d400eb

Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12042
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Thu 18 Aug 2016, 11:36

Shadow-wise I'd like to refrain from using them too much, because they can be a bit heavy -- especially on objects that are constantly visible like the side menus. A border on the other hand might be a better choice.. Think

These are some sample snippets.

Shadow :
Code:
.module_column, .widget_menu {
  box-shadow:3px 3px 3px rgba(0, 0, 0, 0.176);
}
Adds a shadow to both the buttons and column.


Border :
Code:
.module_column {
  border-right:1px solid rgba(255, 255, 255, 0.1);
}
Adds a border to just the column. ( I might use a different method than this )


I'll probably go with the border, as to add some separation between the navbar and footer.
Anonymous
Guest
Guest

PostGuest Thu 18 Aug 2016, 11:38

Alright. So, you like the suggestion (not in full, but just another method)?
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12042
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Thu 18 Aug 2016, 11:46

Yeah, I agree that some separation is needed between the content and side panels. What do you think of this ?
[SUGGESTION] Shadowed edges for the side menus & icons Captur78
It adds a subtle border on the column.

CSS would be :
Code:
.module_column:after {
  content:"";
  background:rgba(0, 0, 0, 0.25);
  position:absolute;
  top:0;
  bottom:0;
  width:1px;
}

.module_column.column_left:after { right:0; }
.module_column.column_right:after { left:0; }
Anonymous
Guest
Guest

PostGuest Thu 18 Aug 2016, 11:47

Perhaps you should go with a light grey-ish color and a bit more of a border... Could you give me another example?
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12042
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Thu 18 Aug 2016, 11:52

A lighter variant would be rgba(255, 255, 255, 0.1) :
[SUGGESTION] Shadowed edges for the side menus & icons Captur79
Anonymous
Guest
Guest

PostGuest Thu 18 Aug 2016, 11:54

Looks better now. But... it only shows at the footer. Is it me or did you only cover the footer in that story? It's hard to see any of a border next to the rest of the menu on the right.
Valoish
Valoish
Graphic Designer
Gender : Female
Age : 27
Posts : 3671
Points : 7148
Reputation : 360
Location : NYC
Language : English, Russian, Hebrew
Browser : Browser : Google Chrome Forum Version : Forum Version : phpBB2
http://www.canvasforums.com https://twitter.com/Valoishx3

PostValoish Thu 18 Aug 2016, 11:58

Since the color of the body of the forum is light the lighter border won't really show..
Since the borders on the widget's title are dark maybe the whole thing should stay dark?
[SUGGESTION] Shadowed edges for the side menus & icons 52650b4edad4410dacb4754e3882e75f

PS. Is there supposed to be a left border for the title..?
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12042
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Thu 18 Aug 2016, 11:58

Well that's because the panel already has a great deal of separation between the forum body. ( i.e. the body is white and the panel is a dark blue ) You'll only notice the difference on the header and footer, because the colors are much more similar. Now I wonder if it's even necessary for such a small portion.. Think
Anonymous
Guest
Guest

PostGuest Thu 18 Aug 2016, 12:00

I don't know. Just have another look at the original suggestion / request. That's where the border should be visible. Any of color. And not that narrow I've to go find it with a looking glass.
Sponsored content

PostSponsored content

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

 
Permissions in this forum:
You cannot reply to topics in this forum