Advertisement
Themes_Mandrakescry

Blogroll 01

Mar 19th, 2013
939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. <!--
  2. Theme | Blogroll by Clara
  3. MANDRAKESCRY.tumblr.com
  4. DON'T REMOVE THE CREDIT
  5. -->
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10.  
  11.  
  12. <title>Blogroll</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <style type="text/css">
  17.  
  18.  
  19.  
  20. body {
  21. font-family: helvetica;
  22. background-color:#464646;
  23. background-image: url('http://i45.tinypic.com/28j8jkl.png');
  24. background-repeat: repeat;
  25. background-attachment: fixed;
  26.  
  27.  
  28. scrollbar-face-color: #fff;
  29. scrollbar-highlight-color: #fff;
  30. scrollbar-shadow-color: #fff;
  31. scrollbar-3dlight-color: #fff;
  32. scrollbar-arrow-color: #fff;
  33. scrollbar-track-color: #fff;
  34. scrollbar-darkshadow-color: #fff;}
  35.  
  36.  
  37.  
  38. ::-webkit-scrollbar {width: 6px; height: 6px;}
  39. ::-webkit-scrollbar-track-piece {background-color: #ffffff; repeat scroll 0 0 transparent;}
  40. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: #e7e7e7; }
  41.  
  42.  
  43.  
  44. #title {
  45. width: 290px;
  46. height: 60px;
  47. background-color: #7e8486;
  48. color: #000000;
  49. line-height: 65px;
  50. margin-left: 520px;
  51. marging-top:20px;
  52. font-family: courier new;
  53. text-align: center;
  54. font-size: 46px;
  55. text-transform: uppercase;
  56. border-radius: 25px;
  57. position:fixed;
  58. }
  59.  
  60.  
  61.  
  62. #nav {
  63. position:fixed;
  64. top:75px;
  65. font-size:9px;
  66. border-bottom:#cecece 1px solid;
  67. left: 506px;
  68. z-index:6;}
  69.  
  70.  
  71. #nav a {
  72. display:inline-block;
  73. font-family:helvetica;
  74. width:100px;
  75. text-align: center;
  76. padding: 4px;
  77. letter-spacing: 2px;
  78. color:#353535;
  79. background: #e7e7e7;
  80. text-decoration:none;
  81. text-transform:uppercase;
  82. -webkit-transition: all 0.3s ease;
  83. -moz-transition: all 0.3s ease;
  84. -o-transition: all 0.3s ease;}
  85.  
  86. #nav a:hover {
  87. color: #7e8486;
  88. -webkit-transition: all 0.6s ease;
  89. -moz-transition: all 0.6s ease;
  90. -o-transition: all 0.6s ease;}
  91.  
  92.  
  93.  
  94. #content {
  95. position:fixed;
  96. background-color:transparent;
  97. width: 430px;
  98. padding: 6px;
  99. top: 100px;
  100. padding-top:0px;
  101. margin-left:426px;
  102. padding-left:30px;
  103. height:700px;
  104. overflow:auto;
  105. z-index:1;}
  106.  
  107.  
  108.  
  109. #back {
  110. position:fixed;
  111. top:100px;
  112. left:426px;
  113. width: 480px;
  114. height:700px;
  115. background: #fff;
  116. z-index: -1;
  117. opacity:0.6;}
  118.  
  119.  
  120.  
  121. .conimg {
  122. z-index:1;
  123. float: left;
  124. margin:4px;
  125. width:50px;}
  126.  
  127. .contport {
  128. float: left;
  129. width: 50px;
  130. opacity: 1;
  131. border: 2px transparent solid;
  132. background-color: #ffffff;
  133. transition-duration: 0.6s;
  134. -moz-transition-duration: 0.6s;
  135. -webkit-transition-duration: 0.6s;
  136. -o-transition-duration: 0.6s;}
  137.  
  138. .contport:hover {
  139. border: 2px solid #464646;
  140. background-color: #000;
  141. transition-duration: 0.7s;
  142. -moz-transition-duration: 0.7s;
  143. -webkit-transition-duration: 0.7s;
  144. -o-transition-duration: 0.7s;
  145. opacity: 0.4;
  146. filter:alpha(opacity=30);
  147. -moz-transform: scale(-1);
  148. -webkit-transform: scale(-1);
  149. -o-transform: scale(-1);}
  150.  
  151.  
  152. .name, .name a {
  153. float: left;
  154. opacity: 0;
  155. margin-left:-20px;
  156. margin-top:-15px;
  157. color: #000;
  158. width: 120px;
  159. height: 10px;
  160. font-size:0px;
  161. text-transform: uppercase;
  162. text-decoration:none;
  163. z-index: 4;}
  164.  
  165. .conimg:hover .name {
  166. opacity:1;
  167. font-size:8px;
  168. width:124px;
  169. z-index: 4;
  170. text-align:center;
  171. margin-top:-35px;
  172. margin-left:-35px;
  173. line-height:80px;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;}
  174.  
  175. a:hover { position: relative; text-decoration:none; }
  176.  
  177.  
  178. </style>
  179. </head>
  180. <body>
  181.  
  182. <div id=title>Blogroll</div>
  183.  
  184. <div id="nav">
  185.  
  186. <a href="/">back</a>
  187. <a href="/ask">ask</a>
  188.  
  189. <a href="http://mandrakescry.tumblr.com/">credit</a>
  190. </center></div>
  191. <div id="back"></div>
  192.  
  193.  
  194. <div id="content"><center>{block:Following}{block:Followed}<a target="blank" href="{FollowedURL}"><div class="conimg">
  195. <img class="contport" src="{FollowedPortraitURL-128}" /><div class="name">{FollowedName}</div></div></a> {/block:Followed}{/block:Following}</center></div>
  196.  
  197.  
  198.  
  199.  
  200. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement