Broni, on 29 December 2011 - 10:09 PM, said:
1. How did you actually put that logo in?
Looking at your board I can't find its code.
in
ipb_styles.css
/************************************************************************/
/* CORE ELEMENT STYLES */
html{ background-color: #000000; }
body {
background: #000000 url("http://www.homeoftheknicks.com/images/HotKHeader-490x150.png") no-repeat 50% 0;
color: #5a5a5a;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
min-height: 360px;
padding-bottom: 20px;
}
I tried tweaking the position value, but nothing i used worked.
Broni, on 29 December 2011 - 10:09 PM, said:
Here is what I have for that section already:
.ipsBadge {
display: inline-block;
height: 16px;
line-height: 16px;
padding: 0 5px;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
color: #1b3588;
text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: e18e2f
background-image: url('http://www.smartestcomputing.us.com/public/style_images/master/highlight.png');
background-repeat: repeat-x;
background-position: 0 -1px;
}
the text color took, but the bg color did not. does it need to be the first line as you have it above?
Broni, on 29 December 2011 - 10:09 PM, said:
3. my edits for "posts" (,author info, post body, signature, posted info) are not sticking
How did you create your skin? Using IPB skin generator?
I imported a skin and have been tweaking it somewhat manually through the ipb_styles.css and some just swapping out images. I have since gotten post info doing what I want my modifying
.post_date{
color: #fff;
float: left;
font-size: 12px;
font-weight: normal;
}
Broni, on 29 December 2011 - 10:09 PM, said:
4. I'm not sure yet. I need more time to investigate.
thanks, i'll be patient!