View Single Post
Old 05-08-2022, 04:17 PM   #15
cleocalliope
Junior Member
cleocalliope began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Aug 2015
Device: none
Quote:
Originally Posted by Turtle91 View Post
we won't know unless we can see more of your CSS sheet and the area around what you are trying to affect.
Sorry about the delay in getting back to you. RL.

Here's my full CSS:
Spoiler:


.storybody {
margin-top: 0;
display: block;
font-size: .9em;
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
margin-left: 10pt;
margin-right: 10pt;
text-align: justify;
font-family: Georgia, serif;
}

p {
margin-left: 0;
display: block;
margin-right: 0;
margin-bottom: .8em;
text-align: justify;
font-family: Georgia, serif;
}

a {
color: #a60000;
text-decoration: none;
}

p.title {
margin: auto;
font-size: 1.8em;
margin-bottom: 8px;
text-align: center;
letter-spacing: 1.5px;
font-variant: small-caps;
font-family: Georgia, serif;
}

p.subtitle {
margin: auto;
font-size: 1.1em;
margin-bottom: 8px;
text-align: center;
letter-spacing: 1.5px;
font-family: Georgia, serif;
}

p.dtitle1 {
margin: auto;
font-size: 1.6em;
text-align: center;
letter-spacing: 1.5px;
font-variant: small-caps;
font-family: Georgia, serif;
}

p.dtitle2 {
margin: auto;
font-size: 1.3em;
width: 70%;
margin-bottom: 25px;
text-align: center;
letter-spacing: 1.5px;
font-variant: small-caps;
font-family: Georgia, serif;
}

p.indent {
display: block;
margin-right: 0;
margin-left: 2em;
margin-bottom: .8em;
text-align: justify;
font-family: Georgia, serif;
}

p.section {
font-size: 1.2em;
margin-bottom: 8px;
text-align: center;
letter-spacing: 1.3px;
font-variant: small-caps;
text-decoration: underline;
font-family: Georgia, serif;
}


p.italics {
display: block;
font-style: italic;
font-family: Georgia, serif;
}

a {
color: black;
}


img.center {
display: block;
margin-top: 1em;
margin-bottom 1em;
text-align: center;
margin-left: auto;
margin-right: auto;
}


div.imgleft {
float: left;
margin: 0 .7em .4em .3em;
}


div.imgright {
float: right;
margin: 0 0.7em 0 0.7em;
}

.imgborder {
padding: 1px;
border: 2.3px solid black;
}

.spacebottom {
margin-bottom: 2em;
}

.spacetop {
margin-top: 2em;
}


Last edited by theducks; 05-08-2022 at 04:30 PM. Reason: spoilered
cleocalliope is offline   Reply With Quote