madysthemes

Blogroll Theme

Feb 16th, 2013
3,313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <head>
  7. <link href='http://fonts.googleapis.com/css?family=Overlock+SC' rel='stylesheet' type='text/css'>
  8.  
  9.  
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15. </head>
  16.  
  17.  
  18. <style type="text/css">
  19.  
  20.  
  21.  
  22. ::-webkit-scrollbar-button:start:decrement,
  23. ::-webkit-scrollbar-button:end:increment {
  24. height: 6px;
  25. display: block;
  26. background-color:#fff;
  27. }
  28.  
  29. ::-webkit-scrollbar-track-piece {
  30. background-color:#fff;
  31. }
  32.  
  33. ::-webkit-scrollbar-thumb:vertical {
  34. height: 9px;
  35. background-color:#fff;
  36. border-top:2px solid #fff;
  37. border-bottom:2px solid #fff;}
  38.  
  39. ::-moz-selection {background-color:transparent; color:#ffe9ee;}
  40. ::selection {background-color:transparent; color:#D7D7D7;}
  41.  
  42. body{
  43. color:#fff;
  44. font-family:consolas;
  45. font-size:9px;
  46. text-align:center;
  47. font-color:A2A2A2;
  48. }
  49.  
  50.  
  51.  
  52. #title{
  53. margin-top:40px;
  54. padding-bottom:-5px;
  55. font-size:18px;
  56. font-family:lucida handwriting;
  57. text-align:center;
  58. color:#D7D7D7;
  59. }
  60.  
  61.  
  62. #links {
  63. font-family:consolas;
  64. font-size:9px;
  65. padding:-15px
  66. color:#A2A2A2;
  67. }
  68.  
  69. #box {
  70. margin-top:30px;
  71. width:1050px;
  72. top:550px;
  73. background-color:#fff}
  74.  
  75. #icons {
  76. width:922px;
  77. height:500px;
  78. margin-bottom:30px;
  79. margin-left:188px;
  80. padding:0px;
  81. margin-top:80px;
  82. overflow-y:scroll;
  83. }
  84.  
  85.  
  86.  
  87. #icons img {
  88. width:60px;
  89. height:60px;
  90. opacity:0.7;
  91. border:3px solid;
  92. border-color:#D7D7D7;
  93. -webkit-transition-duration:0.8s;
  94. -moz-transition-duration:0.8s;
  95. }
  96.  
  97.  
  98. #icons img:hover {
  99. width:64px;
  100. height:64px; border:2px solid;
  101.  
  102. border-color:transparent;
  103. opacity:a.75;
  104. -webkit-transition: 0.5s ease-in;}
  105. </style>
  106.  
  107.  
  108.  
  109.  
  110. <center><div id="title"><em>WHAT YOU WANT TO CALL IT HERE</em><br>
  111. <body>
  112. <div id="links">
  113. <a href="/"><em>back</em></a>
  114. <a href="http://www.tumblr.com"><em>dash</em></a>{/block:ifLink1}</div></center></div>
  115.  
  116. <div id="box">
  117.  
  118.  
  119.  
  120.  
  121.  
  122. <div id="icons" >
  123. <center>
  124.  
  125. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'>
  126.  
  127. <img border='0' style="padding:0px;" src='{FollowedPortraitURL-64}' />
  128.  
  129. {/block:Followed}{/block:Following}
  130. </center>
  131.  
  132. </div>
  133.  
  134. </div>
  135.  
  136.  
  137.  
  138. <div style="font-size: 9px; letter-spacing: 1px; float: left; position: fixed; bottom: 10px; right: 10px; padding: 3px; background: #fff; border-top:1px solid #DADADA; border-right:1px solid #DADADA; border-left:1px solid #DADADA; border-bottom:1px solid #DADADA;text-transform:lowercase;"><a href="http://inspiredbylou.tumblr.com/">theme</a></div>
  139.  
  140. </body>
  141. </html>
Advertisement
Add Comment
Please, Sign In to add comment