Advertisement
b0rn-to-be-wild

- Pastel blogroll -

May 6th, 2016
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 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. <html xmlns="http://www.w3.onrg/1999/xhtml">
  3.  
  4. <!----
  5.  
  6. © borntobewildthemes.tumblr.com | "Pastel blogroll"
  7.  
  8. + Please do not redistribute this page or remove credits.
  9. + You are allowed to make changes as long as you keep our credits.
  10. + If you have any questions or concerns, just contact us.
  11. + Thanks for using our page! We hope that you enjoy it!
  12.  
  13. ---->
  14.  
  15. <html>
  16.  
  17. <head>
  18.  
  19. <!--Google fonts-->
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
  22.  
  23. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  24.  
  25. <style type="text/css">
  26.  
  27. /* ---------------------------- GENERAL ----------------------------- */
  28.  
  29. /* -------- BASICS ------- */
  30.  
  31. body {
  32. margin:0;
  33. padding:0;
  34. width:100%;
  35. height:100%;
  36. background-color: #f1f1f1;
  37.  
  38. background-attachment: fixed;
  39. background-repeat: repeat;
  40. }
  41.  
  42. /* Paragraph */
  43.  
  44. p {margin-top:5px; margin-bottom:5px;}
  45.  
  46. <--ses-->
  47. small{font-size: 90%;}
  48.  
  49. big{font-size: 110%;}
  50.  
  51. /* Links */
  52.  
  53. a:link, a:active, a:visited{
  54. -webkit-transition: all .7s ease;
  55. -moz-transition: all .7s ease;
  56. -o-transition: all .7s ease;
  57. transition: all .7s ease;
  58. color:#000000;
  59. text-decoration:none;
  60. }
  61.  
  62. a:hover{
  63. color:#2082bc;
  64. -webkit-transition: all 0.8s ease-in-out;
  65. -moz-transition: all 0.8s ease-in-out;
  66. -o-transition: all 0.8s ease-in-out;
  67. -ms-transition: all 0.8s ease-in-out;
  68. transition: all 0.8s ease-in-out;
  69. }
  70.  
  71. a img {border: 0px;}
  72.  
  73. /* Bold and italic */
  74.  
  75. b, strong {color:#55575a;}
  76.  
  77. i, em {color:#555;}
  78.  
  79. /* Text selection */
  80.  
  81. ::-moz-selection {
  82. background: #f1f1f1;
  83. color: #333;
  84. }
  85.  
  86. ::selection {
  87. background: #f1f1f1;
  88. color: #333;
  89. }
  90.  
  91. /* Webkit scrollbar */
  92.  
  93. ::-webkit-scrollbar {
  94. width: 7px;
  95. height: 0px;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. height: 0px;
  100. background: #E1D5EB;
  101. border:3px solid #fff;
  102. }
  103.  
  104. ::-webkit-scrollbar-button:start:decrement,
  105. ::-webkit-scrollbar-button:end:increment {
  106. height: 0px;
  107. display: block;
  108. background-color: #fff;
  109. }
  110.  
  111. ::-webkit-scrollbar-track-piece {
  112. background-color: #fff;
  113. }
  114.  
  115. /* Tumblr controls */
  116.  
  117. .iframe-controls--desktop {
  118. top:10px!important;
  119. right:10px!important;
  120. opacity:.9!important;
  121. position:fixed!important;
  122. white-space:nowrap!important;
  123. filter: invert(1);
  124. -webkit-filter: invert(1);
  125. -moz-filter: invert(1);
  126. -o-filter: invert(1);
  127. -ms-filter: invert(1);
  128. z-index:1000000 !important;
  129. }
  130.  
  131. /* Tooltips */
  132.  
  133. #s-m-t-tooltip {
  134. max-width:300px;
  135. z-index:10000000;
  136. margin:24px 14px 7px 12px;
  137. padding:8px;
  138. color:#555;
  139. background:#f1f1f1;
  140. border:1px solid #fff;
  141. font-size:12px;
  142. line-height:16px;
  143. }
  144.  
  145. /* ----------------------- MAIN CONTAINER ----------------------------- */
  146.  
  147. #container{
  148. position:fixed;
  149. top:50%;
  150. left:50%;
  151. background:#fff;
  152. border:1px solid #ddd;
  153. border-bottom-left-radius: 5px;
  154. border-bottom-right-radius: 5px;
  155. text-align:center;
  156. max-height:520px;
  157. width:680px;
  158. padding-top:20px;
  159. overflow:hidden;
  160. -webkit-transform: translateX(-50%) translateY(-50%);
  161. -moz-transform: translateX(-50%) translateY(-50%);
  162. -ms-transform: translateX(-50%) translateY(-50%);
  163. transform: translateX(-50%) translateY(-50%);
  164. }
  165.  
  166. /* Blog title */
  167.  
  168. #blogtitle{
  169. position:fixed;
  170. margin-left:0px;
  171. margin-top:-20px;
  172. width:245px;
  173. height:30px;
  174. padding:5px;
  175. line-height:30px;
  176. font-family:Exo;
  177. font-size:20px;
  178. color:#555;
  179. background:#E1D5EB;
  180. border-bottom:1px solid #ddd;
  181. border-right:1px solid #ddd;
  182. z-index:1000;
  183. }
  184.  
  185. /* Links */
  186.  
  187. #links{
  188. position:fixed;
  189. margin-left:256px;
  190. margin-top:-20px;
  191. width:414px;
  192. height:30px;
  193. padding:5px;
  194. line-height:30px;
  195. background:#fff;
  196. border-bottom:1px solid #ddd;
  197. z-index:1000;
  198. }
  199.  
  200. #links a{
  201. margin-right:15px;
  202. color:#555;
  203. font-family:Exo;
  204. font-size:12px;
  205. }
  206.  
  207. #links i{
  208. color:#E1D5EB;
  209. }
  210.  
  211. /* Following */
  212.  
  213. #blogroll{
  214. margin-top:25px;
  215. max-height:450px;
  216. overflow-y:auto;
  217. }
  218.  
  219. article {
  220. display: inline-block;
  221. width: 100px;
  222. margin: 10px 15px;
  223. }
  224.  
  225. article img {
  226. width:100px;
  227. height:100px;
  228. margin:0px;
  229. float:left;
  230. border:1px solid #ddd;
  231. background:#fff;
  232. -webkit-transition: all 0.5s ease;
  233. -moz-transition: all 0.5s ease;
  234. transition: all 0.5s ease;
  235. /* Faded images */
  236. -webkit-transition: opacity 0.8s linear;
  237. -moz-transition: opacity 0.8s linear;
  238. -o-transition: opacity 0.8s linear;
  239. -ms-transition: opacity 0.8s linear;
  240. opacity: 0.60;
  241. /*-- If you want monochrome images remove /*--
  242.  
  243. -webkit-filter: grayscale(1);
  244. -webkit-transition: all 0.5s ease-in-out;
  245. -moz-transition: all 0.5s ease-in-out;
  246. -o-transition: all 0.5s ease-in-out;
  247. -ms-transition: all 0.5s ease-in-out;
  248. transition: all 0.5s ease-in-out;
  249.  
  250. and --*/
  251. }
  252.  
  253. img:hover{
  254. opacity: 1;
  255. filter: none;
  256. -webkit-filter: grayscale(0);
  257. -webkit-transition: opacity 0.8s linear;
  258. -moz-transition: opacity 0.8s linear;
  259. -o-transition: opacity 0.8s linear;
  260. -ms-transition: opacity 0.8s linear;
  261. }
  262.  
  263. .blogurl {
  264. margin: 0px;
  265. margin-top:-2px;
  266. height: 20px;
  267. line-height: 20px;
  268. width: 96px;
  269. padding: 2px;
  270. background:#E1D5EB;
  271. border: 1px solid #ddd;
  272. font-family: Helvetica;
  273. font-size: 8px;
  274. text-transform: uppercase;
  275. text-align: center;
  276. float: left;
  277. border-bottom-left-radius: 5px;
  278. border-bottom-right-radius: 5px;
  279. -webkit-transition: all 0.5s ease;
  280. -moz-transition: all 0.5s ease;
  281. transition: all 0.5s ease;
  282. overflow: hidden;
  283. }
  284.  
  285. /* Credits */
  286.  
  287. #credits {
  288. position:fixed;
  289. right:10px;
  290. top:40px;
  291. z-index:100000;
  292. }
  293.  
  294. #credits img{
  295. border:1px solid #E1D5EB;
  296. }
  297.  
  298. {CustomCSS}
  299.  
  300.  
  301. </style>
  302.  
  303. <script type="text/javascript"
  304. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  305.  
  306. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  307.  
  308. <script src="jquery.style-my-tooltips.js"></script>
  309.  
  310. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  311. <script>
  312. (function($){
  313. $(document).ready(function(){
  314. $("[title]").style_my_tooltips({
  315. tip_follows_cursor:true,
  316. tip_delay_time:200,
  317. tip_fade_speed:300
  318. }
  319. );
  320. });
  321. })(jQuery);
  322. </script>
  323.  
  324. <meta charset="utf-8">
  325. <link rel="shortcut icon" href="{Favicon}">
  326. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  327. <meta name="viewport" content="width=device-width, initial-scale=1">
  328.  
  329. </head>
  330.  
  331. <body>
  332.  
  333. <div id="container">
  334.  
  335. <div id="blogtitle">BLOGROLL</div>
  336.  
  337. <div id="links">
  338. <a href="/"><i class="fa fa-home"></i> INDEX </a>
  339. <a href="/ask"><i class="fa fa-envelope"></i> ASK</a>
  340. <a href="/submit"><i class="fa fa-pencil"></i> SUBMIT</a>
  341. <a href="/archive"><i class="fa fa-clock-o"></i> ARCHIVE</a>
  342. </div>
  343.  
  344. <div id="blogroll">
  345. {block:Following}
  346. {block:Followed}
  347. <a href="{FollowedURL}">
  348. <article>
  349. <img src="{FollowedPortraitURL-128}" title="{FollowedName}">
  350. <div class="blogurl">
  351. {FollowedName}
  352. </div>
  353. </article>
  354. </a>
  355. {/block:Followed}
  356. {/block:Following}
  357. </div>
  358. <!--End blogroll-->
  359.  
  360. </div>
  361. <!--End container-->
  362.  
  363. <!-- Credit (do not remove -->
  364.  
  365. <a href="http://borntobewildthemes.tumblr.com" title="Credit"><div id="credits">
  366. <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
  367.  
  368. </body>
  369.  
  370. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement