Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: How to remove unwanted spaces after thumbnails and images.  (Read 5972 times)

0 Members and 1 Guest are viewing this topic.

eyez69

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
How to remove unwanted spaces after thumbnails and images.
« on: April 18, 2008, 05:12:14 pm »

Hi,

I am working on a gallery at www.beer-thai.com/gallery [Edit GauGau] Warning: link not safe for work [/Edit]. This is my first site and I have managed until now to build it without having to ask any questions here.

My virgin post is for a problem I simply cant remedy.

After all my images and thumbnails a space has appeared, I dont know when or how but it is there and I think that this space is also disallowing my images to center themselves.

So, how do I kill the space??


« Last Edit: April 19, 2008, 12:17:34 pm by Joachim Müller »
Logged

Nibbler

  • Guest
Re: How to remove unwanted spaces after thumbnails and images.
« Reply #1 on: April 18, 2008, 05:55:59 pm »

This isn't really a Coppermine issue, but anyway...

template_css.css

Code: [Select]
table.contentpaneopen td {
   padding-right: 5px;
   text-align:justify;
   text-size:12px
}

Change the text-align from justify to center. Then update your gallery.
Logged

eyez69

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: How to remove unwanted spaces after thumbnails and images.
« Reply #2 on: April 19, 2008, 04:30:09 am »

I was unable to find the above code in my template.css.css. I have tried for hours playing with this code but still spaces after every image and thumbnails.

This is my template.css.css:

Code: [Select]
/* Body */
BODY {
margin: 0px 0px 0px 0px;
background-color : #336699 ;
color : #000000;
scrollbar-3dlight-color: #336699;
scrollbar-base-color: #003366;
scrollbar-darkshadow-color: #336699;
scrollbar-face-color: #336699;
scrollbar-highlight-color: #003366;
scrollbar-shadow-color: #003366;
scrollbar-track-color: #003366;
scrollbar-arrow-color: #FFFFFF;
}

td,tr,p,div {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: Black;
}


/* Styles for dhtml tabbed-pages */
.ontab {
background-color: #000000;
border-left: outset 2px #336666;
border-right: outset 2px #808080;
border-top: outset 2px #336666;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: bold;
color: #FFFFFF;
}
.offtab {
background-color : #e5e5e5;
border-left: outset 2px #E0E0E0;
border-right: outset 2px #E0E0E0;
border-top: outset 2px #E0E0E0;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: normal;
}
.tabpadding {
}

.tabheading {
background-color: #99CCCC;
text-align: left;
}

.pagetext {
visibility: hidden;
display: none;
position: relative;
top: 0;
}
h4 {
color: #003366; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 16px; font-weight: bold;
}

h5 {
color: #336699; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px; font-weight: bold;
}

h6 {
color: #33CCCC; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; font-weight: bold;
}

/* Links */
a:link, a:visited {
font-size: 11px; color: #3366CC; text-decoration: none;
font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:hover {
color: #99CCFF; text-decoration: none;
font-weight: bold;
}

/* Horizontal Line */
hr {
background: #99CCCC; height:2px; border: 1px inset;
}

hr.separator {
background: #336699;
height: 1px;
width: 75px;
border: 0px;
}

/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
color: #000033;
background-position: left;
text-align: right;
 }

a.mainlevel:hover {
color: #737373;
background-position: left;
text-align: left;
}



a.mainmenu:link, a.mainmenu:visited {
color: #003366; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
font-weight: normal;
}

a.mainmenu:hover, {
color: #336699; text-decoration: underline;
}

a.sublevel:hover {
color: #336699; text-decoration: underline;
}

a.sublevel:link, a.sublevel:visited {
color: #003366; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
font-weight: normal;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
  color: #003366;
text-align:left;
}

a.contentpagetitle:hover {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-align:left;
color: #336699;
text-decoration: underline;
font-weight: bold;
}

/* Content - Sections & Categories */
.contentpane {
background-color : #FFFFFF;
}

.contentpaneopen {
border : 0px ridge #66CCCC;
}

.contentheading {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
  color: #000033;
text-align:left;
background-image: url(../images/bullet2.gif);
background-repeat: no-repeat;
background-position: top left;
text-indent: 22px;
line-height: 16px;
height: 15px;
}

.contentpagetitle {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
  color: #336699;
text-align:left;
}

table.contenttoc {
color: #333300;
background-color: #e0e0e0;
    }

table.contenttoc td {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}

.contentdescription {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000033;
text-align: left;
}

