Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Css help (http://www.mysidiaadoptables.com/forum/showthread.php?t=1991)

RoconzaArt 03-14-2011 04:34 AM

Css help
 
link

I don't know why the online page is like that.

fadillzzz 03-14-2011 08:32 AM

I keep getting a connection time out.:ohnoes:
Can you give me a screenshot instead?

RoconzaArt 03-14-2011 10:17 AM

The site is back you should be able to see it now.

fadillzzz 03-14-2011 10:38 AM

Add this to your css file
Code:

a.onlinelist:hover {
    -moz-transform: scale(1.1);
    background: none repeat scroll 0 0 #0099FF;


}

.onlinelistt {
    color: red;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    width: 20%;


}

.onlinelistn {
    color: purple;
    display: inline-block;
    text-align: center;
    width: 20%;


}

.onlinelistj {
    color: green;
    display: inline-block;
    text-align: center;
    width: 20%;


}

.onlinelistp {
    color: blue;
    display: inline-block;
    text-align: center;
    width: 20%;


}

.onlinelistg {
    color: orange;
    display: inline-block;
    text-align: center;
    width: 20%;


}


RoconzaArt 03-14-2011 10:56 AM

Thanks so one more tiny thing.

how do I get rid of the logo text with out messing up the navi? If you can't answer that it's ok.

fadillzzz 03-14-2011 11:28 AM

Try deleting the whole <div id="logo"> from the template and add a margin-top property to the #menu attribute in the css and set it to 74px

RoconzaArt 03-14-2011 11:31 AM

ok I'll try it now

fadillzzz 03-14-2011 11:40 AM

In case that didn't work, then leave the <div id="logo"> alone and open your css and add the following to the #logo h1 attribute
Code:

position: relative;
z-index: -1;

This will bring the :SITENAME: into the background (not delete it)


All times are GMT -5. The time now is 10:29 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.