Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <title>Blogroll</title>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:7px;
- line-height:9px;
- font-family:cambria;
- z-index: 10000000000000000000000000000000000000000000000000000000000000;
- border: 1px solid #7E7F80;
- background-color:#ffffff;
- color: #A7A7A8;
- text-transform:uppercase;
- letter-spacing: 1px;
- }
- </style>
- <style type="text/css">
- *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #ccc; /*Change color of scroll bar*/
- height:5px;
- }
- ::-webkit-scrollbar-corner {
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: #ccc; /*Change color of scroll bar*/
- height:5px!important;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:5px;
- }
- /* title and links code */
- #title {
- margin-right:auto;
- margin-left:auto;
- height:auto;
- padding:2px;
- letter-spacing:2px;
- width:400px;
- margin-top:20px;
- font-size:20px;
- font-family:calibri;
- font-style:italic;
- text-align:right;
- color:#A7A7A8;
- border-bottom:1px dashed #A7A7A8;
- }
- #links {
- margin-top:4px;
- margin-left:auto;
- margin-right:auto;
- width:400px;
- height:auto;
- text-align:left;
- }
- #links a {
- display:inline-block;
- width:44px;
- padding:2px 0px 2px 0px;
- background-color:#ffffff;
- color:#CCCCCC;
- font-size:10px;
- font-family:calibri;
- text-align:center;
- letter-spacing:1px;
- margin-left:auto;
- margin-right:auto;
- text-transform:uppercase;
- text-decoration:none;
- border: 1px solid #CCCCCC;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #links a:hover {
- background-color:#E1E1E3;
- color:#ffffff;
- border: 1px solid #ffffff;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- /* blogroll code */
- #blogroll {
- margin-right:auto;
- margin-left:auto;
- height:400px;
- padding:2px;
- overflow:scroll;
- letter-spacing:2px;
- width:420px;
- margin-top:25px;
- color:#A7A7A8;
- border:2px solid #A7A7A8;
- }
- .icon{
- display:inline-block;
- opacity:.6;
- filter: {FollowedPortraitURL};
- filter: gray;
- -webkit-filter: grayscale(100%);
- -moz-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .icon:hover {
- opacity:1;
- filter: none;
- -webkit-filter: grayscale(0%);
- -moz-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #credit a {
- display:inline-block;
- width:40px;
- background-color:#fff;
- color:gray;
- text-decoration:none;
- border-right:1px solid;
- border-left: 1px solid;
- border-color:#878787;
- padding: 2px 0px 2px 0px;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit a {
- display:inline-block;
- width:40px;
- background-color:#fff;
- color:gray;
- text-decoration:none;
- border-right:1px solid;
- border-left: 1px solid;
- border-color:#878787;
- padding: 2px 0px 2px 0px;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit a:hover {
- background-color:#667371;
- color:#fff;
- border-color:#fff;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit {
- display:inline-block;
- font-size:10px;
- font-family: calibri;
- text-align:center;
- letter-spacing:1px;
- width:40px;
- height:15px;
- position: fixed;
- padding-top:1px;
- right:25px;
- bottom:10px;
- }
- #addspace {
- width:100%;
- height:50px;
- margin-top:5px;
- margin-bottom:5px;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- opacity:0.3;
- position: fixed !important;
- filter:alpha(opacity=100);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- iframe#tumblr_controls:hover{
- top: 0% !important;
- right:0% !important;
- opacity:0.8;
- position: fixed !important;
- filter:alpha(opacity=100);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- </style>
- <body>
- <!-- Title and Links code -->
- <div id="title">Blogroll</div>
- <div id="links">
- <a href="/">HOME</a>
- <a href="/navigation">NAVI</a>
- <a href="/me">About</a>
- <a href="/inquire">ASK</a>
- </div>
- <!-- Blogroll code -->
- <div id="blogroll">
- {block:Following}{block:Followed}<a target='blank' href='{followedURL}' title='{FollowedName}'><img border='0' src='{FollowedPortraitURL-64}' alt="{FollowedTitle}" style="padding:2px; border:1px solid gray; margin:4px;" class="icon"/></a>
- {/block:Followed}{/block:Following}
- </div>
- <!------------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
- ---------------------- remove the credit on my stuff -----------------------
- --------------------------------------------------------------------------->
- <div id="credit">
- <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://theleakycauldron.co.vu">---a---</a></div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment