Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #9  
Old 03-03-2013, 12:28 PM
Jocla Jocla is offline
Member
 
Join Date: Mar 2013
Posts: 9
Gender: Male
Credits: 1,224
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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Database functions? Infernette Questions and Supports 8 07-10-2013 12:13 PM
Something wrong in my functions.php Abronsyth Questions and Supports 2 04-29-2012 03:01 PM
image under functions.php PokePets Questions and Supports 4 08-09-2010 07:46 AM
YouTube Gallery -Non Donator Edition- Bloodrun Addons/Mods Graveyard 16 05-29-2009 08:20 PM
A 'limited edition' Christmas pet Quillink Questions and Supports 4 12-27-2008 07:37 AM


All times are GMT -5. The time now is 04:28 AM.

Currently Active Users: 4070 (0 members and 4070 guests)
Threads: 4,081, Posts: 32,032, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636