View Single Post
  #9  
Old 03-03-2013, 12:28 PM
Jocla Jocla is offline
Member
 
Join Date: Mar 2013
Posts: 9
Gender: Male
Credits: 1,215
Jocla is on a distinguished road
Default

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

  Spoiler: pagination.css 
PHP Code:
<style type="text/css">

/* Setting Up Basic Styles */

html {
background:#222;
font-family:VerdanaArialTahomasans-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:GeorgiaTimes New Romanserif;
}

/* 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-shadow0px 1px 1px #eee;
}
#image a:hover {
color:#91C7F5;
text-shadow0px 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-size11pt;
border-bottom3px solid #DDD;
margin:2px auto 3px 10px;
color#000;
text-transform:lowercase;
}

#menu a {
margin:auto 10px;
displayblock;
border-bottom1px solid #CCC;
padding2px;
padding-left10px;
text-transformuppercase;
font-size7.5pt;
letter-spacing1px;
}
        
#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-size16pt;
text-transform:lowercase;
border-bottom1px solid #DDD;
margin:10px;
color#000;
}

a{
text-decoration:none;
color:#91C7F5;
}
a:hover {
color:#333;
}


div.pagination {
    
padding3px;
    
margin3px
}

div.pagination a {
    
margin2px;
    
border1px solid #000000;
    
    
color#000000; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}
div.pagination a:hoverdiv.pagination a:active {
    
margin2px;
        
border1px 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 {
    
margin2px;
        
border1px solid #000000;        
        
background-color#000000;
        
color#FFFFFF; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
    
}
div.pagination span.disabled {
        
margin2px;
        
border1px solid #999999;
    
        
color#999999; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
    
}
    
a:hover.list { font-size10px
               
text-decorationunderlinetext-transformcapitalize
               
color#006699; line-height: 200%; }
a.list       { text-transformcapitalizefont-size10px
               
color#FF0000; text-decoration: underline; 
               
line-height200%; }    

</
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>

<? 
}

?>



  Spoiler: 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>

<? 
}

?>


  Spoiler: tabs.css 
PHP Code:
<style type="text/css">

/* Setting Up Basic Styles */

html {
background:#222;
font-family:VerdanaArialTahomasans-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:GeorgiaTimes New Romanserif;
}

/* 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-shadow0px 1px 1px #eee;
}
#image a:hover {
color:#91C7F5;
text-shadow0px 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-size11pt;
border-bottom3px solid #DDD;
margin:2px auto 3px 10px;
color#000;
text-transform:lowercase;
}

#menu a {
margin:auto 10px;
displayblock;
border-bottom1px solid #CCC;
padding2px;
padding-left10px;
text-transformuppercase;
font-size7.5pt;
letter-spacing1px;
}
        
#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-size16pt;
text-transform:lowercase;
border-bottom1px solid #DDD;
margin:10px;
color#000;
}

a{
text-decoration:none;
color:#91C7F5;
}
a:hover {
color:#333;
}


div.pagination {
    
padding3px;
    
margin3px
}

div.pagination a {
    
margin2px;
    
border1px solid #000000;
    
    
color#000000; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}
div.pagination a:hoverdiv.pagination a:active {
    
margin2px;
        
border1px 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 {
    
margin2px;
        
border1px solid #000000;        
        
background-color#000000;
        
color#FFFFFF; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
    
}
div.pagination span.disabled {
        
margin2px;
        
border1px solid #999999;
    
        
color#999999; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
    
}
    
a:hover.list { font-size10px
               
text-decorationunderlinetext-transformcapitalize
               
color#006699; line-height: 200%; }
a.list       { text-transformcapitalizefont-size10px
               
color#FF0000; text-decoration: underline; 
               
line-height200%; }    

</
style


  Spoiler: online.css 
PHP Code:
<style type="text/css">

a.onlinelist:hover
{
    
background:#09f;
    
-moz-transformscale(1.1);
    -
webkit-transformscale(1.1);
    -
o-transformscale(1.1);
    
transformscale(1.1);
}
.
onlinelistt
{
    
colorred;
    
width20%;
    
displayinline-block;
    
margin-bottom5px;
    
text-aligncenter;
}
.
onlinelistn
{
    
colorpurple;
    
displayinline-block;
    
width20%;
    
text-aligncenter;

}
.
onlinelistj
{
    
colorgreen;
    
displayinline-block;
    
width20%;
    
text-aligncenter;
}
.
onlinelistp
{
    
colorblue;
    
displayinline-block;
    
width20%;
    
text-aligncenter;

}
.
onlinelistg
{
    
colororange;
    
displayinline-block;
    
width20%;
    
text-aligncenter;

}

</
style


Please, I just need you to help me fix this
Reply With Quote