Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje10-06-2010, 02:07 (UTC)    
Título del mensaje: Plantillas Css

El problema es que no se donde poner los codigos CSS para las plantillas...
Necesito que alguien me de un tutorial de algun tema creado o decirme donde lo pongo:
Este es el codigo:

Cita:
lli.nav_element{display: none;}
li.nav_element a{display: none;}
h1#title{display: none;}
h2#title span {display: none;}



#text{
color: ffffff;
position: absolute;
top: 100px;
margin-left:-300px;
left: 50%;
}

body {
background-color:#262626;}


*{ padding: 0; margin: 0; }

#Designmystic {
margin: 0 auto;
width: 935px;
height:656px;
background-image:url(http://www.fileden.com/files/2008/3/24/1833523/designpurpuraxtw.png
);}


#content {
position: relative;
left: 25px;
top: 182px;
width: 865px;
height: 380px;
padding:10px;
color: #transparent;
font-size:13px;
background-color:#transparent;
background-image:url();
border: 0px solid #FFFFFF;
overflow:auto;}


a{
color:#ffffff;
text-decoration: none;
font-size:13px;}

a:hover {
color: #4A9AF6;
font-size: 13px;
text-decoration: none;}

a:link {
color: #000000;
font-size: 13px;
text-decoration: none;}

a:active {
color: #000000;
font-size: 13px;
text-decoration: none;}

a:visited {
color: #cccccc;
font-size: 13px;
text-decoration: none;}

font-family: Times New Roman, Arial;
font-size: 0px;
overflow: auto;
padding: 10px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

-------------------------------

.preload1
.preload2


#nav {
padding:0;
margin:0;
list-style:none;
height:96px;
repeat-x;
position:relative;
z-index:200;
font-family:arial,
verdana, sans-serif;
}

#nav li.top {
display:block;
float:left;
}

#nav li a.top_link {
display:block;
float:left;
height:96px;
line-height:33px;
color:#fff;
text-decoration:none;
font-size:11px;
font-weight:bold;
padding:0 0 0 12px;
cursor:pointer;
background: url() no-repeat;
height:31px;
}

#nav li a.top_link span {float:left; display:block; padding:0 20px 0 12px; height:31px; background: url(http://www.fileden.com/files/2008/3/24/1833523/botonxDpurpura.png) right top no-repeat;}

#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(http://www.fileden.com/files/2008/3/24/1833523/botonxDpurpura.png) no-repeat right top;}

#nav table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{left:1px; top:38px; background: #f4f4f4; padding:3px; border:1px solid #cccccc; white-space:nowrap; width:130px; height:auto; z-index:300;}
#nav :hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}
#nav :hover ul.sub li a
{display:block; font-size:11px; height:18px; width:100px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #f4f4f4;}
#nav li ul.sub li a.fly
{background:#f4f4f4 url(arrow.gif) 80px 6px no-repeat;}
#nav :hover ul.sub li a:hover
{background:#c6e4ff; color:#fff; border-color:#fff;}
#nav :hover ul.sub li a.fly:hover
{background:#c6e4ff url(arrow_over.gif) 80px 6px no-repeat; color:#fff;}

#nav li b {display:block; font-size:11px; height:18px; width:88px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#65a7e5; border-bottom:1px solid #65a7e5; cursor:default;}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:189px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #cccccc; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul,
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover > ul
{left:90px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #cccccc; white-space:nowrap; width:90px; z-index:400; height:auto;}
#nav li:hover > ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#nav li:hover li:hover > a.fly
{background:#3f96a9 url(arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;}
#nav li:hover li:hover > li a.fly
{background:#50b5d0 url(arrow.gif) 80px 6px no-repeat; color:#000; border-color:#50b5d0;}

/* Menu */
#menu {
clear: both;
margin: 0 auto; padding: 0;
font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
position:relative;
top: 178px;
left:25px;
}

#menu ul {

list-style: none;
margin:0; padding: 0;
}
#menu ul li {
display: inline;
}
#menu ul li a {
display: block;
float: left;
padding: 0 12px;
color: #FFF;
text-decoration: none;
}
#menu ul li.last a {
padding-right: 20px;
}
#menu ul li a:hover {
color: #000000;
}
#menu ul li#current a {
color: #D4E59F;
}


Necesito ayuda
Mensaje10-06-2010, 09:29 (UTC)    
Título del mensaje: hOLA

Mensaje10-06-2010, 15:13 (UTC)    
Título del mensaje: Gracias

Gracias ya me hacia falta ^^
El primer link me sirvio mas ^^
Perdon a los demas
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group