0% found this document useful (0 votes)
163 views3 pages

Fondo Degrade

This document provides instructions and code for customizing the appearance of a blog. It includes CSS code to remove the navbar, images for buttons and side panels, and variables to define colors, fonts and other stylistic elements. It also includes code for integrating Google Analytics tracking.

Uploaded by

Portal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
163 views3 pages

Fondo Degrade

This document provides instructions and code for customizing the appearance of a blog. It includes CSS code to remove the navbar, images for buttons and side panels, and variables to define colors, fonts and other stylistic elements. It also includes code for integrating Google Analytics tracking.

Uploaded by

Portal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

DEGRADE GRIS

background: #282c3e
url(http://bp0.blogger.com/_NcZswCGygMs/RvRka1SLuZI/AAAAAAAAAU8/U2xE88A
FSro/s1600/franja1000+gris.png) top center repeat-y;

COLOR FONDO : 282C3E


COLOR SUBTITULOS: FFFFFF 90% trasparencia

PORTAL SIDE
<a href="http://portal610.blogspot.com/"><img
id="BLOGGER_PHOTO_ID_5112827214874524162" style="DISPLAY: block;
MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt=""
src="http://bp0.blogger.com/_NcZswCGygMs/RvRpQ1SLugI/AAAAAAAAAWA/VYn63
PM8u9k/s400/8c+side+blanco.png" border="0" /></a>
<div><a href="http://portal610.blogspot.com/"></a><div></div></div>

Para eliminar navbar

Colocar antes de head. Dejar espacio

<style type="text/css">
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
</style>

BOTONES

<a href="http://portal610-letras.blogspot.com/"><img
id="BLOGGER_PHOTO_ID_5112141743411437218" style="CURSOR: hand" alt=""
src="http://bp3.blogger.com/_NcZswCGygMs/RvH51JF8HqI/AAAAAAAAAJk/Tg8vTO
Gq3qI/s400/boton+naranja.png" border="0" /></a><a href="http://portal610-
galeria.blogspot.com/"><img id="BLOGGER_PHOTO_ID_5112141554432876162"
style="CURSOR: hand" alt=""
src="http://bp3.blogger.com/_NcZswCGygMs/RvH5qJF8HoI/AAAAAAAAAJU/HBdAjqt
QW6Y/s400/boton+amarillo.png" border="0" /></a><a href="http://portal610-
eventos.blogspot.com/"><img id="BLOGGER_PHOTO_ID_5112141640332222098"
style="CURSOR: hand" alt=""
src="http://bp3.blogger.com/_NcZswCGygMs/RvH5vJF8HpI/AAAAAAAAAJc/7tn9zCkts
aM/s400/boton+verde++60.png" border="0" /></a>

VARIABLES COLOR Y LETRAS


/* Variable definitions
====================
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#fff" value="#282c3e">
<Variable name="textcolor" description="Text Color"
type="color" default="#333" value="#cccccc">
<Variable name="linkcolor" description="Link Color"
type="color" default="#58a" value="#cccccc">
<Variable name="pagetitlecolor" description="Blog Title Color"
type="color" default="#666" value="#cccccc">
<Variable name="descriptioncolor" description="Blog Description Color"
type="color" default="#999" value="#cccccc">
<Variable name="titlecolor" description="Post Title Color"
type="color" default="#c60" value="#cccccc">
<Variable name="bordercolor" description="Border Color"
type="color" default="#ccc" value="#282c3e">
<Variable name="sidebarcolor" description="Sidebar Title Color"
type="color" default="#999" value="#cccccc">
<Variable name="sidebartextcolor" description="Sidebar Text Color"
type="color" default="#666" value="#cccccc">
<Variable name="visitedlinkcolor" description="Visited Link Color"
type="color" default="#999" value="#ffffff">
<Variable name="bodyfont" description="Text Font"
type="font" default="normal normal 100% Georgia, Serif" value="normal normal
100% Verdana, sans-serif">
<Variable name="headerfont" description="Sidebar Title Font"
type="font"
default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif"
value="normal normal 78% Verdana, sans-serif">
<Variable name="pagetitlefont" description="Blog Title Font"
type="font"
default="normal normal 200% Georgia, Serif" value="normal normal 200%
Verdana, sans-serif">
<Variable name="descriptionfont" description="Blog Description Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-
serif" value="normal normal 78% Verdana, sans-serif">
<Variable name="postfooterfont" description="Post Footer Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-
serif" value="normal normal 78% Verdana, sans-serif">
*/

/* Use this with templates/template-twocol.html */

SLIDES: 230px ; 160px


CODIGO GOOGLE ANALYTIC

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">


</script>
<script type="text/javascript">
_uacct = "UA-2642834-1";
urchinTracker();
</script>

You might also like