white boxes around text - how?

b7ad / 2018-03-18 17:53:53   

Hey, years ago on my site using indexhibit editing the style.css I managed to make any text have a white box around it, but I can't do it now.

So many different suggested codes in a few old threads on here, but not sure where to put it in the style.css, have been trying for hours different places and different codes.

I think the following code from my old style sheet was what did it, have also tried adding this but it's not working;

#content .container p { background: #fff; }
#content {
height: 100%;
margin: 0 0 0 215px;
top: 0;
}

.container {
padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }

This thread has been closed, thank you.