/* Links */
a.blogsection:link, a.blogsection:visited {
color: #003366; text-decoration: none; font-weight: normal;
font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

a.blogsection:hover {
color: #336699; text-decoration: underline;
font-weight: normal;
font-size: 10px;
}

a.weblinks:link, a.weblinks:visited {
color: #003366; text-decoration: none; font-weight: normal;
font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

a.weblinks:hover {
color: #336699; text-decoration: underline;
}

a.readon:link, a.readon:visited {
color: #003366; text-decoration: none; font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
list-style: inside url(../images/read.gif);
list-style-type: disc;
display: list-item;
white-space: normal;
font-weight: normal;
}

a.readon:hover {
color: #336699; text-decoration: underline;
font-weight: normal;
font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
list-style: inside url(../images/read.gif);
list-style-type: disc;
display: list-item;
white-space: normal;
}

table.moduletable {
margin: 0px 0px 0px 0px;
width: 95%;
border-left: solid 0px #000000;
border-right: solid 0px #000000;
border-top: solid 0px #000000;
border-bottom: solid 0px #000000;
}

table.moduletable th {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #003333;
text-align: left;
width: 100%;
background: transparent url(../images/moduleheading.gif) no-repeat left;
text-indent: 18px;
height: 20px;
border-bottom: 1px solid #336699;
line-height: 20px;
}

table.moduletable td {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}

.componentheading {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
  color: #000033;
text-align:left;
background-repeat: no-repeat;
text-indent: 20px;
line-height: 15px;
height: 15px;
list-style: disc inside url(../images/bullet.gif);
white-space: normal;
display: list-item;
border-bottom: 1px solid #336699;
}

.button {
color: #000033; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
font-weight: bold;
text-align: center;
font-size: 12px;
font: bold;
background: White;
border: 1px solid #6633CC;
height: 20px;
}

.inputbox {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background: #336699;
border: 1px solid;
}

/** category text format and links **/
.category {
color: #333399; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; font-weight: bold; text-decoration: none;
}

a.category:link, a.category:visited {
color: #003366; font-weight: bold;
}

a.category:hover {
color: #336699;
}

.poll {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
line-height: 14px
}

.sectiontableentry1, {
background-color : #FFFFFF;
}

.contentpane {
background-color : #FFFFFF;
}

.sectiontableentry2 {
background-color : #CCCCFF;
}

.sectiontableheader {
background-color : #003366;
color : #99CCCC;
font-weight : bold;
}

.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333399;
text-decoration: none;
font-weight: normal;
}

.smalldark {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;
        text-decoration: none;
        font-weight: normal;
        }


.newsfeedheading {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        text-align:left;
        }

.newsfeeddate {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #6633CC;
font-weight: normal;
}

.createdate {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #336699;
text-decoration: none;
font-weight: normal;
}

.modifydate {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #808080;
text-decoration: none;
font-weight: normal;
}

ul {
margin: 0px 0px 0px 0px;
}

li {
list-style: inside url(../images/arrow.gif) 3px;
list-style-image: url(../images/arrow.gif);
}

.fase4rdf {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; color: #FFFFFF; font-weight: normal;
}

a.fase4rdf:link {
font-size: 11px; font-weight: normal; color: #003366;
}

a.fase4rdf:hover {
font-weight: bold; color: #336699;
}

table.searchintro {
  background-color: #FFFFFF;
border: 1px solid #336699;
}

table.contact {
background-color: #CCCCFF;
}

table.contact td.icons {
background-color: #CCCCFF;
}

table.contact td.details {
background-color: #99CCCC;
font-size: 10px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagenav {
font-weight: normal;
}

a.pagenav, a.pagenav:visited {
font-weight: bold;
color: #336699;
}

a.pagenav:hover {
color: #99CCCC;
}

.pagenavbar {

}

/* Content voting */
.content_rating {
font-weight: normal;
font-size: 8pt;
}

.content_vote {
font-weight: normal;
font-size: 8pt;
}

a.bar:link, a.bar:visited {
        color: White; text-decoration: none; font-weight: normal;
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font: bold;
        }

a.bar:hover {
        color: #6633CC;        text-decoration: none;
        }
 
  .searchbox {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: White;
background: #336699;
border: 2px solid;
height: 18px;
line-height: 13px;
}

.title {
font-weight: bold;
font-size: 18px;
color: White;
letter-spacing: 6px;
}


/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size : 10pt;
color : #3300FF;
text-align: center;
}

.pathway {
color : #FFFFFF;

}


So, any ideas please? This is driving me mad!
« Last Edit: April 19, 2008, 12:22:03 pm by Joachim Müller »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: How to remove unwanted spaces after thumbnails and images.
« Reply #3 on: April 19, 2008, 12:21:15 pm »

No, that's wrong. The content of your stylesheet is different. It's
Code: [Select]
body {
background:#000 url(../images/body_bg.jpg) fixed bottom center no-repeat;
margin:0;
padding:0;
font:normal 11px Tahoma, Verdana, Helvetica, sans-serif;
color:#fff;
text-align:center;

}

#container{
margin:0 auto;
width:990px;
}
#container #header{
width:990px;
height:109px;
background:url(../images/banner_bg.png) left top no-repeat;

}

