Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">
- body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
- <html>
- <head>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- Theme 01 "Angels"
- by wehuntmonsters-heblogsaboutit
- you may edit this theme as mush as you like, but do not take off/change the placement the credit and do not redistribute your edited code
- -->
- <head>
- <link href='http://fonts.googleapis.com/css?family=Rufina' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <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}
- <!--Fonts-->
- <link href='http://fonts.googleapis.com/css?family=Rufina' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <!--Colors-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#7e7e7e"/>
- <meta name="color:sblinks" content="#7e7e7e"/>
- <meta name="color:sbborder" content="7e7e7e" />
- <meta name="color:updatestabborder" content="7e7e7e" />
- <meta name="color:linkhover" content="#f1f1f1"/>
- <meta name="color:scrollbar" content="f1f1f1" />
- <meta name="color:scrollbg" content="7e7e7e" />
- <!--Images-->
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Updates Tab" content=""/>
- <!--Links-->
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="" />
- <style type="text/css">
- /* --- UPDATES TAB ---*/
- #bite
- #bite a{
- display:block
- }
- #bite .death {
- margin-top:0px;filter: alpha(opacity = 0);
- opacity:0;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #bite:hover .death {
- margin-top:0px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- #actualnews {
- font-family:garamond;
- font-size:10px;
- color: {color:text};
- width:150px;
- height:auto;
- padding-top:0px;
- padding-bottom:0px;
- padding-left:12px;
- padding-right:12px;
- border:1px solid {color:updatestabborder};
- margin-left: 30px;
- margin-top:70px;
- text-align:center;
- position:fixed;
- }
- #thekey img{
- width:120px;
- margin-top: 0px;
- margin-left: 55px;
- position:fixed;
- opacity:0.5;
- -webkit-transition: opacity 0.2s linear;
- -webkit-filter: grayscale(100%);
- }
- #thekey img:hover{
- -webkit-transition: opacity 1s linear;
- -webkit-filter: grayscale(0);
- opacity: 1;
- }
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {height: auto;width: 6px;}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
- ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
- /* --- BODY ---*/
- body {
- background:{color:background};
- background-image:url({image:Background});
- margin:0px;
- color:{color:text};
- font-family: 'Rufina', serif;
- font-size:9px;
- line-height:100%;
- }
- blockquote {
- border-left:1px solid {color:link};
- padding-left:2px;
- margin:5px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -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;
- }
- a:hover {
- text-decoration:none;
- color:{color:linkhover};
- }
- img {
- none;
- }
- h1 {
- font-family:'Allura', cursive;
- font-size:20px;
- font-style:none;
- text-align:left;
- font-weight:normal;
- }
- h2 {
- font-size:10px;
- text-transform:none;
- font-weight:normal;
- }
- /* --- POSTS ---*/
- #entries {
- padding:10px;
- width:500px;
- margin-left:520px;
- margin-top:40px;
- }
- #post {
- width:500px;
- padding-top:10px;
- padding-bottom:10px;
- font-style:none;
- }
- #post:hover #info {
- opacity:0.5
- }
- #post img {
- opacity:0.5;
- -webkit-filter: grayscale(100%);
- -webkit-transition: opacity 0.5s ease-in;
- }
- #post img:hover{
- -webkit-filter: grayscale(0);
- -webkit-transition: opacity 1s ease-in;
- opacity: 1;
- }
- iframe.photoset {
- -webkit-filter: grayscale(100%);
- -webkit-transition: opacity 0.5s ease-in;
- opacity: .5;
- }
- iframe.photoset:hover {
- -webkit-filter: grayscale(0);
- -webkit-transition: opacity 1s ease-in;
- opacity: 1;
- }
- #notes {
- font-family:garamond;
- text-transform:lowercase;
- font-size:9px;
- }
- #notes img{
- opacity:0.5;
- -webkit-filter: grayscale(100%);
- -webkit-transition: opacity 0.5s ease-in;
- }
- #notes img:hover{
- -webkit-filter: grayscale(0);
- -webkit-transition: opacity 1s ease-in;
- opacity: 1;
- }
- #info {
- text-align:left;
- padding:5px;
- margin-top:5px;
- margin-bottom:10px;
- text-transform: none;
- font-family:garamond;
- font-size:9px;
- margin-left:-5px;
- opacity:0;
- -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;
- }
- #post #info:hover {
- opacity:0.8;
- }
- #info #tags {
- opacity:0;
- -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:hover #tags {
- opacity:.8;
- margin-top:4px;
- -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;
- }
- #tags {
- font-family:garamond;
- letter-spacing:1px;
- text-transform:none;
- font-size:9px;
- margin-left:0px;
- margin-top:-2px;
- }
- /* --- AUDIO ---*/
- #audio {
- font-family:'Rufina',serif;
- margin-bottom:5px;
- width:500px;
- height:justify;
- }
- .cover {
- width:78px;
- height:78px;
- position:absolute;
- }
- .cover img {
- width:50px;
- height:50px;
- float:left;
- margin-top:10px;
- }
- .player {
- opacity: 0.05;
- position:absolute;
- z-index:1;
- background:#fff;
- width:90px;
- height:90px;
- display:block;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .player:hover {
- opacity:0.5;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .player2 {
- width:25px;
- height:25px;
- margin-top:20px;
- margin-left:20px;
- overflow:hidden;
- padding:3px;
- padding-right:10px;
- }
- .track {
- text-transform:uppercase;
- margin-left:80px;
- line-height:15px;
- padding-top:10px;
- }
- /* --- SIDEBAR ---*/
- #sidebar {
- width:120px;
- position:fixed;
- margin-left:320px;
- margin-top:150px;
- opacity:1;
- }
- #sidebar:hover {
- border-radius:500px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- #sidebarimage img {
- width:120px;
- padding:3px;
- opacity:0.5;
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- #sidebarimage img:hover {
- -webkit-filter: grayscale(0);
- -webkit-transition: opacity 1s ease-in;
- opacity:1
- }
- #links {
- width:120px;
- border-bottom:1px dotted {color:sbborder};
- font-family:garamond;
- font-size:7px;
- opacity:1;
- text-align:center;
- padding-top:4px;
- letter-spacing:1px;
- text-transform:uppercase;
- padding-bottom:7px;
- margin-top:-2px;
- margin-left:3px;
- color:{color:sblinks};
- }
- #links a {
- color:{color:sblinks};
- }
- #links a:hover {
- color:{linkhover};
- font-style: italic;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #description {
- font-family:'rufina', serif;
- padding:5px;
- font-size:10px;
- text-align:center;
- margin-top:-5px;
- margin-left:6px;
- -webkit-transition: opacity 0.2s linear;
- opacity:0.8;
- letter-spacing:0px;
- line-height:120%;
- }
- #description:hover {
- opacity:1;
- -webkit-transition: opacity 1s ease-in;
- }
- #description a {
- color:{color:link};
- }
- #description a:hover {
- color:{color:linkhover};
- }
- #pagination {
- font-size:16px;
- text-align:center;
- color:{color:link};
- font-family:garamond;
- letter-spacing:2px;
- margin-left:11px;
- }
- /* --- ASKS ---*/
- #asker {
- float:left;
- margin-right:5px;
- }
- #q {
- font-family:rufina;
- text-transform:lowercase;
- letter-spacing:1px;
- padding-bottom:3px;
- }
- #question {
- font-family:rufina;
- font-style:italic;
- font-size:10px;
- }
- #answer {
- font-family:rufina;
- text-transform:uppercase;
- font-size:10px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="bite">
- <div id="thekey"><img src="{image:Updates Tab}"></div>
- <div class="death">
- <div id="actualnews">
- <center>
- <p>put your updates here</p>
- <p>this will automatically expand to fit all of your announcements</p>
- </center>
- </div>
- </div></div>
- <div id="sidebar">
- <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
- <div id="links">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- </div>
- <div id="description">{Description}</div>
- {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">↚</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">↛</a>{/block:NextPage}</div>{/block:Pagination}
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="player">
- <div class="player2">
- {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"></div><div id="q">{Asker} asked: {Question} {Answer}{/block:Answer}
- <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
- {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}<div id="tags" st>
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div style="font-family:garamond; font-size: 12px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:uppercase;"><a title="credit" href="http://vaporfunk.tumblr.com">✂</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment