I checked those files, but can not find a specification for font size.
Can you tell me which part is or where insert the css code, please
Pagination.css
PHP Code:
<style type="text/css">
/* Setting Up Basic Styles */
html {
background:#222;
font-family:Verdana, Arial, Tahoma, sans-serif;
color:#333;
font-size:12px;
}
#wrapper {
width:950px;
margin:0 auto;
}
table {
width:100%;
background:#fff;
}
/* Here's for the top most links */
th {
padding:10px;
}
/* Next is our background for the title box, just save your image to the media folder, and put it's name and type in the box. */
#image {
border-left:10px solid #fff;
border-right:10px solid #fff;
border-bottom:5px solid #fff;
background:url("citylights.jpg") left no-repeat #91C7F5;
height:150px;
}
#image span {
position:relative;
font-size:25px;
padding:10px;
font-family:Georgia, Times New Roman, serif;
}
/* Change the color of the link for your site title here */
#image a{
color:#aaa;
text-decoration:none;
font-style:italic;
font-weight:bold;
text-shadow: 0px 1px 1px #eee;
}
#image a:hover {
color:#91C7F5;
text-shadow: 0px 1px 1px #fff;
}
/* Standard table cell definitions */
td {
background:#fff;
}
/* Let's fix up your menu */
#menu {
width:25%;
background:#fff;
vertical-align:top;
}
#menu p{
margin:auto 10px;
padding:2px;
}
#menu h1 {
font-size: 11pt;
border-bottom: 3px solid #DDD;
margin:2px auto 3px 10px;
color: #000;
text-transform:lowercase;
}
#menu a {
margin:auto 10px;
display: block;
border-bottom: 1px solid #CCC;
padding: 2px;
padding-left: 10px;
text-transform: uppercase;
font-size: 7.5pt;
letter-spacing: 1px;
}
#menu a:hover {
background-color: #91C7F5;
border-bottom-color: #000;
color: #fff;
}
#content {
vertical-align:top;
}
#footer {
font-size:10px;
text-align:center;
}
#content p {
padding:3px;
margin:auto 10px;
}
#content h1 {
font-size: 16pt;
text-transform:lowercase;
border-bottom: 1px solid #DDD;
margin:10px;
color: #000;
}
a{
text-decoration:none;
color:#91C7F5;
}
a:hover {
color:#333;
}
div.pagination {
padding: 3px;
margin: 3px;
}
div.pagination a {
margin: 2px;
border: 1px solid #000000;
color: #000000; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}
div.pagination a:hover, div.pagination a:active {
margin: 2px;
border: 1px solid #800000;
background-color: #800000;
color: #FFFFFF; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; text-decoration:none
}
div.pagination span.current {
margin: 2px;
border: 1px solid #000000;
background-color: #000000;
color: #FFFFFF; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}
div.pagination span.disabled {
margin: 2px;
border: 1px solid #999999;
color: #999999; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}
a:hover.list { font-size: 10px;
text-decoration: underline; text-transform: capitalize;
color: #006699; line-height: 200%; }
a.list { text-transform: capitalize; font-size: 10px;
color: #FF0000; text-decoration: underline;
line-height: 200%; }
</style>
tabs.php
PHP Code:
<?php
if($filename == "profile"){
?>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script>
<script src="js/tabs.js"></script>
<script>
$(function() {
$("#profile").organicTabs();
});
</script>
<?
}
?>
PHP Code:
<?php
if($filename == "profile"){
?>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script>
<script src="js/tabs.js"></script>
<script>
$(function() {
$("#profile").organicTabs();
});
</script>
<?
}
?>
PHP Code:
<style type="text/css">
/* Setting Up Basic Styles */
html {
background:#222;
font-family:Verdana, Arial, Tahoma, sans-serif;
color:#333;
font-size:12px;
}
#wrapper {
width:950px;
margin:0 auto;
}
table {
width:100%;
background:#fff;
}
/* Here's for the top most links */
th {
padding:10px;
}
/* Next is our background for the title box, just save your image to the media folder, and put it's name and type in the box. */
#image {
border-left:10px solid #fff;
border-right:10px solid #fff;
border-bottom:5px solid #fff;
background:url("citylights.jpg") left no-repeat #91C7F5;
height:150px;
}
#image span {
position:relative;
font-size:25px;
padding:10px;
font-family:Georgia, Times New Roman, serif;
}
/* Change the color of the link for your site title here */
#image a{
color:#aaa;
text-decoration:none;
font-style:italic;
font-weight:bold;
text-shadow: 0px 1px 1px #eee;
}
#image a:hover {
color:#91C7F5;
text-shadow: 0px 1px 1px #fff;
}
/* Standard table cell definitions */
td {
background:#fff;
}
/* Let's fix up your menu */
#menu {
width:25%;
background:#fff;
vertical-align:top;
}
#menu p{
margin:auto 10px;
padding:2px;
}
#menu h1 {
font-size: 11pt;
border-bottom: 3px solid #DDD;
margin:2px auto 3px 10px;
color: #000;
text-transform:lowercase;
}
#menu a {
margin:auto 10px;
display: block;
border-bottom: 1px solid #CCC;
padding: 2px;
padding-left: 10px;
text-transform: uppercase;
font-size: 7.5pt;
letter-spacing: 1px;
}
#menu a:hover {
background-color: #91C7F5;
border-bottom-color: #000;
color: #fff;
}
#content {
vertical-align:top;
}
#footer {
font-size:10px;
text-align:center;
}
#content p {
padding:3px;
margin:auto 10px;
}
#content h1 {
font-size: 16pt;
text-transform:lowercase;
border-bottom: 1px solid #DDD;
margin:10px;
color: #000;
}
a{
text-decoration:none;
color:#91C7F5;
}
a:hover {
color:#333;
}
div.pagination {
padding: 3px;
margin: 3px;
}
div.pagination a {
margin: 2px;
border: 1px solid #000000;
color: #000000; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}
div.pagination a:hover, div.pagination a:active {
margin: 2px;
border: 1px solid #800000;
background-color: #800000;
color: #FFFFFF; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; text-decoration:none
}
div.pagination span.current {
margin: 2px;
border: 1px solid #000000;
background-color: #000000;
color: #FFFFFF; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}
div.pagination span.disabled {
margin: 2px;
border: 1px solid #999999;
color: #999999; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}
a:hover.list { font-size: 10px;
text-decoration: underline; text-transform: capitalize;
color: #006699; line-height: 200%; }
a.list { text-transform: capitalize; font-size: 10px;
color: #FF0000; text-decoration: underline;
line-height: 200%; }
</style>
PHP Code:
<style type="text/css">
a.onlinelist:hover
{
background:#09f;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.onlinelistt
{
color: red;
width: 20%;
display: inline-block;
margin-bottom: 5px;
text-align: center;
}
.onlinelistn
{
color: purple;
display: inline-block;
width: 20%;
text-align: center;
}
.onlinelistj
{
color: green;
display: inline-block;
width: 20%;
text-align: center;
}
.onlinelistp
{
color: blue;
display: inline-block;
width: 20%;
text-align: center;
}
.onlinelistg
{
color: orange;
display: inline-block;
width: 20%;
text-align: center;
}
</style>
Please, I just need you to help me fix this