Advertisement
iamthemelocked

Iamthemelocked Blogroll Page #3

Sep 6th, 2014
793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--- Theme by iamthemelocked
  4. DO NOT REMOVE THE CREDIT
  5. DO NOT COPY
  6. DO NOT CLAIM AS YOUR OWN
  7. IF YOU DO THEN I´LL MAKE YOU INTO SHOES
  8. BIT NOT GOOD, ISN´T IT?--->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link href='http://fonts.googleapis.com/css?family=Alegreya+SC' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Advent+Pro:400,300' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Belleza' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'>
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
  21.  
  22.  
  23. <!--- SPECIAL FONTS --->
  24.  
  25. <script type="text/javascript">
  26. WebFontConfig = {
  27. google: { families: [ 'Petit+Formal+Script::latin' ] }
  28. };
  29. (function() {
  30. var wf = document.createElement('script');
  31. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  32. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  33. wf.type = 'text/javascript';
  34. wf.async = 'true';
  35. var s = document.getElementsByTagName('script')[0];
  36. s.parentNode.insertBefore(wf, s);
  37. })(); </script>
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Disco' rel='stylesheet' type='text/css'>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Aguafina Script' rel='stylesheet' type='text/css'>
  44. <style type="text/css">
  45.  
  46.  
  47. ::-webkit-scrollbar-thumb:vertical {
  48. height:10px; border:2px solid #ffffff; background-color:#000000;}
  49.  
  50. ::-webkit-scrollbar-thumb:horizontal {
  51. background-color:#ffffff;}
  52.  
  53. ::-webkit-scrollbar {
  54. width:11px; height:5px; border:5px solid #ffffff; background-color:#ffffff;}
  55.  
  56. /* --- BODY ---*/
  57.  
  58. #s-m-t-tooltip{
  59. position:absolute;
  60. margin-top: 15px;
  61. letter-spacing:1px;
  62. z-index:9999999999999;
  63. background:#000000;
  64. color:#ffffff;
  65. text-transform:uppercase;
  66. letter-spacing:2px;
  67. max-width:320px;
  68. font-size:8px;
  69. padding:4px 5px 4px 5px;
  70. -webkit-transition:all 0.4s;
  71. -moz-transition:all 0.4s;
  72. -ms-transition:all 0.4s;
  73. -o-transition:all 0.4s;
  74. transition:all 0.4s;
  75. }
  76.  
  77. body {
  78. background:#ffffff;
  79. margin:0px;
  80. font-size: 10px;
  81. color:#000000;
  82. font-family: calibri;
  83. line-height:100%;
  84. }
  85.  
  86.  
  87. a {
  88. text-decoration:none;
  89. outline:none;
  90. font-size:10px;
  91. text-transform:uppercase;
  92. -moz-outline-style:none;
  93. color:#cc5c5c;
  94. -webkit-transition:all 0.5s;
  95. -moz-transition:all 0.5s;
  96. -ms-transition:all 0.5s;
  97. -o-transition:all 0.5s;
  98. transition:all 0.5s;
  99. }
  100.  
  101. a:hover {
  102. text-decoration:none;
  103. outline:none;
  104. -moz-outline-style:none;
  105. color:#000000;
  106. -webkit-transition:all 0.5s;
  107. -moz-transition:all 0.5s;
  108. -ms-transition:all 0.5s;
  109. -o-transition:all 0.5s;
  110. transition:all 0.5s;
  111. }
  112.  
  113. img {
  114. border:none;
  115. }
  116.  
  117. /* --- HEADER ---*/
  118.  
  119. #header {
  120. opacity:1;
  121. top:0px;
  122. width:100%;
  123. text-align:center;
  124. height:30px;
  125. background:#ffffff;
  126. position:fixed;
  127. z-index:4;
  128. }
  129.  
  130. #header2 {
  131. opacity:1;
  132. top:30px;
  133. width:100%;
  134. text-align:center;
  135. margin:auto;
  136. height:60px;
  137. margin-left:0px;
  138. position:fixed;
  139. background:#cc5c5c; /* --- Change your header colour here ---*/
  140. z-index:4;
  141. }
  142.  
  143. #side {
  144. opacity:1;
  145. top:90px;
  146. height:100%;
  147. text-align:right;
  148. margin:auto;
  149. width:5px;
  150. margin-left:500px;
  151. position:fixed;
  152. border-right:20px solid #cc5c5c; /* --- Change your header colour here ---*/
  153. z-index:4;
  154. }
  155.  
  156. #about {
  157. opacity:1;
  158. top:100px;
  159. height:540px;
  160. width:800px;
  161. margin:auto;
  162. overflow:scroll;
  163. margin-left:30px;
  164. position:fixed;
  165. z-index:4;
  166. }
  167.  
  168. /* --- HEADER ---*/
  169.  
  170. /* --- IMAGES ---*/
  171.  
  172. #pics {
  173. height:60px;
  174. width:60px;
  175. padding:4px;
  176. margin-top:20px;
  177. margin-left:-180px;
  178. opacity:1;
  179. position:fixed;
  180. }
  181.  
  182. #image img {
  183. height:60px;
  184. width:60px;
  185. margin-top:-4px;
  186. margin-right:0px;
  187. opacity:1;
  188. padding:4px;
  189. border:1px solid #dddddd;
  190. }
  191.  
  192. #pics2 {
  193. height:60px;
  194. width:120px;
  195. padding:4px;
  196. margin-top:-4px;
  197. margin-left:-90px;
  198. opacity:1;
  199. position:fixed;
  200. }
  201.  
  202. #image2 img {
  203. height:60px;
  204. width:60px;
  205. margin-top:20px;
  206. margin-right:600px;
  207. opacity:1;
  208. padding:4px;
  209. border:1px solid #dddddd;
  210. }
  211.  
  212. #image3 img {
  213. height:60px;
  214. width:60px;
  215. margin-top:20px;
  216. margin-right:480px;
  217. opacity:1;
  218. padding:4px;
  219. border:1px solid #dddddd;
  220. }
  221.  
  222. /* --- IMAGES ---*/
  223.  
  224. /* --- HEADER TITLE ---*/
  225.  
  226. #title {
  227. position:fixed;
  228. font-family:calibri;
  229. line-height:100%;
  230. font-size:20px;
  231. text-transform:uppercase;
  232. width:100%;
  233. letter-spacing:4px;
  234. height:auto;
  235. margin-left:20px;
  236. margin-top:18px;
  237. padding:4px;
  238. font-weight:normal;
  239. opacity:1;
  240. text-align:left;
  241. background:transparent;
  242. color:#ffffff; /* --- Change your title font colour here ---*/
  243. }
  244.  
  245. /* --- HEADER TITLE ---*/
  246.  
  247. /* --- SIDEBAR LINKS ---*/
  248.  
  249. #links {
  250. text-align:right;
  251. text-transform:uppercase;
  252. height:auto;
  253. width:160px;
  254. line-height:7px;
  255. font-family:calibri;
  256. font-size:9px;
  257. letter-spacing:2px;
  258. margin-left:-250px;
  259. margin-top:195px;
  260. padding-bottom:6px;
  261. padding-top:6px;
  262. padding-left:6px;
  263. padding-right:17px;
  264. left:50%;
  265. display:inline-block;
  266. opacity:1;
  267. -webkit-transition: all 0.6s ease-in-out;
  268. -moz-transition: all 0.6s ease-in-out;
  269. -o-transition: all 0.6s ease-in-out;
  270. transition: all 0.6s ease-in-out;
  271. }
  272.  
  273. #links a {
  274. display:inline-block;
  275. margin:3px;
  276. padding-right:8px;
  277. padding:4px;
  278. border-right:4px solid #000000;
  279. border-left:0px solid #000000;
  280. color:#000000; /* --- Change your links font colour here ---*/
  281. height:6px;
  282. width:145px;
  283. -webkit-transition: all 0.6s;
  284. -moz-transition: all 0.6s;
  285. -ms-transition:all 0.6s;
  286. -o-transition: all 0.6s;
  287. transition: all 0.6s;
  288. }
  289.  
  290. #links a:hover {
  291. border-left:18px solid #000000;
  292. border-right:5px solid #000000;
  293. color:#ffffff;
  294. background-color:#cc5c5c; /* --- Change your links background here ---*/
  295. -webkit-transition: all 0.6s;
  296. -moz-transition: all 0.6s;
  297. -ms-transition:all 0.6s;
  298. -o-transition: all 0.6s;
  299. transition: all 0.6s;
  300. }
  301.  
  302. /* --- SIDEBAR LINKS ---*/
  303.  
  304. /* --- DESCRIPTION ---*/
  305.  
  306. #description {
  307. font-family:calibri;
  308. line-height:100%;
  309. font-size:10px;
  310. text-transform:uppercase;
  311. width:150px;
  312. height:auto;
  313. top:410px;
  314. padding-right:6px;
  315. padding-left:4px;
  316. margin-left:-176px;
  317. position:fixed;
  318. opacity:1;
  319. border-right:4px solid #000000;
  320. text-align:right;
  321. color:#000000;
  322. -webkit-transition: all 0.6s ease-in-out;
  323. -moz-transition: all 0.6s ease-in-out;
  324. -o-transition: all 0.6s ease-in-out;
  325. transition: all 0.6s ease-in-out;
  326. }
  327.  
  328. /* --- DESCRIPTION ---*/
  329.  
  330. #blogroll {
  331. width:800px;
  332. height:500px;
  333. overflow:auto;
  334. overflow:auto;
  335. float:left;
  336. margin-top:-290px;
  337. margin-left:40px;
  338. }
  339.  
  340. #blogroll img{
  341. padding:4px;
  342. width:40px;
  343. margin:5px;
  344. border:1px solid #f1f1f1;
  345. background-color:#fff;
  346. -webkit-transition: all 0.3s linear;
  347. -moz-transition: all 0.3s linear;
  348. transition: all 0.3s linear;
  349. }
  350.  
  351. #blogroll img:hover{
  352. border-radius:50px;
  353. -webkit-transition: all 0.3s linear;
  354. -moz-transition: all 0.3s linear;
  355. transition: all 0.3s linear;
  356. }
  357.  
  358. /* --- SELECTION ---*/
  359.  
  360. ::selection {
  361. background-color:#000000;
  362. color:#ffffff;
  363. }
  364.  
  365. ::-moz-selection {
  366. background-color:#000000;
  367. color:#ffffff;
  368. }
  369.  
  370. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  371.  
  372. .credit, .credit a {
  373. width:15px;
  374. height:15px;
  375. bottom:10px;
  376. left:10px;
  377. padding:4px;
  378. font-size:9px;
  379. letter-spacing:2px;
  380. color:#ffffff;
  381. line-height:15px;
  382. position:fixed;
  383. text-align:center;
  384. color:#ffffff;
  385. font-family:calibri;
  386. text-transform:uppercase;
  387. background-color:#cc5c5c;
  388. border:1px solid #000000;
  389. -webkit-transition: all 0.5s ease-in-out;
  390. -moz-transition: all 0.5s ease-in-out;
  391. -o-transition: all 0.5s ease-in-out;
  392. transition: all 0.5s ease-in-out;
  393. }
  394.  
  395. .credit a:hover {
  396. -webkit-transition: all 0.5s ease-in-out;
  397. -moz-transition: all 0.5s ease-in-out;
  398. -o-transition: all 0.5s ease-in-out;
  399. transition: all 0.5s ease-in-out;
  400. transform:rotate(360deg);
  401. -ms-transform:rotate(360deg);
  402. -webkit-transform:rotate(360deg);
  403. background-color:#000000;}
  404.  
  405. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  406.  
  407. {CustomCSS}</style>
  408.  
  409. </head><body>
  410.  
  411. <style type="text/css">body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}</style>
  412.  
  413. <div id="header">
  414. <div id="header2">
  415. <div id="title">Blogroll page</div><!--change your title here -->
  416. </div>
  417. </div>
  418.  
  419. <div id="side">
  420.  
  421. <div id="pics">
  422. <div id="image"><img src="http://static.tumblr.com/39f979ff990454bea6d719f515c90d34/xasysa0/iQYnam4u9/tumblr_static_bzi3hy1l6xw0ckosgwokwwcsg.gif"/><!--change the image url here--></div></div>
  423. <div id="pics2">
  424. <div id="image2"><img src="http://static.tumblr.com/1e918fcebd084088b020c5c72f32b6d3/xasysa0/znTnam4kt/tumblr_static_2ajjtp34782ss8cok88woo4k8.gif"/><!--change the image url here --></div>
  425. <div id="image3"><img src="http://static.tumblr.com/73d8c91784946c3b5c201dfccc8a95cf/xasysa0/UpJnam4kt/tumblr_static_et8bq45gv9wsoc0wscokg444k.gif"/><!--change the image url here --></div></div>
  426.  
  427. <div id="links">
  428. <!--change your links here -->
  429. <a href="/">Home</a>
  430. <a href="/ask">Ask</a>
  431. <a href="/">Link 3</a>
  432. <a href="/">Link 4</a>
  433. <a href="/">Link 5</a>
  434. <!--change your links here -->
  435. </div>
  436.  
  437. <div id="blogroll">
  438. {block:Following}{block:Followed}<a target="_blank" title="{FollowedName} - {FollowedTitle}" href='{FollowedURL}'><img src='{FollowedPortraitURL-40}'/></a>{/block:Followed}{/block:Following}
  439. </div>
  440.  
  441. <div id="description">All the blogs i follow</div><!--change your description here -->
  442.  
  443. <span class="credit">
  444. <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a>
  445. </span>
  446.  
  447.  
  448. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement