Advertisement
Kalleye

Blogroll #1

Aug 12th, 2012
2,083
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--blogroll theme made by Monika (inaglimpsefromaquietchildhood@tumblr)
  4.  
  5. TERMS OF USE:
  6. 01. Keep all credits
  7. 02. Do not use as a base
  8. 03. Do not redistribute as your own
  9. 04. You can chance colors if you know how.-->
  10.  
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
  14.  
  15. <head>
  16.  
  17. <title>{title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25. <style type="text/css">
  26.  
  27. ::-webkit-scrollbar {width: 5px; height: 5px; background: #fdfdfd;}
  28.  
  29. ::-webkit-scrollbar-thumb {background: #3f3f3f;}
  30.  
  31. ::-webkit-scrollbar-track {background: #fdfdfd;}
  32.  
  33. body, html {margin: 0px; padding: 0px; background: #f8f8f8;}
  34.  
  35. #content {position:absolute; height:540px; width:960px; left:50%; top:50%; margin-top:-270px; margin-left:-480px;}
  36.  
  37. #stats {float:left; width: 210px; height: 540px;}
  38.  
  39. .imagecircle {margin-left:25px; position:fixed; margin-top:195px; width: 150px; height: 150px; border-radius:50%; border: 1px dashed #ababab;}
  40.  
  41. .avatar {border-radius: 50%; margin-top:11px; margin-left: 11px;}
  42.  
  43. .back {position:fixed; margin-top: 70px; width: 110px; height:110px; border-radius:50%; border: 1px dashed #bdbdbd; font-family: 'Courier New', Courier, monospace; font-size: 11px; text-transform: uppercase; text-align:center;}
  44.  
  45. .credit {position:fixed; margin-top: 355px; width: 110px; height:110px; margin-left: 95px; border-radius:50%; border: 1px dashed #bdbdbd; font-family: 'Courier New', Courier, monospace; font-size: 11px; text-transform: uppercase; text-align:center; }
  46.  
  47. .center { width: 70px; height:70px; border-radius:50%; background: #fdfdfd; font-family: 'Courier New', Courier, monospace; font-size: 11px; text-transform: uppercase; text-align:center; margin-top: 10px; margin-left: 10px;padding:10px; line-height: 70px;}
  48.  
  49. .center1 { width: 70px; height:78px; border-radius:50%; background: #fdfdfd; font-family: 'Courier New', Courier, monospace; font-size: 11px; text-transform: uppercase; text-align:center; margin-top: 10px; margin-left: 10px;padding-top:12px; padding-left: 10px; padding-right: 10px; color: #b3b3b3;}
  50.  
  51. .back a {color: #b3b3b3; text-decoration:none; text-shadow: 1px 1px 0px #ffffff;}
  52.  
  53. .credit a {color: #b3b3b3; text-decoration:none; text-shadow: 1px 1px 0px #ffffff;}
  54.  
  55. #links {overflow-x:hidden; overflow-y:scroll; width: 710px; height: 520px; float:right; background: #fdfdfd; padding: 10px;}
  56.  
  57. .followedurl {margin: 3px;}
  58.  
  59. .followedurl:hover {margin: 3px;}
  60.  
  61. .followedname {opacity: 0;width: 54px; height: 54px; padding: 5px; margin-top: -64px; word-wrap: break-word; font-size: 11px; font-family: Courier New, serif; color: #e3e3e3; text-transform:uppercase; background: rgba(51,51,51,0.71); position:relative; z-index:99; text-align:center; overflow:hidden; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  62.  
  63. .followedname:hover {opacity: 1; width: 54px; height: 54px; padding: 5px; margin-top: -64px; word-wrap: break-word; font-size: 11px; font-family: Courier New, serif; color: #e3e3e3; text-transform:uppercase; background: rgba(51,51,51,0.71); position:relative; z-index:99; text-align:center; overflow:hidden;}
  64.  
  65. .followedname a {color: #e3e3e3; text-decoration:none; text-shadow: 1px 1px 0px #343434;}
  66. </style>
  67.  
  68. </head>
  69. <body>
  70. <div id="content">
  71. <div id="stats"><div class="back"><div class="center"><a href="/">Back home</a></div></div>
  72.  
  73.  
  74. <div class="imagecircle"><img src="{PortraitURL-128}" alt="" class="avatar"></div>
  75.  
  76. <div class="credit"><div class="center1">© <a href="http://inaglimpsefromaquietchildhood.tumblr.com/">inaglimpse<br>fromaquiet<br>childhood</a></div></div></div>
  77.  
  78. <div id="links">{block:Following}{block:Followed}
  79.  
  80. <table cellpadding="0" cellspacing="0" style="float:left;">
  81. <tr>
  82. <td>
  83. <div class="followedurl">
  84. <a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-64}" width="64px" border="0"></a>
  85. <div class="followedname">
  86. <a href="{FollowedURL}">{FollowedName}</a>
  87. </div>
  88. </div>
  89. </td>
  90. </tr>
  91. </table>
  92. {/block:Followed}{/block:Following}
  93. </div>
  94.  
  95. </div>
  96. </body>
  97. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement