crimical

page | blogroll (v2)

Mar 21st, 2017
1,539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 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.  
  31. <style type="text/css">
  32.  
  33. /* * basic * */
  34.  
  35. body{
  36. margin:0px;
  37. padding:0px;
  38. background:white repeat;
  39. color:#666;
  40. font-family:'roboto';
  41. font-size:9px;
  42. line-height:180%;
  43. text-align:justify;
  44. }
  45.  
  46. a{
  47. text-decoration:none;
  48. color:#c09992; /* change */
  49. }
  50.  
  51. a:hover{
  52. opacity:0.8;
  53. color:#666;
  54. }
  55.  
  56. hr{
  57. width:30px;
  58. height:1px;
  59. background:#c09992; /* change */
  60. margin:3px auto 5px;
  61. border:0;
  62. }
  63.  
  64. *, *:hover{
  65. -webkit-transition:0.8s ease-in-out;
  66. -moz-transition:0.8s ease-in-out;
  67. -o-transition:0.8s ease-in-out;
  68. transition:0.8s ease-in-out;
  69. }
  70.  
  71. /* * features * */
  72.  
  73. #tumblr_controls, .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
  74. position:fixed !important;
  75. opacity:0.5 !important;
  76. -webkit-filter:invert(100%) !important;
  77. }
  78.  
  79. #tumblr_controls:hover, .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{ opacity:1; }
  80.  
  81. ::-webkit-scrollbar{
  82. height:auto;
  83. width:5px;
  84. background-color:#fbfbfb;
  85. border-left:1px solid #fff;
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb{
  89. background-color:#c09992; /* change */
  90. border-left:1px solid #fff;
  91. height:auto;
  92. }
  93.  
  94. ::selection{ color:#fff; background:#c09992; } /* change */
  95.  
  96. .tmblr-iframe--unified-controls{
  97. display:none;
  98. height:0px;
  99. }
  100.  
  101. .cr{
  102. position:fixed;
  103. bottom:15px; right:10px;
  104. text-transform:uppercase;
  105. font-size:7px;
  106. letter-spacing:1px;
  107. opacity:.5;
  108. line-height:7px;
  109. }
  110.  
  111. .cr:hover{ opacity:.8 }
  112.  
  113. .cr a{
  114. border:1px solid;
  115. padding:6px 4px 4px 4px;
  116. }
  117.  
  118. .cr a:hover{ -webkit-border-radius:100%; }
  119.  
  120. /* * start * */
  121.  
  122. #main{
  123. width:705px;
  124. margin:100px auto 100px;
  125. }
  126.  
  127. .head{
  128. text-align:center;
  129. width:300px;
  130. margin:0 auto 30px;
  131. }
  132.  
  133. .head .ic{
  134. margin:0 auto 0;
  135. width:40px;
  136. }
  137.  
  138. .head .ic img{
  139. width:40px;
  140. -webkit-border-radius:3px;
  141. }
  142.  
  143. .head .ic:hover img{
  144. -webkit-border-radius:100px;
  145. }
  146.  
  147. h1{
  148. text-transform:uppercase;
  149. font-family:'montserrat';
  150. font-size:7px;
  151. letter-spacing:1px;
  152. word-break:break-all;
  153. line-height:10px;
  154. margin:0;
  155. }
  156.  
  157. .b{ margin:55px auto 0; }
  158.  
  159. .i{
  160. width:110px;
  161. background:#fefefe;
  162. padding:8px;
  163. text-align:center;
  164. border-right:1px solid #eee;
  165. border-bottom:1px solid #eee;
  166. margin:7px;
  167. display:inline-block;
  168. float:left;
  169. }
  170.  
  171. .i img{
  172. width:40px;
  173. -webkit-border-radius:3px;
  174. margin:2px auto 0;
  175. }
  176.  
  177. .i img:hover{
  178. -webkit-border-radius:100px;
  179. }
  180.  
  181. .i a.a{
  182. display:block;
  183. text-transform:uppercase;
  184. font-family:'montserrat';
  185. font-size:7px;
  186. letter-spacing:1px;
  187. white-space:nowrap;
  188. line-height:10px;
  189. margin:0;
  190. }
  191.  
  192. .i .t{
  193. line-height:10px;
  194. margin-top:4px;
  195. font-style:italic;
  196. }
  197.  
  198. </style>
  199. </head>
  200.  
  201. <body>
  202. <div id="main">
  203.  
  204. <div class="cr"><a href="http://crimicalthemes.tumblr.com/" title="back">cr</a></div>
  205.  
  206. <div class="head">
  207. <div class="ic"><a href="/"><img src="{PortraitURL-128}" /></a></div>
  208. <hr>
  209. <h1>following</h1>
  210. </div>
  211.  
  212. {block:Following}
  213. <div class="b">
  214.  
  215. {block:Followed}<div class="i {FollowedName}">
  216. <a href="{FollowedURL}" target="_blank"><img src="{FollowedPortraitURL-40}" /></a><hr>
  217. <a href="{FollowedURL}" target="_blank" class="a">{FollowedName}</a>
  218. </div>{/block:Followed}
  219.  
  220. </div>
  221. {/block:Following}
  222.  
  223. </div>
  224. </body>
  225. </html>
Add Comment
Please, Sign In to add comment