odeysseus_thm

hall of fame / LUNA

Nov 2nd, 2017
1,804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. luna
  12.  
  13. @odeysseus
  14.  
  15.  
  16.  
  17.  
  18. - to edit the accent colours, use command + F or cntrl + F to find and replace the following: #f9dee9 (main color) and #ffeff5 (slightly lighter color)
  19.  
  20. -->
  21.  
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
  26.  
  27. <title>hall of fame</title> <!--title-->
  28.  
  29.  
  30. <style type="text/css">
  31.  
  32. .tmblr-iframe { display:none; }
  33. * { margin:0;padding:0; }
  34.  
  35. body {
  36. background:#fff;
  37. color:#767676;
  38. font-family:'Source Sans Pro', sans-serif; /* font */
  39. font-size:11px; /* font size */
  40. -moz-osx-font-smoothing:grayscale;
  41. -webkit-font-smoothing:antialiased;
  42. font-smoothing:antialiased;
  43. }
  44.  
  45. a,article a b { transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;} a { color:#767676;text-decoration:none} a.cred { bottom:27px;right:27px;position:fixed;} a:hover,article a b:hover { text-decoration:none;color:#f9dee9; }
  46.  
  47. /* change 740px to 1110px for 3 columns, 370px for 1 column */
  48. section { width:740px;margin:100px auto;text-align:center;}
  49.  
  50. .c { width:50px;border-radius:100%;height:50px;background:#f9dee9;margin:0 auto 20px; } h8 { margin-bottom:5px;display:block;font-weight:600;color:#444;font-size:14px;letter-spacing:.5px; } header:after { content:'';display:block;width:50px;height:2px;margin:25px auto;background:#eee;} h7 { display:block;margin-bottom:30px;margin-top:-7px;} h7 span { background:#ffeff5;padding:5px;color:#444;font-size:12px;letter-spacing:.5px;}
  51.  
  52. /* change 32% to 49% for 2 per row, 24% for 4 per row */
  53. article a { width:32%;display:inline-block; }
  54.  
  55. article a b { margin:0;letter-spacing:0;font-style:normal;font-weight:600;color:#444;border:0 } article b { display:block;font-style:italic;color:#444;letter-spacing:1px;margin:15px 0px;} article b span { border:1px solid #f9dee9;padding:5px;} article { width:300px;margin:25px 23px;padding:0px 10px 25px;border:1px solid #eee;float:left; }
  56. </style>
  57.  
  58. </head>
  59. <body>
  60.  
  61. <section>
  62.  
  63. <!--header-->
  64. <header>
  65. <div class="c"></div>
  66. <h8>hall of fame</h8> <!--main title-->
  67.  
  68. <!--links below: add or remove as you wish-->
  69. <a href="/">return</a> .
  70. <a href="/ask">inbox</a> .
  71. <a href="http://tumblr.com/dashboard">dash</a>
  72. </header>
  73. <!--end header-->
  74.  
  75. <div class="hof">
  76. <!--start hall of fame-->
  77.  
  78. <!--example event 1 (without categories): you can add or delete winners and runners up as required-->
  79. <article>
  80. <h7><span> event </span></h7><!--heading-->
  81.  
  82. <a href="link url"><b> username </b></a><!--winner-->
  83. <a href="link url"> username </a><!--runner up 1-->
  84. <a href="link url"> username </a><!--runner up 2-->
  85.  
  86. </article>
  87. <!--end example event-->
  88.  
  89. <!--example event 2 (with categories): you can add or delete winners, runners up and categories as required-->
  90. <article>
  91. <h7><span> event </span></h7><!--heading-->
  92.  
  93. <b><span> category </span></b><!--category subheading-->
  94. <a href="link url"><b> username </b></a><!--winner-->
  95. <a href="link url"> username </a><!--runner up 1-->
  96. <a href="link url"> username </a><!--runner up 2-->
  97.  
  98. <b><span> category </span></b><!--category subheading-->
  99. <a href="link url"><b> username </b></a><!--winner-->
  100. <a href="link url"> username </a><!--runner up 1-->
  101. <a href="link url"> username </a><!--runner up 2-->
  102.  
  103. <b><span> category </span></b><!--category subheading-->
  104. <a href="link url"><b> username </b></a><!--winner-->
  105. <a href="link url"> username </a><!--runner up 1-->
  106. <a href="link url"> username </a><!--runner up 2-->
  107.  
  108. </article>
  109. <!--end example event-->
  110.  
  111. <!--end hall of fame: do not edit beyond this point-->
  112. </div>
  113. </section>
  114.  
  115. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script><script type="text/javascript">
  116. $(window).load(function () {
  117. $('.hof').masonry({
  118. itemSelector : "article",
  119. },
  120. function() { $('.hof').masonry({ appendedContent: $(this) }); }
  121. );
  122. });
  123. </script>
  124.  
  125. <a href="http://odeysseus.tumblr.com" class="cred">O</a>
  126. </body>
  127. </html>
Advertisement
Add Comment
Please, Sign In to add comment