#container #header #title_container{
width:990px;
height:109px;
text-align:center;
}
#container #header #title_container #title{
width:100%;
font:bold 24px Tahoma, Verdana, sans-serif;
color:#8ed3ff;
padding-top:40px
}
#container #header #search_container{
width:990px;
height:19px;

}
#container #header #search_container #search{

text-align:right;
}


.inputbox, select.button, input.text_area {
padding: 2px;
border:solid 1px #659ed0;
background-color: #136fbd;
font:normal 11px Tahoma, Verdana, Helvetica, sans-serif;
color:#8ed3ff;

}
select.button{
text-align:left
}
.adminform select.inputbox{
height:auto;
background-image:none
}
textarea.inputbox{
height:150px;
width:350px
}


.spacer{
clear:both;
font-size:1px;
margin:0px;
padding:0px
}
.spacer15{
clear:both;
font-size:1px;
margin:0px;
padding:0px;
height:15px
}
#container #top_menu_container{
width:990px;
height:22px;
background:url(../images/top_menu_bg.png) center top no-repeat;
}
#container table.moduletable{
margin-bottom:0
}
#container #top_menu_container .moduletable, #container #search_container #search .moduletable{
background-image:none;

}
#container #top_menu_container .moduletable td, #container #search_container #search .moduletable td{
padding:0
}
ul#mainlevel-nav
{
list-style: none;
padding: 0;
margin: 0;
font-size: 11px;

}

ul#mainlevel-nav li
{
background-image: none;
padding-left: 0px;
padding-right: 0px;
float: left;
margin: 0;
font-size: 11px;
line-height: 22px;
white-space: nowrap;

}

ul#mainlevel-nav li a
{
display: block;
padding-left: 10px;
padding-right: 10px;
padding-bottom:0;
text-decoration: none;
color: #8ed3ff;
background: transparent;
font-weight:bold
}
ul#mainlevel-nav li a:hover
{
color: #8ed3ff;
background-color: #5a9ae0;
}
#contents{
width:990px;
background:url(../images/contents_bg.png) repeat-y;
border-bottom:1px solid #659ed0;

}
#contents #container1{
width:185px;
float:left;
text-align:center;
border-top:1px solid #659ed0;
}
#contents #container1_core, #contents #container3_core{
margin:0 auto;
width:165px;
padding: 0
}

#contents #container3{
width:185px;
float:right;
text-align:center;
border-top:1px solid #659ed0;
}
#contents #container2{
width:620px;
float:left;
text-align:center;

}
#contents #container2_border{
margin:0 auto;
width:602px;
text-align:center;
border-top:1px solid #659ed0;
}
#contents #container2_core{
margin:0 auto;
width:580px;
padding:7px 0;

}
table.moduletable {
width: 100%;
margin-bottom: 10px;
padding: 0px;
}

div.moduletable {
padding: 0;
margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
color: #fff;
text-align: left;
padding-left: 7px;
height: 40px;
line-height: 40px;
font-weight: bold;
font-size: 10px;
margin: 0 0 3px 0;
border-bottom:1px dotted #fff;
text-transform:uppercase
}

table.moduletable td{
font-size: 11px;
padding: 2px;
margin: 0px;
font-weight: normal;
}
table.moduletable div.search {
text-align:right
}
table.moduletable div.search .inputbox{
background-color:#427191;
border:1px solid #659ed0;
color:#8ed3ff;
}
a.mainlevel:link, a.mainlevel:visited {
display: block;
vertical-align: middle;
font-size: 10px;
font-weight: bold;
color: #8ed3ff;
text-align: left;
padding-left: 3px;
width: 100%;
text-decoration: none;
text-transform:uppercase;
background:url(../images/left_menu_bg.png) left;
height:20px;
line-height:20px
}

#container1 a.mainlevel:hover {
text-decoration: none;
color: #fff;
font-weight: bold;
}

