
Moderator: STG Styles Team






#wrap {
min-width: 650px;
margin:10px auto;
padding:6px;
text-align:left;
width:910px;
background-color:#FFF;
border: 4px inset #000566;
}

asinshesq wrote:edit: a little experimentation shows that "border: 4px inset #000566;" creates a thin border (4px with color 000566) but only on the left and top...why does that border only show up on the left and the top? What would I do to create a 4px inset for the right and bottom sides as well?...


OPEN
styles/prosilver/theme/common.css
FIND
#simple-wrap {
padding: 6px 10px;
}
REPLACE WITH
#simple-wrap {
padding: 6px 10px;
text-align: left;
background-color: #FFF;
}
OPEN
styles/prosilver/templates/simple_header.html
FIND
<div id="simple-wrap">
REPLACE WITH
<div id="simple-wrap" style="text-align: left; background-color: #FFF;">
)




Sniper_E wrote:Maybe there is another .css file that loads after the common.css which is over-riding those variables.
You could look for another #simple-wrap class that needs editing.





Return to Styles Tweaks, Tips and Graphics
Users browsing this forum: Majestic-12 [Bot] and 2 guests