b0rn-to-be-wild

- Pastel tags -

May 6th, 2016
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.08 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 tags"
  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: #BEE9CD;
  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:#BEE9CD;
  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:#BEE9CD;
  209. }
  210.  
  211. /* tags */
  212.  
  213. section{
  214. width:640px;
  215. margin-top:30px;
  216. margin-left:12px;
  217. }
  218.  
  219. .tagtitle{
  220. margin:-10px;
  221. margin-bottom:5px;
  222. padding:5px;
  223. text-align:center;
  224. text-transform:uppercase;
  225. letter-spacing:1px;
  226. font-family:Exo;
  227. font-size:14px;
  228. color:#555;
  229. background:#BEE9CD;
  230. border-bottom:1px solid #ddd;
  231. }
  232.  
  233. .box {
  234. width:170px;
  235. margin-top:20px;
  236. margin-left:20px;
  237. padding:10px;
  238. line-height:20px;
  239. border:1px solid #ddd;
  240. background:#fafafa;
  241. }
  242.  
  243. .box a{
  244. font-family:Helvetica;
  245. color:#555;
  246. display:block;
  247. font-size:12px;
  248. }
  249.  
  250. /* Credits */
  251.  
  252. #credits {
  253. position:fixed;
  254. right:10px;
  255. top:40px;
  256. z-index:100000;
  257. }
  258.  
  259. #credits img{
  260. border:1px solid #BEE9CD;
  261. }
  262.  
  263. {CustomCSS}
  264.  
  265.  
  266. </style>
  267.  
  268. <script type="text/javascript"
  269. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  270.  
  271. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  272.  
  273. <script src="jquery.style-my-tooltips.js"></script>
  274.  
  275. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  276. <script>
  277. (function($){
  278. $(document).ready(function(){
  279. $("[title]").style_my_tooltips({
  280. tip_follows_cursor:true,
  281. tip_delay_time:200,
  282. tip_fade_speed:300
  283. }
  284. );
  285. });
  286. })(jQuery);
  287. </script>
  288.  
  289. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  290. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  291. <script type="text/javascript">
  292. $(window).load(function () {
  293. $('section').masonry({
  294. itemSelector : ".box",
  295. },
  296. function() { $('section').masonry({ appendedContent: $(this) }); }
  297. );
  298. });
  299. </script>
  300.  
  301. <meta charset="utf-8">
  302. <link rel="shortcut icon" href="{Favicon}">
  303. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  304. <meta name="viewport" content="width=device-width, initial-scale=1">
  305.  
  306. </head>
  307.  
  308. <body>
  309.  
  310. <div id="container">
  311.  
  312. <div id="blogtitle">TAGS</div>
  313.  
  314. <div id="links">
  315. <a href="/"><i class="fa fa-home"></i> INDEX </a>
  316. <a href="/ask"><i class="fa fa-envelope"></i> ASK</a>
  317. <a href="/submit"><i class="fa fa-pencil"></i> SUBMIT</a>
  318. <a href="/archive"><i class="fa fa-clock-o"></i> ARCHIVE</a>
  319. </div>
  320.  
  321. <section>
  322.  
  323. <div class="box">
  324.  
  325. <div class="tagtitle">Group</div>
  326.  
  327. <a href="/tagged/">tag title</a>
  328. <a href="/tagged/">tag title</a>
  329. <a href="/tagged/">tag title</a>
  330. <a href="/tagged/">tag title</a>
  331. <a href="/tagged/">tag title</a>
  332. <a href="/tagged/">tag title</a>
  333. <a href="/tagged/">tag title</a>
  334. <a href="/tagged/">tag title</a>
  335.  
  336. </div>
  337. <!--End box-->
  338.  
  339.  
  340. <div class="box">
  341.  
  342. <div class="tagtitle">Group</div>
  343.  
  344. <a href="/tagged/">tag title</a>
  345. <a href="/tagged/">tag title</a>
  346. <a href="/tagged/">tag title</a>
  347. <a href="/tagged/">tag title</a>
  348.  
  349. </div>
  350. <!--End box-->
  351.  
  352.  
  353. <div class="box">
  354.  
  355. <div class="tagtitle">Group</div>
  356.  
  357. <a href="/tagged/">tag title</a>
  358. <a href="/tagged/">tag title</a>
  359. <a href="/tagged/">tag title</a>
  360. <a href="/tagged/">tag title</a>
  361. <a href="/tagged/">tag title</a>
  362. <a href="/tagged/">tag title</a>
  363. <a href="/tagged/">tag title</a>
  364. <a href="/tagged/">tag title</a>
  365.  
  366. </div>
  367. <!--End box-->
  368.  
  369.  
  370. <div class="box">
  371.  
  372. <div class="tagtitle">Group</div>
  373.  
  374. <a href="/tagged/">tag title</a>
  375. <a href="/tagged/">tag title</a>
  376. <a href="/tagged/">tag title</a>
  377. <a href="/tagged/">tag title</a>
  378. <a href="/tagged/">tag title</a>
  379. <a href="/tagged/">tag title</a>
  380. <a href="/tagged/">tag title</a>
  381. <a href="/tagged/">tag title</a>
  382.  
  383. </div>
  384. <!--End box-->
  385.  
  386.  
  387. <div class="box">
  388.  
  389. <div class="tagtitle">Group</div>
  390.  
  391. <a href="/tagged/">tag title</a>
  392. <a href="/tagged/">tag title</a>
  393. <a href="/tagged/">tag title</a>
  394. <a href="/tagged/">tag title</a>
  395.  
  396. </div>
  397. <!--End box-->
  398.  
  399.  
  400. <div class="box">
  401.  
  402. <div class="tagtitle">Group</div>
  403.  
  404. <a href="/tagged/">tag title</a>
  405. <a href="/tagged/">tag title</a>
  406. <a href="/tagged/">tag title</a>
  407. <a href="/tagged/">tag title</a>
  408.  
  409. </div>
  410. <!--End box-->
  411.  
  412.  
  413. <!-- TO ADD MORE TAG BOXES COPY/PASTE:
  414.  
  415. <div class="box">
  416.  
  417. <div class="tagtitle">Group</div>
  418.  
  419. <a href="/tagged/">tag title</a>
  420. <a href="/tagged/">tag title</a>
  421. <a href="/tagged/">tag title</a>
  422. <a href="/tagged/">tag title</a>
  423.  
  424. </div>
  425.  
  426. BEFORE <section>
  427.  
  428. ------------------------------------->
  429.  
  430.  
  431. <section>
  432. <!--End section-->
  433.  
  434. </div>
  435. <!--End container-->
  436.  
  437. <!--Credit (do not remove-->
  438.  
  439. <a href="http://borntobewildthemes.tumblr.com" title="Credit"><div id="credits">
  440. <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
  441.  
  442. </body>
  443.  
  444. </html>
Add Comment
Please, Sign In to add comment