#container1 a.mainlevel#active_menu {
color: #fff;
font-weight: bold;
}

#container1 a.mainlevel#active_menu:hover {
color: #fff;
font-weight: bold;
}
#mod_login_remember{
width:auto;
background:none;
border:0
}

.button {
font:bold 100% Tahoma, Verdana, Helvetica, sans-serif;
color:#8ed3ff;
    text-align: center;
background-color:#000;
border:1px solid #659ed0;
padding:0 2px;
height:20px;
    width: auto;
}
.sectiontableentry1 {
background-color : #2f5576;
}
table tr.sectiontableentry1 td{
padding:5px
}
.sectiontableentry2 {
background-color : #3e678b;
}
table tr.sectiontableentry2 td{
padding:5px
}
#pathway_text {
  overflow: hidden;
display: block;
height: 25px;
line-height: 25px;
padding-left: 4px;
margin-bottom: 2px;
text-align:left;
color:#659ed0
}
#pathway_text a:link, #pathway_text a:visited, #pathway_text a:hover{
color:#659ed0;
font-weight:normal
}
#pathway_text img {
margin-left: 2px;
margin-right: 3px;
margin-top: 2px;
}
.small {
color: #659ed0;
font-size: 11px;
}
.createdate {
height: 15px;
padding-bottom: 10px;
color: #659ed0;
font-size: 11px;
}

.modifydate {
height: 15px;
padding-top: 10px;
color: #659ed0;
font-size: 11px;
}
.contentheading {
height: 30px;
color: #8ed3ff;
font-weight: bold;
font-size: 14px;

}
table.contentpaneopen {
  width: 100%;

}

table.contentpaneopen td {
   padding-right: 5px;
   text-align:justify;
   text-size:12px
}

table.contentpaneopen td.componentheading {
padding-left: 4px;
}
#news_popular{
width:100%;
clear:both
}
#news_popular td{
width:50%;
padding:0 10px 10px 10px;
vertical-align:top
}
#news_popular a:link, #news_popular a:visited, #news_popular a:hover{
color:#8ed3ff
}
#container1 .moduletable td, #container3 .moduletable td, #container3 .contentpaneopen a, #container1 a{
color:#8ed3ff
}
li{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 5px;
}
a:link, a:visited {
color: #fff;
text-decoration: underline;
font-weight: normal;
}

a:hover {
color: #fff;
text-decoration:none;
font-weight: normal;
}
.back_button {
float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
  text-decoration:none;
  color:#659ed0
}
.back_button a:link, .back_button a:visited, .back_button a:hover{
font-weight: bold;
color:#659ed0;
text-decoration:none;
}
.componentheading {
color: #8ed3ff;
text-align: left;
padding-top: 4px;
padding-left: 4px;
height: 21px;
font-weight: bold;
font-size: 14px;
}
.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #659ed0;
  width: auto;
  padding: 2px 10px;
  line-height: 20px;
  margin: 1px;
  color:#659ed0
}
a.pagenav:link, a.pagenav:visited, a.pagenav:hover{
font-weight: bold;
text-decoration:none;
color:#8ed3ff
}
table.contentpane table td.sectiontableheader {
  font-weight: bold;
  background: #4984b7;
  padding: 5px;
}
form table.contentpane td{
padding:3px
}
table.contenttoc {
  border: 1px solid #659ed0;
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  color: #8ed3ff;
text-align: left;
padding-top: 2px;
padding-left: 4px;
height: 21px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
}
table.contenttoc a {font-size:11px}
#container1 a.sublevel:link, #container1 a.sublevel:visited {
padding-left: 8px;
vertical-align: middle;
font-size: 11px;
font-weight: normal;
color: #8ed3ff;
text-align: left;
text-decoration: none;
line-height:17px;
}
.moduletable table div img{
vertical-align:middle
}
#container1 a.sublevel:hover {
color: #fff;
text-decoration: none;
font-weight: normal;
}

#container1 a.sublevel#active_menu {
color: #fff;
}
#banner{
clear:both
}
#banner img{
margin:15px
}
body.contentpane{
background:none;
background-color:#1e4c76;
color:#fff
}
body.contentpane form table td{
padding:3px
}
.mceContentBody{
background:none;
color:#000;
text-align:left;
font-size:12px
}
#container2 hr{
color:#659ed0; background:#659ed0; border:0; height:1px;
}
#container2 ol li{
background:none
}
#footer{
width:990px;
height:22px;
background:url(../images/footer.png) center top no-repeat;
color:#659ed0
}
a.sgfooter:link, a.sgfooter:visited {
color : #659ed0;
font-size : 11px;
font-family: Arial;
font-weight: normal;
text-decoration:none;
}
a.sgfooter:hover {
color : #659ed0;
font-family: Arial;
font-weight: normal;
text-decoration:none;
}


