Forum, Topics, Posts, and Last Posts Color Change...
3 posters
Page 1 of 1
Forum, Topics, Posts, and Last Posts Color Change...
Technical Details
Forum version : #PunBB
Position : Founder
Concerned browser(s) : Safari
Screenshot of problem : https://i.servimg.com/u/f84/19/42/36/67/screen10.png
Who the problem concerns : Yourself
When the problem appeared : After Editing The Theme I chose Myself!
Forum link : http://the4kgamer.forumotion.com
Description of problem
I've been trying to change the color for what seems to be forever with no change at all.Any help will be awesome!
Also Side note: How do I hide my forum's description title? lol
EDIT: Also trying to match up the bottom of where the Online Users are to match with the current color scheme I went with! If you click the link to my forum you'll see what I mean!
Re: Forum, Topics, Posts, and Last Posts Color Change...
Remove title:
Administration Panel > General > Search engines
Not sure what you are asking in the other questions.
Administration Panel > General > Search engines
Not sure what you are asking in the other questions.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Forum, Topics, Posts, and Last Posts Color Change...
If you view my forum Here scroll to the bottom you'll see that theForumedic wrote:Not sure what you are asking in the other questions.
"We Have xx Registered Users
The newest registered user is ......
Who is online?
In total there are xx users online :: x Registered, x Hidden and x Guests :: x Bot
Most users ever online was x on Wed Mar 02, 2016 9:11 pm
Registered Users: The4KGamer
Bots : Google
Legend : [ Founder ] [ Admins ] [ Moderators ]
There are currently 0 user(s) on the ChatBox :
[ Join the Chat ]"
I want to know how to get that to match the colors I have for the forum and how to change the Forum, Topics, Posts, and Last Posts under the Category name to a different color.
Re: Forum, Topics, Posts, and Last Posts Color Change...
To hide the description, just remove the description.
For the colors, add this to your CSS stylesheet:
For the colors, add this to your CSS stylesheet:
- Code:
.pun table.table th {
color: YOUR COLOR;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Forum, Topics, Posts, and Last Posts Color Change...
Who's Online:
- Code:
#onlinelist {
background-color: YOUR COLOR;
}
#stats {
background-color: YOUR COLOR;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Forum, Topics, Posts, and Last Posts Color Change...
Added both codes but they don't seem to work. Is there a certain place I need to add them? Cause I'm adding them at the bottom of the Stylesheet if that matters.
Re: Forum, Topics, Posts, and Last Posts Color Change...
Try adding them to the top. Before you do that, do a search to see if that code us already in the stylesheet. If it is, change the background color.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Forum, Topics, Posts, and Last Posts Color Change...
No go on either. I tried adding them to where they would normally go in the code as well as the bottom and top still nothing.SLGray wrote:Try adding them to the top. Before you do that, do a search to see if that code us already in the stylesheet. If it is, change the background color.
Here's the current coding so far with the codes you provided;
- Spoiler:
- Code:
.pun table.table th {
color: fff;
}
onlinelist {
background-color: 1D1D1D;
}
body {
background-color: #141414;
color: #6C49BF;
font: 13px helvetica,arial,sans-serif;
margin-bottom: 20px;
}
.pun {
background: none repeat scroll 0 0 #242424;
box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
line-height: 120%;
padding: 10px;
margin: 0 auto;
min-width: 960px;
width: 87% !important;
}
.main_width {
margin: 0 auto;
min-width: 960px;
width: 87% !important;
}
ol, ul {
list-style: none outside none;
}
.pun a:link {
color: #6C49BF;
text-decoration: none;
}
.pun a:visited {
color: #6C49BF;
}
.pun a:hover {
color: #7F55E0;
text-decoration: none;
}
.pun a:active {
color: #6C49BF;
}
.pun a:focus {
color: #6C49BF;
}
#branding {
background: url("http://community.invisionpower.com/filestore/public/style_images/master/branding_bg.png") repeat-x scroll 0 0 #1d1d1d;
border-bottom: 1px solid #262626;
min-height: 64px;
}
#logo {
display: inline;
}
#primary_nav {
background: none repeat scroll 0 0 #282828;
font-size: 13px;
padding: 15px 0 0;
}
#community_app_menu > li {
margin: 0 3px 0 0;
position: relative;
display: inline;
top: -8px;
}
#community_app_menu > li > a {
background: none repeat scroll 0 0 #1D1D1D;
color: #282828;
display: inline;
padding: 6px 15px 8px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
text-decoration: none;
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
background: none repeat scroll 0 0 #1D1D1D;
color: #282828;
}
#community_app_menu a[href="/"] {
background: #1D1D1D;
color: #282828;
font-weight: bold;
margin-top: 0;
text-shadow: none;
}
#community_app_menu a[href="/"]:hover {
background: #1D1D1D;
color: #282828;
}
#search {
margin: 20px 0;
}
#main_search {
background: none repeat scroll 0 0 transparent;
border: 0 none;
font-size: 12px;
outline: 0 none;
padding: 0;
width: 130px;
margin-top: 6px;
}
#main_search.inactive {
color: #282828;
}
#search_wrap {
background: none repeat scroll 0 0 #1D1D1D;
border-radius: 3px 4px 4px 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
display: block;
height: 26px;
line-height: 25px;
min-width: 230px;
padding: 0 26px 0 4px;
position: relative;
}
#adv_search {
background: url("http://community.invisionpower.com/filestore/public/style_images/master/advanced_search.png") no-repeat scroll right 50% transparent;
display: inline-block;
height: 16px;
margin: 4px 0 4px 4px;
text-indent: -3000em;
width: 16px;
}
#search .submit_input {
background: url("http://community.invisionpower.com/filestore/public/style_images/master/search_icon.png") no-repeat scroll 50% center #1D1D1D;
border: 1px solid #262626;
border-radius: 0 3px 3px 0;
bottom: 0;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
display: block;
height: 26px;
padding: 0;
position: absolute;
right: 0;
text-indent: -3000em;
top: 0;
width: 26px;
}
#search_options {
background: none repeat scroll 0 0 #1D1D1D;
border-radius: 3px 3px 3px 3px;
display: inline-block;
float: right;
font-size: 10px;
height: 20px;
line-height: 20px;
margin: 3px 3px 3px 0;
max-width: 80px;
overflow: hidden;
padding: 0 6px;
text-overflow: ellipsis;
}
fieldset, img {
border: 0 none;
}
.status img {
margin-left: -7px;
}
.codebox {
background-color: #1D1D1D;
border-color: #262626 #262626 #262626 #989898;
margin: 1em;
border-width: 2px;
border-style: solid;
border-radius: 5px;
}
.codebox dt {
border-left: 0px dotted #262626;
padding: 0.25em;
background: -moz-linear-gradient(center top , #1D1D1D 0%, #282828 100%) repeat scroll 0 0 transparent;
}
.codebox dd {
background-color: #1D1D1D;
margin: 0.5em;
padding: 0.5em;
}
.postmain blockquote {
background-color: #1D1D1D;
border: 1px solid #262626;
padding: 0.5em 1em;
border-radius: 4px 4px 4px 4px;
}
.user-basic-info img {
border: 1px solid #262626;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
padding: 1px;
margin-top: 10px;
}
.user-basic-info img:hover {
border: 1px solid #262626;
}
.main .main-head {
background: url("") repeat-x scroll center top #1D1D1D;
border-color: #282828;
border-radius: 4px 4px 0 0;
border-style: solid;
border-width: 1px 1px 0;
box-shadow: 0 1px 0 #141414 inset;
color: #FFF;
font-size: 16px;
font-weight: 300;
padding: 10px 10px 11px;
margin-top: 10px;
}
.ipsBox {
background: none repeat scroll 0 0 #1D1D1D;
padding: 9px;
}
.ipsBox_container {
background: none repeat scroll 0 0 #1D1D1D;
border: 1px solid #282828;
}
.hide {
display: none;
}
#pun-visit, .main-box {
display: none;
}
.pun table.table td {
background-color: #1D1D1D;
border-color: #282828;
border-style: none none solid none;
border-width: 1px;
line-height: 130%;
padding: 8px;
}
.pun .paged-foot, .pun .paged-head {
background-color: transparent;
border: 0px solid #282828;
padding: 0.6em 1.3em 0.3em;
}
.main .main-foot {
background-color: Transparent;
color: #262626;
font-weight: 400;
padding: 0.7em 1.3em;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #1D1D1D;
}
.pun .post {
border-color: #282828;
border-style: solid none;
border-width: 0px 0 0 1px;
}
.pun .postmain {
background-color: #1D1D1D;
border-left: 0px solid #282828;
margin-left: 18em;
}
.pun .posthead {
background: #1D1D1D;
border-bottom: 1px dashed #282828;
padding: 0 10px;
line-height: 36px;
height: 36px;
margin-left: -234px;
}
.t-date {
margin-left: 245px;
}
.postfoot {
border-top: 0px dashed #282828;
clear: both;
margin-left: -17em;
padding: 0.5em 1em;
text-align: right;
}
#board_stats {
text-align: center;
}
#board_stats li {
margin-right: 20px;
display: inline;
}
#board_stats .value {
background: none repeat scroll 0 0 #1D1D1D;
border-radius: 2px 2px 2px 2px;
color: #262626;
font-weight: bold;
margin-right: 3px;
padding: 2px 6px;
}
.statistics {
border-top: 3px solid #282828;
line-height: 1.3;
margin: 20px 0 0;
overflow: hidden;
padding: 10px 0;
}
#pun-about {
background-color: #1D1D1D;
border: 1px solid #282828;
line-height: 150%;
padding: 0.6em 1em;
text-align: right;
}
#pun-about ul {
list-style-type: none;
}
#pun-about ul li {
display: inline;
}
#pun-about ul li a {
font-weight: normal;
}
#pun-about #qjump {
display: none;
}
Re: Forum, Topics, Posts, and Last Posts Color Change...
- Code:
#onlinelist {
background-color: YOUR COLOR !important;
}
#stats {
background-color: YOUR COLOR !important;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Forum, Topics, Posts, and Last Posts Color Change...
Still nothing.SLGray wrote:
- Code:
#onlinelist {
background-color: YOUR COLOR !important;
}
#stats {
background-color: YOUR COLOR !important;
}
Re: Forum, Topics, Posts, and Last Posts Color Change...
Are you should you are adding it? I do not see a change to your CSS.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Forum, Topics, Posts, and Last Posts Color Change...
Ya I'm adding it to the top of the stylesheet saving and refreshing the forums no affect and going back and deleting it and adding it to the bottom of the code with same results.
Re: Forum, Topics, Posts, and Last Posts Color Change...
Did you mean thet you are pressing the submit button, not the save button?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Forum, Topics, Posts, and Last Posts Color Change...
Yes the Submit button. Sorry thought they were the same. lol
EDIT: I just decided to change the theme instead! lol
Thank you for the help!
EDIT: I just decided to change the theme instead! lol
Thank you for the help!
Similar topics
» change color in Latest Topics.
» Topics split after a certain number of posts...how to change that?
» How can I change the text color in posts?
» Change Time Stamps on All Existing Topics and Posts.
» Change icons for: no new posts/new posts/forum locked
» Topics split after a certain number of posts...how to change that?
» How can I change the text color in posts?
» Change Time Stamps on All Existing Topics and Posts.
» Change icons for: no new posts/new posts/forum locked
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum