CSS

Codigo para editar Iceblue


Codigo para editar Red


Codigo para editar Colourful
 


Codigo para editar Butterfly



Color de la barra de scroll


Borde de pagina
<style type="text/css">
body {overflow:hidden; border: 10px solid; margin:8px #000000;}
</style>
Enlace sin Subrayado
<style>
a{
text-decoration:none;
}
</style>

Simple personalizacion en los enlaces
<STYLE type="text/css">
<!--
A:link {COLOR: red; TEXT-DECORATION: none}
A:visited {COLOR: gray; TEXT-DECORATION: none}
A:active {TEXT-DECORATION: none}
A:hover {COLOR: blue; TEXT-DECORATION: underline} -->
</STYLE>

Fondo estatico
<style type="text/css">
body {
background: white url(URL DEL FONDO);
background-attachment: fixed;
}
</style>
Texto sombreado
<style type="text/css">
.sombra{
color: #000000;
font-style: italic;
font-weight: bold;
font-size: 22pt;
position: relative;
}
.texto{
color: #336699;
top: -1px;
left: -1px;
position: absolute;
}
</style>
<div class="sombra">TEXTO CON SOMBRA<div class="texto">TEXTO CON SOMBRA</div>
Cambiar aspecto de las barras de texto

Imagen de menu que senala la pagina en que te encuentras
<style type="text/css">
<!--
tr.checked_menu td{background-image:url(Aqui el Boton que se diferencia De Los Otros );}
tr.checked_menu

td:hover{background-image:url(Aqui El Link Del Boton Que se Diferencia De Los Otros - Otra Ves );}
-->
</style>
Estirar tu web en toda la pantalla (iceblue)
<style type="text/css">
<!--
table.edit_main_table{width: 100% !important;}
td.edit_main_tr{width: 100% !important;}
table.edit_second_table{width: 100% !important;}
td.edit_header_full{width: 100% !important;
background-position:center;background-repeat:no-repeat; }
td.edit_header_full table{width: 100% !important;}
table.edit_third_table{width: 100% !important;}
td.edit_navi_headbg{width: 15% !important;}
table.edit_rechts_tabelle{width: 100% !important;}
td.edit_rechts_bottom{width: 15% !important;}
td.edit_rechts_cbg{width:100%;}
-->
</style>
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis