plantilla bloger violeta

130
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html> <html expr:dir='data:blog.languageDirection' lang='en-US' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <meta charset='UTF-8'/> <meta content='width=device-width' name='viewport'/> <b:include data='blog' name='all-head-content'/> <link href='http://fonts.googleapis.com/css?family=Arvo:400,700| Vidaloka' rel='stylesheet' type='text/css'/> <link href='//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font- awesome.min.css' rel='stylesheet'/> <b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.pageTitle/></title> <b:else/> <b:if cond='data:blog.pageType != &quot;error_page&quot;'> <title><data:blog.pageName/> ~ <data:blog.title/></title> <b:else/> <title>404 ~ Page Not Found!</title> </b:if> </b:if> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></scrip t>

Upload: adrian-ruiz-munoz

Post on 02-Feb-2016

228 views

Category:

Documents


0 download

DESCRIPTION

violta

TRANSCRIPT

Page 1: Plantilla Bloger Violeta

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE html>

<html expr:dir='data:blog.languageDirection' lang='en-US' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

<head>

<meta charset='UTF-8'/>

<meta content='width=device-width' name='viewport'/>

<b:include data='blog' name='all-head-content'/>

<link href='http://fonts.googleapis.com/css?family=Arvo:400,700|Vidaloka' rel='stylesheet' type='text/css'/>

<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' rel='stylesheet'/>

<b:if cond='data:blog.pageType == &quot;index&quot;'>

<title><data:blog.pageTitle/></title>

<b:else/>

<b:if cond='data:blog.pageType != &quot;error_page&quot;'>

<title><data:blog.pageName/> ~ <data:blog.title/></title>

<b:else/>

<title>404 ~ Page Not Found!</title>

</b:if>

</b:if>

<!--[if lt IE 9]>

<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>

<![endif]-->

<b:skin><![CDATA[/*

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

Page 2: Plantilla Bloger Violeta

Template Name : Babylog

Author : NewBloggerThemes.com

Author URL : http://newbloggerthemes.com/

Theme URL : http://newbloggerthemes.com/babylog-blogger-template/

Created Date : Tuesday, October 21, 2014

License : GNU General Public License

This template is free for both personal and commercial use, But to satisfy the 'attribution' clause of the license, you are required to keep the footer links intact which provides due credit to its authors.

----------------------------------------------- */

body#layout ul{list-style-type:none;list-style:none}

body#layout ul li{list-style-type:none;list-style:none}

body#layout #headerbwrap {height:auto;}

body#layout #content {}

/* Variable definitions

====================

*/

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

.section, .widget {

margin:0;

padding:0;

}

/* =Reset

-------------------------------------------------------------- */

Page 3: Plantilla Bloger Violeta

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

border: 0;

font-family: inherit;

font-size: 100%;

font-style: inherit;

font-weight: inherit;

margin: 0;

outline: 0;

padding: 0;

vertical-align: baseline;

}

html {

font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

Page 4: Plantilla Bloger Violeta

}

body {

background: #fff;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

display: block;

}

ol, ul {

list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

border-collapse: separate;

border-spacing: 0;

}

caption, th, td {

font-weight: normal;

text-align: left;

}

Page 5: Plantilla Bloger Violeta

blockquote:before, blockquote:after,

q:before, q:after {

content: "";

}

blockquote, q {

quotes: "" "";

}

a:focus {

outline: thin dotted;

}

a:hover,

a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

outline: 0;

}

a img {

border: 0;

}

/* =Global

----------------------------------------------- */

body,

button,

input,

select,

textarea {

color: #666;

Page 6: Plantilla Bloger Violeta

font-family: Arvo,sans-serif;

font-size: 14px;

font-size: 1.4rem;

line-height: 1.6;

}

/* Headings */

h1,h2,h3,h4,h5,h6 {

clear: both;

color: #9b6745;

font-family: Vidaloka, Georgia, "Times New Roman", Times, serif;

font-weight: normal;

margin: .5em 0;

}

h1 {

font-size: 200%;

}

h2 {

font-size: 180%;

}

h3 {

font-size: 160%;

}

h4 {

font-size: 140%;

}

h5 {

Page 7: Plantilla Bloger Violeta

font-size: 120%;

}

h6 {

font-size: 100%;

}

hr {

background-color: #ccc;

border: 0;

height: 1px;

margin-bottom: 1.6em;

}

/* Text elements */

p {

margin-bottom: 1.6em;

}

ul, ol {

margin: 0 0 1.6em 2em;

}

ul {

list-style: disc;

}

ol {

list-style: decimal;

}

ul ul, ol ol, ul ol, ol ul {

margin-bottom: 0;

Page 8: Plantilla Bloger Violeta

margin-left: 1.6em;

}

dt {

font-weight: bold;

}

dd {

margin: 0 1.6em 1.6em;

}

b, strong {

font-weight: bold;

}

dfn, cite, em, i {

font-style: italic;

}

blockquote {

font-style: italic;

margin: 0 1.6em;

}

address {

margin: 0 0 1.6em;

}

pre {

background: #eee;

font-family: "Courier 10 Pitch", Courier, monospace;

font-size: 15px;

font-size: 1.5rem;

line-height: 1.6;

Page 9: Plantilla Bloger Violeta

margin-bottom: 1.6em;

padding: 1.6em;

overflow: auto;

max-width: 100%;

}

code, kbd, tt, var {

font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

border-bottom: 1px dotted #666;

cursor: help;

}

mark, ins {

background: #fff9c0;

text-decoration: none;

}

sup,

sub {

font-size: 75%;

height: 0;

line-height: 0;

position: relative;

vertical-align: baseline;

}

sup {

bottom: 1ex;

}

Page 10: Plantilla Bloger Violeta

sub {

top: .5ex;

}

small {

font-size: 75%;

}

big {

font-size: 125%;

}

figure {

margin: 0;

}

table {

margin: 0 0 1.6em;

width: 100%;

}

td {

padding: 5px;

}

tr.alternate {

background: rgba(0,0,0,.03);

}

th {

color: #fff;

font-family: Vidaloka, Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

Page 11: Plantilla Bloger Violeta

padding: 5px;

}

button,

input,

select,

textarea {

font-size: 100%; /* Corrects font size not being inherited in all browsers */

margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

vertical-align: baseline; /* Improves appearance and consistency in all browsers */

*vertical-align: middle; /* Improves appearance and consistency in all browsers */

}

button,

input {

line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */

}

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

border: 1px solid #ccc;

border-color: #ccc #ccc #bbb #ccc;

border-radius: 15px;

background: #fafafa; /* Old browsers */

background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */

Page 12: Plantilla Bloger Violeta

background: -webkit-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* IE10+ */

background: linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

box-shadow: inset 0 2px 1px #fff;

color: rgba(0,0,0,.8);

cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

font-size: 12px;

font-size: 1.4rem;

padding: .5em 1.6em;

text-shadow: 0 1px 0 rgba(255,255,255,.5);

}

button:hover,

html input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

background: #f5f5f5; /* Old browsers */

background: -moz-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */

Page 13: Plantilla Bloger Violeta

background: linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */

border-color: #bbb #bbb #aaa #bbb;

}

button:focus,

html input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

html input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

border-color: #aaa #bbb #bbb #bbb;

box-shadow: inset 0 2px 3px rgba(0,0,0,.15);

box-shadow: inset 0 2px 2px rgba(0,0,0,.15);

}

input[type="checkbox"],

input[type="radio"] {

box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */

padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

-moz-box-sizing: content-box;

-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

box-sizing: content-box;

Page 14: Plantilla Bloger Violeta

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

border: 0;

padding: 0;

}

input[type=text],

input[type=email],

textarea {

color: #666;

border: 1px solid #ccc;

border-radius: 3px;

}

input[type=text]:focus,

input[type=email]:focus,

textarea:focus {

color: #111;

}

input[type=text],

input[type=email] {

padding: 3px;

}

textarea {

Page 15: Plantilla Bloger Violeta

overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

padding-left: 3px;

vertical-align: top; /* Improves readability and alignment in all browsers */

width: 98%;

}

/* Links */

a {

text-decoration: none;

font-weight: bold;

color: #9b6745;

}

a:visited {

color: #9b6745;

}

a:hover,

a:focus,

a:active {

color: #9b6745;

}

/* Alignment */

.alignleft {

display: inline;

float: left;

margin-right: 1.6em;

}

Page 16: Plantilla Bloger Violeta

.alignright {

display: inline;

float: right;

margin-left: 1.6em;

}

.aligncenter {

clear: both;

display: block;

margin: 1.6em auto;

}

/* Text meant only for screen readers */

.assistive-textnbt {

clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

clip: rect(1px, 1px, 1px, 1px);

position: absolute !important;

}

/* =Menu

----------------------------------------------- */

.main-navigationnbt {

display: inline-block;

width: 100%;

clear: both;

position: relative;

margin-bottom: 30px;

Page 17: Plantilla Bloger Violeta

border-radius: 8px;

}

.main-navigationnbt ul {

list-style: none;

margin: 0;

padding: 0 6px;

}

.main-navigationnbt li {

float: left;

font-family: Vidaloka, Georgia, "Times New Roman", Times, serif;

font-size: 18px;

line-height: normal;

position: relative;

text-decoration: none;

vertical-align: middle;

zoom: 1;

}

.main-navigationnbt a {

color: #fff;

display: block;

padding: 8px 12px;

text-decoration: none;

font-weight: normal;

}

.main-navigationnbt ul ul {

background: rgba(255,255,255,.7);

-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

Page 18: Plantilla Bloger Violeta

-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

box-shadow: 0 3px 3px rgba(0,0,0,0.2);

display: none;

float: left;

padding: 0;

position: absolute;

top: auto;

z-index: 99999;

}

.main-navigationnbt ul ul ul {

left: 100%;

top: 0;

}

.main-navigationnbt ul ul a {

color: #fff;

width: 200px;

}

.main-navigationnbt ul ul li {

float: none;

}

.main-navigationnbt li:hover > a {

background: rgba(255,255,255,.2);

}

.main-navigationnbt ul ul :hover > a {

background: rgba(255,255,255,.2);

}

.main-navigationnbt ul ul a:hover {

Page 19: Plantilla Bloger Violeta

background: rgba(255,255,255,.2);

}

.main-navigationnbt ul li:hover > ul {

display: block;

}

.main-navigationnbt li.current_page_item a,

.main-navigationnbt li.current-menu-item a {

background: rgba(255,255,255,.2);

}

/* Small menu */

.menu-togglenbt {

border-radius: 8px;

color: #fff;

cursor: pointer;

display: block;

margin: 15px 0;

text-align: center;

width: 100%;

}

.main-small-navigation .menunbt {

color: #fff;

display: none;

}

.main-small-navigation .menunbt a {

color: #fff;

}

Page 20: Plantilla Bloger Violeta

/* =Content

----------------------------------------------- */

.hentry {

margin: 0 0 1.6em;

}

.content-wrappernbt {

background-color: #fff;

border-bottom-left-radius: 8px;

border-bottom-right-radius: 8px;

display: block;

margin: -10px 0 30px;

padding: 1.6em;

overflow: hidden;

}

.entry-metanbt {

clear: both;

}

.entry-title {

font-size: 20px;

float: left;

position: relative;

margin: 0 0 0 10px;

padding: 0;

width: 66%;

color: #fff;

Page 21: Plantilla Bloger Violeta

font-weight: normal;

line-height: normal;

}

.entry-title a {

color: #fff;

font-weight: normal;

}

.page-links {

clear: both;

margin: 0 0 1.6em;

}

.cat-linksnbt a,

.comments-linknbt a {

display: block;

text-transform: uppercase;

font-size: 11px;

border-radius: 3px;

float: left;

margin-right: 5px;

padding: 3px;

color: white;

font-weight: bold;

line-height: normal;

position: relative;

margin-bottom: 5px;

}

.comments-linknbt a {

Page 22: Plantilla Bloger Violeta

float: right;

margin: 0;

}

.entry-header {

border-top-left-radius: 8px;

border-top-right-radius: 8px;

box-sizing: border-box;

-webkit-box-sizing: border-box;

-moz-box-sizing: border-box;

-o-box-sizing: border-box;

color: #fff;

display: inline-block;

font-family: Vidaloka, Georgia, "Times New Roman", Times, serif;

line-height: normal;

margin: 0;

padding: 8px;

width: 100%;

}

.entry-content {

border-bottom: 1px dashed #dddddd;

margin: 0 0 15px 0;

padding: 0 0 15px 0;

}

.entry-content:before,

.entry-content:after {

content: "";

display: table;

Page 23: Plantilla Bloger Violeta

}

.entry-content:after {

clear: both;

}

.entry-metanbt {

text-transform: uppercase;

color: #666;

font-size: 11px;

margin-bottom: 15px;

}

.entry-datenbt {

color: #fff;

font-family: Arial, Helvetica, sans-serif;

opacity: .5;

position: relative;

float: right;

font-size: 11px;

width: 26%;

text-align: right;

margin: 5px 10px 0 0;

text-transform: uppercase;

}

.page-title,

.page-title a {

color: #fff;

margin-top: 0;

}

Page 24: Plantilla Bloger Violeta

#jp-post-flair {

padding: 1em 0 0;

}

/* =Layout

----------------------------------------------- */

#mainnbt {

margin: 0 auto;

position: relative;

width: 920px;

}

#primarynbt {

float: left;

margin: 0 -22% 0 0;

width: 100%;

}

#contentnbt {

margin: 0 25% 0 0;

}

#secondarynbt { /* Sidebar 1 */

float: right;

overflow: hidden;

width: 22%;

}

.site-footernbt {

clear: both;

Page 25: Plantilla Bloger Violeta

width: 100%;

}

/* =Asides

----------------------------------------------- */

.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

display: none;

}

/* =Media

----------------------------------------------- */

.site-headernbt img,

.entry-content img,

.widget img {

max-width: 100%; /* Fluid images for posts, comments, and widgets */

height: auto;

}

.site-headernbt img,

.entry-content img,

img[class*="align"],

img[class*="wp-image-"] {

height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

Page 26: Plantilla Bloger Violeta

.site-headernbt img,

.entry-content img,

img.size-full {

max-width: 100%;

}

/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

max-width: 100%;

}

/* =Header

----------------------------------------------- */

#mastheadnbt {

display: block;

margin: 1.6em auto 0 auto;

padding: 0;

width: 920px;

}

.header-image {

margin: 20px auto 0 auto;

text-align: center;

}

.header-image img {

Page 27: Plantilla Bloger Violeta

border-radius: 8px;

max-width: 100%;

height: auto;

}

h1.site-titlenbt,

h2.site-descriptionnbt {

clear: none;

margin: 0;

}

.site-titlenbt a {

color: #fff;

float: left;

font-family: Vidaloka, Georgia, "Times New Roman", Times, serif;

font-size: 38px;

font-weight: normal;

letter-spacing: -1px;

line-height: normal;

margin: 15px 0 0 0;

position: relative;

width: 75%;

}

.site-descriptionnbt {

color: #fff;

float: left;

font-family: Arial, Helvetica, sans-serif;

font-style: italic;

font-size: 16px;

Page 28: Plantilla Bloger Violeta

opacity: .7;

padding: 0 0 .5em 0;

position: relative;

}

#baby-graphic {

float: right;

margin: 0;

padding: 0;

position: relative;

width: 162px;

height: 119px;

}

#baby-graphic img {

width: 100%;

height: auto;

}

/* =Footer

----------------------------------------------- */

#colophonnbt {

clear: both;

color: white;

font-family: Arvo, Arial, Helvetica, sans-serif;

font-size: 11px;

margin-bottom: 30px;

position: relative;

Page 29: Plantilla Bloger Violeta

padding: 5px 0;

text-align: center;

width: 100%;

}

#colophonnbt a {

color: #fff;

}

.duckiesnbt {

margin: 15px auto;

position: relative;

width: 412px;

height: 70px;

}

.duckiesnbt img {

width: 100%;

height: auto;

}

/* =Widgets

----------------------------------------------- */

.widget-areanbt .widget {

font-size: 90%;

margin: 0 0 35px;

}

.widget-areanbt .widget a {

font-weight: normal;

Page 30: Plantilla Bloger Violeta

}

.widget-areanbt .widget .widget-content {

background-color: #fff;

border-bottom-right-radius: 8px;

border-bottom-left-radius: 8px;

padding: 5px 10px 10px 10px;

}

.widget-areanbt .widget .widget-content ul {

margin-bottom: 0;

}

.widget-areanbt .widget .widget-content ul li {

margin: 0;

padding: 2px 0;

}

.widget-notitle-content-container {

background: #fff;

border-radius: 9px;

padding: 5px 10px 10px 10px;

}

.widget-areanbt .widget .widget-content:before,

.widget-areanbt .widget .widget-content:after {

clear: both;

display: table;

}

.widget-areanbt .widget .widget-content:after {

clear: both;

}

Page 31: Plantilla Bloger Violeta

.widget-areanbt .widget h2 {

border-top-right-radius: 8px;

border-top-left-radius: 8px;

color: #fff;

font-family: Vidaloka, Georgia, "Times New Roman", Times, serif;

font-size: 20px;

font-weight: normal;

line-height: normal;

margin: -15px 0 0;

padding: 8px;

}

.widget-areanbt .widget h3 {

border-top-right-radius: 8px;

border-top-left-radius: 8px;

color: #fff;

font-family: Vidaloka, Georgia, "Times New Roman", Times, serif;

font-size: 20px;

font-weight: normal;

line-height: normal;

margin: -15px 0 0;

padding: 8px;

}

/* Search widget */

#searchsubmit {

display: none;

}

Page 32: Plantilla Bloger Violeta

#s {

display: block;

margin: 0 auto;

width: 95%;

}

/* =Purple

----------------------------------------------- */

.theme-color-purple {

background-color: #bfa1c6;

}

.theme-color-purple .cat-linksnbt a,

.theme-color-purple .comments-linknbt a,

.theme-color-purple .comments-linknbt span,

.theme-color-purple .widget-areanbt .widget h2,

.theme-color-purple .widget-areanbt .widget h3,

.theme-color-purple .main-navigationnbt,

.theme-color-purple .entry-header,

.theme-color-purple th,

.theme-color-purple .menu-togglenbt {

background-color: rgb(156,106,170);

}

.theme-color-purple .cat-linksnbt a:hover,

.theme-color-purple .comments-linknbt a:hover,

.theme-color-purple .main-navigationnbt ul ul li,

.theme-color-purple .main-navigationnbt ul li.hover,

Page 33: Plantilla Bloger Violeta

.theme-color-purple .main-navigationnbt ul li:hover {

background-color: rgba(156,106,170,.8);

}

/* =Pink

----------------------------------------------- */

.theme-color-pink {

background-color: #e29393;

}

.theme-color-pink .cat-linksnbt a,

.theme-color-pink .comments-linknbt a,

.theme-color-pink .comments-linknbt span,

.theme-color-pink .widget-areanbt .widget h2,

.theme-color-pink .widget-areanbt .widget h3,

.theme-color-pink .main-navigationnbt,

.theme-color-pink .entry-header,

.theme-color-pink th,

.theme-color-pink .menu-togglenbt {

background-color: rgb(196,75,75);

}

.theme-color-pink .cat-linksnbt a:hover,

.theme-color-pink .comments-linknbt a:hover,

.theme-color-pink .main-navigationnbt ul ul li,

.theme-color-pink .main-navigationnbt ul li.hover,

.theme-color-pink .main-navigationnbt ul li:hover {

Page 34: Plantilla Bloger Violeta

background-color: rgba(196,75,75,.8);

}

/* =Green

----------------------------------------------- */

.theme-color-green {

background-color: #c2e2bf;

}

.theme-color-green .cat-linksnbt a,

.theme-color-green .comments-linknbt a,

.theme-color-green .comments-linknbt span,

.theme-color-green .widget-areanbt .widget h2,

.theme-color-green .widget-areanbt .widget h3,

.theme-color-green .main-navigationnbt,

.theme-color-green .entry-header,

.theme-color-green th,

.theme-color-green .menu-togglenbt {

background-color: rgb(110,178,103);

}

.theme-color-green .cat-linksnbt a:hover,

.theme-color-green .comments-linknbt a:hover,

.theme-color-green .main-navigationnbt ul ul li,

.theme-color-green .main-navigationnbt ul li.hover,

.theme-color-green .main-navigationnbt ul li:hover {

background-color: rgba(110,178,103,.8);

Page 35: Plantilla Bloger Violeta

}

/* =Blue

----------------------------------------------- */

.theme-color-blue {

background-color: #86afbf;

}

.theme-color-blue .cat-linksnbt a,

.theme-color-blue .comments-linknbt a,

.theme-color-blue .comments-linknbt span,

.theme-color-blue .widget-areanbt .widget h2,

.theme-color-blue .widget-areanbt .widget h3,

.theme-color-blue .main-navigationnbt,

.theme-color-blue .entry-header,

.theme-color-blue th,

.theme-color-blue .menu-togglenbt {

background-color: rgb(81,140,158);

}

.theme-color-blue .cat-linksnbt a:hover,

.theme-color-blue .comments-linknbt a:hover,

.theme-color-blue .main-navigationnbt ul ul li,

.theme-color-blue .main-navigationnbt ul li.hover,

.theme-color-blue .main-navigationnbt ul li:hover {

background-color: rgba(81,140,158,.8);

}

Page 36: Plantilla Bloger Violeta

/* =Responsive Media Queries

----------------------------------------------- */

@media screen and ( max-width: 1000px ) {

#mastheadnbt,

#mainnbt {

width: 800px;

}

}

@media screen and ( max-width: 800px ) {

#mastheadnbt {

width: 100%;

}

.mastheadhgroupnbt {

margin: 0 auto;

width: 90%;

}

.site-titlenbt a,

.site-descriptionnbt {

clear: both;

display: block;

float: none;

margin: 10px 0;

text-align: center;

Page 37: Plantilla Bloger Violeta

width: 100%;

}

.site-titlenbt a {

font-size: 36px;

font-size: 3.6rem;

}

.site-descriptionnbt {

font-size: 16px;

font-size: 1.6rem;

}

#baby-graphic {

clear: both;

float: none;

margin: 0 auto;

}

#mainnbt {

width: 100%;

}

#contentnbt {

margin: 0;

}

#primarynbt,

#secondarynbt {

clear: both;

float: none;

width: 100%;

}

Page 38: Plantilla Bloger Violeta

.duckiesnbt {

width: 350px;

}

.duckiesnbt img {

max-width: 100%;

}

.page-title {

margin: 0 1.6em;

}

}

h2.date-header {

margin: 10px 0px;

display: none;

}

.main .widget {

margin: 0 0 5px;

padding: 0 0 2px;

}

.main .Blog {

border-bottom-width: 0;

}

#header .description {

}

Page 39: Plantilla Bloger Violeta

/* Comments----------------------------------------------- */

#comments {

padding:20px;

margin-bottom:20px;

background: #fff;

-webkit-border-radius: 5px;

-moz-border-radius: 5px;

border-radius: 5px;

}

#comments h4 {

font-size:22px;

margin-bottom:10px;

}

.deleted-comment {

font-style: italic;

color: gray;

}

#blog-pager-newer-link {

float: left;

}

#blog-pager-older-link {

float: right;

Page 40: Plantilla Bloger Violeta

}

#blog-pager {

text-align: center;

padding:5px;

margin:10px 0;

}

.feed-links {

clear: both;

margin:5px 0 10px 0;

}

.comment-form {

}

#navbar-iframe {

height: 0;

visibility: hidden;

display: none;

}

