
25 | gif | tamaños | .rar | descargar | más gifs
de amistad,de amor, de best amor, imagenes de san valentin, imagenes de navidad, imagenes de adviento, imagenes de angles, imaganes de amor, imagenes de cumpleaños
propiedad : valor;
propiedad : valor;
propiedad : valor; propiedad : valor;
p {
Propiedad:Valor;
Propiedad:Valor;
}
style="Propiedad:Valor;Propiedad:Valor;"
Propiedad | Descripción | Valores |
---|---|---|
margin | Ancho para varios márgenes individuales. | longitud % auto |
margin-top margin-right margin-bottom margin-left | Tamaño del margen superior, derecho, inferior e izquierdo. | longitud % auto |
Propiedad | Descripción | Valores |
---|---|---|
padding | Tamaños para varios rellenos individuales. | longitud % |
padding-top padding-right padding-bottom padding-left | Ancho del relleno superior, derecho, inferior e izquierdo. | longitud % |
Propiedad | Descripción | Valores |
---|---|---|
width | Ancho. | longitud % auto |
min-width | Ancho mínimo. | longitud % |
max-width | Ancho máximo. | longitud % none |
height | Alto. | longitud % auto |
min-height | Alto mínimo. | longitud % |
max-height | Alto máximo. | longitud % none |
line-height | Altura entre las bases del texto. | normal número longitud % |
Propiedad | Descripción | Valores |
---|---|---|
font | Atajo para establecer el resto de propiedades sobre las fuentes a la vez. | font-style font-variant font-weight font-size font-family line height caption icon menu message-box small-caption status-bar |
font-family | Familias de fuentes. | nombre-familia familia-genérica |
font-style | Estilo de la fuente. | normal italic oblique |
font-variant | Convierte las minúsculas a mayúsculas pero mantienen un tamaño inferior a las mayúsculas. | normal small-caps |
font-weight | Intensidad de la fuente. | normal bold bolder lighter 100 200 300 400 500 600 700 800 900 |
font-size | Tamaño de la fuente. | xx-small x-small small medium large x-large xx-large larger smaller longitud % |
Propiedad | Descripción | Valores |
---|---|---|
background | Propiedades individuales relacionadas con el fondo. | background-color background-image background-repeat background-attachment background-position |
background-color | Color de fondo. | color transparent |
background-image | Imagen de fondo. | URL none |
background-repeat | Repetición de la imagen de fondo. | repeat repeat-x repeat-y no -repeat |
background-attachment | Desplazamiento de la imagen de fondo. | scroll fixed |
background-position | Posición de la imagen de fondo. | % longitud left center right top bottom |
color:valor
propiedad: 12 px
propiedad: 12px
<HTML>
<HEAD>
</HEAD>
<BODY>
</BODY>
</HTML>
<div style="Propiedad:Valor;Propiedad:Valor;">Contenido</div>
<div clase o id="nombre de la clase o id">Contenido</div>
<style type="text/css">
ACÁ EL CONTENIDO CSS
</style>
<link href="http://URL DEL ARCHIVO .css" rel="stylesheet" type="text/css">
<b:skin><![CDATA[
ACÁ EL CONTENIDO CSS
]]></b:skin>
.clase o #id {
Propiedad:Valor;
Propiedad:Valor;}
.menu {
Propiedad:Valor;
Propiedad:Valor;
}
.Piepagina {
font-size:small;
}
<p class="Piepagina">
<h1 class="Piepagina">
<div class="Piepagina">
<span class="Piepagina">
P.miclase.miotraclase
h1.roja {font:15px; color:red;}
h1.verde {font:15x; color:green;}
h1.azul {font:15x; color: blue;}
<h1 class="roja">Este es un encabezamiento rojo</h1>
...
<h1 class="azul">Este es azul </h1>
...
<h1 class="verde">Y este .... verde</h1>
#menu {estilos ...}
p#menu {estilos ...}
DIV P { font: small sans-serif }
.rojizo H1 { color: red }
#x78y CODE { background: blue }
DIV.notaalmargen H1 { font-size: large }
H1 B, H2 B, H1 EM, H2 EM { color: red }
H1 B { color: red }
H2 B { color: red }
H1 EM { color: red }
H2 EM { color: red }
![]() |
Monumento de casas escultura conmemorativa |
img_thumb_height = 125;img_thumb_width = 125;
<script type='text/javascript'>
//<![CDATA[
summary_noimg = 370;
summary_img = 370;
img_thumb_height = 125;
img_thumb_width = 125;
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span class="summarythuimg" style="float:left; "><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}
if(img.length<1) {
imgtag = '<span class="summarythuimg" style="float:left; "><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfCZmIjRQGWdKJ6ljuFMFhjqY7QvVN2qy6-lff4W7mTV0NItGKjSavdkaQFV56xy6xeP5z8JdqY0TO7WeUUpHa_pNZeNbqJ90-wUpaoqn4hLFuAIhxDuqFvbp9kgm5rZ_6Rb6iLtxftGZF/s1600/125x125-logo.png" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
var imagenreducida = div.innerHTML;
var imagenreducida = imagenreducida.replace(/\/s200/g,'/s125');
var imagenreducida = imagenreducida.replace(/\/s320/g,'/s125');
var imagenreducida = imagenreducida.replace(/\/s400/g,'/s125');
var imagenreducida = imagenreducida.replace(/\/s640/g,'/s125');
var imagenreducida = imagenreducida.replace(/\/s1600/g,'/s125');
div.innerHTML = imagenreducida;
}
//]]>
</script>
var imagenreducida = imagenreducida.replace(/\/s200/g,'/s125');
<!-- Descripción vídeo YouTube -->
<script type='text/javascript'>
//<![CDATA[
function youtubeFeedCallback( data ){
document.write( '<img src="' + data.entry[ "media$group" ][ "media$thumbnail" ][ 0 ].url + '" width="' + data.entry[ "media$group" ][ "media$thumbnail" ][ 0 ].width + '" height="' + data.entry[ "media$group" ][ "media$thumbnail" ][ 0 ].height + '" alt="Default Thumbnail" title="Default Thumbnail" align="right"/>' );
document.write( '<span class="descvi-t"><b>Título:</b> <strong>' + data.entry[ "title" ].$t + '</strong></span><br/>' );
document.write( '<b>Autor:</b> ' + data.entry[ "author" ][ 0 ].name.$t + '<br/>' );
document.write( '<b>Publicado:</b> ' + new Date( data.entry[ "published" ].$t.substr( 0, 4 ), data.entry[ "published" ].$t.substr( 5, 2 ) - 1, data.entry[ "published" ].$t.substr( 8, 2 ) ).toLocaleDateString( ) + '<br/>' );
document.write( '<b>Duración:</b> ' + Math.floor( data.entry[ "media$group" ][ "yt$duration" ].seconds / 60 ) + ':' + ( data.entry[ "media$group" ][ "yt$duration" ].seconds % 60 ) + ' (' + data.entry[ "media$group" ][ "yt$duration" ].seconds + ' Segundos)<br/>' );
document.write( '<b>Reproduccion(es):</b> '+ data.entry[ "yt$statistics" ].viewCount + '<br/>' );
document.write( '<b>Estadísticas:</b> ' + data.entry[ "yt$statistics" ].favoriteCount + ' Favorito(s); ' + '<br/>' );
document.write( '<b>Descripción:</b>' );
document.write( data.entry[ "media$group" ][ "media$description" ].$t.replace( /\n/g, '<br/>' ) );
document.write( '<br/><a href="' + data.entry[ "media$group" ][ "media$player" ].url + '" target="_blank">Ver en YouTube</a>' );
}
//]]>
</script>
.descvi{width:75%;margin-left:auto;margin-right:auto;border:10px solid #333;padding:10px;background:#111;color:#fff;font-size:12px;line-height:18px}
.descvi img{margin:0px;padding: 8px;background: #333;border: 0;}
.descvi a{padding-right: 44px;background: transparent ;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibqd0mhxjj9Kn16kyv_HfoE2eHB1ujKscqpkGR14FI3yH4WmivTCNtoqj6sg-_yt-jZ08OdoTnw7EV5wI01F_zhzn1oVfvU_5FcOdsUINMAC1lK8GmMJqwdxFgYJUaCUk8EZYY3yy6F0cZ/s0/youtube.jpg) center right no-repeat;font-size:16px ;margin-top:3px}
.descvi-t strong{color:red;font-size:14px;}
.descvi-t b{color:#fff;font-size:12px;}
<div class="descvi">
<script type="text/javascript" src="http://gdata.youtube.com/feeds/api/videos/6jGPJyLdDck?v=2&alt=json-in-script&callback=youtubeFeedCallback"></script></div>