I'm around and round we go
Moderator
Jul 23, 2014 19:57:53 GMT -5
U N D E R C O V E R[ A theme by
Smangii ]
A dark, monotone, black, gray, and white theme; very rectangular and has a boxed feel throughout. Forum wrapper and board list layout are heavily modified. Has some mini-profile, info center, and other various layout mods; has some icons
Features artwork by the incredibly talented Stanley Lau:
Deviantart LinkPlease do not remove the copyright if you are going to use or fork this theme.
IMAGE PREVIEW:
SEE ALL PREVIEWS HERE.
LIVE PREVIEW:Register at my test forum: smangiitest.proboards.com/
And change your settings to view the theme.
- OR -
If you are a member here at Slightly Insane, go to your profile settings and change your theme to use it and view it right here on the forum.
Note: Live previews may not always work on test forum (since I am testing always) however I will try my best to keep my themes on SI, but be wary of differences since SI has its own codes that I've adjusted. The best way to get a live preview is to try it out yourself!
DOWNLOAD:Undercover_by_Smangii.pbt (545.67 KB)
Download/Install from ProBoards Theme Library
NOTES:This theme is pretty out-of-the-box, however I made it quite easy (I hope, for the most part) to customize some of the colors and the main image. As always, there might be some tweaking to the code to make your customization work.... just ask politely and I will help you out.
THE IMAGE:
Currently, the image is just your banner image, which can be uploaded/edited through the Visual Editor. For best results, I would use an image that is similar in style/size as this one. Something minimal, dark, non-distracting, and positioned to the right. An image with a distinct background color is preferred as well, however you can always tweak the code to make any image work.
THE COLORS:
To change the main/overall colors (the dark gray and the medium gray), I've created two variables in the Stylesheet called @global_color and @category_color. Global_color is the dark gray, for links, backgrounds, and anything else. Category color is the background of the default categories (not the first, as it has the image as a background), and is best to be the background color of your banner image.
Aug 3, 2014 8:59:35 GMT -5
This theme is absolutely wonderful WOW
I'm around and round we go
OP
Moderator
Aug 18, 2014 21:10:35 GMT -5
Thank you all for the comments <3
Oct 1, 2014 20:11:13 GMT -5
There is no single word in the English language that can accurately capture how incredible this skin is, so here are a few that can pretend to do it justice: stupendous, jaw-dropping, beautiful, or perhaps simply "amazing."
You've outdone yourself.
Oct 15, 2014 21:57:04 GMT -5
Is there a way to center the info center? I'm not sure where to find the code for the hover info center you're using
Feb 23, 2015 21:03:09 GMT -5
Woah, this is beatiful! I love it~
Mar 28, 2015 14:15:27 GMT -5
Hey Smangii, I love this theme but I don't know how to get rid of the stuff on the bottom. I am using it on orderofpax.boards.net there those 3 boxes for various things, can you help me?
Jun 15, 2015 4:39:42 GMT -5
This is a stunning skin, thank you!
I will be using it on
credence.boards.net/
Jun 15, 2015 21:25:41 GMT -5
Quiet impressive! You put alot of work into this! Gives me a headache just thinking of attempting such a thing.
Jul 24, 2015 10:41:04 GMT -5
This skin is really pretty! ^^
Aug 23, 2015 20:21:09 GMT -5
Using
HERE!Thank you! It's very lovely!
Sept 7, 2015 6:04:13 GMT -5
Eyy Smangii, I'm using it
here and I was wondering how to get the descriptions to be an image and wehn hovered over, transitions to the current white bg black words with the fade?
I'm sure there's a code for it, or somewhere messing with the template but I am a cpding noob (as in I understand what they mean, but not how to actually code), ever so grateful if you could help!
Sept 7, 2015 6:09:51 GMT -5
I did manage to add an image in but it scrolls... and it doesn't transition, which is what I want. So, I'd like to request a code for that on this skin, please c:
Sept 7, 2015 9:49:49 GMT -5
Would it also be possible to get hover banner boxes for updates and stuff? C;
Oct 1, 2015 19:12:24 GMT -5
It is beautiful. I hope it is alright that I changed the mini-profile stuff.
Nov 12, 2015 0:28:25 GMT -5
I'm currently using this theme and it is AMAZING!
But, how do I change the picture of the girl>
Jan 14, 2016 1:45:18 GMT -5
Team Rocket GO will be using this theme here!
forums.teamrocket-go.com/Thank you, it's lovely! :'D
Singer/songwriter/pianist, and paid intern/fut.owner at Escondido's most beloved recording studio<3
Apr 9, 2016 14:26:40 GMT -5
Hey Smangii! I'm currently using this theme and was wondering how to make the background image, which I will be changing to use my own, reach down the entire forum as a scroll attachment, instead of remaining fixed and cutting off after the first category. Thank you! (:
I'm around and round we go
OP
Moderator
Apr 9, 2016 15:06:23 GMT -5
Hey Smangii! I'm currently using this theme and was wondering how to make the background image, which I will be changing to use my own, reach down the entire forum as a scroll attachment, instead of remaining fixed and cutting off after the first category. Thank you! (:
First you'll have to remove the background color of the categories, which is this CSS, just add it to the very end of the stylesheet so it overrides the previous color.
.catimg {
background-color: transparent;
}
and
.boards .content .catimg:before {
background-color: transparent;
}
and to remove the image from the first category:
.category-0 .catimg:before {
background-image: none;
}
Then you'll want to add your background image to the wrapper div:
#wrapper {
background-image: url('here.png');
}
I think that should be everything.... let me know if any of that works! Remember to add all of it AFTER all the theme's CSS, so at the very end of the stylesheet.
I'm around and round we go
OP
Moderator
Apr 11, 2016 23:12:34 GMT -5
FYI This theme is available from PB theme library
Apr 20, 2016 10:48:15 GMT -5
This theme is beautiful but may i suggest you include a "how to remove the image" tutorial on the page or somewhere you dont have to register for it? i figured it out but not everyone dares touch the html coding. please make it easier. cuz i tried doing it through the visual editor or where you can change the images. it did not work. removing the url in the html did though.
I'm around and round we go
OP
Moderator
Apr 20, 2016 17:44:10 GMT -5
This theme is beautiful but may i suggest you include a "how to remove the image" tutorial on the page or somewhere you dont have to register for it? i figured it out but not everyone dares touch the html coding. please make it easier. cuz i tried doing it through the visual editor or where you can change the images. it did not work. removing the url in the html did though.
Hmmm last I remember I made it specifically so that the visual editor was the place to edit that, if that isn't working out as it should then I can take a look and see if I did something wrong. (I probably did).
Apr 21, 2016 10:57:26 GMT -5
its entirely possible i messed up as well @my previous post
gah help, okay, i finally have almost everything in this exactly as i want it, but the background color and the board colors (
the grey background and the text+colors in the boards/categories)), i cant figure out where to change this. i feel as if ive tried everything
ive tried editing different things in the visual editor and the color and theme creator, just to see what would happen but still, no luck. Please let me know where to change this D: very specifically. if you dont mind.
I'm around and round we go
OP
Moderator
Apr 28, 2016 20:28:09 GMT -5
its entirely possible i messed up as well @my previous post
gah help, okay, i finally have almost everything in this exactly as i want it, but the background color and the board colors (
the grey background and the text+colors in the boards/categories)), i cant figure out where to change this. i feel as if ive tried everything
ive tried editing different things in the visual editor and the color and theme creator, just to see what would happen but still, no luck. Please let me know where to change this D: very specifically. if you dont mind.
Not a problem...I made this kind of wacky... totally my fault.
Two spots to edit the background color of the categories:
First find this class and edit the property background-color, it will be set to this number:
.catimg {
background-color: #696967;
}
Then do the same for this class & its background-color property:
.boards .content .catimg:before {
background-color: #696967;
}
This will all be in the stylesheet/css.
May 2, 2016 3:40:05 GMT -5
its entirely possible i messed up as well @my previous post
gah help, okay, i finally have almost everything in this exactly as i want it, but the background color and the board colors (
the grey background and the text+colors in the boards/categories)), i cant figure out where to change this. i feel as if ive tried everything
ive tried editing different things in the visual editor and the color and theme creator, just to see what would happen but still, no luck. Please let me know where to change this D: very specifically. if you dont mind.
Not a problem...I made this kind of wacky... totally my fault.
Two spots to edit the background color of the categories:
First find this class and edit the property background-color, it will be set to this number:
.catimg {
background-color: #696967;
}
Then do the same for this class & its background-color property:
.boards .content .catimg:before {
background-color: #696967;
}
This will all be in the stylesheet/css.
Thank you c: I figured it out.
Can i remove the shadow on the board titles? if so how, i went in to where you change the color of it and tried to change the weight but it doesnt affect it (via visual editor) and id like to change the color of the boxes the board titles are in. i cant seem to find where to do that. i changed the hover color but i cant find the constant color option
Also the
grey buttons on the left. where do i change that? i tried changing buttons already but it doesnt seem to affect them
I was also wondering if theres a way to remove the description part of the boards and move another board into that location instead so theyre side by side? OR just make it reach all the way over. cause ive noticed, if i only have 1 board in a category itll stretch all the way over and get rid of the description which is nice. the descriptions are pretty useless to me tbh. i understand its free and this is just help so i guess this is custom coding so you dont have to do it if its a giant hassle or anything c: OH and i noticed that the shoutbox on this forum is draggable, is that possible to do to the undercover theme as well? the shoutboxes seem to work similarly on the 2 themes.
I love this theme, its the only one i REALLY like from the theme library but its kinda frustrating to personalize
(could just be i dont have a ton of html experience and im sorry i keep bugging you but x.x)
May 6, 2016 4:37:36 GMT -5
Hi! So I went through all the probboard themes last night and finally settle with this one. It is simply gorgeous!
I have been exploring CSS as much as I could but I just don't have any background in it, I figure out most things that I needed but I simply couldn't find where to address this one:
*So the Question IS*
I noticed that you background image can spread to the first category background, but not any other below it. Is there a way that I can make all the category backgrounds to transparent? (I changed the category_background color to transparent and it did nothing)
Than you so much