Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!---
- V E R N A L R E G A L I A
- DESIGNED BY CIRCLEJOURNEY
- circlejourney.tumblr.com
- --->
- <head>
- <!-- Variables -->
- <meta name = "select:Title style" content = "big" title = "Big title"/>
- <meta name = "select:Title style" content = "small" title = "Small title"/>
- <meta name = "select:Title style" content = "hidden" title = "Hidden"/>
- <meta name = "image:Background" content = "http://static.tumblr.com/g06rfu3/Sinn7qlkw/colored_pattern_squares_background-other.jpg"/>
- <meta name = "font:Main font" content = "Avalon"/>
- <meta name = "font:Title font" content = "Helvetica"/>
- <meta name = "color:Title color" content = "white"/>
- <meta name = "color:Sidebar color" content = "#db0f0f"/>
- <meta name = "color:Sidebar accent color" content = "#ff2b2b"/>
- <meta name = "color:Pagelink color" content = "#ffbeb2"/>
- <meta name = "color:Post color" content = "#ffcc00"/>
- <meta name = "color:Tab color" content = "#ff9d9d"/>
- <meta name = "color:Main font color" content = "#222"/>
- <style type="text/css">
- html {
- padding:0;
- }
- #background {
- width:100%;
- height:100%;
- z-index:-10;
- position:fixed;
- background-image:url("{image:Background}");
- background-size:100%;
- }
- body {
- margin:0;
- padding:0;
- font-family:{font:Main font},sans-serif;
- background:transparent;
- width:100%;
- height:100%;
- font-size:11pt;
- color:{color:Main font color};
- }
- ::-webkit-scrollbar {
- width:7px;
- }
- ::-webkit-scrollbar:horizontal {
- height:7px;
- }
- ::-webkit-scrollbar-track {
- background:transparent;
- }
- ::-webkit-scrollbar-thumb {
- background-color:white;
- }
- img {
- -webkit-filter:saturate(1.2) sepia(0.1);
- -moz-filter:saturate(1.2) sepia(0.1);
- -o-filter:saturate(1.2) sepia(0.1);
- max-width:100%;
- height:auto;
- }
- .tmblr-full {
- margin:0;
- max-width:100%;
- }
- iframe {
- max-width:100%;
- }
- ol, ul {
- margin:0;
- padding:0;
- }
- ul {
- list-style-type:square;
- }
- a {
- text-decoration:none;
- color:{color:Sidebar color};
- }
- /* SIDEBAR */
- #sidebar {
- font-size:9pt;
- color: {color:Sidebar color};
- position:fixed;
- left:45px;
- top:150px;
- background-color:{color:Sidebar color};
- width:150px;
- height:400px;
- border-right:10px solid {color:Sidebar accent color};
- border-bottom-left-radius:1000px;
- border-bottom-right-radius:1000px;
- -webkit-box-shadow:0px 0px 6px rgba(99,19,2,0.5);
- -webkit-transition:0.4s all linear;
- -moz-transition:0.4s all linear;
- -o-transition:0.4s all linear;
- }
- #sidebar a {
- color: {color:Sidebar color};
- }
- #sidebar:hover {
- padding-bottom:220px;
- }
- #sidebar:hover .linklist {
- opacity:1;
- }
- /* USERPIC */
- #userpic {
- -webkit-border-radius:1000px;
- -moz-border-radius:1000px;
- -o-border-radius:1000px;
- margin:-75px auto auto 16px;
- width:128px;
- height:128px;
- text-align:center;
- background:{color:Sidebar accent color};
- }
- #userpic img {
- min-width:128px;
- -webkit-border-radius:1000px;
- }
- /* BLOG DESCRIPTION */
- #description {
- padding:1px 5px;
- margin-bottom:10px;
- margin-top:20px;
- background:{color:Pagelink color};
- text-align:center;
- }
- /* LINK LIST */
- .linklist {
- list-style-type:none;
- margin:20px 15px 0 15px;
- opacity:0;
- -webkit-transition:0.4s all linear;
- -moz-transition:0.4s all linear;
- -o-transition:0.4s all linear;
- }
- .linklist li {
- padding:5px;
- margin-bottom:10px;
- background:{color:Pagelink color};
- text-align:center;
- -webkit-transition:0.2s all linear;
- -moz-transition:0.2s all linear;
- -o-transition:0.2s all linear;
- }
- .linklist li:hover {
- -webkit-filter:brightness(1.2);
- -moz-filter:brightness:(1.2);
- -o-filter:brightness:(1.2);
- }
- /* BLOG TITLE */
- h1 {
- font-family:{font:Title font},sans-serif;
- color:{color:Title color};
- }
- .big {
- z-index:-6;
- font-size:120pt;
- line-height:121pt;
- position:fixed;
- width:auto;
- text-align:left;
- margin:0;
- left:670px;
- bottom:-30px;
- }
- .small {
- z-index:6;
- letter-spacing:10px;
- font-size:25pt;
- text-align:left;
- position:absolute;
- margin:0;
- top:-5px;
- left:260px;
- width:1000px;
- }
- .hidden {
- visibility:hidden;
- }
- /* POST AREA */
- #main {
- z-index:-3;
- background:rgba(99,19,2,0.3);
- position:absolute;
- left:250px;
- padding:80px 20px 0 20px;
- width:420px;
- }
- #posts {
- position: relative;
- }
- .post {
- z-index:2;
- {block:IfShadow}-webkit-box-shadow:0px 0px 6px rgba(99,19,2,0.5);{/block:IfShadow}
- background:{color:Post color};
- width:390px;
- -webkit-transition:0.4s all linear;
- -moz-transition:0.4s all linear;
- -o-transition:0.4s all linear;
- padding:15px;
- }
- .post ul, .post ol {
- margin-left:10px;
- list-style-position:inside;
- }
- .post li {
- margin-bottom:10px;
- }
- /* POST META TABS */
- .meta {
- z-index:-1;
- background:transparent;
- position:absolute;
- top:-30px;
- width:420px;
- height:30px;
- font-size:10px;
- }
- .datetab, .notestab {
- -webkit-box-shadow:0px 0px 6px rgba(99,19,2,0.5);
- height:20px;
- position:absolute;
- top:0;
- padding:10px 10px 0 10px;
- background:{color:Tab color};
- -webkit-transition:0.2s all linear;
- -moz-transition:0.2s all linear;
- -o-transition:0.2s all linear;
- }
- .notestab {
- right:0;
- }
- .datetab {
- left:0;
- }
- /* TEXT POSTS */
- h3 {
- font-size:18pt;
- padding:0;
- margin:10px 0;
- color:{color:Sidebar color};
- width:400px;
- text-align:center;
- }
- .text p {
- margin:0 10px 10px 10px;
- text-align:justify;
- }
- .text p:last-child {
- margin-bottom:0;
- }
- .post p img {
- max-width:90%;
- }
- /* PHOTO POSTS */
- img.photo {
- min-width:400px;
- }
- blockquote {
- border-left:3px solid {color:Sidebar accent color};
- padding-left:5px;
- margin:0 5px 0 5px;
- }
- /* LINK POSTS */
- h2 {
- padding:10px;
- margin:0;
- background:{color:Sidebar accent color};
- color:{color:Post color};
- -webkit-transition:0.4s all linear;
- -moz-transition:0.4s all linear;
- -o-transition:0.4s all linear;
- }
- h2 a {
- color:{color:Post color};
- }
- .link-description {
- margin:0;
- padding:0;
- }
- /* QUOTE POSTS */
- .thequote {
- margin:0;
- padding:0;
- line-height:90%;
- }
- .quotesrc {
- padding-left:10px;
- }
- .short {
- font-size:40pt;
- }
- .medium {
- font-size:25pt;
- }
- .long {
- font-size:20pt;
- }
- /* AUDIO POSTS */
- .playbox {
- background:white;
- position:absolute;
- z-index:100;
- margin-left:170px;
- margin-top:170px;
- opacity:0.5;
- -webkit-filter:contrast(1.5);
- -moz-filter:contrast(1.5);
- -o-filter:contrast(1.5);
- border:2px solid #aaa;
- }
- .playbox:hover {
- opacity:1;
- }
- .playbutton {
- height:30px;
- width:20px;
- overflow:hidden;
- position: relative;
- z-index:100;
- margin:15px 25px 15px 15px;
- }
- .albumart {
- min-width:400px;
- }
- .post:hover h2 {
- color:{color:Hover color};
- }
- /* TAGS */
- .hastags {
- margin:0;
- padding:0;
- background:{color:Tab color};
- font-size:10pt;
- display:block;
- width:410px;
- padding:5px;
- }
- .tags {
- margin-bottom:100px;
- }
- .tags li {
- display:inline-block;
- margin-right:5px;
- }
- /* POST NOTES */
- .notes {
- list-style-type:none;
- width:410px;
- padding:5px;
- background:{color:Tab color};
- position:relative;
- margin-top:-80px;
- }
- /* PAGINATION */
- #pagination {
- text-align:center;
- position:fixed;
- bottom:20px;
- right:20px;
- padding:10px;
- width:100px;
- background:{color:Sidebar accent color};
- #pagination arrows {
- font-size:20px;
- }
- </style>
- <title>{Title}{block:PostSummary}: {PostSummary}
- {/block:PostSummary}</title>
- </head>
- <body>
- <div id="background"></div>
- <h1 class="{select:Title style}">{Title}</h1>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <div id="sidebar">
- <div id="userpic" >
- <a href="/"><img src="{Favicon}"/></a>
- </div>
- {block:Description}<div id="description"><p>{Description}</p></div>{/block:Description}
- <ul class = "linklist">
- {block:AskEnabled}
- <a href="/ask"><li>{AskLabel}</li></a>
- {/block:AskEnabled}
- {block:SubmitEnabled}
- <a href="/submit"><li>{SubmitLabel}</li></a>
- {/block:SubmitEnabled}
- {block:HasPages}
- {block:Pages}
- <a href="{URL}"><li>{Label}</li></a>
- {/block:Pages}
- {/block:HasPages}
- <a href="/RSS"><li>RSS</li></a>
- <a href="/archive"><li>Archive</li></a>
- <a href="http://circlejourney-themes.tumblr.com/post/90053066387/vernal-regalia-theme-bold-minimalistic-design"><li>Theme</li></a>
- </ul>
- </div>
- <backDecor><img url="http://38.media.tumblr.com/91f5252c5bd71ee295a88ac7bf6cb727/tumblr_n23dctqDe41s8dgheo1_500.png"/></backDecor>
- <!--- <div id="rightbar"></div> --->
- <div id="main">
- {block:Posts}
- <ol id="posts">
- <div class="meta">
- {block:Date}<a href="{Permalink}"><div class="datetab">
- {DayOfMonthWithZero} {ShortMonth} {ShortYear}{block:RebloggedFrom} // reblogged from {ReblogParentName}{/block:RebloggedFrom}
- </div></a>{/block:Date}
- {block:NoteCount}<a href="{Permalink}"><div class="notestab">
- {NoteCount} ❤
- </div></a>{/block:NoteCount}
- </div>
- </a>
- {block:Text}
- <li class = "post text">
- {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
- <div id= "post body">{Body}</div>
- </li>
- {/block:Text}
- {block:Photo}
- <li class = "post photo">
- {LinkOpenTag}<img src="{PhotoURL-400}" class="photo" alt="{PhotoAlt}" />{LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </li>
- {/block:Photo}
- {block:Photoset}
- <li class = "post photoset">
- {Photoset-400}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </li>
- {/block:Photoset}
- {block:Quote}
- <li class = "post quote">
- <p class="thequote {Length}">"{Quote}"</p>
- {block:Source}
- <div class="quotesrc">— {Source}</div>
- {/block:Source}
- </li>
- {/block:Quote}
- {block:Link}
- <li class = "post link">
- <a href="{URL}"><h2>{Name} ☛</h2></a>
- {block:Description}<div class="link-description">{Description}</div>{/block:Description}
- </li>
- {/block:Link}
- {block:Chat}
- <li class = "post chat">
- <ul class="chat">
- {block:Lines}
- <li class = "{Alt} user_{UserNumber}">
- {block:Label}<b>{Label}</b>{/block:Label} {Line}
- </li>
- {/block:Lines}
- </ul>
- </li>
- {/block:Chat}
- {block:Audio}
- <li class = "post audio">
- {block:AlbumArt}<div class="playbox"><div class="playbutton">{/block:AlbumArt}{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}{block:AlbumArt}</div></div>{/block:AlbumArt}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="albumart"/>
- {/block:AlbumArt}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Audio}
- {block:Video}
- <li class="post video">
- {Video-400}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Video}
- <ul class="tags {block:HasTags}hastags{/block:HasTags}">
- {block:HasTags}
- {block:Tags}
- <li><a href="{TagURL}">#{Tag}</a></li>
- {/block:Tags}
- {/block:HasTags}
- </ul>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- </ol>
- {/block:Posts}
- </div>
- <div id="pagination">
- <div id="pageCounter">
- {block:PreviousPage}
- <arrows><a href="{PreviousPage}">◀</a></arrows>
- {/block:PreviousPage} {CurrentPage} / {TotalPages}
- {block:NextPage}
- <arrows><a href="{NextPage}">▶</a></arrows>
- {/block:NextPage}
- </div>
- </div>
- </body>
- </html>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement