![]() |
|
Multicolor Theme Issues - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: Announcements (https://sinister.ly/Forum-Announcements) +---- Forum: Suggestions (https://sinister.ly/Forum-Suggestions) +----- Forum: Old Suggestions (https://sinister.ly/Forum-Old-Suggestions) +----- Thread: Multicolor Theme Issues (/Thread-Multicolor-Theme-Issues) |
Multicolor Theme Issues - Oni - 05-29-2014 This thread is dedicated to issues/suggestions related to the Multicolor beta theme. If you run into an issue or have a suggestion, post here. Don't make a new thread. It's very disorganized and makes it harder for me to keep up with the issues. I will be closing all issues now, so repost them here. Currently acknowledged issues:
RE: Multicolor Theme Issues - Pyro - 05-29-2014 There's a slight (2-3 second) delay between loading the images and the color changing. Also, I feel like Mod/Admin Usernames should change color with the theme. It seems off with a blue theme and red usernames. RE: Multicolor Theme Issues - MiS - 05-29-2014 (05-29-2014, 08:06 AM)Pyro Wrote: There's a slight (2-3 second) delay between loading the images and the color changing. Also, I feel like Mod/Admin Usernames should change color with the theme. It seems off with a blue theme and red usernames. I think those colors remain static for a reason, so the Mods and Admins are noticeable for everyone throughout the forum and people won't get confused. Assembly's image under the Coding forum still seems to be broken. RE: Multicolor Theme Issues - Lain - 05-29-2014 Please change the menu to this soft gradient; Code: background: #0b0b0b;
background: -moz-linear-gradient(top, #0b0b0b 0%, #080808 2%, #270808 4%, #c52727 6%, #811919 8%, #791515 24%, #5f1111 43%, #510c0c 53%, #500d0d 80%, #531111 88%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b0b0b), color-stop(2%,#080808), color-stop(4%,#270808), color-stop(6%,#c52727), color-stop(8%,#811919), color-stop(24%,#791515), color-stop(43%,#5f1111), color-stop(53%,#510c0c), color-stop(80%,#500d0d), color-stop(88%,#531111));
background: -webkit-linear-gradient(top, #0b0b0b 0%,#080808 2%,#270808 4%,#c52727 6%,#811919 8%,#791515 24%,#5f1111 43%,#510c0c 53%,#500d0d 80%,#531111 88%);
background: -o-linear-gradient(top, #0b0b0b 0%,#080808 2%,#270808 4%,#c52727 6%,#811919 8%,#791515 24%,#5f1111 43%,#510c0c 53%,#500d0d 80%,#531111 88%);
background: -ms-linear-gradient(top, #0b0b0b 0%,#080808 2%,#270808 4%,#c52727 6%,#811919 8%,#791515 24%,#5f1111 43%,#510c0c 53%,#500d0d 80%,#531111 88%);
background: linear-gradient(to bottom, #0b0b0b 0%,#080808 2%,#270808 4%,#c52727 6%,#811919 8%,#791515 24%,#5f1111 43%,#510c0c 53%,#500d0d 80%,#531111 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0b0b', endColorstr='#531111',GradientType=0 );RE: Multicolor Theme Issues - Equinox - 05-29-2014 Not really much of an issue, just more of a suggestion, and I've mentioned it before. Feels like the colour selection just floats in the air and that it needs a holder. ![]() Spoiler: Theme color holder - If needed, I could also make another version.Code: #theme_styler {
position: absolute;
z-index: 9999;
top: -30px;
right: -1px;
padding: 10px;
border-radius: 6px;
background: transparent url(https://www.sinister.ly/images/e-red/container_bg.png) top left repeat;
border-right: 1px solid #383838;
border-top: 1px solid #383838;
}Re: RE: Multicolor Theme Issues - Oni - 05-30-2014 (05-29-2014, 07:07 PM)Duubz Wrote: Not really much of an issue, just more of a suggestion, and I've mentioned it before. Feels like the colour selection just floats in the air and that it needs a holder. An interesting idea. Not sure if I like it. My biggest pain with the theme is the loading issues. RE: Multicolor Theme Issues - Lain - 05-30-2014 (05-30-2014, 02:24 AM)Oni Wrote: My biggest pain with the theme is the loading issues. They can be remedied by storing the users colour choice in the database and including the stylesheet with PHP before the page loads. RE: Multicolor Theme Issues - cr33pyguy - 05-30-2014 (05-29-2014, 07:07 PM)Duubz Wrote: Not really much of an issue, just more of a suggestion, and I've mentioned it before. Feels like the colour selection just floats in the air and that it needs a holder.For some reason I actually think that this looks more odd than the floating around... Maybe you could move them to the top-right corner of the logo container thing? you know @duubz ... A little like this?
RE: Multicolor Theme Issues - OversouL - 05-30-2014 (05-30-2014, 02:24 AM)Oni Wrote: An interesting idea. Not sure if I like it. My biggest pain with the theme is the loading issues. Why don't you ask questions from Cake. He seems to have a better solution to color changing themes. RE: Multicolor Theme Issues - Eclipse - 05-31-2014 (05-30-2014, 02:24 AM)Oni Wrote: An interesting idea. Not sure if I like it. My biggest pain with the theme is the loading issues. This is where my suggestion comes in... One other issue is that the PM notification is still red. (05-30-2014, 02:24 AM)Oni Wrote: Not sure if I like it. Well, I think it looks cool. |