table.contentpane {
  width: 100%;
padding: 0px;
border-collapse: collapse;
border-spacing: 0px;
margin: 0px;

}

table.contentpane td {
margin: 0px;
padding: 0px;
}
th.pagenav_prev, th.pagenav_next{
font-size:12px
}
h4 {font-size:12px}
 input[type="checkbox"], input[type="radio"]{
border:none;
background-color:transparent;
width:auto;
}
/*======================================================*/
.clr {
clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
padding: 2px;
}

#buttons_outer {
width: 635px;
  margin-bottom: 2px;
margin-right: 2px;
float: left;

}

#buttons_inner {
border: 1px solid #cccccc;
height: 21px !important;
height: 23px;
}



#buttons {
float: left;
margin: 0px;
padding: 0px;
width: auto;
}




#buttons>ul#mainlevel-nav li a { width: auto; }




#search_outer {
float: left;
width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
border: 0px;
padding: 3px 3px 3px 5px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #c64934;
}

#header_outer {
text-align: left;
border: 0px;
margin: 0px;
}

#header {
padding: 0px;
margin: 0px;
width: 800px;
height: 120px;
background: #437ebd;
}

#top_outer{
float: left;
width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
margin-top: 2px;
width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
padding: 0px;
margin-top: 0px;
margin-left: 2px;
/** border: 1px solid #cccccc; **/
float: left;
width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
padding: 0px;
margin: 0px;
}

table.content_table td {
padding: 0px;
margin: 0px;
}


#banner_inner {
float: left;
padding: 0px;
height: 70px;
}

#poweredby_inner {
float: right;
padding: 0px;
margin-left: 0px;
height: 70px;
}

#right_outer {
margin-left: 2px;
width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
border: 1px solid #cccccc;
  float: none !important;
  float: left;
margin: 0px;
padding: 2px;
}

.user2_inner {
border: 1px solid #cccccc;
  float: none !important;
  float: left;
margin: 0px;
padding: 2px;
}

table td.body_outer {
padding: 2px;
border: 1px solid #cccccc;
}

.maintitle {
color: #ffffff;
font-size: 40px;
padding-left: 15px;
padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/





.pagenavbar {
margin-right: 10px;
float: right;
}

#footer {
text-align: center;
padding: 3px 0px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}




td {
text-align: left;
font-size: 12px;
}





/* Joomla core stuff */








table.contentpane td.componentheading {
padding-left: 4px;
}

table.contentpaneopen fieldset {
border: 0px;
border-bottom: 1px solid #659ed0;
}







.contentcolumn {
padding-right: 5px;
}





.contentpagetitle {
font-size: 13px;
font-weight: bold;
color: #cccccc;
text-align:left;
}

table.searchinto {
width: 100%;
}

table.searchintro td {
font-weight: bold;
}


table.pollstableborder td {
  padding: 2px;
}


.highlight {
background-color: Yellow;
color: Blue;
padding: 0;
}
.code {
background-color: #ddd;
border: 1px solid #bbb;
}

form {
/* removes space below form elements */
margin: 0;
  padding: 0;
}

div.mosimage {
 
}

.mosimage {
 
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;

  padding: 1px 2px;
  color: #659ed0;
  font-size: 10px;

}

span.article_seperator {
display: block;
height: 1.5em;
}

/* -------------------------- */

.sgf {
font-size: 10px;
font-family: tahoma, verdana, sans-serif;
color: #659ed0;
text-decoration:none;
}
.sgf1 {
font-size: 10px;
font-family: tahoma, verdana, sans-serif;
color: #659ed0;
text-align:left;
}

a.sglink:link, a.sglink:visited {
color:#659ed0;
font-size:10px;
font-family: tahoma, verdana, sans-serif;
font-weight: normal;
text-decoration:none;
}
a.sglink:hover {
color:#659ed0;
font-family: tahoma, verdana, sans-serif;
font-weight: normal;
text-decoration:none;
}




/*************************************** **************************************** */


#sitename {
position:absolute;
top:34px;
text-align:center;
font-family: "Georgia",Times,serif;
font-size:2em;
font-weight:bold;
letter-spacing: 3px;
white-space:nowrap;
color:#ffffff;
margin:0 auto;
padding:0px 5px;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
}
, so it contains the section Nibbler has refered to.
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.