Advertisement
Themes_Mandrakescry

Blogroll 02

Jun 22nd, 2013
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-------------------------------------------
  6. Blogroll 2 by Clara Schueller
  7. http://mandrakescry.tumblr.com/
  8. DON'T REMOVE THE CREDITS
  9. -------------------------------------------->
  10.  
  11. <title>{title}</title>
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <link rel="shortcut icon" href="{Favicon}" />
  14.  
  15. <style type="text/css">
  16.  
  17. ::-webkit-scrollbar {
  18. width: 5px;
  19. height: 5px;
  20. background-color:#c7c7c7;
  21. }
  22.  
  23. ::-webkit-scrollbar-thumb {
  24. background:#2a2a2a;
  25. }
  26.  
  27. iframe#tumblr_controls {
  28. right:3px !important; position:fixed !important;
  29. }
  30.  
  31.  
  32. body {
  33. background-color: #ffffff;
  34. background-image: url(http://static.tumblr.com/d7pwg4v/6N1mg3f82/dark_wall.png);
  35. background-attachment: fixed;
  36. margin: 0;
  37. word-wrap: break-word;
  38. text-decoration: none;
  39. }
  40. a {
  41. text-decoration:none;
  42. }
  43.  
  44. a:link, a:active, a:visited{
  45. color: #fff;
  46.  
  47. }
  48.  
  49. #main {
  50. margin-top: 40px;
  51. width: 850px;
  52. height: 430px;
  53. padding: 10px;
  54. }
  55. #side {
  56. margin-left: -680px;
  57. margin-top:70px;
  58. width: 200px;
  59. }
  60. #title{
  61. position:fixed;
  62. margin-left:250px;
  63. margin-top:-100px;
  64. width:490px;
  65. height:30px;
  66. text-align:center;
  67. text-transform:uppercase;
  68. font-family: "eurof35";
  69. font-size:50px;
  70. border-bottom:2px solid #000000;
  71. padding:30px;
  72.  
  73. color:#cecec1;
  74.  
  75. text-shadow:2px 0 0 rgba(255,255,255,0.3), -2px 0 0 rgba(227,214,76,0.3);
  76. -webkit-transition: all 0.3s linear;
  77. -moz-transition: all 0.3s linear;
  78. -o-transition: all 0.3s linear;
  79. }
  80.  
  81. #title:hover{
  82. text-shadow:none;
  83. }
  84.  
  85. .image {
  86. width: 200px;
  87. height: 300px;
  88. -webkit-border-top-left-radius: 10px;
  89. -webkit-border-top-right-radius: 10px;
  90. -moz-border-radius-topleft: 10px;
  91. -moz-border-radius-topright: 10px;
  92. border-top-left-radius: 10px;
  93. border-top-right-radius: 10px;
  94. border: 5px solid #fff;
  95. }
  96. .navigation {
  97. width: 204px;
  98. background-color: #fff;
  99. height: 25px;
  100. margin-top: -10px;
  101. padding: 3px;
  102. border-bottom-left-radius: 50px 100px;
  103. border-bottom-right-radius: 50px 100px;
  104. }
  105. .nav {
  106. width: 20px;
  107. margin-left: 10px;
  108. opacity: 0.6;
  109. -webkit-transition: all 0.2s ease-in-out;
  110. -moz-transition: all 0.2s ease-in-out;
  111. -o-transition: all 0.2s ease-in-out;
  112. -ms-transition: all 0.2s ease-in-out;
  113. transition: all 0.2s ease-in-out;
  114. }
  115. .nav:hover {
  116. opacity: 1;
  117. -webkit-transition: all 0.2s ease-in-out;
  118. -moz-transition: all 0.2s ease-in-out;
  119. -o-transition: all 0.2s ease-in-out;
  120. -ms-transition: all 0.2s ease-in-out;
  121. transition: all 0.2s ease-in-out;
  122. }
  123.  
  124. #blogroll{
  125. position:fixed;
  126. margin-left:240px;
  127. margin-top:-310px;
  128. padding-left:10px;
  129. height:300px;
  130. width:490px;
  131. overflow:auto;
  132. }
  133.  
  134. .blogs{
  135. width:48px;
  136. height:48px;
  137. border:7px solid transparent;
  138. -webkit-transition: all 0.5s linear;
  139. -moz-transition: all 0.5s linear;
  140. -o-transition: all 0.5s linear;
  141. -webkit-filter: grayscale(100%);
  142. -moz-filter: grayscale(100%);
  143. -ms-filter: grayscale(100%);
  144. -o-filter: grayscale(100%);
  145. }
  146.  
  147. .blogs:hover{
  148. -webkit-filter: grayscale(0%);
  149. -moz-filter: grayscale(0%);
  150. -ms-filter: grayscale(0%);
  151. -o-filter: grayscale(0%);
  152. }
  153.  
  154. #light {
  155. opacity: 1;
  156. -webkit-transition: all 0.5s linear;
  157. -moz-transition: all 0.5s linear;
  158. -o-transition: all 0.5s linear;
  159. }
  160.  
  161. #light:hover a {
  162. opacity: .4;
  163. }
  164.  
  165. #light a {
  166. opacity: .8;
  167. -webkit-transition: all 0.4s ease-in-out;
  168. -moz-transition: all 0.4s ease-in-out;
  169. -o-transition: all 0.4s ease-in-out;
  170. }
  171.  
  172. #light a:hover {
  173. opacity: 1;
  174. }
  175.  
  176.  
  177. @font-face {
  178. font-family: 'ballpark';
  179. src: url('http://static.tumblr.com/c5gdi2k/2fhn63ifn/ballw___.ttf');
  180. }
  181.  
  182. .credit {position:fixed; bottom:5px; right:5px; font: 20px Ballpark; background: transparent; color: #fff; text-transform:uppercase; letter-spacing: 0px; padding: 5px; }
  183. .credit a{ #fff; opacity:0.8;}
  184. .credit a:hover{color:#fff; opacity:1.0;}
  185.  
  186. {CustomCSS}
  187.  
  188. </style>
  189. </head>
  190. <body>
  191.  
  192. <center><div id="main">
  193. <div id="side">
  194. <div id="title">Blogroll</div>
  195.  
  196. <img class="image" src="http://static.tumblr.com/c5gdi2k/bLLmos77o/killua-and-gon.jpg">
  197.  
  198. <div class="navigation">
  199. <a href="/" title="home"><img class="nav" src="http://i1246.photobucket.com/albums/gg607/mogimochi/pixels/home2_zpsf13644d0.png">
  200. <a href="/ask" title="message"><img class="nav" src="http://i1246.photobucket.com/albums/gg607/mogimochi/pixels/mail2_zps2f479e9f.png">
  201. <a href="/archive" title="past"><img class="nav" src="http://i1246.photobucket.com/albums/gg607/mogimochi/pixels/calendar2_zpsb87b4994.png">
  202. <a href="http://tumblr.com" title="dashboard"><img class="nav" src="http://i1246.photobucket.com/albums/gg607/mogimochi/pixels/reload2.png">
  203. </div>
  204. </div>
  205.  
  206. {block:Following}
  207. <div id="blogroll">
  208. <div id="light">
  209. {block:Followed}
  210. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}" class="blogs"></a>
  211. {/block:Followed}
  212. </div>
  213. </div>
  214. {/block:Following}
  215.  
  216.  
  217. </div>
  218. </div></center>
  219.  
  220. <div class="credit"><a href="http://mandrakescry.tumblr.com/"><center>M</center></a></div>
  221.  
  222. </body>
  223. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement