- <!-- Theme by: Canadianbiebah, DO NOT STEAL ANY PART OF THE CODE -->
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#fffbf7" />
- <meta name="color:descriptionbg" content="#f7eee6" />
- <meta name="color:title" content="#e2c7bb" />
- <meta name="color:text" content="#cfb4a9" />
- <meta name="color:link" content="#e2c7bb" />
- <meta name="color:permalink" content="#fdf9f5" />
- <meta name="color:border" content="#e9dbd6" />
- <meta name="color:LeftLinksBgColor" content="#faf5f0" />
- <meta name="color:hoverlink" content="#c2b8b4" />
- <meta name="color:entry" content="#faf5f0" />
- <meta name="color:Link Hover 1" content="#f14848"/>
- <meta name="color:Link Hover 2" content="#48c6e0"/>
- <meta name="color:Text Shadow Info" content="#ddcbc4"/>
- <!-- OPTIONS -->
- <meta name="if:3D Effect" content="1"/>
- <meta name="if:Text Shadow Info" content="1"/>
- <meta name="if:Rounded Edges Sidebar" content="1"/>
- <meta name="if:Sunshine Font" content="1"/>
- <meta name="if:Throw My Hands Up In The Air Font" content="1"/>
- <meta name="if:Cedarcursive Font" content="1"/>
- <meta name="if:January Font" content="1"/>
- <meta name="if:Uppercase Font Links" content="1"/>
- <!-- FONTS AND IMAGES -->
- <meta name="font:title" content="calibri" />
- <meta name="font:body" content="calibri" />
- <meta name="image:SidebarImage" content=""/>
- <meta name="image:background" content="" />
- <!-- LINKS -->
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link 3" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- {block:if3DEffect}
- {text-shadow:1px 0px 1px {color:Link Hover 1}, -1px 0px 1px {color:Link Hover 2};}
- {/block:if3DEffect}
- {block:ifTextShadowInfo}
- {text-shadow:1px 1px -1px #ddcbc4}
- {/block:ifTextShadowInfo}
- {block:ifRoundedEdgesSidebar}
- {border-radius:7px}
- {/block:ifRoundedEdgesSidebar}
- {block:ifSunshineFont}
- {font-family: "sunshine";}
- {/block:ifSunshineFont}
- {block:ifThrowMyHandsUpInTheAirFont}
- {font-family:'throw my hands up in the air';}
- {/block:ifThrowMyHandsUpInTheAirFont}
- {block:ifCedarcursiveFont}
- {font-family:"cedarcursive";}
- {/block:ifCedarcursiveFont}
- {block:ifJanuaryFont}
- {font-family:"january";}
- {/block:ifJanuaryFont}
- {block:ifUppercaseFontLinks}
- {text-transform:uppercase;}
- {/block:ifUppercaseFontLinks}
- body
- {color:{color:text};
- background-color:{color:background};
- background-image:url('{image:Background}');
- background-attachment:fixed;
- font-family:calibri;
- font-size:10px;
- line-height:110%;
- text-align:justify;}
- a:link, a:active, a:visited
- {color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- a:hover
- {color:{color:hoverlink};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- links
- {position:fixed;
- text-align:center;
- margin-left:160px;
- margin-top:105px;}
- links a
- {margin-left:-785px;
- margin-bottom:-135px;
- margin-top:125px;
- width:70px;
- display:block;
- color:{color:text};
- background-color:{color:LeftLinksBgColor};
- font:10px calibri;
- text-transform:lowercase;
- {block:ifUppercaseFontLinks}
- text-transform:uppercase;
- {/block:ifUppercaseFontLinks}
- text-decoration:none;
- letter-spacing:0px;
- padding:3px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- links a:hover
- {background-color:{color:link};
- color:{color:background};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- text-shadow:0px 0px 0px #616161;
- font-size:11px;
- letter-spacing:0px;
- {block:if3DEffect}
- text-shadow:1px 0px 1px {color:Link Hover 1},
- -1px 0px 1px {color:Link Hover 2}
- {/block:if3DEffect};}
- #title
- {margin-left:-70px;
- text-align:center;
- margin-bottom:10px;}
- #title a
- {font-size:15px;
- letter-spacing:1px;
- text-transform:lowercase;
- {block:ifJanuaryFont}
- font-family:"january";
- {/block:ifJanuaryFont}
- {block:ifCedarcursiveFont}
- font-family:"cedarcursive";
- {/block:ifCedarcursiveFont}
- {block:ifSunshineFont}
- font-family: "sunshine";
- {/block:ifSunshineFont}
- {block:ifThrowMyHandsUpInTheAirFont}
- font-family:'throw my hands up in the air';
- {/block:ifThrowMyHandsUpInTheAirFont}
- color:{color:title};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- margin-bottom:10px;}
- #title a:hover
- {-webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- color:{color:hoverlink};
- text-shadow:1px 1px -1px {color:Text Shadow Info};}
- @font-face {font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
- @font-face
- {font-family:'throw my hands up in the air';
- src: url(http://static.tumblr.com/2bgij48/01zm4c018/throwmyhandsupintheair.ttf);}
- @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
- @font-face { font-family: "january"; src: url('http://static.tumblr.com/h46bhe8/zYpm57tgl/january___pixel_font__supports_a_lot_of_languages__by_typesprite-d4o0ker__1_.ttf'); }
- #sidebar
- {width:300px;
- height:auto;
- margin-top:170px;
- margin-left:140px;
- position:fixed;}
- #SidebarImage img
- {border:5px solid {color:border};
- text-align:center;
- max-width:auto;
- height:auto;
- margin-bottom:-1px;
- {block:ifRoundedEdgesSidebar}
- border-radius:7px;
- {/block:ifRoundedEdgesSidebar};}
- #descriptionbg
- {margin-left:150px;
- font-size:10px;
- width:200px;
- height:auto;
- background-color:{color:descriptionbg};
- letter-spacing:0px;
- padding:5px;
- position:fixed;
- border-radius:5px;
- margin-top:449px;}
- #credit a
- {text-decoration:none;
- color:{color:link};}
- #pagination
- {font-family:calibri;
- margin-top:0px;
- text-align:center;
- font-size:28px;
- margin-top:5px;
- margin-bottom:5px;}
- #pagination:hover
- {color:{color:link};}
- #entries
- {margin:35px 0 5px 500px;
- float:left;
- text-align:justify;
- margin-left:530px;}
- #posts
- {margin:5px 0 -5px 0;
- width:500px;
- text-align:left;
- padding:3px;}
- h1
- {color:{color:title};
- font-family:{font:title};
- font-size:15px;
- line-height:15px;
- letter-spacing:0px;
- font-weight:normal;
- text-transform:uppercase;
- margin:0px;
- padding:0px;
- text-align:left;
- margin-left:10px;}
- h2
- {color:{color:title};
- font-family:{font:title};
- font-size:12px;
- line-height:12px;
- letter-spacing:0px;
- font-weight:normal;
- text-transform:uppercase;
- margin:0px;
- padding:0px;
- margin-bottom:-0px;
- text-align:left;}
- h3
- {color:{color:link};
- font-family:georgia;
- font-size:13px;
- letter-spacing:1px;
- font-weight:normal;
- font-style:normal;
- text-transform:lowercase;
- line-height:15px;
- margin-top:-4px;
- margin-bottom:-10px;
- text-align:center;}
- h3 a:hover
- {background-color:transparent}
- #source
- {text-align:left}
- #info
- {font-family:calibri;
- font-size:9px;
- text-transform:lowercase;
- text-align:left;
- background-color:{color:permalink};
- letter-spacing:0px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- margin-top:-10px;
- margin-bottom:25px;}
- #info a
- {font-family:calibri;
- font-size:9px;
- text-transform:uppercase;
- text-align:left;
- background-color:{color:permalink};
- letter-spacing:0px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- #info a:hover
- {-webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- color:{color:hoverlink};
- {block:ifTextShadowInfo}
- text-shadow:1px 1px -1px {color:Text Shadow Info}
- {/block:ifTextShadowInfo};}
- #questions
- {background-color:{color:roundlinks};
- color:{color:text};
- padding:10px;
- margin-bottom:5px;
- font-family:calibri;
- font-size:10px;
- border-bottom:2px solid {color:border};}
- #questions a
- {color:{color:link}}
- blockquote
- {border-left:2px {color:body} solid;
- padding-left:5px;
- margin:0px 2px 0px 10px;}
- b, strong
- {color:{color:title};}
- i, em
- {color:{color:text};}
- p
- {margin-top:5px;
- margin-bottom:5px;}
- blockquote
- {padding:0px;
- padding-left:5px;
- margin:5px;
- border-left:2px solid {color:text};}
- img a
- {border:none;
- width:100%;}
- .audio
- {background-color:black;
- display:block;}
- .ichat
- {margin-left:9px;
- font-size:35px;
- color:{color:border};
- -webkit-user-select:none;
- -khtml-user-select:none;
- -moz-user-select:none;
- -o-user-select:none;
- user-select:none;
- cursor:default;}
- .user_1 .label
- {color:{color:link};
- font-weight:bold;}
- .user_2 .label
- {color:{color:text};
- background-color:{color:};
- font-weight:bold;}
- ul.chat, .chat ol, .chat li
- {list-style:none;
- margin:0px;
- padding:0px;}
- .line
- {background:{color:backround};
- padding:3px;}
- .notes img
- {width:10px;
- position:relative;
- top:1px;}
- ol.notes,.notes li
- {list-style:none;
- width:490px;
- margin:-7px 0 7px 5px;
- padding:4px;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="all">
- <div id="container">
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Title}<h1>{Title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}{block:Lines}<div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="questions">{Asker}:
- {Question}</div>
- {Answer}{/block:answer}
- {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
- <div id="info">{block:Date}
- <a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount} with
- <a href="{Permalink}">{NoteCountwithLabel}{/block:NoteCount}{/block:Date}
- <div style="float:right">
- <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:RebloggedFrom}
- {/block:RebloggedFrom}{block:ContentSource} /
- <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>
- <br>
- {block:HasTags}{block:Tags} +<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- </div>{/block:Posts}
- {block:PostNotes}<div id="info">{PostNotes}</div>{/block:PostNotes}
- </div>
- <links>
- <a href="/">refresh</a><br />
- <a href="/ask">askbox</a><br />
- <a href="/archive">archive</a><br />
- <a href="http://canadianbiebah.tumblr.com/tagged/themes">theme</a>
- {block:IfLink1Title}<br><a href="{text:Link1}">{text:Link1 Title}</a>{/block:IfLink1Title}
- {block:IfLink2Title}<br><a href="{text:Link2}">{text:Link2 Title}</a>{/block:IfLink2Title}
- {block:IfLink3Title}<br><a href="{text:Link3}">{text:Link3 Title}</a>{/block:IfLink3Title}
- </links>
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="SidebarImage"><img src="{image:SidebarImage}"/></div>
- <div id="ichat">
- </div><span class="ichat">◥</span>
- </div>
- <div id="descriptionbg" align="center">{block:Description}{Description}{/block:Description}
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a>
- {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}</div></div><br>
- <br>
- </div>
- </body>
- </html>