.author-profile {

background: #f6f6f6;

border: 1px solid #eee;

margin: 5px 0 10px 0;

padding: 8px;

Page 41: Plantilla Bloger Violeta

overflow: hidden;

}

.author-profile img {

border: 1px solid #ddd;

float: left;

margin-right: 10px;

}

.post-iconspbt {

margin: 5px 0 0 0;

padding: 0px;

}

.post-locationpbt {

margin: 10px 0;

padding: 0px;

}

.related-postbwrap {

margin: 10px auto 0;

}

.related-postbwrap h4 {

font-weight: bold;

margin: 10px 0;

}

Page 42: Plantilla Bloger Violeta

.related-post-style-2,.related-post-style-2 li {

list-style: none;

margin: 0;

padding: 0;

}

.related-post-style-2 li {

border-top: 0px solid #eee;

overflow: hidden;

padding: 10px 0px;

}

.related-post-style-2 li:first-child {

border-top: none;

}

.related-post-style-2 .related-post-item-thumbnail {

width: 80px;

height: 80px;

max-width: none;

max-height: none;

background-color: transparent;

border: none;

float: left;

margin: 2px 10px 0 0;

padding: 0;

Page 43: Plantilla Bloger Violeta

}

.related-post-style-2 .related-post-item-title {

font-weight: normal;

font-size: 100%;

}

.related-post-style-2 .related-post-item-summary {

display: block;

}

.pbtsharethisbutt {

overflow: hidden;

padding: 10px 0 5px;

margin: 0;

font-size: 11px;

text-transform: uppercase;

}

.pbtsharethisbutt ul {

list-style: none;

list-style-type: none;

margin: 0;

padding: 0;

}

.pbtsharethisbutt ul li {

Page 44: Plantilla Bloger Violeta

float: left;

margin: 0;

padding: 0;

}

.pbtsharethisbutt ul li a {

padding: 0 10px;

display: inline-block;

font-weight: normal;

}

.pbtsharethisbutt ul li a:hover {

}

.separator a[style="margin-left: 1em; margin-right: 1em;"] {margin-left: auto!important;margin-right: auto!important;}

.separator a[style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"] {clear: none !important; float: none !important; margin-bottom: 0em !important; margin-right: 0em !important;}

.separator a[style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"] img {float: left !important; margin: 0px 10px 10px 0px;}

.separator a[style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"] {clear: none !important; float: none !important; margin-bottom: 0em !important; margin-left: 0em !important;}

.separator a[style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"] img {float: right !important; margin: 0px 0px 10px 10px;}

.PopularPosts .widget-content ul li {

padding:6px 0px;

}

Page 45: Plantilla Bloger Violeta

.reaction-buttons table{

border:none;

margin-bottom:5px;

}

.reaction-buttons table, .reaction-buttons td{

border:none !important;

}

.widget-areanbt .widget-content.popular-posts > ul {

list-style: outside none none;

margin: 0;

padding: 0;

}

.babylog-social-buttons {

font-size: 24px;

margin: 0 0 5px;

padding: 0;

}

.more-linknbt {

font-weight: normal;

}

.pbtthumbimg {

Page 46: Plantilla Bloger Violeta

float:left;

margin:0px 10px 5px 0px;

padding:4px;

border:0px solid #eee;

background:none;

width:200px;

height:auto;

}

body {

background-image: url('http://2.bp.blogspot.com/-TfX2ejxB7bk/VEW-OWHfahI/AAAAAAAAMC8/1E15qSN2aYE/s1600/background-purple.png');

background-repeat: repeat;

background-position: top left;

background-attachment: scroll;

}

.PopularPosts ul,

.PopularPosts li,

.PopularPosts li img,

.PopularPosts li a,

.PopularPosts li a img {

margin:0 0;

padding:0 0;

list-style:none;

border:none;

background:none;

Page 47: Plantilla Bloger Violeta

outline:none;

}

.PopularPosts ul {

margin:.5em 0;

list-style:none;

font:normal normal 13px/1.4 "Arial Narrow",Arial,Sans-Serif;

color:black;

counter-reset:num;

}

.PopularPosts ul li img {

display:block;

margin:0 .5em 0 0;

width:50px;

height:50px;

float:left;

}

.PopularPosts ul li {

background-color:#eee;

margin:0 10% .4em 0;

padding:.5em 1.5em .5em .5em;

counter-increment:num;

position:relative;

}

Page 48: Plantilla Bloger Violeta

.PopularPosts ul li:before,

.PopularPosts ul li .item-title a {

font-weight:bold;

font-size:120%;

color:inherit;

text-decoration:none;

}

.PopularPosts ul li:before {

content:counter(num);

display:block;

position:absolute;

background-color:black;

color:white;

width:30px;

height:30px;

line-height:30px;

text-align:center;

top:50%;

right:-10px;

margin-top:-15px;

-webkit-border-radius:30px;

-moz-border-radius:30px;

border-radius:30px;

}

.popular-posts ul{padding-left:0px;}

Page 49: Plantilla Bloger Violeta

.popular-posts ul li {

list-style-type: none;

margin:0 0 5px 0px;

padding:5px 5px 5px 20px !important;

border: 1px solid #6BB5FF;

border-radius:10px;

-moz-border-radius:10px;

-webkit-border-radius:10px;}.popular-posts ul li:hover {

border:1px solid #009900;

}.popular-posts ul li a:hover {

text-decoration:none;

}

-Moz-border-radius-bottomRight: 50px; border-bottom-right-radius: 50px; -Moz-border-radius-topLeft: 50px; border-top-left-radius: 50px;.PopularPosts ul,

.PopularPosts li,

.PopularPosts li img,

.PopularPosts li a,

.PopularPosts li a img {

margin:0 0;

padding:0 0;

list-style:none;

border:none;

background:none;

outline:none;

}

.PopularPosts ul {

Page 50: Plantilla Bloger Violeta

margin:.5em 0;

list-style:none;

font:normal normal 13px/1.4 "Arial Narrow",Arial,Sans-Serif;

color:black;

counter-reset:num;

}

.PopularPosts ul li img {

display:block;

margin:0 .5em 0 0;

width:50px;

height:50px;

float:left;

}

.PopularPosts ul li {

background-color:#eee;

margin:0 10% .4em 0;

padding:.5em 1.5em .5em .5em;

counter-increment:num;

position:relative;

}

.PopularPosts ul li:before,

.PopularPosts ul li .item-title a {

font-weight:bold;

font-size:120%;

Page 51: Plantilla Bloger Violeta

color:inherit;

text-decoration:none;

}

.PopularPosts ul li:before {

content:counter(num);

display:block;

position:absolute;

background-color:black;

color:white;

width:30px;

height:30px;

line-height:30px;

text-align:center;

top:50%;

right:-10px;

margin-top:-15px;

-webkit-border-radius:30px;

-moz-border-radius:30px;

border-radius:30px;

}

/* Set color & level */

.PopularPosts ul li:nth-child(1) {background-color:#E11E28;margin-right:1%}

.PopularPosts ul li:nth-child(2) {background-color:#FD3C03;margin-right:2%}

.PopularPosts ul li:nth-child(3) {background-color:#FECB09;margin-right:3%}

.PopularPosts ul li:nth-child(4) {background-color:#6EBE27;margin-right:4%}

Page 52: Plantilla Bloger Violeta

.PopularPosts ul li:nth-child(5) {background-color:#149A48;margin-right:5%}

.PopularPosts ul li:nth-child(6) {background-color:#5BBFF1;margin-right:6%}

.PopularPosts ul li:nth-child(7) {background-color:#61469C;margin-right:7%}

.PopularPosts ul li:nth-child(8) {background-color:#863E86;margin-right:8%}

.PopularPosts ul li:nth-child(9) {background-color:#863E62;margin-right:9%}

.PopularPosts ul li:nth-child(10) {background-color:#815540;margin-right:10%}]]></b:skin>

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js' type='text/javascript'/>

<script type='text/javascript'>

//<![CDATA[

/*! jQuery Migrate v1.2.1 | (c) 2005, 2013 jQuery Foundation, Inc. and other contributors | jquery.org/license */

jQuery.migrateMute===void 0&&(jQuery.migrateMute=!0),function(e,t,n){function r(n){var r=t.console;i[n]||(i[n]=!0,e.migrateWarnings.push(n),r&&r.warn&&!e.migrateMute&&(r.warn("JQMIGRATE: "+n),e.migrateTrace&&r.trace&&r.trace()))}function a(t,a,i,o){if(Object.defineProperty)try{return Object.defineProperty(t,a,{configurable:!0,enumerable:!0,get:function(){return r(o),i},set:function(e){r(o),i=e}}),n}catch(s){}e._definePropertyBroken=!0,t[a]=i}var i={};e.migrateWarnings=[],!e.migrateMute&&t.console&&t.console.log&&t.console.log("JQMIGRATE: Logging is active"),e.migrateTrace===n&&(e.migrateTrace=!0),e.migrateReset=function(){i={},e.migrateWarnings.length=0},"BackCompat"===document.compatMode&&r("jQuery is not compatible with Quirks Mode");var o=e("<input/>",{size:1}).attr("size")&&e.attrFn,s=e.attr,u=e.attrHooks.value&&e.attrHooks.value.get||function(){return null},c=e.attrHooks.value&&e.attrHooks.value.set||function(){return n},l=/^(?:input|button)$/i,d=/^[238]$/,p=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,f=/^(?:checked|selected)$/i;a(e,"attrFn",o||{},"jQuery.attrFn is deprecated"),e.attr=function(t,a,i,u){var c=a.toLowerCase(),g=t&&t.nodeType;return u&&(4>s.length&&r("jQuery.fn.attr( props, pass ) is deprecated"),t&&!d.test(g)&&(o?a in o:e.isFunction(e.fn[a])))?e(t)[a](i):("type"===a&&i!==n&&l.test(t.nodeName)&&t.parentNode&&r("Can't change the 'type' of an input or button in IE 6/7/8"),!e.attrHooks[c]&&p.test(c)&&(e.attrHooks[c]={get:function(t,r){var a,i=e.prop(t,r);return i===!0||"boolean"!=typeof i&&(a=t.getAttributeNode(r))&&a.nodeValue!==!1?r.toLowerCase():n},set:function(t,n,r){var

Page 53: Plantilla Bloger Violeta

a;return n===!1?e.removeAttr(t,r):(a=e.propFix[r]||r,a in t&&(t[a]=!0),t.setAttribute(r,r.toLowerCase())),r}},f.test(c)&&r("jQuery.fn.attr('"+c+"') may use property instead of attribute")),s.call(e,t,a,i))},e.attrHooks.value={get:function(e,t){var n=(e.nodeName||"").toLowerCase();return"button"===n?u.apply(this,arguments):("input"!==n&&"option"!==n&&r("jQuery.fn.attr('value') no longer gets properties"),t in e?e.value:null)},set:function(e,t){var a=(e.nodeName||"").toLowerCase();return"button"===a?c.apply(this,arguments):("input"!==a&&"option"!==a&&r("jQuery.fn.attr('value', val) no longer sets properties"),e.value=t,n)}};var g,h,v=e.fn.init,m=e.parseJSON,y=/^([^<]*)(<[\w\W]+>)([^>]*)$/;e.fn.init=function(t,n,a){var i;return t&&"string"==typeof t&&!e.isPlainObject(n)&&(i=y.exec(e.trim(t)))&&i[0]&&("<"!==t.charAt(0)&&r("$(html) HTML strings must start with '<' character"),i[3]&&r("$(html) HTML text after last tag is ignored"),"#"===i[0].charAt(0)&&(r("HTML string cannot start with a '#' character"),e.error("JQMIGRATE: Invalid selector string (XSS)")),n&&n.context&&(n=n.context),e.parseHTML)?v.call(this,e.parseHTML(i[2],n,!0),n,a):v.apply(this,arguments)},e.fn.init.prototype=e.fn,e.parseJSON=function(e){return e||null===e?m.apply(this,arguments):(r("jQuery.parseJSON requires a valid JSON string"),null)},e.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||0>e.indexOf("compatible")&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e.browser||(g=e.uaMatch(navigator.userAgent),h={},g.browser&&(h[g.browser]=!0,h.version=g.version),h.chrome?h.webkit=!0:h.webkit&&(h.safari=!0),e.browser=h),a(e,"browser",e.browser,"jQuery.browser is deprecated"),e.sub=function(){function t(e,n){return new t.fn.init(e,n)}e.extend(!0,t,this),t.superclass=this,t.fn=t.prototype=this(),t.fn.constructor=t,t.sub=this.sub,t.fn.init=function(r,a){return a&&a instanceof e&&!(a instanceof t)&&(a=t(a)),e.fn.init.call(this,r,a,n)},t.fn.init.prototype=t.fn;var n=t(document);return r("jQuery.sub() is deprecated"),t},e.ajaxSetup({converters:{"text json":e.parseJSON}});var b=e.fn.data;e.fn.data=function(t){var a,i,o=this[0];return!o||"events"!==t||1!==arguments.length||(a=e.data(o,t),i=e._data(o,t),a!==n&&a!==i||i===n)?b.apply(this,arguments):(r("Use of jQuery.fn.data('events') is deprecated"),i)};var j=/\/(java|ecma)script/i,w=e.fn.andSelf||e.fn.addBack;e.fn.andSelf=function(){return r("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()"),w.apply(this,arguments)},e.clean||(e.clean=function(t,a,i,o){a=a||document,a=!a.nodeType&&a[0]||a,a=a.ownerDocument||a,r("jQuery.clean() is deprecated");var s,u,c,l,d=[];if(e.merge(d,e.buildFragment(t,a).childNodes),i)for(c=function(e){return!e.type||j.test(e.type)?o?o.push(e.parentNode?e.parentNode.removeChild(e):e):i.appendChild(e):n},s=0;null!=(u=d[s]);s++)e.nodeName(u,"script")&&c(u)||(i.appendChild(u),u.getElementsByTagName!==n&&(l=e.grep(e.merge([],u.getElementsByTagName("script")),c),d.splice.apply(d,[s+1,0].concat(l)),s+=l.length));return d});var Q=e.event.add,x=e.event.remove,k=e.event.trigger,N=e.fn.toggle,T=e.fn.live,M=e.fn.die,S="ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess",C=RegExp("\\b(?:"+S+")\\b"),H=/(?:^|\s)hover(\.\S+|)\b/,A=function(t){return"string"!=typeof t||e.event.special.hover?t:(H.test(t)&&r("'hover' pseudo-event is deprecated, use 'mouseenter

Page 54: Plantilla Bloger Violeta

mouseleave'"),t&&t.replace(H,"mouseenter$1 mouseleave$1"))};e.event.props&&"attrChange"!==e.event.props[0]&&e.event.props.unshift("attrChange","attrName","relatedNode","srcElement"),e.event.dispatch&&a(e.event,"handle",e.event.dispatch,"jQuery.event.handle is undocumented and deprecated"),e.event.add=function(e,t,n,a,i){e!==document&&C.test(t)&&r("AJAX events should be attached to document: "+t),Q.call(this,e,A(t||""),n,a,i)},e.event.remove=function(e,t,n,r,a){x.call(this,e,A(t)||"",n,r,a)},e.fn.error=function(){var e=Array.prototype.slice.call(arguments,0);return r("jQuery.fn.error() is deprecated"),e.splice(0,0,"error"),arguments.length?this.bind.apply(this,e):(this.triggerHandler.apply(this,e),this)},e.fn.toggle=function(t,n){if(!e.isFunction(t)||!e.isFunction(n))return N.apply(this,arguments);r("jQuery.fn.toggle(handler, handler...) is deprecated");var a=arguments,i=t.guid||e.guid++,o=0,s=function(n){var r=(e._data(this,"lastToggle"+t.guid)||0)%o;return e._data(this,"lastToggle"+t.guid,r+1),n.preventDefault(),a[r].apply(this,arguments)||!1};for(s.guid=i;a.length>o;)a[o++].guid=i;return this.click(s)},e.fn.live=function(t,n,a){return r("jQuery.fn.live() is deprecated"),T?T.apply(this,arguments):(e(this.context).on(t,this.selector,n,a),this)},e.fn.die=function(t,n){return r("jQuery.fn.die() is deprecated"),M?M.apply(this,arguments):(e(this.context).off(t,this.selector||"**",n),this)},e.event.trigger=function(e,t,n,a){return n||C.test(e)||r("Global events are undocumented and deprecated"),k.call(this,e,t,n||document,a)},e.each(S.split("|"),function(t,n){e.event.special[n]={setup:function(){var t=this;return t!==document&&(e.event.add(document,n+"."+e.guid,function(){e.event.trigger(n,null,t,!0)}),e._data(this,n,e.guid++)),!1},teardown:function(){return this!==document&&e.event.remove(document,n+"."+e._data(this,n)),!1}}})}(jQuery,window);

//]]>

</script>

<script type='text/javascript'>

//<![CDATA[

function showrecentcomments(json){for(var i=0;i<a_rc;i++){var b_rc=json.feed.entry[i];var c_rc;if(i==json.feed.entry.length)break;for(var k=0;k<b_rc.link.length;k++){if(b_rc.link[k].rel=='alternate'){c_rc=b_rc.link[k].href;break;}}c_rc=c_rc.replace("#","#comment-");var d_rc=c_rc.split("#");d_rc=d_rc[0];var e_rc=d_rc.split("/");e_rc=e_rc[5];e_rc=e_rc.split(".html");e_rc=e_rc[0];var f_rc=e_rc.replace(/-/g," ");f_rc=f_rc.link(d_rc);var g_rc=b_rc.published.$t;var h_rc=g_rc.substring(0,4);var i_rc=g_rc.substring(5,7);var j_rc=g_rc.substring(8,10);var

Page 55: Plantilla Bloger Violeta

k_rc=new Array();k_rc[1]="Jan";k_rc[2]="Feb";k_rc[3]="Mar";k_rc[4]="Apr";k_rc[5]="May";k_rc[6]="Jun";k_rc[7]="Jul";k_rc[8]="Aug";k_rc[9]="Sep";k_rc[10]="Oct";k_rc[11]="Nov";k_rc[12]="Dec";if("content" in b_rc){var l_rc=b_rc.content.$t;}else if("summary" in b_rc){var l_rc=b_rc.summary.$t;}else var l_rc="";var re=/<\S[^>]*>/g;l_rc=l_rc.replace(re,"");if(m_rc==true)document.write('On '+k_rc[parseInt(i_rc,10)]+' '+j_rc+' ');document.write('<a href="'+c_rc+'">'+b_rc.author[0].name.$t+'</a> commented');if(n_rc==true)document.write(' on '+f_rc);document.write(': ');if(l_rc.length<o_rc){document.write('<i>&#8220;');document.write(l_rc);document.write('&#8221;</i><br/><br/>');}else{document.write('<i>&#8220;');l_rc=l_rc.substring(0,o_rc);var p_rc=l_rc.lastIndexOf(" ");l_rc=l_rc.substring(0,p_rc);document.write(l_rc+'&hellip;&#8221;</i>');document.write('<br/><br/>');}}}

function rp(json){document.write('<ul>');for(var i=0;i<numposts;i++){document.write('<li>');var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break}}posttitle=posttitle.link(posturl);var readmorelink="(more)";readmorelink=readmorelink.link(posturl);var postdate=entry.published.$t;var cdyear=postdate.substring(0,4);var cdmonth=postdate.substring(5,7);var cdday=postdate.substring(8,10);var monthnames=new Array();monthnames[1]="Jan";monthnames[2]="Feb";monthnames[3]="Mar";monthnames[4]="Apr";monthnames[5]="May";monthnames[6]="Jun";monthnames[7]="Jul";monthnames[8]="Aug";monthnames[9]="Sep";monthnames[10]="Oct";monthnames[11]="Nov";monthnames[12]="Dec";if("content"in entry){var postcontent=entry.content.$t}else if("summary"in entry){var postcontent=entry.summary.$t}else var postcontent="";var re=/<\S[^>]*>/g;postcontent=postcontent.replace(re,"");document.write(posttitle);if(showpostdate==true)document.write(' - '+monthnames[parseInt(cdmonth,10)]+' '+cdday);if(showpostsummary==true){if(postcontent.length<numchars){document.write(postcontent)}else{postcontent=postcontent.substring(0,numchars);var quoteEnd=postcontent.lastIndexOf(" ");postcontent=postcontent.substring(0,quoteEnd);document.write(postcontent+'...'+readmorelink)}}document.write('</li>')}document.write('</ul>')}

//]]>

</script>

<script type='text/javascript'>

summary_noimg = 400;

Page 56: Plantilla Bloger Violeta

summary_img = 280;

img_thumb_height = 150;

img_thumb_width = 200;

</script>

<script type='text/javascript'>

//<![CDATA[

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 = "";

Page 57: Plantilla Bloger Violeta

var img = div.getElementsByTagName("img");

var summ = summary_noimg;

if(img.length>=1) {

imgtag = '<img src="'+img[0].src+'" class="pbtthumbimg"/>';

summ = summary_img;

}

var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';

div.innerHTML = summary;

}

//]]>

</script>

</head>

<body class='custom-background theme-color-purple'>

<div id='pagenbt'>

<header class='site-headernbt' id='mastheadnbt' role='banner'>

<div class='mastheadhgroupnbt'>

<b:section class='headersec' id='headersec' maxwidgets='1' showaddelement='no'>

<b:widget id='Header1' locked='true' title='Un escritor dice (cabecera)' type='Header'>

<b:includable id='main'>

<h1 class='site-titlenbt'><b:include name='title'/></h1>

<div id='baby-graphic'><img src='http://1.bp.blogspot.com/-PB8YBT7lOr0/VEW-hm5o7PI/AAAAAAAAMIo/7SW_9v_cgOE/s1600/purple-medium-brown.png'/></div>

<h2 class='site-descriptionnbt'><b:include name='description'/></h2>

Page 58: Plantilla Bloger Violeta

</b:includable>

<b:includable id='description'><data:description/></b:includable>

<b:includable id='title'><a expr:href='data:blog.homepageUrl'><data:title/></a></b:includable>

</b:widget>

</b:section>

</div>

<nav class='site-navigationnbt main-navigationnbt' role='navigation'>

<h1 class='assistive-textnbt'>Menu</h1>

<div class='assistive-textnbt skip-linknbt'><a href='#contentnbt' title='Skip to content'>Skip to content</a></div>

<div class='menu-testing-menu-container'>

<ul class='menunbt'>

<li><a expr:href='data:blog.homepageUrl'>Inicio</a></li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Relatos'>Relatos</a>

<ul class='sub-menu'>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Drama'>Drama</a></li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Indefinido'>Indefinido</a></li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Terror'>Terror</a></li>

</ul>

</li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Reseñas'>Reseñas</a>

<ul class='sub-menu'>

Page 59: Plantilla Bloger Violeta

<li><a href='http://unescritordice.blogspot.com.es/search/label/Libros'>Libros</a></li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Música'>Música</a></li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Películas'>Películas</a>

</li>

</ul>

</li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Otros'>Otros</a>

<ul class='sub-menu'>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Juegos'>Juegos</a></li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Tags'>Tags</a></li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Reflexiones'>Reflexiones</a></li>

</ul>

</li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Contacto'>Contacto</a>

<ul class='sub-menu'>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Autor'>Autor</a></li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Email'>Email</a></li>

<li><a href='http://unescritordice.blogspot.com.es/search/label/Licencia'>Licencia</a></li>

</ul>

</li>

</ul>

</div>

</nav><!-- .site-navigation .main-navigation -->

</header><!-- #masthead .site-header -->

Page 60: Plantilla Bloger Violeta

<div class='site-mainnbt' id='mainnbt'>

<div class='content-areanbt' id='primarynbt'>

<div class='site-contentnbt' id='contentnbt' role='main'>

<b:section class='mainblogsec' id='mainblogsec' showaddelement='no'>

<b:widget id='Blog1' locked='true' title='Entradas del blog' type='Blog'>

<b:includable id='main' var='top'>

<b:if cond='data:mobile == &quot;false&quot;'>

<!-- posts -->

<div class='blog-posts hfeed'>

<b:include data='top' name='status-message'/>

<data:defaultAdStart/>

<b:loop values='data:posts' var='post'>

<b:if cond='data:post.isDateStart'>

<b:if cond='data:post.isFirstPost == &quot;false&quot;'>

&lt;/div&gt;&lt;/div&gt;

</b:if>

</b:if>

<b:if cond='data:post.isDateStart'>

&lt;div class=&quot;date-outer&quot;&gt;

</b:if>

<b:if cond='data:post.dateHeader'>

<h2 class='date-header'><span><data:post.dateHeader/></span></h2>

</b:if>

Page 61: Plantilla Bloger Violeta

<b:if cond='data:post.isDateStart'>

&lt;div class=&quot;date-posts&quot;&gt;

</b:if>

<div class='post-outer'>

<b:include data='post' name='post'/>

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>

<b:if cond='data:post.showThreadedComments'>

<b:include data='post' name='threaded_comments'/>

<b:else/>

<b:include data='post' name='comments'/>

</b:if>

</b:if>

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<b:if cond='data:post.showThreadedComments'>

<b:include data='post' name='threaded_comments'/>

<b:else/>

<b:include data='post' name='comments'/>

</b:if>

</b:if>

</div>

<b:if cond='data:post.includeAd'>

<b:if cond='data:post.isFirstPost'>

<data:defaultAdEnd/>

<b:else/>

<data:adEnd/>

</b:if>

<div class='inline-ad'>

Page 62: Plantilla Bloger Violeta

<data:adCode/>

</div>

<data:adStart/>

</b:if>

</b:loop>

<b:if cond='data:numPosts != 0'>

&lt;/div&gt;&lt;/div&gt;

</b:if>

<data:adEnd/>

</div>

<div style='clear: both;'/>

<b:if cond='data:blog.pageType != &quot;item&quot;'>

<!-- navigation -->

<b:include name='nextprev'/>

</b:if>

<!-- feed links -->

<b:include name='feedLinks'/>

<b:if cond='data:top.showStars'>

<script src='//www.google.com/jsapi' type='text/javascript'/>

<script type='text/javascript'>

google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});

function initialize() {

google.annotations.setApplicationId(<data:top.blogspotReviews/>);

google.annotations.createAll();

Page 63: Plantilla Bloger Violeta

google.annotations.fetch();

}

google.setOnLoadCallback(initialize);

</script>

</b:if>

<b:else/>

<b:include name='mobile-main'/>

</b:if>

<b:if cond='data:top.showDummy'>

<data:top.dummyBootstrap/>

</b:if>

</b:includable>

<b:includable id='backlinkDeleteIcon' var='backlink'>

<span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>

<a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>

<img src='//www.blogger.com/img/icon_delete13.gif'/>

</a>

</span>

</b:includable>

<b:includable id='backlinks' var='post'>

<a name='links'/><h4><data:post.backlinksLabel/></h4>

<b:if cond='data:post.numBacklinks != 0'>

<dl class='comments-block' id='comments-block'>

<b:loop values='data:post.backlinks' var='backlink'>

Page 64: Plantilla Bloger Violeta

<div class='collapsed-backlink backlink-control'>

<dt class='comment-title'>

<span class='backlink-toggle-zippy'>&#160;</span>

<a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>

<b:include data='backlink' name='backlinkDeleteIcon'/>

</dt>

<dd class='comment-body collapseable'>

<data:backlink.snippet/>

</dd>

<dd class='comment-footer collapseable'>

<span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>

<span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>

</dd>

</div>

</b:loop>

</dl>

</b:if>

<p class='comment-footer'>

<a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + &quot;_backlinks-create-link&quot;' target='_blank'><data:post.createLinkLabel/></a>

</p>

</b:includable>

<b:includable id='comment-form' var='post'>

<div class='comment-form'>

<a name='comment-form'/>

<b:if cond='data:mobile'>

<h4 id='comment-post-message'>

Page 65: Plantilla Bloger Violeta

<a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>

<p><data:blogCommentMessage/></p>

<data:blogTeamBlogMessage/>

<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>

<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>

<b:else/>

<h4 id='comment-post-message'><data:postCommentMsg/></h4>

<p><data:blogCommentMessage/></p>

<data:blogTeamBlogMessage/>

<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>

<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>

</b:if>

<data:post.friendConnectJs/>

<data:post.cmtfpIframe/>

<script type='text/javascript'>

BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);

</script>

</div>

</b:includable>

<b:includable id='commentDeleteIcon' var='comment'>

<span expr:class='&quot;item-control &quot; + data:comment.adminClass'>

<b:if cond='data:showCmtPopup'>

<div class='goog-toggle-button'>

<div class='goog-inline-block comment-action-icon'/>

Page 66: Plantilla Bloger Violeta

</div>

<b:else/>

<a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>

<img src='//www.blogger.com/img/icon_delete13.gif'/>

</a>

</b:if>

</span>

</b:includable>

<b:includable id='comment_count_picker' var='post'>

<b:if cond='data:post.commentSource == 1'>

<span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-post-url='data:post.url' expr:data-url='data:post.canonicalUrl'>

</span>

<b:else/>

<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>

<data:post.commentLabelFull/>:

</a>

</b:if>

</b:includable>

<b:includable id='comment_picker' var='post'>

<b:if cond='data:post.commentSource == 1'>

<b:include data='post' name='iframe_comments'/>

<b:else/>

<b:if cond='data:post.showThreadedComments'>

<b:include data='post' name='threaded_comments'/>

<b:else/>

Page 67: Plantilla Bloger Violeta

<b:include data='post' name='comments'/>

</b:if>

</b:if>

</b:includable>

<b:includable id='comments' var='post'>

<div class='comments' id='comments'>

<a name='comments'/>

<b:if cond='data:post.allowComments'>

<h4>

<b:if cond='data:post.numComments == 1'>

1 <data:commentLabel/>:

<b:else/>

<data:post.numComments/> <data:commentLabelPlural/>:

</b:if>

</h4>

<b:if cond='data:post.commentPagingRequired'>

<span class='paging-control-container'>

<a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>

&#160;

<a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>

&#160;

<data:post.commentRangeText/>

&#160;

<a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>

&#160;

Page 68: Plantilla Bloger Violeta

<a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>

</span>

</b:if>

<div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>

<dl expr:class='data:post.avatarIndentClass' id='comments-block'>

<b:loop values='data:post.comments' var='comment'>

<dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>

<b:if cond='data:comment.favicon'>

<img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>

</b:if>

<a expr:name='data:comment.anchorName'/>

<b:if cond='data:blog.enabledCommentProfileImages'>

<data:comment.authorAvatarImage/>

</b:if>

<b:if cond='data:comment.authorUrl'>

<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>

<b:else/>

<data:comment.author/>

</b:if>

<data:commentPostedByMsg/>

</dt>

<dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>

<b:if cond='data:comment.isDeleted'>

<span class='deleted-comment'><data:comment.body/></span>

Page 69: Plantilla Bloger Violeta

<b:else/>

<p>

<data:comment.body/>

</p>

</b:if>

</dd>

<dd class='comment-footer'>

<span class='comment-timestamp'>

<a expr:href='data:comment.url' title='comment permalink'>

<data:comment.timestamp/>

</a>

<b:include data='comment' name='commentDeleteIcon'/>

</span>

</dd>

</b:loop>

</dl>

</div>

<b:if cond='data:post.commentPagingRequired'>

<span class='paging-control-container'>

<a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>

<data:post.oldestLinkText/>

</a>

<a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>

<data:post.olderLinkText/>

</a>

&#160;

Page 70: Plantilla Bloger Violeta

<data:post.commentRangeText/>

&#160;

<a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>

<data:post.newerLinkText/>

</a>

<a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>

<data:post.newestLinkText/>

</a>

</span>

</b:if>

<p class='comment-footer'>

<b:if cond='data:post.embedCommentForm'>

<b:if cond='data:post.allowNewComments'>

<b:include data='post' name='comment-form'/>

<b:else/>

<data:post.noNewCommentsText/>

</b:if>

<b:else/>

<b:if cond='data:post.allowComments'>

<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>

</b:if>

</b:if>

</p>

</b:if>

<b:if cond='data:showCmtPopup'>

Page 71: Plantilla Bloger Violeta

<div id='comment-popup'>

<iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>

</iframe>

</div>

</b:if>

<div id='backlinks-container'>

<div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>

<b:if cond='data:post.showBacklinks'>

<b:include data='post' name='backlinks'/>

</b:if>

</div>

</div>

</div>

</b:includable>

<b:includable id='feedLinks'>

<b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->

<b:if cond='data:feedLinks'>

<div class='blog-feeds'>

<b:include data='feedLinks' name='feedLinksBody'/>

</div>

</b:if>

<b:else/> <!--Post feed links -->

<div class='post-feeds'>

<b:loop values='data:posts' var='post'>

<b:if cond='data:post.allowComments'>

Page 72: Plantilla Bloger Violeta

<b:if cond='data:post.feedLinks'>

<b:include data='post.feedLinks' name='feedLinksBody'/>

</b:if>

</b:if>

</b:loop>

</div>

</b:if>

</b:includable>

<b:includable id='feedLinksBody' var='links'>

<div class='feed-links'>

<data:feedLinksMsg/>

<b:loop values='data:links' var='f'>

<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>

</b:loop>

</div>

</b:includable>

<b:includable id='iframe_comments' var='post'>

<b:if cond='data:post.allowComments'>

<script expr:src='data:post.commentSrc' type='text/javascript'/>

<div class='cmt_iframe_holder'/>

<b:if cond='data:post.embedCommentForm == &quot;false&quot;'>

<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>

</b:if>

</b:if>

Page 73: Plantilla Bloger Violeta

</b:includable>

<b:includable id='mobile-index-post' var='post'>

<div class='mobile-date-outer date-outer'>

<b:if cond='data:post.dateHeader'>

<div class='date-header'>

<span><data:post.dateHeader/></span>

</div>

</b:if>

<div class='mobile-post-outer'>

<a expr:href='data:post.url'>

<h3 class='mobile-index-title entry-title'>

<data:post.title/>

</h3>

<div class='mobile-index-arrow'>&amp;rsaquo;</div>

<div class='mobile-index-contents'>

<b:if cond='data:post.thumbnailUrl'>

<div class='mobile-index-thumbnail'>

<div class='Image'>

<img expr:src='data:post.thumbnailUrl'/>

</div>

</div>

</b:if>

<div class='post-body'>

Page 74: Plantilla Bloger Violeta

<b:if cond='data:post.snippet'><data:post.snippet/></b:if>

</div>

</div>

<div style='clear: both;'/>

</a>

<div class='mobile-index-comment'>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<b:if cond='data:post.allowComments'>

<b:if cond='data:post.numComments != 0'>

<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>

</b:if>

</b:if>

</b:if>

</div>

</div>

</div>

</b:includable>

<b:includable id='mobile-main' var='top'>

<!-- posts -->

<div class='blog-posts hfeed'>

<b:include data='top' name='status-message'/>

<b:if cond='data:blog.pageType == &quot;index&quot;'>

Page 75: Plantilla Bloger Violeta

<b:loop values='data:posts' var='post'>

<b:include data='post' name='mobile-index-post'/>

</b:loop>

<b:else/>

<b:loop values='data:posts' var='post'>

<b:include data='post' name='mobile-post'/>

</b:loop>

</b:if>

</div>

<b:include name='mobile-nextprev'/>

</b:includable>

<b:includable id='mobile-nextprev'>

<div class='blog-pager' id='blog-pager'>

<b:if cond='data:newerPageUrl'>

<div class='mobile-link-button' id='blog-pager-newer-link'>

<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'>&amp;lsaquo;</a>

</div>

</b:if>

<b:if cond='data:olderPageUrl'>

<div class='mobile-link-button' id='blog-pager-older-link'>

<a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'>&amp;rsaquo;</a>

</div>

</b:if>

Page 76: Plantilla Bloger Violeta

<div class='mobile-link-button' id='blog-pager-home-link'>

<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>

</div>

<div class='mobile-desktop-link'>

<a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>

</div>

</div>

<div class='clear'/>

</b:includable>

<b:includable id='mobile-post' var='post'>

<div class='date-outer'>

<b:if cond='data:post.dateHeader'>

<h2 class='date-header'><span><data:post.dateHeader/></span></h2>

</b:if>

<div class='date-posts'>

<div class='post-outer'>

<div class='post hentry uncustomized-post-template'>

<a expr:name='data:post.id'/>

<b:if cond='data:post.title'>

<h3 class='post-title entry-title'>

<b:if cond='data:post.link'>

<a expr:href='data:post.link'><data:post.title/></a>

<b:else/>

Page 77: Plantilla Bloger Violeta

<b:if cond='data:post.url'>

<b:if cond='data:blog.url != data:post.url'>

<a expr:href='data:post.url'><data:post.title/></a>

<b:else/>

<data:post.title/>

</b:if>

<b:else/>

<data:post.title/>

</b:if>

</b:if>

</h3>

</b:if>

<div class='post-header'>

<div class='post-header-line-1'/>

</div>

<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>

<data:post.body/>

<div style='clear: both;'/> <!-- clear for photos floats -->

</div>

<div class='post-footer'>

<div class='post-footer-line post-footer-line-1'>

<span class='post-author vcard'>

<b:if cond='data:top.showAuthor'>

<b:if cond='data:post.authorProfileUrl'>

Page 78: Plantilla Bloger Violeta

<span class='fn'>

<a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>

<data:post.author/>

</a>

</span>

<b:else/>

<span class='fn'><data:post.author/></span>

</b:if>

</b:if>

</span>

<span class='post-timestamp'>

<b:if cond='data:top.showTimestamp'>

<data:top.timestampLabel/>

<b:if cond='data:post.url'>

<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>

</b:if>

</b:if>

</span>

<span class='post-comment-link'>

<b:if cond='data:blog.pageType != &quot;item&quot;'>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<b:if cond='data:post.allowComments'>

<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1

Page 79: Plantilla Bloger Violeta

<data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>

</b:if>

</b:if>

</b:if>

</span>

</div>

<div class='post-footer-line post-footer-line-2'>

<b:if cond='data:top.showMobileShare'>

<div class='mobile-link-button goog-inline-block' id='mobile-share-button'>

<a href='javascript:void(0);'><data:shareMsg/></a>

</div>

</b:if>

<b:if cond='data:top.showDummy'>

<div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>

</b:if>

</div>

</div>

</div>

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>

<b:if cond='data:post.showThreadedComments'>

<b:include data='post' name='threaded_comments'/>

<b:else/>

<b:include data='post' name='comments'/>

</b:if>

Page 80: Plantilla Bloger Violeta

</b:if>

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<b:if cond='data:post.showThreadedComments'>

<b:include data='post' name='threaded_comments'/>

<b:else/>

<b:include data='post' name='comments'/>

</b:if>

</b:if>

</div>

</div>

</div>

</b:includable>

<b:includable id='nextprev'>

<div class='blog-pager' id='blog-pager'>

<b:if cond='data:newerPageUrl'>

<span id='blog-pager-newer-link'>

<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>

</span>

</b:if>

<b:if cond='data:olderPageUrl'>

<span id='blog-pager-older-link'>

<a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>

</span>

</b:if>

Page 81: Plantilla Bloger Violeta

<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>

<b:if cond='data:mobileLinkUrl'>

<div class='blog-mobile-link'>

<a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>

</div>

</b:if>

</div>

<div class='clear'/>

</b:includable>

<b:includable id='post' var='post'>

<article class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>

<b:if cond='data:post.firstImageUrl'>

<meta expr:content='data:post.firstImageUrl' itemprop='image'/>

</b:if>

<a expr:name='data:post.id'/>

<header class='entry-header'>

<h1 class='post-title entry-title' itemprop='name'>

<b:if cond='data:post.link'>

<a expr:href='data:post.link'><data:post.title/></a>

<b:else/>

<b:if cond='data:post.url'>

<a expr:href='data:post.url'><data:post.title/></a>

<b:else/>

Page 82: Plantilla Bloger Violeta

<data:post.title/>

</b:if>

</b:if>

</h1>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<b:if cond='data:top.showTimestamp'><b:if cond='data:post.url'><meta expr:content='data:post.canonicalUrl' itemprop='url'/><a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><span class='entry-datenbt published updated' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></span></a></b:if></b:if>

</b:if>

</header>

<div class='content-wrappernbt'>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<div class='entry-metanbt'>

<b:if cond='data:top.showAuthor'><span class='post-author vcard'>Posted By&amp;nbsp;<b:if cond='data:post.authorProfileUrl'><span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'><meta expr:content='data:post.authorProfileUrl' itemprop='url'/><a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'><span itemprop='name'><data:post.author/></span></a></span><b:else/><span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'><span itemprop='name'><data:post.author/></span></span></b:if></span>&amp;nbsp;&amp;nbsp;</b:if><b:include data='post' name='postQuickEdit'/>

</div><!-- .entry-meta -->

</b:if>

<div class='post-header-line-1'/>

<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>

Page 83: Plantilla Bloger Violeta

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<b:if cond='data:blog.pageType != &quot;item&quot;'>

<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>

<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>

</b:if>

</b:if>

<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>

<b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<b:if cond='data:blog.pageType != &quot;item&quot;'>

<div style='float:right;padding-right:10px;margin-top:10px;'>

<a class='more-linknbt' expr:href='data:post.url'>Read More</a>

</div>

</b:if>

</b:if>

<div style='clear: both;'/> <!-- clear for photos floats -->

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<div style='clear: both;'/>

</b:if>

</div>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

Page 84: Plantilla Bloger Violeta

<footer class='entry-metanbt'>

<b:if cond='data:post.labels'><span class='cat-linksnbt'><b:loop values='data:post.labels' var='label'><a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>, </b:if></b:loop></span></b:if>

<b:if cond='data:post.allowComments'><span class='comments-linknbt'><a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 0'>No comments</b:if><b:if cond='data:post.numComments == 1'>1 comment</b:if><b:if cond='data:post.numComments &gt;= 2'><data:post.numComments/> comments</b:if></a></span></b:if>

</footer><!-- .entry-meta -->

</b:if>

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<div class='post-iconspbt'>

<span class='post-icons' style='padding-right:10px;'>

<!-- email post links -->

<b:if cond='data:post.emailPostUrl'>

<span class='item-action'>

<a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>

<img alt='' class='icon-action' height='13' src='http://img1.blogblog.com/img/icon18_email.gif' width='18'/>

</a>

</span>

</b:if>

</span>

<!-- share buttons -->

<div class='post-share-buttons goog-inline-block'>

<b:if cond='data:post.sharePostUrl'>

<b:include data='post' name='shareButtons'/>

Page 85: Plantilla Bloger Violeta

</b:if>

</div>

<div style='clear: both;'/>

</div>

</b:if>

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<div class='post-location post-locationpbt'>

<b:if cond='data:top.showLocation'>

<b:if cond='data:post.location'>

<data:postLocationLabel/>

<a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>

</b:if>

</b:if>

</div>

</b:if>

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<b:if cond='data:post.authorAboutMe'>

<div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>

<b:if cond='data:post.authorPhoto.url'>

<img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>

<b:else/>

<img itemprop='image' src='http://1.bp.blogspot.com/-JNIOn2bYVAY/U-LrAZ5hx5I/AAAAAAAAMwU/qyca43soga8/s1600/no-avatar-50.png' width='50px'/>

</b:if>

<div>

Page 86: Plantilla Bloger Violeta

<a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>

<span itemprop='name'><data:post.author/></span>

</a>

</div>

<span itemprop='description'><data:post.authorAboutMe/></span>

</div>

</b:if>

</b:if>

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<div class='related-postbwrap' id='bpostrelated-post'/>

<div style='clear: both;'/>

<script type='text/javascript'>

var labelArray = [<b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'>

&quot;<data:label.name/>&quot;<b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>

</b:loop></b:if>];

var relatedPostConfig = {

homePage: &quot;<data:blog.homepageUrl/>&quot;,

widgetTitle: &quot;&lt;h4&gt;Related Posts:&lt;/h4&gt;&quot;,

numPosts: 5,

summaryLength: 120,

titleLength: &quot;auto&quot;,

thumbnailSize: 80,

noImage: &quot;http://1.bp.blogspot.com/-Xakmg4CGXnA/Uw_8uqsGlwI/AAAAAAAALjg/AdRZNmOJpIA/s1600/no-img.png&quot;,

containerId: &quot;bpostrelated-post&quot;,

newTabLink: false,

Page 87: Plantilla Bloger Violeta

moreText: &quot;Read More&quot;,

widgetStyle: 2,

callBack: function() {}

};

</script>

<script type='text/javascript'>

//<![CDATA[

/*! Related Post Widget for Blogger by Taufik Nurrohman => http://gplus.to/tovic */

var randomRelatedIndex,showRelatedPost;(function(n,m,k){var d={widgetTitle:"<h4>Artikel Terkait:</h4>",widgetStyle:1,homePage:"http://www.dte.web.id",numPosts:7,summaryLength:370,titleLength:"auto",thumbnailSize:72,noImage:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAA3NCSVQICAjb4U/gAAAADElEQVQImWOor68HAAL+AX7vOF2TAAAAAElFTkSuQmCC",containerId:"related-post",newTabLink:false,moreText:"Baca Selengkapnya",callBack:function(){}};for(var f in relatedPostConfig){d[f]=(relatedPostConfig[f]=="undefined")?d[f]:relatedPostConfig[f]}var j=function(a){var b=m.createElement("script");b.type="text/javascript";b.src=a;k.appendChild(b)},o=function(b,a){return Math.floor(Math.random()*(a-b+1))+b},l=function(a){var p=a.length,c,b;if(p===0){return false}while(--p){c=Math.floor(Math.random()*(p+1));b=a[p];a[p]=a[c];a[c]=b}return a},e=(typeof labelArray=="object"&&labelArray.length>0)?"/-/"+l(labelArray)[0]:"",h=function(b){var c=b.feed.openSearch$totalResults.$t-d.numPosts,a=o(1,(c>0?c:1));j(d.homePage.replace(/\/$/,"")+"/feeds/posts/summary"+e+"?alt=json-in-script&orderby=updated&start-index="+a+"&max-results="+d.numPosts+"&callback=showRelatedPost")},g=function(z){var s=document.getElementById(d.containerId),x=l(z.feed.entry),A=d.widgetStyle,c=d.widgetTitle+'<ul class="related-post-style-'+A+'">',b=d.newTabLink?' target="_blank"':"",y='<span style="display:block;clear:both;"></span>',v,t,w,r,u;if(!s){return}for(var q=0;q<d.numPosts;q++){if(q==x.length){break}t=x[q].title.$t;w=(d.titleLength!=="auto"&&d.titleLength<t.length)?t.substring(0,d.titleLength)+"&hellip;":t;r=("media$thumbnail" in x[q]&&d.thumbnailSize!==false)?x[q].media$thumbnail.url.replace(/\/s[0-9]+(\-c)?/,"/s"+d.thumbnailSize+"-c"):d.noImage;u=("summary" in x[q]&&d.summaryLength>0)?x[q].summary.$t.replace(/<br ?\/?>/g," ").replace(/<.*?>/g,"").replace(/[<>]/g,"").substring(0,d.summaryLength)+"&hellip;":"";for(var p=0,a=x[q].link.length;p<a;p++){v=(x[q].link[p].rel=="alternate")?x[q].link[p].href:"#"}if(A==2){c+='<li><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"><a class="related-post-item-title" title="'+t+'" href="'+v+'"'+b+">"+w+'</a><span class="related-post-item-summary"><span class="related-post-item-summary-text">'+u+'</span> <a href="'+v+'" class="related-post-

Page 88: Plantilla Bloger Violeta

item-more"'+b+">"+d.moreText+"</a></span>"+y+"</li>"}else{if(A==3||A==4){c+='<li class="related-post-item" tabindex="0"><a class="related-post-item-title" href="'+v+'"'+b+'><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"></a><div class="related-post-item-tooltip"><a class="related-post-item-title" title="'+t+'" href="'+v+'"'+b+">"+w+"</a></div>"+y+"</li>"}else{if(A==5){c+='<li class="related-post-item" tabindex="0"><a class="related-post-item-wrapper" href="'+v+'" title="'+t+'"'+b+'><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"><span class="related-post-item-tooltip">'+w+"</span></a>"+y+"</li>"}else{if(A==6){c+='<li><a class="related-post-item-title" title="'+t+'" href="'+v+'"'+b+">"+w+'</a><div class="related-post-item-tooltip"><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"><span class="related-post-item-summary"><span class="related-post-item-summary-text">'+u+"</span></span>"+y+"</div></li>"}else{c+='<li><a title="'+t+'" href="'+v+'"'+b+">"+w+"</a></li>"}}}}}s.innerHTML=c+="</ul>"+y;d.callBack()};randomRelatedIndex=h;showRelatedPost=g;j(d.homePage.replace(/\/$/,"")+"/feeds/posts/summary"+e+"?alt=json-in-script&orderby=updated&max-results=0&callback=randomRelatedIndex")})(window,document,document.getElementsByTagName("head")[0]);

//]]>

</script>

</b:if>

</div>

</article>

<div style='clear: both;'/>

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<!-- navigation -->

<b:include name='nextprev'/>

</b:if>

Page 89: Plantilla Bloger Violeta

</b:includable>

<b:includable id='postQuickEdit' var='post'>

<b:if cond='data:post.editUrl'>

<span expr:class='&quot;item-control &quot; + data:post.adminClass'>

<a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>

<img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>

</a>

</span>

</b:if>

</b:includable>

<b:includable id='shareButtons' var='post'>

<b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-link-text'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sb-facebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='data:top.showOrkutButton'><a class='goog-inline-block share-button sb-orkut' expr:href='data:post.sharePostUrl + &quot;&amp;target=orkut&quot;' expr:title='data:top.shareToOrkutMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToOrkutMsg/></span></a></b:if><b:if cond='data:top.showDummy'><div class='goog-inline-block dummy-container'><data:post.dummyTag/></div></b:if>

Page 90: Plantilla Bloger Violeta

</b:includable>

<b:includable id='status-message'>

<b:if cond='data:navMessage'>

<div class='status-msg-wrap'>

<div class='status-msg-body'>

<data:navMessage/>

</div>

<div class='status-msg-border'>

<div class='status-msg-bg'>

<div class='status-msg-hidden'><data:navMessage/></div>

</div>

</div>

</div>

<div style='clear: both;'/>

</b:if>

</b:includable>

<b:includable id='threaded-comment-form' var='post'>

<div class='comment-form'>

<a name='comment-form'/>

<b:if cond='data:mobile'>

<p><data:blogCommentMessage/></p>

<data:blogTeamBlogMessage/>

<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>

<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>

<b:else/>

<p><data:blogCommentMessage/></p>

Page 91: Plantilla Bloger Violeta

<data:blogTeamBlogMessage/>

<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>

<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>

</b:if>

<data:post.friendConnectJs/>

<data:post.cmtfpIframe/>

<script type='text/javascript'>

BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);

</script>

</div>

</b:includable>

<b:includable id='threaded_comment_js' var='post'>

<script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>

<script type='text/javascript'>

(function() {

var items = <data:post.commentJso/>;

var msgs = <data:post.commentMsgs/>;

var config = <data:post.commentConfig/>;

// <![CDATA[

var cursor = null;

if (items && items.length > 0) {

cursor = parseInt(items[items.length - 1].timestamp) + 1;

}

Page 92: Plantilla Bloger Violeta

var bodyFromEntry = function(entry) {

if (entry.gd$extendedProperty) {

for (var k in entry.gd$extendedProperty) {

if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {

return '<span class="deleted-comment">' + entry.content.$t + '</span>';

}

}

}

return entry.content.$t;

}

var parse = function(data) {

cursor = null;

var comments = [];

if (data && data.feed && data.feed.entry) {

for (var i = 0, entry; entry = data.feed.entry[i]; i++) {

var comment = {};

// comment ID, parsed out of the original id format

var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);

comment.id = id ? id[2] : null;

comment.body = bodyFromEntry(entry);

comment.timestamp = Date.parse(entry.published.$t) + '';

if (entry.author && entry.author.constructor === Array) {

var auth = entry.author[0];

if (auth) {

comment.author = {

name: (auth.name ? auth.name.$t : undefined),

Page 93: Plantilla Bloger Violeta

profileUrl: (auth.uri ? auth.uri.$t : undefined),

avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)

};

}

}

if (entry.link) {

if (entry.link[2]) {

comment.link = comment.permalink = entry.link[2].href;

}

if (entry.link[3]) {

var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);

if (pid && pid[1]) {

comment.parentId = pid[1];

}

}

}

comment.deleteclass = 'item-control blog-admin';

if (entry.gd$extendedProperty) {

for (var k in entry.gd$extendedProperty) {

if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {

comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;

}

}

}

comments.push(comment);

}

}

Page 94: Plantilla Bloger Violeta

return comments;

};

var paginator = function(callback) {

if (hasMore()) {

var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';

if (cursor) {

url += '&published-min=' + new Date(cursor).toISOString();

}

window.bloggercomments = function(data) {

var parsed = parse(data);

cursor = parsed.length < 50 ? null

: parseInt(parsed[parsed.length - 1].timestamp) + 1

callback(parsed);

window.bloggercomments = null;

}

url += '&callback=bloggercomments';

var script = document.createElement('script');

script.type = 'text/javascript';

script.src = url;

document.getElementsByTagName('head')[0].appendChild(script);

}

};

var hasMore = function() {

return !!cursor;

};

var getMeta = function(key, comment) {

Page 95: Plantilla Bloger Violeta

if ('iswriter' == key) {

var matches = !!comment.author

&& comment.author.name == config.authorName

&& comment.author.profileUrl == config.authorUrl;

return matches ? 'true' : '';

} else if ('deletelink' == key) {

return config.baseUri + '/delete-comment.g?blogID='

+ config.blogId + '&postID=' + comment.id;

} else if ('deleteclass' == key) {

return comment.deleteclass;

}

return '';

};

var replybox = null;

var replyUrlParts = null;

var replyParent = undefined;

var onReply = function(commentId, domId) {

if (replybox == null) {

// lazily cache replybox, and adjust to suit this style:

replybox = document.getElementById('comment-editor');

if (replybox != null) {

replybox.height = '250px';

replybox.style.display = 'block';

replyUrlParts = replybox.src.split('#');

}

Page 96: Plantilla Bloger Violeta

}

if (replybox && (commentId !== replyParent)) {

document.getElementById(domId).insertBefore(replybox, null);

replybox.src = replyUrlParts[0]

+ (commentId ? '&parentID=' + commentId : '')

+ '#' + replyUrlParts[1];

replyParent = commentId;

}

};

var hash = (window.location.hash || '#').substring(1);

var startThread, targetComment;

if (/^comment-form_/.test(hash)) {

startThread = hash.substring('comment-form_'.length);

} else if (/^c[0-9]+$/.test(hash)) {

targetComment = hash.substring(1);

}

// Configure commenting API:

var configJso = {

'maxDepth': config.maxThreadDepth

};

var provider = {

'id': config.postId,

'data': items,

'loadNext': paginator,

'hasMore': hasMore,

Page 97: Plantilla Bloger Violeta

'getMeta': getMeta,

'onReply': onReply,

'rendered': true,

'initComment': targetComment,

'initReplyThread': startThread,

'config': configJso,

'messages': msgs

};

var render = function() {

if (window.goog && window.goog.comments) {

var holder = document.getElementById('comment-holder');

window.goog.comments.render(holder, provider);

}

};

// render now, or queue to render when library loads:

if (window.goog && window.goog.comments) {

render();

} else {

window.goog = window.goog || {};

window.goog.comments = window.goog.comments || {};

window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];

window.goog.comments.loadQueue.push(render);

}

})();

// ]]>

Page 98: Plantilla Bloger Violeta

</script>

</b:includable>

<b:includable id='threaded_comments' var='post'>

<div class='comments' id='comments'>

<a name='comments'/>

<h4><data:post.commentLabelFull/>:</h4>

<div class='comments-content'>

<b:if cond='data:post.embedCommentForm'>

<b:include data='post' name='threaded_comment_js'/>

</b:if>

<div id='comment-holder'>

<data:post.commentHtml/>

</div>

</div>

<p class='comment-footer'>

<b:if cond='data:post.allowNewComments'>

<b:include data='post' name='threaded-comment-form'/>

<b:else/>

<data:post.noNewCommentsText/>

</b:if>

</p>

<b:if cond='data:showCmtPopup'>

<div id='comment-popup'>

<iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>

Page 99: Plantilla Bloger Violeta

</iframe>

</div>

</b:if>

<div id='backlinks-container'>

<div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>

<b:if cond='data:post.showBacklinks'>

<b:include data='post' name='backlinks'/>

</b:if>

</div>

</div>

</div>

</b:includable>

</b:widget>

</b:section>

</div><!-- #content .site-content -->

</div><!-- #primary .content-area -->

<div class='widget-areanbt' id='secondarynbt' role='complementary'>

<div class='widget widget_search'>

<div class='widget-notitle-content-container'>

<form action='/search' id='searchformnbt' method='get' role='search'>

<label class='assistive-textnbt' for='s'>Search</label>

<input id='s' name='q' placeholder='Search' type='text' value=''/>

<input id='searchsubmit' type='submit' value='Search'/>

Page 100: Plantilla Bloger Violeta

</form>

</div>

</div>

<b:section class='sidebarrightnbt' id='sidebarrightnbt' preferred='yes'>

<b:widget id='HTML1' locked='false' title='Redes sociales' type='HTML'>

<b:includable id='main'>

<!-- only display title if it's non-empty -->

<b:if cond='data:title != &quot;&quot;'>

<h2 class='title'><data:title/></h2>

</b:if>

<div class='widget-content'>

<data:content/>

</div>

<b:include name='quickedit'/>

</b:includable>

</b:widget>

<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'>

<b:includable id='main'>

<b:if cond='data:title != &quot;&quot;'><h2><data:title/></h2></b:if>

<div class='widget-content popular-posts'>

<ul>

<b:loop values='data:posts' var='post'>

<li>

<b:if cond='!data:showThumbnails'>

<b:if cond='!data:showSnippets'>

Page 101: Plantilla Bloger Violeta

<!-- (1) No snippet/thumbnail -->

<a expr:href='data:post.href'><data:post.title/></a>

<b:else/>

<!-- (2) Show only snippets -->

<div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>

<div class='item-snippet'><data:post.snippet/></div>

</b:if>

<b:else/>

<!-- (3) Show only thumbnails or (4) Snippets and thumbnails. -->

<div expr:class='data:showSnippets ? &quot;item-content&quot; : &quot;item-thumbnail-only&quot;'>

<b:if cond='data:post.thumbnail'>

<div class='item-thumbnail'>

<a expr:href='data:post.href' target='_blank'>

<img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>

</a>

</div>

</b:if>

<div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>

<b:if cond='data:showSnippets'>

<div class='item-snippet'><data:post.snippet/></div>

</b:if>

</div>

<div style='clear: both;'/>

</b:if>

</li>

</b:loop>

Page 102: Plantilla Bloger Violeta

</ul>

<b:include name='quickedit'/>

</div>

</b:includable>

</b:widget>

<b:widget id='Feed1' locked='false' title='Blogger Templates' type='Feed'>

<b:includable id='main'>

<h2><data:title/></h2>

<div class='widget-content' expr:id='data:widget.instanceId + &quot;_feedItemListDisplay&quot;'>

<span style='filter: alpha(25); opacity: 0.25;'>

<a expr:href='data:feedUrl'><data:loadingMsg/></a>

</span>

</div>

<b:include name='quickedit'/>

</b:includable>

</b:widget>

<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>

<b:includable id='main'>

<b:if cond='data:title'>

<h2><data:title/></h2>

</b:if>

<div class='widget-content'>

<div id='ArchiveList'>

<div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>

<b:if cond='data:style == &quot;HIERARCHY&quot;'>

<b:include data='data' name='interval'/>

</b:if>

Page 103: Plantilla Bloger Violeta

<b:if cond='data:style == &quot;FLAT&quot;'>

<b:include data='data' name='flat'/>

</b:if>

<b:if cond='data:style == &quot;MENU&quot;'>

<b:include data='data' name='menu'/>

</b:if>

</div>

</div>

<b:include name='quickedit'/>

</div>

</b:includable>

<b:includable id='flat' var='data'>

<ul class='flat'>

<b:loop values='data:data' var='i'>

<li class='archivedate'>

<a expr:href='data:i.url'><data:i.name/></a> (<data:i.post-count/>)

</li>

</b:loop>

</ul>

</b:includable>

<b:includable id='interval' var='intervalData'>

<b:loop values='data:intervalData' var='i'>

<ul class='hierarchy'>

<li expr:class='&quot;archivedate &quot; + data:i.expclass'>

<b:include data='i' name='toggle'/>

<a class='post-count-link' expr:href='data:i.url'><data:i.name/></a>

<span class='post-count' dir='ltr'>(<data:i.post-count/>)</span>

Page 104: Plantilla Bloger Violeta

<b:if cond='data:i.data'>

<b:include data='i.data' name='interval'/>

</b:if>

<b:if cond='data:i.posts'>

<b:include data='i.posts' name='posts'/>

</b:if>

</li>

</ul>

</b:loop>

</b:includable>

<b:includable id='menu' var='data'>

<select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;'>

<option value=''><data:title/></option>

<b:loop values='data:data' var='i'>

<option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>

</b:loop>

</select>

</b:includable>

<b:includable id='posts' var='posts'>

<ul class='posts'>

<b:loop values='data:posts' var='i'>

<li><a expr:href='data:i.url'><data:i.title/></a></li>

</b:loop>

</ul>

</b:includable>

<b:includable id='toggle' var='interval'>

<b:if cond='data:interval.toggleId'>

Page 105: Plantilla Bloger Violeta

<b:if cond='data:interval.expclass == &quot;expanded&quot;'>

<a class='toggle' href='javascript:void(0)'>

<span class='zippy toggle-open'>&#9660;&#160;</span>

</a>

<b:else/>

<a class='toggle' href='javascript:void(0)'>

<span class='zippy'>

<b:if cond='data:blog.languageDirection == &quot;rtl&quot;'>

&#9668;&#160;

<b:else/>

&#9658;&#160;

</b:if>

</span>

</a>

</b:if>

</b:if>

</b:includable>

</b:widget>

<b:widget id='Image2' locked='false' title='¿Qué leo?' type='Image'>

<b:includable id='main'>

<b:if cond='data:title != &quot;&quot;'>

<h2><data:title/></h2>

</b:if>

<div class='widget-content'>

<b:if cond='data:link'>

<a expr:href='data:link'>

<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_img&quot;' expr:src='data:sourceUrl' expr:width='data:width'/>

Page 106: Plantilla Bloger Violeta

</a>

<b:else/>

<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_img&quot;' expr:src='data:sourceUrl' expr:width='data:width'/>

</b:if>

<br/>

<b:if cond='data:caption'>

<span class='caption'><data:caption/></span>

</b:if>

</div>

<b:include name='quickedit'/>

</b:includable>

</b:widget>

<b:widget id='Followers1' locked='false' title='Seguidores' type='Followers'>

<b:includable id='main'>

<b:if cond='data:title != &quot;&quot;'>

<b:if cond='data:codeSnippet != &quot;&quot;'>

<h2 class='title'><data:title/></h2>

<b:else/>

<b:if cond='data:totalFollowerCount != &quot;&quot;'>

<h2 class='title'><data:title/> (<data:totalFollowerCount/>)</h2>

</b:if>

</b:if>

</b:if>

<div class='widget-content'>

<div expr:id='data:widget.instanceId + &quot;-wrapper&quot;'>

<b:if cond='data:codeSnippet != &quot;&quot;'>

<div style='margin-right:2px;'>

Page 107: Plantilla Bloger Violeta

<data:codeSnippet/>

</div>

<b:else/>

<b:if cond='data:totalFollowerCount == &quot;&quot;'>

<span class='item-control following-not-admin'>

<b><data:failureSnippet/></b>

</span>

<span class='item-control blog-admin'>

<b><data:adminFailureSnippet/></b>

</span>

<b:else/>

<b:if cond='data:followingLinkPresent'>

<div class='follow-this profile-link item-control following-follow-this'>

<a expr:href='&quot;javascript:_FollowersView._openPopup(\&quot;&quot; + data:followUri + &quot;\&quot;);&quot;'>

<data:followThisMessage/>

</a>

</div>

<div class='follow-this profile-link item-control following-stop-following-this'>

<a expr:href='&quot;javascript:_FollowersView._openPopup(\&quot;&quot; + data:followUri + &quot;\&quot;);&quot;'>

<data:stopFollowingMessage/>

</a>

</div>

</b:if>

<div class='followers-grid'>

<b:if cond='data:totalFollowerCount == 0'>

Page 108: Plantilla Bloger Violeta

<div class='profile-link item-control following-follow-this'>

<data:emptyFollowersMessage/>

</div>

</b:if>

<!--

Relies on the js written out in navbar.gxp

-->

<b:loop values='data:followers' var='follower'>

<div class='follower'>

<a expr:href='data:follower.profileUrl' expr:title='data:follower.displayName' rel='nofollow'>

<img class='follower-img' expr:alt='data:follower.displayName' expr:height='data:follower.imageHeight' expr:onerror='&quot;this.onerror=null;this.src=\&quot;&quot; + data:anonFollowerImageUrl + &quot;\&quot;;&quot;' expr:onload='&quot;setAttributeOnload(this, \&quot;src\&quot;, \&quot;&quot; + data:follower.imageUrl + &quot;\&quot;)&quot;' expr:width='data:follower.imageWidth' src='http://img1.blogblog.com/img/blank.gif'/>

</a>

</div>

</b:loop>

<div class='clear'/>

</div>

<div class='followers-canvas profile-link'>

<data:followersFooterMessage/>

<span class='item-control following-not-admin'>

<a expr:href='data:followersUri'>

<data:viewAllMessage/>

</a>

</span>

Page 109: Plantilla Bloger Violeta

<span class='item-control blog-admin'>

<a expr:href='data:manageFollowersUri'>

<data:manageFollowersMessage/>

</a>

</span>

</div>

</b:if>

</b:if>

</div>

<b:include name='quickedit'/>

</div>

</b:includable>

</b:widget>

<b:widget id='Image3' locked='false' title='Puntuación' type='Image'>

<b:includable id='main'>

<b:if cond='data:title != &quot;&quot;'>

<h2><data:title/></h2>

</b:if>

<div class='widget-content'>

<b:if cond='data:link'>

<a expr:href='data:link'>

<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_img&quot;' expr:src='data:sourceUrl' expr:width='data:width'/>

</a>

<b:else/>

<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_img&quot;' expr:src='data:sourceUrl' expr:width='data:width'/>

</b:if>

Page 110: Plantilla Bloger Violeta

<br/>

<b:if cond='data:caption'>

<span class='caption'><data:caption/></span>

</b:if>

</div>

<b:include name='quickedit'/>

</b:includable>

</b:widget>

<b:widget id='Image1' locked='false' title='¡Seamos seguidores!' type='Image'>

<b:includable id='main'>

<b:if cond='data:title != &quot;&quot;'>

<h2><data:title/></h2>

</b:if>

<div class='widget-content'>

<b:if cond='data:link'>

<a expr:href='data:link'>

<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_img&quot;' expr:src='data:sourceUrl' expr:width='data:width'/>

</a>

<b:else/>

<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_img&quot;' expr:src='data:sourceUrl' expr:width='data:width'/>

</b:if>

<br/>

<b:if cond='data:caption'>

<span class='caption'><data:caption/></span>

</b:if>

</div>

Page 111: Plantilla Bloger Violeta

<b:include name='quickedit'/>

</b:includable>

</b:widget>

</b:section>

</div><!-- #secondary .widget-area -->

</div><!-- #main .site-main -->

<footer class='site-footernbt' id='colophonnbt' role='contentinfo'>

<div class='duckiesnbt'>

<img alt='' src='http://1.bp.blogspot.com/-WuqHFHRYntA/VEW-T372jjI/AAAAAAAAMEc/zIfEiazedus/s1600/duckies-2x.png'/>

</div>

<div class='site-infonbt'>

<!-- Do not edit or remove credits without our permission: newbloggerthemes.com -->

Copyright &#169; <script type='text/javascript'>var creditsyear = new Date();document.write(creditsyear.getFullYear());</script> <a expr:href='data:blog.homepageUrl'><data:blog.title/></a> | Powered by <a href='http://www.blogger.com/'>Blogger</a><br/>Design by <a href='http://carolinemoore.net/' target='_blank'>Caroline Moore</a> | Blogger Theme by <a href='http://newbloggerthemes.com/' target='_blank' title='NewBloggerThemes.com'>NewBloggerThemes.com</a>

</div><!-- .site-info -->

</footer><!-- #colophon .site-footer -->

</div><!-- #page .hfeed .site -->

<script type='text/javascript'>

//<![CDATA[

Page 112: Plantilla Bloger Violeta

/**

* Handles toggling the main navigation menu for small screens.

*/

jQuery( document ).ready( function( $ ) {

var $masthead = $( '#mastheadnbt' ),

timeout = false;

$.fn.smallMenu = function() {

$masthead.find( '.site-navigationnbt' ).removeClass( 'main-navigationnbt' ).addClass( 'main-small-navigation' );

$masthead.find( '.site-navigationnbt h1' ).removeClass( 'assistive-textnbt' ).addClass( 'menu-togglenbt' );

$( '.menu-togglenbt' ).unbind( 'click' ).click( function() {

$masthead.find( '.menunbt' ).toggle();

$( this ).toggleClass( 'toggled-on' );

} );

};

// Check viewport width on first load.

if ( $( window ).width() < 600 )

$.fn.smallMenu();

// Check viewport width when user resizes the browser window.

$( window ).resize( function() {

var browserWidth = $( window ).width();

if ( false !== timeout )

Page 113: Plantilla Bloger Violeta

clearTimeout( timeout );

timeout = setTimeout( function() {

if ( browserWidth < 600 ) {

$.fn.smallMenu();

} else {

$masthead.find( '.site-navigationnbt' ).removeClass( 'main-small-navigation' ).addClass( 'main-navigationnbt' );

$masthead.find( '.site-navigationnbt h1' ).removeClass( 'menu-togglenbt' ).addClass( 'assistive-textnbt' );

$masthead.find( '.menunbt' ).removeAttr( 'style' );

}

}, 200 );

} );

} );

//]]>

</script>

</body>

</html>