Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Cogar Graphics
- -Theme 01 [FATES]: Created by Clayton Cogar
- -Please do not remove credit
- -Please do not redistribute or claim as your own
- -Please don't use as base code
- -Enjoy
- CREDITS
- > Music Player: http://yukoki.tumblr.com/
- > Icons: http://fontawesome.io/icons/
- !-->
- <html>
- <head>
- <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}
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <meta name="color:mainlinks" content="#888888" />
- <meta name="color:mainlinks background" content="#eeeeee" />
- <meta name="color:mainlinks hover" content="#f6f6f6" />
- <meta name="color:Bold" content="#211d6d" />
- <meta name="color:Italics" content="#211d6d" />
- <meta name="color:Links" content="#426eaf" />
- <meta name="color:Links Hover" content="#636363" />
- <meta name="color:Tags" content="#474747" />
- <meta name="color:Tags Hover" content="#426eaf" />
- <meta name="color:Permalinks" content="#636363" />
- <meta name="color:Permalinks Hover" content="#426eaf" />
- <meta name="color:Permalinks Background" content="#eee" />
- <meta name="color:BlogTitle" content="#FFFfff">
- <meta name="color:DescriptionBackground" content="#FFFfff">
- <meta name="color:DescriptionText" content="#000000">
- <meta name="color:BorderColor" content="#ffffff" />
- <meta name="image:BackgroundImage" content="http://static.tumblr.com/60krdzm/JNFomxacq/bg.png">
- <meta name="image:SideBar" content="http://static.tumblr.com/60krdzm/9BGomxdcm/xander.jpg">
- <meta name="image:RightImageOne" content="http://static.tumblr.com/60krdzm/0oXomxdd1/leoo.jpg">
- <meta name="image:RightImageTwo" content="http://static.tumblr.com/60krdzm/qUMomxdcq/camillaaa.jpg">
- <meta name="image:RightImageThree" content="http://static.tumblr.com/60krdzm/EN6omxdcx/elisee.jpg">
- <meta name="text:CustomLink1URL" content="Link 1 URL" />
- <meta name="text:CustomLink1Name" content="Link 1" />
- <meta name="text:CustomLink2URL" content="Link 2 URL" />
- <meta name="text:CustomLink2Name" content="Link 2" />
- <meta name="text:CustomLink3URL" content="Link 3 URL" />
- <meta name="text:CustomLink3Name" content="Link 3" />
- <meta name="text:CustomLink4URL" content="Link 4 URL" />
- <meta name="text:CustomLink4Name" content="Link 4" />
- <meta name="text:CustomLink5URL" content="Link 5 URL" />
- <meta name="text:CustomLink5Name" content="Link 5" />
- <meta name="text:CustomLink6URL" content="Link 6 URL" />
- <meta name="text:CustomLink6Name" content="Link 6" />
- <meta name="text:CustomLink7URL" content="Link 7 URL" />
- <meta name="text:CustomLink7Name" content="Link 7" />
- <meta name="text:CustomLink8URL" content="Link 8 URL" />
- <meta name="text:CustomLink8Name" content="Link 8" />
- <meta name="text:BillyMusicPlayer" content="paste code here" />
- </head>
- <style type="text/css">
- body {
- background-color:#d1d1d1;
- font-family:'Gibson', sans-serif;
- font-size: 11px;
- background-image:url({image:BackgroundImage});
- background-position:top left;
- background-repeat:repeat;
- background-attachment:fixed;
- }
- img{
- max-width:100%;
- }
- a{
- text-decoration:none;
- color:{color:Links};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover{
- color:{color:Links Hover};
- }
- b, strong{
- color:{color:Bold};
- text-transform:uppercase;
- }
- i, em{
- color:{color:Italics};
- font-family:'Bookman', serif;
- }
- blockquote{
- padding:2px 7px;
- margin:3px 0px 3px8px;
- border-left:1px solid #006f94;
- }
- blockquote img{
- max-width:100%;
- height:auto;
- }
- #container {
- position:absolute;
- left:440px;
- }
- .posts {
- width:500px;
- background-color:#ffffff;
- padding:10px;
- margin-bottom:30px;
- }
- .posttitle{
- text-align:right;
- font-size:20px;
- margin-right:10px;
- border-bottom: 1px solid black;
- }
- .permalinks {
- text-align:right;
- background-color:{color:Permalinks Background};
- padding:5px;
- height:12px;
- }
- .permalinks a{
- text-decoration:none;
- font-size:9px;
- color:{color:Permalinks};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .permalinks a:hover{
- color:{color:Permalinks Hover};
- }
- .date{
- float:left;
- }
- .reblogs{
- float:right;
- }
- .tags{
- text-align:center;
- }
- .tags a{
- text-decoration:none;
- font-size:8px;
- text-transform:uppercase;
- color:{color:Tags};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .tags a:hover{
- color:{color:Tags Hover};
- }
- .asker {
- font-size:15px;
- font-style: italic;
- text-align: right;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .question {
- font-style: italic;
- border-bottom:1px solid #eee;
- padding-bottom:3px;
- padding-left:50px;
- padding-right:50px;
- }
- .quote {
- font-size:13px;
- letter-spacing:1px;
- text-align:center;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .quotesource {
- font-size:10px;
- letter-spacing:1px;
- text-align:right;
- margin-bottom:5px;
- }
- #linkposts{
- font-size:15px;
- font-style: italic;
- text-align: right;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- #blogtitle{
- position:fixed;
- left:155px;
- top:70px;
- width:200px;
- text-align:right;
- color: {color:BlogTitle};
- }
- #sideimg{
- position:fixed;
- top:110px;
- left:150px;
- width:200px;
- }
- #sideimg img{
- width:200px;
- height:275px;
- border:3px solid {color:BorderColor};
- }
- #mainlinks{
- position:fixed;
- display:inline-block;
- width:250px;
- top:395px;
- left:150px;
- font-size:20px;
- text-align:left;
- word-spacing:1px;
- }
- #mainlinks a{
- border:{color:BorderColor} solid 1px;
- color: {color:mainlinks};
- background-color: {color:mainlinks background};
- padding-left:13px;
- padding-right:13px;
- text-align:center;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #mainlinks a:hover{
- background-color: {color:mainlinks hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #customlinks{
- position:fixed;
- width:70px;
- top:115px;
- left:75px;
- font-size:12px;
- }
- #customlinks a{
- display:block;
- border: {color:BorderColor} solid 1px;
- color: {color:mainlinks};
- background-color: {color:mainlinks background};
- padding-left:3px;
- padding-right:3px;
- margin-bottom:3px;
- text-align:center;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #customlinks a:hover{
- background-color: {color:mainlinks hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #descbox{
- position:fixed;
- left:150px;
- top:422px;
- width:200px;
- border: {color:BorderColor} solid 1px;
- padding:2px;
- text-align:center;
- opacity:0.7;
- background-color:{color:DescriptionBackground};
- color:{color:DescriptionText};
- }
- #yukoki_mplayer { position: fixed; top: 47px; left: 1140px; width: 70px; height: 30px; overflow: hidden; }
- .mplgif {margin-left: 20px;}
- #yukoki_mplayer:hover .ongaku {margin-top: 3px;}
- .ongaku { margin-top: -20px; margin-left: 12px; transition: 0.6s; -moz-transition: 0.6s; -webkit-transition: 0.6s; -o-transition: 0.6s; }
- #rightimg1{
- position:fixed;
- left:1050px;
- top:70px;
- max-width:150px;
- }
- #rightimg1 img{
- width:150px;
- height:150px;
- border:3px solid {color:BorderColor};
- }
- #rightimg2{
- position:fixed;
- height:150px;
- width:150px;
- border: 3px solid {color:BorderColor};
- left:1050px;
- top:240px;
- max-width:150px;
- }
- #rightimg3{
- position:fixed;
- height:150px;
- width:150px;
- border: 3px solid {color:BorderColor};
- left:1050px;
- top:410px;
- max-width:150px;
- }
- #pagination {
- position:fixed;
- top:580px;
- left:1050px;
- border:solid 1px {color:BorderColor};
- padding:3px;
- opacity:0.7;
- background-color:white;
- }
- </style>
- <body>
- <div id="blogtitle"><h1>{Title}</h1></div>
- <div id="sideimg"><img src="{image:SideBar}"></div>
- <div id="descbox">
- {block:Description}{Description}{/block:Description}
- </div>
- <div id="mainlinks">
- <a href="/" title="home"><i style="color:{color:mainlinks};" class="fa fa-home" aria-hidden="true"></i></a>
- <a href="/ask" title="message"><i style="color:{color:mainlinks};" class="fa fa-envelope-o" aria-hidden="true"></i></a>
- <a href="/archive" title="past"><i style="color:{color:mainlinks};" class="fa fa-calendar" aria-hidden="true"></i></a>
- <a href="http://cogargraphics.tumblr.com/" title="theme"><i style="color:{color:mainlinks};" class="fa fa-code" aria-hidden="true"></i></a>
- </div>
- <div id="customlinks">
- <a href="{text:CustomLink1URL}"><i style="color:{color:mainlinks};"></i>{text:CustomLink1Name}</a>
- <a href="{text:CustomLink2URL}"><i style="color:{color:mainlinks};"></i>{text:CustomLink2Name}</a>
- <a href="{text:CustomLink3URL}"><i style="color:{color:mainlinks};"></i>{text:CustomLink3Name}</a>
- <a href="{text:CustomLink4URL}"><i style="color:{color:mainlinks};"></i>{text:CustomLink4Name}</a>
- <a href="{text:CustomLink5URL}"><i style="color:{color:mainlinks};"></i>{text:CustomLink5Name}</a>
- <a href="{text:CustomLink6URL}"><i style="color:{color:mainlinks};"></i>{text:CustomLink6Name}</a>
- <a href="{text:CustomLink7URL}"><i style="color:{color:mainlinks};"></i>{text:CustomLink7Name}</a>
- <a href="{text:CustomLink8URL}"><i style="color:{color:mainlinks};"></i>{text:CustomLink8Name}</a>
- </div>
- <div id="yukoki_mplayer">
- <div class="ongaku">
- {text:BillyMusicPlayer}
- </div><!--ongaku-->
- <img class="mplgif" src="http://68.media.tumblr.com/tumblr_m1zdngM8P91r3we0y.gif">
- </div><!--yukoki_mplayer1-->
- <div id="rightimg1">
- <img src="{image:RightImageOne}">
- </div>
- <div id="rightimg2">
- <img src="{image:RightImageTwo}">
- </div>
- <div id="rightimg3">
- <img src="{image:RightImageThree}">
- </div>
- </div>
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">prev / </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <div id="container">
- {block:Posts}
- <div class="posts">
- {block:Text}<div class="posttitle">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
- {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<div id="linkposts"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}{Title}</a>{/block:Title}
- {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="asker">{Asker} whispered:</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <div class="permalinks">
- <div class="date"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}</a> <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a></div>
- <div class="reblogs">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via;</a>
- <a href="{ReblogRootURL}">source;</a>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}">reblog</a>
- </div>
- </div>
- <div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment