Advertisement
crimical

page | blogroll (v1)

Mar 21st, 2017
2,629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!----------------------------------------------------------------------
  5. "blogroll" by farrells ~ crimicalthemes
  6.  
  7. you may
  8. - customize the code as much as you want
  9.  
  10. as long as you do not
  11. - claim the base as your own
  12. - take parts of the code for other themes
  13. - delete the credit
  14.  
  15. thank you!
  16.  
  17. if you want to change the primary colour of this page, ctrl+f "#c09992" and change all instances to whatever you want. find help with hex colours here: http://www.colorpicker.com/c09992
  18. ----------------------------------------------------------------------->
  19.  
  20. <title>
  21. blogroll
  22. </title>
  23.  
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26.  
  27. <link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Montserrat' rel='stylesheet' type='text/css'>
  28.  
  29. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  30. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  31. <script>
  32. $(function(){
  33. var $container = $('.b');
  34. $container.imagesLoaded(function(){
  35. $container.masonry({
  36. itemSelector: '.i',
  37. });
  38. });
  39. });
  40. </script>
  41.  
  42. <style type="text/css">
  43.  
  44. /* * basic * */
  45.  
  46. body{
  47. margin:0px;
  48. padding:0px;
  49. background:white repeat;
  50. color:#666;
  51. font-family:'roboto';
  52. font-size:9px;
  53. line-height:180%;
  54. text-align:justify;
  55. }
  56.  
  57. a{
  58. text-decoration:none;
  59. color:#c09992; /* change */
  60. }
  61.  
  62. a:hover{
  63. opacity:0.8;
  64. color:#666;
  65. }
  66.  
  67. hr{
  68. width:30px;
  69. height:1px;
  70. background:#c09992; /* change */
  71. margin:3px auto 5px;
  72. border:0;
  73. }
  74.  
  75. *, *:hover{
  76. -webkit-transition:0.8s ease-in-out;
  77. -moz-transition:0.8s ease-in-out;
  78. -o-transition:0.8s ease-in-out;
  79. transition:0.8s ease-in-out;
  80. }
  81.  
  82. /* * features * */
  83.  
  84. #tumblr_controls, .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
  85. position:fixed !important;
  86. opacity:0.5 !important;
  87. -webkit-filter:invert(100%) !important;
  88. }
  89.  
  90. #tumblr_controls:hover, .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{ opacity:1; }
  91.  
  92. ::-webkit-scrollbar{
  93. height:auto;
  94. width:5px;
  95. background-color:#fbfbfb;
  96. border-left:1px solid #fff;
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb{
  100. background-color:#c09992; /* change */
  101. border-left:1px solid #fff;
  102. height:auto;
  103. }
  104.  
  105. ::selection{ color:#fff; background:#c09992; } /* change */
  106.  
  107. .tmblr-iframe--unified-controls{
  108. display:none;
  109. height:0px;
  110. }
  111.  
  112. .cr{
  113. position:fixed;
  114. bottom:15px; right:10px;
  115. text-transform:uppercase;
  116. font-size:7px;
  117. letter-spacing:1px;
  118. opacity:.5;
  119. line-height:7px;
  120. }
  121.  
  122. .cr:hover{ opacity:.8 }
  123.  
  124. .cr a{
  125. border:1px solid;
  126. padding:6px 4px 4px 4px;
  127. }
  128.  
  129. .cr a:hover{ -webkit-border-radius:100%; }
  130.  
  131. /* * start * */
  132.  
  133. #main{
  134. width:705px;
  135. margin:100px auto 100px;
  136. }
  137.  
  138. .head{
  139. text-align:center;
  140. width:300px;
  141. margin:0 auto 30px;
  142. }
  143.  
  144. .head .ic{
  145. margin:0 auto 0;
  146. width:40px;
  147. }
  148.  
  149. .head .ic img{
  150. width:40px;
  151. -webkit-border-radius:3px;
  152. }
  153.  
  154. .head .ic:hover img{
  155. -webkit-border-radius:100px;
  156. }
  157.  
  158. h1{
  159. text-transform:uppercase;
  160. font-family:'montserrat';
  161. font-size:7px;
  162. letter-spacing:1px;
  163. word-break:break-all;
  164. line-height:10px;
  165. margin:0;
  166. }
  167.  
  168. .b{ margin:55px auto 0; }
  169.  
  170. .i{
  171. width:110px;
  172. background:#fefefe;
  173. padding:8px;
  174. text-align:center;
  175. border-right:1px solid #eee;
  176. border-bottom:1px solid #eee;
  177. margin:7px;
  178. display:inline-block;
  179. float:left;
  180. }
  181.  
  182. .i img{
  183. width:40px;
  184. -webkit-border-radius:3px;
  185. margin:2px auto 0;
  186. }
  187.  
  188. .i img:hover{
  189. -webkit-border-radius:100px;
  190. }
  191.  
  192. .i a.a{
  193. display:block;
  194. text-transform:uppercase;
  195. font-family:'montserrat';
  196. font-size:7px;
  197. letter-spacing:1px;
  198. word-break:break-all;
  199. line-height:10px;
  200. margin:0;
  201. }
  202.  
  203. .i .t{
  204. line-height:10px;
  205. margin-top:4px;
  206. font-style:italic;
  207. }
  208.  
  209. </style>
  210. </head>
  211.  
  212. <body>
  213. <div id="main">
  214.  
  215. <div class="cr"><a href="http://crimicalthemes.tumblr.com/" title="back">cr</a></div>
  216.  
  217. <div class="head">
  218. <div class="ic"><a href="/"><img src="{PortraitURL-128}" /></a></div>
  219. <hr>
  220. <h1>following</h1>
  221. </div>
  222.  
  223. {block:Following}
  224. <div class="b">
  225.  
  226. {block:Followed}<div class="i {FollowedName}">
  227. <a href="{FollowedURL}" target="_blank"><img src="{FollowedPortraitURL-40}" /></a><hr>
  228. <a href="{FollowedURL}" target="_blank" class="a">{FollowedName}</a><hr>
  229. <div class="t">{FollowedTitle}</div>
  230. </div>{/block:Followed}
  231.  
  232. </div>
  233. {/block:Following}
  234.  
  235. </div>
  236. </body>
  237. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement