css help needed!

BlurOfSerenity

New Member
hi, i'm trying to make changes to my site, and i decided to try a coppermine gallery. i've been having pretty good luck editing things and getting it to look how i want, but there's one thing i'm confused about, because i don't know the first thing about css stuff, i kind of just feel my way around blindly.

ok, so take a look-see:
http://www.batwing.org/pics

see the links in the upper right corner? where it says:
About Me | Scrapbook | Links | Quotes
SOME MENULINK | LINK NR 2
?

i want that to appear in approx a 14pt font.

here is the style-sheet contents
body {

font-family : Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

color : #FFFFFF;

margin: 0px;

background: #000000;

}



table {

font-size: 11px;

}



h1{

font-weight: normal;

font-size: 36px;

font-family: Verdana, Arial, Helvetica, sans-serif;

text-decoration: none;

line-height : 120%;

color : #FFFFFF;

background: transparent;

margin: 2px;

}



h2 {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

margin: 0px;

}



h3 {

font-weight: normal;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

margin: 2px;

}



p {

font-family: Arial, Helvetica, sans-serif;

font-size: 100%;

margin: 2px 0px;

}



ul {

margin-left: 5px;

padding: 0px;

}



li {

margin-left: 10px;

margin-top: 4px;

margin-bottom: 4px;

padding: 0px;

list-style-position: outside;

list-style-type: disc;

}



.textinput {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 100%;

border: 1px solid #666666;

padding-right: 3px;

padding-left: 3px;

}



.listbox {

font-family: Verdana, Arial, Arial, Helvetica, sans-serif;

font-size: 100%;

border: 1px solid #666666;

vertical-align : middle;

}



.button {

font-family: Arial, Helvetica, sans-serif;

font-size: 100%;

border: 1px solid #666666;

background: #CCCCCC;

background-position : bottom;

}



.comment_button {

font-family: Arial, Helvetica, sans-serif;

font-size: 100%;

border: 1px solid #666666;

background: #CCCCCC;

background-position : bottom;

padding-left: 3px;

padding-right: 3px;

}



.radio {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 100%;

vertical-align : middle;

}



.checkbox {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 100%;

vertical-align : middle;

}



a {

color: #FFFFFF;

text-decoration: none;

}



a:hover {

color: #cccccc;

text-decoration: underline;

}



bblink a {

color: #0033CC;

text-decoration: none;

}



bblink a:hover {

color: #0033CC;

text-decoration: underline;

}



.maintable {

border: 1px solid #666666;

margin-top: 1px;

margin-bottom: 1px;

/* background-image: url(images/handu.jpg);

background-repeat: no-repeat;

background-position: right bottom;

*/

}



.tableh1 {

background: #666666;

font-size: 12px;

color : #666666;

padding-top: 6px;

padding-right: 10px;

padding-bottom: 6px;

padding-left: 15px;

}



.tableh1_compact {

background: #666666;

color : #FFFFFF;

padding-top: 2px;

padding-right: 5px;

padding-bottom: 2px;

padding-left: 5px;

}



.tableh2, .catrow_noalb {

background: #666666 ;

color : #666666;

padding-top: 3px;

padding-right: 10px;

padding-bottom: 3px;

padding-left: 10px;

}



.tableh2_compact {

background: transparent;

color : #FFFFFF;

padding-top: 2px;

padding-right: 5px;

padding-bottom: 2px;

padding-left: 5px;

}



.tableb, .catrow {

background: #000000 ;

padding-top: 3px;

padding-right: 10px;

padding-bottom: 3px;

padding-left: 10px;

}



.tableb_compact {

background: transparent;

padding-top: 2px;

padding-right: 5px;

padding-bottom: 2px;

padding-left: 5px;

}



.tablef {

background: transparent;

padding-top: 10px;

padding-right: 10px;

padding-bottom: 10px;

padding-left: 10px;

}



.display_media {

padding-top: 3px;

padding-right: 10px;

padding-bottom: 3px;

padding-left: 10px;

background-image: url(images/handu.jpg);

background-repeat: no-repeat;

background-position: right top;

}



.album_stat {

font-size: 100%;

margin: 5px 0px;

}



.thumb_filename {

font-size: 80%;

display: block;

}



.thumb_title {

font-weight : bold;

font-size: 95%;

padding: 2px;

display : block;

}



.thumb_caption {

font-size: 95%;

padding: 1px;

display : block;

}



.thumb_caption a {

text-decoration: underline;

color: #FFFFFF;

}



.thumb_num_comments {

font-weight: normal;

font-size: 95%;

padding: 2px;

font-style : italic;

display : block;

}



.user_thumb_infobox {

margin-top: 1px;

margin-bottom: 1px;

}



.user_thumb_infobox th {

font-weight : bold;

font-size: 95%;

margin-top: 1px;

margin-bottom: 1px;

text-align : center;

}



.user_thumb_infobox td {

font-size: 95%;

margin-top: 1px;

margin-bottom: 1px;

text-align : center;

}



.user_thumb_infobox a {

text-decoration: none;

color: #FFFFFF;

}



.user_thumb_infobox a:hover {

color: #FFFFFF;

text-decoration: underline;

}



.sortorder_cell {

background: transparent;

color : #FFFFFF;

padding: 0px;

margin: 0px;

}



