Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <!-- Theme #23 by wonderfullythemes, base by notte-themes
- please leave the credit intact, thank you!-->
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="Description" content="{MetaDescription}" />{/block:Description}
- <!-- ------ DEFAULT VARIABLES ------ -->
- <meta name="color:Background" content="#e4e4e4" />
- <meta name="color:Post Background" content="#fff" />
- <meta name="color:Sidebar Background" content="#faf9f8" />
- <meta name="color:Scrollbar" content="#a4cddf" />
- <meta name="color:Scrollbar Background" content="#faf9f8" />
- <meta name="color:Title" content="#3e819e" />
- <meta name="color:Text" content="#657474" />
- <meta name="color:Bold" content="#2eb4ee" />
- <meta name="color:Link" content="#218bb8" />
- <meta name="color:Link Hover" content="#c1c1c1" />
- <meta name="color:Italic" content="#89a3ae" />
- <meta name="color:NavLink" content="#218bb8" />
- <meta name="color:NavLinkHover" content="#c1c1c1" />
- <meta name="color:Asker Background" content="#000" />
- <meta name="color:Question Background" content="#000" />
- <meta name="color:Answer Background" content="#000" />
- <meta name="color:Question Text" content="#fff"/>
- <meta name="color:Answer Text" content="#fff" />
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Text" content="Link 5" />
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 10px;
- background-color: {color:Scrollbar Background};
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- }
- img {
- display:block;
- }
- body{
- color:{color:Text};
- font-family:'calibri';
- font-size: 12px;
- line-height:120%;
- overflow-x:hidden;
- width:150%;
- background-color: {color:Background};
- background-image: url('{image:Background}');
- background-attachment: fixed;
- background-repeat:no-repeat;
- background-size:cover;
- }
- a{
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color: {color:Link};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover{
- background-color:{color:Link Hover};
- color: {color:Link};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- b, strong{color: {color:Bold};}
- i, em{color: {color:Italic};}
- blockquote {
- padding-left: 3px;
- padding-right: 1px;
- margin-left: 20px;
- }
- pre{
- font-size:10px;
- padding:20px;
- white-space: pre-wrap; /* css-3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- }
- #content{
- height:auto;
- text-align:left;
- position:absolute;
- padding:50px;
- left:20%;
- top:0px;
- }
- .post{
- border-radius:5%;
- overflow:hidden;
- background-color: {color:Post Background};
- padding:30px;
- width: 500px;
- }
- /* -------------- SIDEBAR --------------- */
- #sidebar{
- border-radius:5%;
- background-color:{color:Sidebar Background};
- width:200px;
- position:fixed;
- top:180px;
- right:10%;
- padding:30px;
- z-index:2;
- }
- .sidebarimage img {
- width:130px;
- height:130px;
- margin-top:40px;
- margin-left:0px;
- }
- #ttle{
- margin-top:-150px;
- font-size:20px;
- font-weight:bold;
- color:{color:Title};
- position:fixed;
- }
- #description{
- line-height:100%;
- margin-top:10px;
- text-align:justify;
- }
- #links {
- margin-top:-220px;
- margin-left:140px;
- text-align:left;
- line-height:200%;
- position:fixed;
- text-transform:uppercase;
- }
- #links a {
- background-color:{color:Sidebar Background};
- padding:5px;
- color:{color:NavLink};
- }
- #links a:hover {
- padding:5px 40px 5px 5px;
- color:{color:NavLink};
- background-color:{color:NavLinkHover};
- }
- .pagination {
- padding:10px;
- margin-top:0px;
- font-size:12px;
- text-align:center;
- }
- .pagination a {
- display:inline-block;
- margin:0px 2px;
- display:-moz-inline-stack;
- line-height:100%;
- padding:5px;
- }
- .pagination .g {
- display:inline-block;
- margin:0px 2px;
- display:-moz-inline-stack;
- line-height:100%;
- padding:7px;
- }
- .pagination a:hover {
- color:{color:Hover};
- }
- /* -------------- POST TITLE --------------- */
- .title{
- padding:5px;
- font-size: 16px;
- text-transform:uppercase;
- line-height: 100%;
- letter-spacing: 1px;
- text-align:center;
- }
- /* -------------- POST QUESTON/ANSWER --------------- */
- .qAuthor, .aAuthor{
- background-color:{color:Asker Background};
- width:480px;
- text-transform:uppercase;
- text-align:center;
- letter-spacing:3px;
- font-size:13px;
- padding:10px;
- }
- .q, .a{
- background-color:{color:Question Background};
- color:{color:Question Text};
- padding:20px;
- margin-bottom:20px;
- }
- .yourAnswer{
- background-color:{color:Answer Background};
- color:{color:Answer Text};
- padding:20px;
- }
- /* -------------- POST CHAT LOGS --------------- */
- .chat .chat1 {margin-left: 0px;}
- .chat .chat1 .chat2 {
- margin-bottom: 1px;
- padding: 5px;
- }
- .chat .chat1 .chat2 span{
- font-weight: bold;
- text-transform: uppercase;
- }
- /* -------------- POST LINK --------------- */
- .link{
- font-size: 20px;
- letter-spacing:1px;
- padding:20px;
- text-align:center;
- margin-bottom:10px;
- }
- /* -------------- POST QUOTE --------------- */
- .quote{
- font-size:30px;
- line-height:120%;
- }
- /* -------------- POST NOTES --------------- */
- ol.notes{
- padding: 0px;
- margin-top: 10px;
- list-style-type: none;
- width: 495px;
- letter-spacing: 1px;
- font-size:10px;
- }
- ol.notes li.note {
- text-align: left;
- letter-spacing: 1px;
- padding: 5px;
- }
- ol.notes li.note img.avatar{
- display: none !important;
- }
- /* -------------- PERMALINK/TAGS--------------- */
- .perma{
- border-radius:10%;
- margin-top:20px;
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- }
- .theTags{
- border-radius:10%;
- text-transform:uppercase;
- letter-spacing:2px;
- width:540px;
- font-size:8px;
- margin-top:30px;
- background-color: {color:Post Background};
- padding: 10px;
- overflow:hidden;
- }
- .permaPageInfo{
- border-radius:10%;
- background-color: {color:Post Background};
- padding: 10px;
- width:540px;
- margin-top:30px;
- }
- /*--UPDATES TAB credit to hellolittlered.org--*/
- #updates {
- position:fixed;
- top:20px;
- left:0px;
- padding-left:15px;
- font-family:Cambria;
- font-size:11px;
- text-align:justify;
- border-left:20px solid #000;
- }
- /* the updates title */
- #updates .title {
- position:absolute;
- left:-15px;
- text-transform:uppercase;
- font-size:9px;
- text-align:center;
- color:#ffffff;
- margin-top:70%;
- }
- /* the tabs title */
- #updates h3 {
- text-transform:uppercase;
- background:#333333;
- border:1px solid #666666;
- padding:4px;
- text-transform:uppercase;
- font-size:9px;
- text-align:center;
- margin-top:0px;
- color:#ffffff;
- }
- .dot {
- width:0px;
- height:20px;
- margin-bottom:15px;
- border-radius:100%;
- -webkit-transition:all .8s ease-in-out;
- -moz-transition:all .8s ease-in-out;
- -o-transition:all .8s ease-in-out;
- -ms-transition:all .8s ease-in-out;
- transition:all .8s ease-in-out;
- }
- /* the lines */
- .dot:before {
- position:absolute;
- content:'';
- width:35px;
- height:1px;
- left:0px;
- margin-top:10px;
- background:#000;
- z-index:-1;
- }
- .dot:hover:before{
- margin-top:0px;
- }
- .updatebox {
- position:absolute;
- width:150px;
- overflow:hidden;
- }
- /* color 1 */
- .color1 {
- background:#000;
- border-right: 20px solid #000;
- color:#fff;
- }
- /*color 2 */
- .color2 {
- background:#7d7d7d;
- border-right: 20px solid #7d7d7d;
- color:#fff;
- }
- .versionone {
- margin-top:-30px;
- left:-230px;
- padding:10px 0px 10px 10px;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- -o-transition:all .5s ease-in-out;
- -ms-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- .dot:hover {
- border-bottom: 20px solid transparent;
- border-top: 20px solid transparent;
- border-left: 20px solid transparent;
- width:0px;
- height:0px;
- background:transparent;
- border-radius:0px;
- }
- .dot:hover .versionone {
- left:50px;
- margin-top:-30px;
- }
- .versiontwo {
- width:0px;
- max-height:0px;
- left:50px;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- -o-transition:all .5s ease-in-out;
- -ms-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- .dot:hover .versiontwo {
- margin-top:-30px;
- width:150px;
- max-height:400px;
- padding:10px 0px 10px 10px;
- }
- {CustomCSS}</style></head><body>
- <div id="updates">
- <div class="title">U<br>P<br>D<br>A<br>T<br>E<br>S</div>
- <!-- version one color one -->
- <div class="dot color1">
- <div class="updatebox versionone color1">
- <h3>THE TITLE</h3>
- THE CONTENT
- </div>
- </div>
- <!-- version two color two -->
- <div class="dot color2">
- <div class="updatebox versiontwo color2">
- <h3>THE TITLE</h3>
- THE CONTENT
- </div>
- </div>
- <!-- version two color one -->
- <div class="dot color1">
- <div class="updatebox versiontwo color1">
- <h3>THE TITLE</h3>
- THE CONTENT
- </div>
- </div>
- <!-- version one color two -->
- <div class="dot color2" style="margin-bottom:0px">
- <div class="updatebox versionone color2">
- <h3>THE TITLE</h3>
- THE CONTENT
- </div>
- </div>
- </div>
- <div id="sidebar">
- <div class="sidebarimage"><img src="{image:Sidebar}" /></div>
- <div id="ttle">{Title}</div>
- <div id="description">{Description}</div>
- <div id="links">
- <a href="{text:Link1}">{text:Link1 Text}</a><br>
- <a href="{text:Link2}">{text:Link2 Text}</a><br>
- <a href="{text:Link3}">{text:Link3 Text}</a><br>
- <a href="{text:Link4}">{text:Link4 Text}</a><br>
- <a href="{text:Link5}">{text:Link5 Text}</a>
- {block:HasPages}{block:Pages}<a href="{URL}" id="{Label}">{Label}</a>{/block:Pages}{/block:HasPages}
- </div>
- {block:IndexPage}
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}
- <span class="g">✖</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}" id="next">→</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:Text}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" /></a>
- {LinkCloseTag}
- {/block:Photo}
- {block:Panorama}
- {LinkOpenTag}
- <a href="{permalink}"><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></a>
- {LinkCloseTag}
- {/block:Panorama}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Quote}
- <p><span class="quote">{Quote}</span></p>
- <p>{block:Source}-{Source}{/block:Source}</p>
- {/block:Quote}
- {block:Video}
- {Video-500}<br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <div style="padding:5px;">
- <div class="link">
- <a href="{URL}" {Target}>{Name} </a>
- </div><br>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="chat">
- <div class="chat1">
- {block:Lines}
- <div class="chat2 {Alt}">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}</div>
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AudioEmbed}
- {AudioEmbed-500}
- {/block:AudioEmbed}
- {/block:Audio}
- {block:Answer}
- <div class="qAuthor">
- {Asker}
- </div>
- <div class="q">{Question}</div>
- {block:Answerer}
- <div class="aAuthor">
- {Answerer}
- </div>
- {/block:Answerer}
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:PermalinkPage}
- {block:ifNotShowCaption}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifNotShowCaption}
- {/block:PermalinkPage}
- {block:IndexPage}
- <!-- POST INFORMATION/PERMALINK -->
- <div class="perma">
- {block:RebloggedFrom}Reblogged{/block:RebloggedFrom}
- {block:NotReblog}Posted{/block:NotReblog}
- on
- <a href="{Permalink}"> {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}</a>
- {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- <br><br>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a></span>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- </div><!-- END POSTS -->
- {block:PermalinkPage}
- <div class="permaPageInfo">
- {block:RebloggedFrom}Reblogged{/block:RebloggedFrom}
- {block:NotReblog}Posted{/block:NotReblog}
- {block:Date}{TimeAgo}{/block:Date}
- {block:NoteCount}
- with {NoteCountWithLabel}
- {/block:NoteCount}
- {block:RebloggedFrom}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br />
- Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- <br />
- {/block:RebloggedFrom}
- {block:HasTags}
- <br><br>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- <br><br>
- {/block:HasTags}
- </div>
- {block:PostNotes}
- <div class="permaPageInfo">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- <div style="margin-bottom:40px;"><br /></div>
- {/block:Posts}
- </div><!-- END CONTENT -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement