View Single Post
Old 05-25-2021, 03:46 PM   #11
olbeggaols
Enthusiast
olbeggaols has a complete set of Star Wars action figures.olbeggaols has a complete set of Star Wars action figures.olbeggaols has a complete set of Star Wars action figures.olbeggaols has a complete set of Star Wars action figures.
 
olbeggaols's Avatar
 
Posts: 43
Karma: 340
Join Date: Mar 2021
Device: Boox Max Lumi/Kobo Forma/Kindle Paperwhite
Hello Jon,

I do not see css allowed in the attachments description, so here it is: (Note, only partly changed per Dion's suggestions at this point.)


Code:
@charset "utf-8";
/* Page Last Updated */
/* Sunday, March 28, 2021 8:29 AM */

body {
    background: none repeat;
}

div.main {
	width: 100%;
	}
	
div.inlgbdr {
	border: solid 6px #cc6600;
	padding: 12px;
	margin-left: auto;
	margin-right: auto;
	}

div.floatl {
  float: left;
  padding: 6px;
  }

div.floatr {
  float: right;
  padding: 6px;
  }

a:link {
   color: #000000;
   background: none repeat;
}

a:visited {
   color: #cc6600;
   background: none repeat;
}

a:hover {
   border: none;
   color: #cc6600;
   background: none repeat;
}

img {
   border: none;
   }

p {font: 1em "Times", "Times New Roman", serif;
   margin-top: 0;
   margin-bottom: 0px;
   }

.f {
   font-family: "Times", "Times New Roman", serif;
}
.f1 {
   font: .667em "Times", "Times New Roman", serif;
}
.f2 {
   font: .833em "Times", "Times New Roman", serif;
}
.f3 {
   font: 1em "Times", "Times New Roman", serif;
}
.f4 {
   font: 1.1667em "Times", "Times New Roman", serif;
}

.f8 {
	font: 3em "Times", "Times New Roman", serif;
	margin-top: 1.0em;
   margin-bottom: 1em;
   }
 
p.lgqt {
   margin-left: +36px;
   margin-top: 0;
   margin-bottom: 6px;
   margin-right: +36px;
   font: 1em "Times", "Times New Roman", serif;
   }

.ctr {
   text-align: center;
   }
.rt {
   text-align: right;
}
.left {
   text-align: left;
}
.just {
   text-align: justify;
}
.in1 {
   margin-left: 24px;
   }
.in2 {
   margin-left: 48px;
   }
.in3 {
   margin-left: 72px;
   }
.in4 {
   margin-left: 96px;
   }

h1 {
   text-align: center;
   font: bold 2em "Times", "Times New Roman", serif;
   color: #cc6600;
   background: none repeat;
   }

h4 {
   font: bold 1.1667em "Times", "Times New Roman", serif;
   background: none repeat;
   }

.c {
   color: #cc6600;
   background: none repeat;
}

.g {
   color: green;
   background: none repeat;
}

.r {
   color: red;
   background: none repeat;
}

hr {
   text-align: center;
   width: 100%;
   height: 1px;
   color: #cc6600;
   background: none repeat;
   }

hr.demi {
   text-align: left;
   width: 25%;
   height: 1px;
   color: #cc6600;
   background: none repeat;
}
	
.hrctr {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
   color: #cc6600;
   background: none repeat;
	}

Last edited by WT Sharpe; 05-26-2021 at 09:13 PM. Reason: Add code tags
olbeggaols is offline   Reply With Quote