.sortorder_options {

font-family: Verdana, Arial, Helvetica, sans-serif;

background: transparent;

color : #FFFFFF;

padding: 0px;

margin: 0px;

font-weight: normal;

font-size: 90%;

white-space: nowrap;

}



.navmenu {

font-family: Verdana, Arial, Helvetica, sans-serif;

color: #FFFFFF;

font-size: 100%;

font-weight: bold;

background: #666666;

border-style: none;

}



.navmenu img {

margin-top: 1px;

margin-right: 5px;

margin-bottom: 1px;

margin-left: 5px;

}



.navmenu a {

position: relative;

display: block;

padding-top: 2px;

padding-right: 5px;

padding-bottom: 2px;

padding-left: 5px;

text-decoration: underline;

color: #FFFFFF;

}



.navmenu a:hover {

text-decoration: none;

color: #666666;

}



.admin_menu_thumb {

font-family: Arial, Helvetica, sans-serif;

font-size: 10px;

border: 1px solid #666666;

background: #cccccc;

background-position : bottom;

color: #000000;

font-weight: bold;

margin-top: 0px;

margin-bottom: 0px;

width: 85px;

}



.admin_menu_thumb a {

color: #000000;

text-decoration: none;

display: block;

position: relative;

padding-top: 1px;

padding-bottom: 1px;

padding-left: 5px;

padding-right: 5px;

}





.admin_menu_thumb a:hover {

color: #000000;

text-decoration: underline;

}



.admin_menu {

font-family: Arial, Helvetica, sans-serif;

font-size: 10px;

border-top: 2px solid #999999;

border-left: 2px solid #999999;

border-bottom: 1px solid #cccccc;

border-right: 1px solid #cccccc;

background: #CCCCCC;

background-position : bottom;

color: #000000;

margin-top: 0px;

margin-bottom: 0px;

text-align: center;

}



.admin_menu a {

color: #000000;

text-decoration: none;

display: block;

position: relative;

padding-top: 1px;

padding-bottom: 1px;

padding-left: 5px;

padding-right: 5px;

}



.admin_menu a:hover {

color: #000000;

text-decoration: underline;

}



td #admin_menu_anim {

background-image : url(images/button_bg_anim.gif);

}



.comment_date{

color : #cccccc;

font-size : 10px;

vertical-align : middle;

}



.image {

border-style: solid;

border-width:2px;

border-color: #999999;

margin: 2px;

}



.thumbnails {

background: transparent;

padding: 5px;

}



.footer {

font-size : 9px;

}



.footer a {

text-decoration: none;

color: #FFFFFF;

}



.footer a:hover {

color: #666666;

text-decoration: underline;

}



.statlink {

color: #FFFFFF;

}



.statlink a {

text-decoration: none;

color: #FFFFFF;

}



.statlink a:hover {

color: #FFFFFF;

text-decoration: underline;

}



.alblink a {

text-decoration: underline;

color: #cccccc;

}



.alblink a:hover {

color: #FFFFFF;

text-decoration: none;

}



.catlink {

font-size: 12px ;

display: block;

margin-bottom: 2px;

}



.catlink a {

text-decoration: underline;

color: #FFFFFF;

letter-spacing: 0.5px;

}



.catlink a:hover {

color: #999999;

text-decoration: none;

}



.topmenu {

line-height : 130%;

font-size: 11px;

}



.topmenu a {

color : #FFFFFF;

text-decoration : none;

}



.topmenu a:hover {

color : #999999;

text-decoration : underline;

}



.topmenu2 {

color : #FFFFFF;

line-height : 110%;

font-size: 100%;

letter-spacing: 1px;

}



.topmenu2 a {

color : #FFFFFF;

text-decoration : underline;

}



.topmenu2 a:hover {

color : #999999;

text-decoration : none;

}





.cattitle {

font-weight: bold;

font-size: 12px ;

letter-spacing: 1px;

color : #FFFFFF}





.img_caption_table {

border: none;

background: transparent;

width : 100%;

margin : 0px;

}



.img_caption_table th {

background: transparent;

font-size: 110%;

color : #CCCCCC;

padding-top: 4px;

padding-right: 10px;

padding-bottom: 4px;

padding-left: 10px;

border-top : 1px solid #FFFFFF;

}



.img_caption_table td {

background: transparent;

padding-top: 6px;

padding-right: 10px;

padding-bottom: 6px;

padding-left: 10px;

border-top : 1px solid #FFFFFF;

}

.mainbgr {

background-image: url(images/site_logob.jpg);

background-repeat: no-repeat;

background-position: left top;

}



.clickable_option {

border-bottom : 1px dotted blue;

cursor : default;

}



#vanity a {

display:block;

width:57px;

height:20px;

margin: 3px 20px;

}

#vanity img {border:0}

#v_php {float:left;background-image:url(../../images/powered-php.gif);}

#v_php:hover {background-image:url(../../images/h_powered-php.gif);}

#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}

#v_mysql:hover {background-image:url(../../images/h_powered-mysql.gif);}

#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}

#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}

#v_css {float:right;background-image:url(../../images/valid-css.gif);}

#v_css:hover{background-image:url(../../images/h_valid-css.gif);}

what part do i change to make the font in that one part bigger? if that's even possible?
 

2minkey

bootlicker
i don't see a class definition for the table "mainbgr" and that might be it.

or you could just cheat and tag it locally e.g. font size=14px or whatever the code is... (sorry it's been a couple years...)
 
Top