Advertisement
themesbyjames

Blogroll Layout ClassicWhite

Apr 8th, 2012
5,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. <html><head>
  2.  
  3. <!--- ----------------------------------
  4.  
  5. Blogroll Layout by James, 2012.
  6. http://themesbyjames.tumblr.com
  7.  
  8. ----------------------------------- --->
  9.  
  10.  
  11. <meta charset="utf-8" />
  12.  
  13. <title>{title}</title>
  14.  
  15. <link rel="shortcut icon" href="{favicon}">
  16. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Terminal+Dosis:800' rel='stylesheet' type='text/css'>
  18.  
  19. <style type="text/css">
  20.  
  21. body {
  22. background-color:#fff;
  23. border: 0 none;
  24. font-family: 'Open Sans',sans-serif;
  25. font-size: 11px;
  26. margin: 0;
  27. padding: 0;}
  28. a { text-decoration:none;
  29. color:;}
  30.  
  31. a:hover {
  32. color:;}
  33. a:active{outline: none;}
  34. a:focus{-moz-outline-style: none;}
  35. :-moz-any-link:focus{outline: none;}
  36. img{border:none;}
  37.  
  38. a:link, a:active, a:visited{
  39. color: #000;
  40. text-decoration: none;
  41. -webkit-transition: color 0.2s ease-out;
  42. -moz-transition: color 0.2s ease-out;
  43. }
  44.  
  45. .clear {clear:both;}
  46. .wrap{
  47. height: 594px;
  48. margin: 20px auto;
  49. width: 803px;
  50. position:relative;}
  51.  
  52. .wrap h1{
  53. font-family: 'BebasRegular';
  54. font-size: 30px;
  55. font-weight: normal;
  56. margin: 0 30px 5px;
  57. padding: 0;
  58. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);}
  59.  
  60. .wrap h1 a{
  61. color:#222;}
  62.  
  63. .blogroll_wrap{
  64. background: none repeat scroll 0 0 #FFFFFF;
  65. border: 1px solid rgba(0, 0, 0, 0.1);
  66. border-radius: 7px 7px 7px 7px;
  67. box-shadow: 0 0 5px rgba(100, 100, 100, 0.1), 0 0 30px rgba(100, 100, 100, 0.1) inset;
  68. height: auto;
  69. padding: 30px;
  70. width: 743px;}
  71.  
  72. .blogroll{
  73. list-style: none outside none;
  74. margin: 0;
  75. padding: 0;
  76. width: 756px;}
  77.  
  78. .blogroll li{
  79. float: left;
  80. height: 30px;
  81. margin: 0 6px 6px 0;
  82. padding: 0;
  83. position: relative;
  84. width: 30px;}
  85.  
  86. .blogroll li .hover{
  87. background:rgba(255, 255, 255, 0.9);
  88. height: 30px;
  89. opacity: 0;
  90. position: absolute;
  91. text-align: center;
  92. width: 102px;
  93. z-index: 500;
  94. -webkit-transition: all 0.2s linear;
  95. -moz-transition: all 0.2s linear;
  96. -o-transition: all 0.2s linear;
  97. transition: all 0.2s linear;}
  98.  
  99. .blogroll li:hover .hover{
  100. opacity:1;
  101. -webkit-transition: all 0.2s linear;
  102. -moz-transition: all 0.2s linear;
  103. -o-transition: all 0.2s linear;
  104. transition: all 0.2s linear;}
  105.  
  106. .blogroll li img{
  107. height: 30px;
  108. margin: 0;
  109. padding: 0;
  110. width: 30px;}
  111.  
  112. .blogroll li .hover .letter{
  113. color: #222222;
  114. font-family: 'Oswald',sans-serif;
  115. font-size: 20px;
  116. margin: 0 auto;}
  117.  
  118.  
  119. .blogroll li.last{
  120. color: #000000;
  121. font-size: 9px;
  122. font-weight: bold;
  123. margin-left: 10px;
  124. padding: 9px 0;
  125. text-transform: uppercase;
  126. width: 200px;}
  127.  
  128. .footer{
  129. margin: 17px 0;
  130. text-align: center;}
  131. .footer a{
  132. color: #000000;
  133. font-size: 9px;
  134. font-weight: bold;
  135. opacity: 0.3;
  136. text-transform: uppercase;}
  137. .follow_these{
  138. background: url("http://static.tumblr.com/8jq17g7/Nkelzicfu/follow_them_blogroll.png") repeat scroll 0 0 transparent;
  139. height: 532px;
  140. margin-left: -271px;
  141. margin-top: 81px;
  142. position: absolute;
  143. width: 257px;}
  144.  
  145. @font-face {
  146. font-family: 'BebasRegular';
  147. src: url('http://static.tumblr.com/rhoet4k/JEtlxr3nb/bebas___-webfont.eot');
  148. src: url('http://static.tumblr.com/rhoet4k/JEtlxr3nb/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
  149. url('http://static.tumblr.com/rhoet4k/8dnlxr3ot/bebas___-webfont.woff') format('woff'),
  150. url('http://static.tumblr.com/rhoet4k/WV4lxr3nw/bebas___-webfont.ttf') format('truetype'),
  151. url('http://static.tumblr.com/rhoet4k/Yxolxr3ni/bebas___-webfont.svg#BebasRegular') format('svg');
  152. font-weight: normal;
  153. font-style: normal;
  154. }
  155.  
  156.  
  157. </style>
  158.  
  159. <body>
  160.  
  161. <script src="http://static.tumblr.com/ek9ly4s/gKbm25g5d/infinitescroll.txt" type="text/javascript"></script>
  162.  
  163. <div class="wrap">
  164.  
  165. <!--------------------------------------
  166. TO CHANGE THE TITLE AT THE TOP OF THE
  167. PAGE CHANGE "BLOGROLL" BETWEEN THE 2
  168. <H1> TAGS.
  169. --------------------------------------->
  170.  
  171. <h1>Blogroll</h1>
  172.  
  173. <div class="blogroll_wrap">
  174. <ul class="blogroll">
  175.  
  176. <p>
  177.  
  178. {block:Following}{block:Followed}
  179.  
  180. <!--------------------------------------
  181. {FollowedPortraitURL-48} (48px X 48px)
  182.  
  183. The size of the of the follower portrait
  184. you can change the number 48 to either
  185.  
  186. 16
  187. 24
  188. 30
  189. 40
  190. 64
  191. 96
  192. 128
  193. --------------------------------------->
  194.  
  195. <a target="_blank" href="{FollowedURL}"><img border: "0" src="{FollowedPortraitURL-48}" title=”{FollowedTitle}"/>
  196.  
  197. {/block:Followed}{/block:Following}</a>
  198.  
  199. </p>
  200. <div class="clear"></div>
  201. </ul>
  202. <div class="clear"></div>
  203. <div class="footer">
  204. <a href="/">Return Back to Blog</a>
  205. </div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement