Advertisement
luciam

Blogroll #4

Jul 13th, 2015
1,635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-------------------------------------------------
  3. BLOGROLL #04 BY: http://phoenixthemes.tumblr.com (INSTRUCTIONS IN CODE)
  4. ...................................................
  5. ...................................................
  6. MATCHES THEME #5 AND TAGS PAGE #6
  7.  
  8.  
  9. TERMS OF USE:
  10. -Don’t remove or move the credit
  11. -Don’t redistribute
  12. -Don’t use as a base or take bits of code
  13. -You can edit it as much as you like as long as the credit remains untouched.
  14. --------------------------------------------->
  15. <head>
  16.  
  17.  
  18. <title>Blogroll</title><!--Browser title-->
  19.  
  20. <link rel="shortcut icon" href="{Favicon}" />
  21.  
  22. <!----TOOLTIP------------------>
  23.  
  24. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  25. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  26. <script>
  27. (function($){
  28. $(document).ready(function(){
  29. $("[title]").style_my_tooltips({
  30. tip_follows_cursor:true,
  31. tip_delay_time:0,
  32. tip_fade_speed:400,
  33. attribute:"title"
  34. });
  35. });
  36. })(jQuery);
  37. </script>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43. /*--------------------------------RESET----------------------------------*/
  44.  
  45. html, body, div, span, applet, object, iframe,
  46. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  47. a, abbr, acronym, address, big, cite, code,
  48. del, dfn, em, img, ins, kbd, q, s, samp,
  49. small, strike, strong, sub, sup, tt, var,
  50. b, u, i, center,
  51. dl, dt, dd,
  52. fieldset, form, label, legend,
  53. table, caption, tbody, tfoot, thead, tr, th, td,
  54. article, aside, canvas, details, embed,
  55. figure, figcaption, footer, header, hgroup,
  56. menu, nav, output, ruby, section, summary,
  57. time, mark, audio, video {
  58. margin: 0;
  59. padding: 0;
  60. border: 0;
  61. font-size: 100%;
  62. font: inherit;
  63. vertical-align: baseline;
  64. }
  65.  
  66. article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
  67. display:block;
  68. }
  69.  
  70. /*-------------------------------SCROLL----------------------------------*/
  71.  
  72. ::-webkit-scrollbar-thumb:vertical {
  73. border-left: 1px solid #999;/*scrollbar color*/
  74. background:transparent;
  75. height:5px;
  76. }
  77.  
  78. ::-webkit-scrollbar-thumb:horizontal {
  79. border-top: 1px solid #999;/*scrollbar color*/
  80. background:transparent;
  81. height:3px;
  82. }
  83.  
  84. ::-webkit-scrollbar-corner {
  85. background-color: transparent;
  86. }
  87.  
  88. ::-webkit-scrollbar {
  89. background-color: transparent;
  90. height:2px;
  91. width:5px;
  92. }
  93.  
  94. * {
  95. box-sizing: border-box;
  96. -webkit-box-sizing: border-box;
  97. -moz-box-sizing: border-box;
  98. -webkit-transition: all 0.4s ease-out;
  99. -moz-transition: all 0.4s ease-out;
  100. -ms-transition: all 0.4s ease-out;
  101. -o-transition: all 0.4s ease-out;
  102. transition: all 0.4s ease-out;
  103. }
  104.  
  105. /*---------------------------BODY-------------------------------------*/
  106. #s-m-t-tooltip{
  107. font-family: calibri;
  108. letter-spacing:1px;
  109. max-width:150px;
  110. font-size: 8px;
  111. margin:0px 10px;
  112. padding:3px 5px;
  113. background:#c4a2b0;/*tooltip background color*/
  114. color: #fff;/*tooltip color*/
  115. opacity: .8;
  116. z-index:999;
  117. text-transform:uppercase;
  118. border:1px solid #fff;/*tooltip border color*/
  119. }
  120.  
  121. html {
  122. height: 100%;
  123. }
  124.  
  125.  
  126. body {
  127. background: #eee; /*background color*/
  128. color: #666;/*text color*/
  129. background-attachment: fixed;
  130. background-position:bottom;
  131. background-size:150%;
  132. height:100%;
  133. background-attachment:fixed;
  134. background-repeat:no-repeat;
  135. margin: 0;
  136. padding: 0px;
  137. font-family: Consolas,'Trebuchet MS', sans-serif;
  138. font-size: 10px;
  139. word-wrap: break-word;
  140. letter-spacing: 1px;
  141. }
  142.  
  143. a, a:active, a:visited, a:hover {
  144. color: #666;/*links color*/
  145. text-decoration:none;
  146. -webkit-transition: all 0.6s ease-out;
  147. -moz-transition: all 0.6s ease-out;
  148. -ms-transition: all 0.6s ease-out;
  149. -o-transition: all 0.6s ease-out;
  150. transition: all 0.6s ease-out;
  151. }
  152.  
  153. a:hover {
  154. color: #888888;/*links hover color*/
  155. }
  156.  
  157. pre {
  158. white-space: pre-wrap;
  159. white-space: -moz-pre-wrap;
  160. white-space: -pre-wrap;
  161. white-space: -o-pre-wrap;
  162. word-wrap: break-word;
  163. }
  164.  
  165. small{font-size:8px;}
  166.  
  167. big {font-size:12px;}
  168.  
  169.  
  170. /*--------------------------------------*/
  171.  
  172. #centerdiv {
  173. width:100%;
  174. height:80%;
  175. position:relative;
  176. top:50%;
  177. transform:translatey(-50%);
  178. -webkit-transform:translatey(-50%);
  179. -moz-transform:translatey(-50%);
  180. }
  181.  
  182. .phoenixt {
  183. position:absolute;
  184. bottom:20px;
  185. right:20px;
  186. text-align:center;
  187. }
  188.  
  189.  
  190. #todo {
  191. width: 500px;
  192. height:500px;
  193. margin: 0px auto;
  194. background: #fff;/*main container background color*/
  195. padding:25px;
  196. }
  197.  
  198. header {
  199. background-color: #c4a2b0;/*header background color*/
  200. width: 450px;
  201. height: 50px;
  202. z-index:99;
  203.  
  204. }
  205.  
  206.  
  207. #titulo {
  208. font-family: calibri, sans-serif;
  209. text-transform:uppercase;
  210. letter-spacing: 0.2em;
  211. position:absolute;
  212. color:#fff;/*title color*/
  213. margin:12px;
  214. width:250px;
  215. letter-spacing: 0.2em;
  216. font-size:20px;
  217. font-weight:bold;
  218. }
  219.  
  220. nav {
  221. float:right;
  222. text-align:right;
  223. margin-right:20px;
  224. }
  225.  
  226. nav a {
  227. text-transform:uppercase;
  228. color:#fff;/*main links color*/
  229. font-weight:bold;
  230. font-size:9px;
  231. letter-spacing:0.2em;
  232. display:inline-block;
  233. padding:5px;
  234. margin-top:15px;
  235. }
  236.  
  237. nav a:hover {
  238. opacity:0.6;
  239. color:#fff;/*main links color*/
  240. }
  241.  
  242. #main {
  243. background:#eee;/*container background color*/
  244. width:450px;
  245. height:390px;
  246. overflow:auto;
  247. margin-top:10px;
  248. padding:10px;
  249. }
  250.  
  251.  
  252.  
  253. .blog {
  254. float:left;
  255. width:45px;
  256. height:45px;
  257. margin:20px;
  258. }
  259.  
  260.  
  261. .blog img {
  262. width:100%;
  263. }
  264. </style>
  265.  
  266.  
  267. </head>
  268.  
  269. <body>
  270.  
  271. <div id="centerdiv">
  272. <div id="todo">
  273.  
  274. <header id="header">
  275. <div id="titulo">blogroll</div><!--Title-->
  276. <nav>
  277. <a href="/">home</a> <!--Link-->
  278. <a href="http://tumblr.com/dashboard">dash</a> <!--Link-->
  279. <a href="/">Link 1</a> <!--Link-->
  280. <a href="/">Link 2</a> <!--Link-->
  281.  
  282. </nav>
  283. </header>
  284.  
  285.  
  286. <div id="main">
  287.  
  288. {block:Following}{block:Followed}
  289. <div class="blog">
  290. <a target="_blank" href="{FollowedURL}"> <img border: "0" src="{FollowedPortraitURL-48}" title="{FollowedName}"/>
  291. </a>
  292. </div>
  293. {/block:Followed}{/block:Following}
  294.  
  295. </div><!--main-->
  296.  
  297.  
  298. </div></div><!---todo--->
  299.  
  300.  
  301. <div class="phoenixt"><a href="http://phoenixthemes.tumblr.com">P.</a></div>
  302. </body>
  303. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement