kimtys

PAGEPACK #4 (BLOGROLL)

Aug 18th, 2015
3,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7. PAGE PACK - #4 BLOGROLL PAGE BY KIMTYS.TUMBLR.COM
  8.  
  9. edit as much as you want but please don't hide or remove credits!
  10.  
  11.  
  12. -->
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <meta name="description" content="{MetaDescription}" />
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  20. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'/>
  21.  
  22. <script>
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:0,
  27. tip_fade_speed:0,
  28. attribute:"title"
  29. });
  30. });
  31. </script>
  32.  
  33. <style type="text/css">
  34.  
  35.  
  36. ::-webkit-scrollbar-thumb:vertical {
  37. background: #ffc3d4; /* SCROLL COLOR */
  38. height: 5px;
  39. width:9px;
  40. border-radius: 0px; -moz-border-radius: 8px -webkit-border-radius: 8px o-border-radius: 8px; -ms-border-radius: 8px;
  41. }
  42.  
  43.  
  44. ::-webkit-scrollbar {
  45. height: 0px;
  46. width: 3px;
  47. background: transparent;
  48. border: 1px solid transparent transparent transparent transparent;
  49. }
  50.  
  51.  
  52. ::-moz-selection {
  53. background:#ffc3d4; /* SELECT BACKGROUND COLOR */
  54. color:#fff; /* SELECT TEXT COLOR */
  55. }
  56. ::selection {
  57. background:#ffc3d4; /* SELECT BACKGROUND COLOR */
  58. color:#fff; /* SELECT TEXT COLOR */
  59. }
  60.  
  61. body {
  62. background-color:#f5f5f5; /* BACKGROUND COLOR */
  63. height:100%;
  64. font-size:11px;
  65. font-family:arial;
  66. }
  67.  
  68.  
  69. a:link, a:active, a:visited {
  70. text-decoration:none;
  71. color:#bbb;
  72. }
  73.  
  74. a:hover {
  75. text-decoration:underline;
  76. cursor:help;
  77. }
  78.  
  79. #sidebar {
  80. position: fixed;
  81. border-right:2px solid #f5f5f5; /* SIDEBAR BORDER 1 COLOR */
  82. outline:2px solid #fff; /* SIDEBAR BORDER 2 COLOR */
  83. width: 265px;
  84. height:100%;
  85. background:#fff; /* SIDEBAR BACKGROUND COLOR */
  86. text-align: center;
  87. top: 0px;
  88. left:0px;
  89. z-index:99;
  90. padding-right:0px;
  91. }
  92.  
  93. .sidebar {
  94. margin:auto;
  95. margin-top:100px; /* TITLE TOP POSITION */
  96. background:transparent;
  97. }
  98.  
  99.  
  100. #title{
  101. font-family: 'Oswald', sans-serif;
  102. line-height:90%;
  103. font-size:40px;
  104. font-weight:300;
  105. text-transform:uppercase;
  106. word-spacing:3px;
  107. color: #ccc; /* TITLE COLOR */
  108. padding: 5px;
  109. text-align:center;
  110. margin-top:0px;
  111. margin-bottom:-15px;
  112. }
  113.  
  114. #title span {
  115. font-weight:300;
  116. color:#ffc3d4; /* TITLE SECOND COLOR */
  117. }
  118.  
  119. #link {
  120. display:inline-block;
  121. font:9px tunga;
  122. text-transform:uppercase;
  123. font-weight:bold;
  124. letter-spacing:1px;
  125. margin-top:15px;
  126. }
  127.  
  128. #link a {
  129. color:#bbb; /* LINKS COLOR */
  130. padding: 1px 4px 0px 4px;
  131. }
  132.  
  133. #link a:hover {
  134. background:#f5f5f5; /* LINKS BACKGROUND COLOR */
  135. color:#bbb; /* LINKS HOVER COLOR */
  136. text-decoration:none;
  137. }
  138.  
  139.  
  140. #box1 {
  141. position:absolute;
  142. width:900px;
  143. top:40px;
  144. margin:auto;
  145. left:290px;
  146. right:0;
  147. }
  148.  
  149. #box2 {
  150. width:900px; margin-top:20px;
  151. margin-bottom:30px;
  152. }
  153.  
  154.  
  155.  
  156. #following {
  157. width:900px;
  158. padding:10px;
  159. margin-top:10px;
  160. background:transparent;
  161. }
  162.  
  163. #blogs {
  164. display:inline-block;
  165. overflow:hidden;
  166. border:2px solid #f5f5f5; /* BLOGS BORDER 1 COLOR */
  167. outline:2px solid #fff; /* BLOGS BORDER 2 COLOR */
  168. background:transparent;
  169. margin-right:15px;
  170. margin-bottom:15px;
  171. -webkit-transition: all 0.4s ease-in;
  172. -moz-transition: all 0.4s ease-in;
  173. -o-transition: all 0.4s ease-in;
  174. }
  175.  
  176. #blogs img {
  177. padding:8px;
  178. background:#fff; /* BLOGS BACKGROUND COLOR */
  179. width:64px;
  180. margin-top:0px;
  181. -webkit-transition: all 0.4s ease-in;
  182. -moz-transition: all 0.4s ease-in;
  183. -o-transition: all 0.4s ease-in;
  184. }
  185.  
  186.  
  187. #blogs:hover .info {
  188. opacity:1;
  189. word-wrap: break-word;
  190. -webkit-transition: all 0.4s ease-in;
  191. -moz-transition: all 0.4s ease-in;
  192. -o-transition: all 0.4s ease-in;
  193. }
  194.  
  195. .info {
  196. position:absolute;
  197. width:70px;
  198. height:70px;
  199. padding:5px;
  200. font-size:10px;
  201. background:#fff; /* BLOGS BACKGROUND HOVER COLOR */
  202. font-family:'Oswald', sans-serif;
  203. text-transform:uppercase;
  204. color:#ffc3d4; /* BLOGS TITLE COLOR */
  205. word-wrap: break-word;
  206. opacity:0;
  207. text-align:center;
  208. -webkit-transition: all 0.4s ease-in;
  209. -moz-transition: all 0.4s ease-in;
  210. -o-transition: all 0.4s ease-in;
  211. }
  212.  
  213. .name {
  214. position: relative;
  215. top: 50%;
  216. -webkit-transform: translateY(-50%);
  217. -ms-transform: translateY(-50%);
  218. transform: translateY(-50%);
  219. }
  220.  
  221. #s-m-t-tooltip {
  222. z-index: 9999;
  223. background: #fff; /* TOOLTIP BACKGROUND COLOR */
  224. line-height:150%;
  225. font-family:tunga;
  226. font-size:9px;
  227. font-weight:bold;
  228. color:#ccc; /* TOOLTIP TEXT COLOR */
  229. font-style: normal;
  230. letter-spacing: 1px;
  231. text-transform: uppercase;
  232. border: 2px solid #f5f5f5; /* TOOLTIP BORDER 1 COLOR */
  233. outline:2px solid #fff; /* TOOLTIP BORDER 2 COLOR */
  234. max-width: 500px;
  235. text-align: justify;
  236. padding: 3px 6px 2px 6px;
  237. display: block;
  238. margin: 24px 14px 7px 12px;
  239. }
  240.  
  241. #cr {
  242. bottom:10px;
  243. left:10px;
  244. font-weight:bold;
  245. color:#ffc3d4; /* CR LINK COLOR */
  246. font-size:12px;
  247. position:fixed;
  248. background:#f5f5f5; /* CR BACKGROUND COLOR */
  249. padding:4px 7px;
  250. border: 2px solid #fff; /* CR BORDER 1 COLOR */
  251. outline:2px solid #f5f5f5; /* CR BORDER 2 COLOR */
  252. }
  253.  
  254.  
  255.  
  256. </style>
  257.  
  258. <body>
  259.  
  260.  
  261.  
  262.  
  263. <div id="sidebar">
  264.  
  265. <!-- CREDIT -->
  266.  
  267. <a href="https://kimtys.tumblr.com" title="theme by kimtys"><div id="cr">k.</div></a>
  268.  
  269. <div class="sidebar">
  270. <div id="title"><span>YOUR</span> TITLE</div>
  271. </div>
  272. <div id="link"><a href="/">back</a> <a href="/ask">ask</a></div>
  273. </div>
  274.  
  275. <div id="box1">
  276.  
  277. <div id="box2">
  278.  
  279.  
  280. {block:Following}<div id="following">
  281. {block:Followed}<div id="blogs"><center>
  282. <a href="{FollowedURL}" title="{FollowedTitle}"><div class="info"><section class="name">{FollowedName}</section></div><img src="{FollowedPortraitURL-64}" /></a></center></div>{/block:Followed}
  283. </div>{/block:Following}
  284.  
  285. </div>
  286.  
  287. </div>
  288.  
  289. </body>
  290. </html>
  291.  
  292. <!--
Advertisement
Add Comment
Please, Sign In to add comment