Advertisement
harreyeh

page pack - blogroll

Jan 30th, 2014
4,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. <head>
  2. <title>blogroll</title>
  3. <!--- change the title of the page here --->
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <!---
  7.  
  8. ʙʟᴏɢʀᴏʟʟ ᴛʜᴇᴍᴇ ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
  9. please don't take off the credit it's really small!!!!
  10.  
  11.  
  12. ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
  13. ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
  14. ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
  15. ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
  16. ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
  17. ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
  18. ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
  19. ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
  20. ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
  21. ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
  22. ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
  23. ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
  24.  
  25.  
  26. hardziam.tumblr.com // themesbyzsu.tumblr.com
  27.  
  28.  
  29.  
  30.  
  31. --->
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. /* ----- HERE YOU EDIT ALL THE COLORS AND PUT IN AN IMAGE ------ */
  37.  
  38. .left {
  39. /* ------------ SIDE IMAGE HERE ----------- */
  40. background-image:url(http://24.media.tumblr.com/682a72e5060c74ce8603087767479508/tumblr_mxgi61mPM01raoel6o1_500.jpg);
  41. /* ------------ SIDE IMAGE HERE -----------*/
  42. }
  43.  
  44. /* ------- HERE YOU CHANGE THE COLORS ----- */
  45.  
  46. .links a{
  47. border-right:10px solid #fff;
  48. color:#ccc;}
  49.  
  50. .links a:hover{
  51. color:#fff;
  52. border-right:20px solid #fff;}
  53.  
  54. #title{
  55. color:black;}
  56.  
  57. #follower a{
  58. color:#000;}
  59.  
  60. #follower em{
  61. color:#eee;}
  62.  
  63. #follower img{
  64. border:3px solid #eee;}
  65.  
  66. #follower:hover img{
  67. border:3px solid gray;}
  68.  
  69.  
  70. ::-webkit-scrollbar {background-color:#eeddcc; border:2px solid #eeddcc;height:5px; width:5px;}
  71. ::-webkit-scrollbar-thumb:vertical {background-color:black; border:1px solid #000; height:40px;}
  72. ::-webkit-scrollbar-thumb:horizontal {background-color:black;border:1px solid #000; height:8px!important}
  73.  
  74. /* ------ END OF CUSTOMISATION ----- */
  75.  
  76.  
  77.  
  78. body {
  79. background: #fff; /*here you can put in a background */
  80. margin-left:0px;
  81. padding: 0;
  82. position:fixed;
  83. }
  84.  
  85. a {
  86. text-decoration:none;
  87. outline:none;
  88. color:gray; /*change link colors here */
  89. -webkit-transition: all 0.5s ease-in-out;
  90. -moz-transition: all 0.5s ease-in-out;
  91. -o-transition: all 0.5s ease-in-out;
  92. }
  93.  
  94. a:hover {
  95. color:#eee; /*change link hover color */
  96. -webkit-transition: all 0.5s ease-in-out;
  97. -moz-transition: all 0.5s ease-in-out;
  98. -o-transition: all 0.5s ease-in-out;
  99. }
  100.  
  101. #mainContainer {
  102. margin-top:-10px;
  103. width:900px;
  104. height:100%;
  105. }
  106.  
  107. .left {
  108. height:110%;
  109. width:400px;
  110. z-index:99;
  111. background-size:cover;
  112. background-position: center;
  113. position:fixed;
  114. float:left;
  115. -webkit-transition: all 0.8s ease;
  116. -moz-transition: all 0.8s ease;
  117. -o-transition: all 0.8s ease;
  118. }
  119.  
  120.  
  121. .links {
  122. margin-top:10px;
  123. text-align:right;
  124. }
  125.  
  126. .links a{
  127. font-family:century gothic;
  128. font-size:10px;
  129. text-transform:uppercase;
  130. padding-right:5px;
  131. display:block;
  132. margin-bottom:5px;
  133. }
  134.  
  135. .links a:hover{
  136. padding-right:15px;
  137. }
  138.  
  139. .container {
  140. width:500px;
  141. margin-left:400px;
  142. z-index:20000;
  143. position:absolute;
  144. background:white;
  145. }
  146.  
  147. #title {
  148. font-family:century gothic;
  149. text-align:left;
  150. background:white;
  151. text-transform:uppercase;
  152. color:#000;
  153. position:fixed;
  154. margin-top:10px;
  155. padding-left:20px;
  156. width:540px;
  157. font-size:40px;
  158. letter-spacing:10px;
  159. }
  160.  
  161.  
  162. #followarea {
  163. position: absolute;
  164. margin-left:10px;
  165. margin-top:70px;
  166. width:620px;
  167. height:550px;
  168. overflow:auto;
  169. text-align: center;
  170. }
  171.  
  172. #follower a{
  173. text-decoration: none;
  174. font-size:10px;
  175. font-family:georgia;
  176. display:block;
  177. letter-spacing:1px;
  178. text-transform:lowercase;
  179. font-style:italic;
  180. text-align:center;
  181. width:175px;
  182. padding:6px;
  183. margin-left:10px;
  184. float:left;
  185. margin-bottom:3px;
  186. -webkit-transition:opacity 0.8s linear;
  187. -webkit-transition:all 0.3s ease-out;
  188. -moz-transition:all 0.3s ease-out;
  189. transition:all 0.3s ease-out;
  190. }
  191.  
  192. #follower:hover img{
  193. -webkit-transition:opacity 0.8s linear;
  194. -webkit-transition:all 0.3s ease-out;
  195. -moz-transition:all 0.3s ease-out;
  196. transition:all 0.3s ease-out;
  197. }
  198.  
  199. #follower em{
  200. font-size:8px;
  201. font-family:calibri;
  202. text-transform:uppercase;
  203. }
  204.  
  205. #follower img{
  206. border-radius:50%;
  207. -webkit-transition:opacity 0.8s linear;
  208. -webkit-transition:all 0.3s ease-out;
  209. -moz-transition:all 0.3s ease-out;
  210. transition:all 0.3s ease-out;
  211. }
  212.  
  213. #follower{
  214. height:70px;
  215. width:190px;
  216. float:left;
  217. overflow:hidden;
  218. }
  219.  
  220.  
  221. #credit {
  222. position:fixed;
  223. right:0px;
  224. bottom:0px;
  225. padding:4px;
  226. width:15px;
  227. text-transform:none;
  228. font-family: helvetica;
  229. font-weight:none;
  230. letter-spacing:1px;
  231. margin-bottom:3px;
  232. font-size:9px;
  233. margin-right:3px;
  234. border:1px solid;
  235. opacity:0.7;
  236. border-color:#bbb;
  237. background: #fff;
  238. -moz-transition-duration:1s;
  239. -webkit-transition-duration:1s;
  240. -o-transition-duration:1s;
  241. }
  242.  
  243. #credit:hover {
  244. opacity:1;
  245. width:15px;
  246. background:black;
  247. -moz-transition-duration:0.5s;
  248. -webkit-transition-duration:0.5s;
  249. -o-transition-duration:0.5s;
  250. }
  251.  
  252. </style>
  253.  
  254.  
  255. </head>
  256.  
  257. <body>
  258.  
  259. <div id="mainContainer">
  260. <div class="left">
  261. <div class="links">
  262. <a href="/broll">refresh</a>
  263. <a href="/">home</a>
  264. <a href="/ask">message</a>
  265. <a href="/">link</a>
  266. <a href="/">link</a>
  267.  
  268.  
  269. </div>
  270. </div>
  271. <div class="container">
  272. <div id="title">blogroll.</div>
  273.  
  274. <div id="followarea">
  275. {block:Following}
  276. {block:Followed}
  277. <div id="follower">
  278. <a href="{FollowedURL}">
  279. <img src="{FollowedPortraitURL-48}" align="left"><br>{FollowedName}<br><em>{FollowedTitle}</em>
  280. </a>
  281. </div>
  282. {/block:Followed}
  283. {/block:Following}
  284. </div></div>
  285.  
  286.  
  287.  
  288. </div>
  289. </div>
  290.  
  291. <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
  292.  
  293. </body>
  294.  
  295.  
  296. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement