pegasusthemes

page 19 // phoebe

Oct 17th, 2020 (edited)
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-- PHOEBE by @venusthms
  5.  
  6. -------------------------------------------------------------------------
  7.  
  8. - do no redistribute any part of this theme or remove the credit
  9. - terms of use: venusthms.tumblr.com/terms
  10.  
  11. - icons https://fontawesome.com/
  12. - filters: https://isotope.metafizzy.co/
  13. - more credits https://venusthms.tumblr.com/credits
  14.  
  15. - message me if you encounter any problems with this page
  16.  
  17. ------------------------------------------------------------------------>
  18.  
  19. <!----- tab title ----->
  20. <title>Media Page</title><link rel="shortcut icon" href="{Favicon}">
  21.  
  22. <!----- scripts ----->
  23. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  24. <link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&family=Scada:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"><link href="//dl.dropbox.com/s/7donh9k4jonbmw5/venus.css" rel="stylesheet"><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="https://kit.fontawesome.com/2e832dfefc.js" crossorigin="anonymous"></script><script src="//dl.dropbox.com/s/qxwy3ik34kqna5q/venus.js"></script>
  25.  
  26. <script src="https://static.tumblr.com/xd6ujov/9Rpouml9f/imagesloaded.pkgd.min.js"></script><script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script><script src="//dl.dropbox.com/s/5nt6vqnl9ne82ox/grid.js"></script>
  27.  
  28. <!-- if you don't want the icons of the header to change, delete from here -->
  29. <script>
  30. $(document).ready(function() {
  31. $("header").hover(function () {
  32. $('header i').toggleClass("fa-smile"); //default icon
  33. $('header i').toggleClass("fa-grin-beam"); //icon on hover
  34. });
  35. });
  36. </script>
  37. <!----- to here----->
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43. /*colors*/
  44. :root {
  45. --background: #f6f7f9;
  46. --text: #333;
  47. --box-shadows: rgba(0,0,0,.08);
  48.  
  49. --header: #fff;
  50. --header-text: #bbb;
  51. --header-accent: #a5d0ec;
  52.  
  53. --filters: #bbb;
  54. --filters-accent: #a5d0ec;
  55.  
  56. --searchbar: #fafafa;
  57. --searchbar-text: #bbb;
  58.  
  59. --items: #fff;
  60. --items-borders: #eee;
  61. --items-text: #aaa;
  62. --items-accent-bg: #f6f6f6; /*will not show up on the customization page*/
  63. --progress-bar: #f5a623;
  64. --progress-bar-bg: #eee;
  65.  
  66. --header-top-position: 50px;
  67. --header-height: 65px;
  68. }
  69.  
  70. /* selection */
  71. ::-moz-selection { background:#eee;color:#000}
  72. ::selection { background:#eee;color:#000}
  73.  
  74.  
  75. /* controls */
  76. iframe.tmblr-iframe {
  77. opacity:0.4;
  78. /* delete invert(1) from here */
  79. filter:invert(1) contrast(150%);
  80. -webkit-filter:invert(1) contrast(150%);
  81. -o-filter:invert(1) contrast(150%);
  82. -moz-filter:invert(1) contrast(150%);
  83. -ms-filter:invert(1) contrast(150%);
  84. /* to here if you want light controls */
  85. }
  86.  
  87. iframe.tmblr-iframe:hover {opacity:0.6!important;}
  88.  
  89.  
  90. /* font styling */
  91. body {font-size:13px;font-family:'Karla', sans-serif;}
  92. .search input[type=text], #filters button, #sorting button {font-family: 'Scada', sans-serif}
  93.  
  94. /* accent text font stylings */
  95. header h1, header a, .search input[type=text], #filters button, #sorting button, .title h1, .rating span, .progress {text-transform:uppercase;letter-spacing:1px}
  96.  
  97. header h1, header a, .title h1 {font-size:1em;}
  98. .search input[type=text], #filters button,.rating span, .progress, #sorting button {font-size:.9em;}
  99.  
  100.  
  101. /* box shadows */
  102. header {box-shadow:0 6px 6px -4px var(--box-shadows)}
  103. .item {box-shadow:0 0px 4px 1px var(--box-shadows)}
  104. .title {box-shadow:0 6px 6px -4px var(--box-shadows)}
  105.  
  106.  
  107. /* links */
  108. .desc a, a, #filters button, #sorting button {cursor:pointer}
  109.  
  110. /* in-text links */
  111. .desc a {color:var(--text);border-bottom: 2px solid var(--progress-bar);}
  112. .desc a:hover {border-bottom: 2px solid var(--items-text);}
  113.  
  114.  
  115. /* items */
  116. .item {margin-bottom:15px;} /*vertical space between items*/
  117. .item div:nth-child(2) {background: var(--items-accent-bg)} /*accent bg*/
  118.  
  119. /* item title */
  120. .title {justify-content:flex-start;height:60px}
  121. .title img {height:35px;width:35px;border:1px solid var(--items-borders);border-radius:100%} /*image*/
  122.  
  123. /* rating */
  124. .rating i {margin-right:3px} /*space between stars*/
  125. .rating span {letter-spacing:1.5px}
  126.  
  127. /* description */
  128. .desc {padding:15px;border-bottom:1px solid var(--items-borders);text-align:justify}
  129.  
  130. /* progress bar */
  131. .progress {text-align:center} /*text above bar*/
  132. .bar, .bar-fill {height:5px}
  133.  
  134.  
  135. </style>
  136. <link href="//dl.dropbox.com/s/n0s4vsnjwpdla9p/style.css" rel="stylesheet">
  137. </head>
  138. <body>
  139.  
  140. <!----- header starts ----->
  141. <header>
  142.  
  143. <!--- icon --->
  144. <!--- find more icons at https://fontawesome.com/ --->
  145. <!--- you need to change the javascript at the top as well --->
  146. <i class="fas fa-smile"></i>
  147.  
  148. <!--- title --->
  149. <h1>media page</h1>
  150.  
  151. <!--- links --->
  152. <a href="/">return</a>
  153. <a href="/ask">contact</a>
  154. <a href="#" class="filter-b">filter</a> <!-- reveals filters -->
  155. <a href="#" class="sort-b">sort</a> <!-- reveals sorting -->
  156.  
  157. <!--- search bar --->
  158. <div class="search">
  159. <input type="text" class="quicksearch" placeholder="Search..." />
  160. </div>
  161.  
  162. </header>
  163. <!----- header ends ----->
  164.  
  165. <!----- filters ----->
  166. <!-- you can change the filter names (eg. .filter1) but keep the . at the beginning -->
  167. <div id="filters" class="filter-group">
  168. <button class="button selected" data-filter="*">everything</button>
  169. <button class="button" data-filter=".filter1">filter one</button>
  170. <button class="button" data-filter=".filter2">filter two</button>
  171. <!-- copy & paste as needed -->
  172. </div>
  173.  
  174. <!----- sorting ----->
  175. <!-- you don't need to change anything here-->
  176. <div id="sorting">
  177. <button class="button selected" data-sort-value="original-order">default</button>
  178. <button class="button" data-sort-value="name">alphabetically</button>
  179. <button class="button" data-sort-value="random">randomize</button>
  180. </div>
  181.  
  182. <!----- grid starts ----->
  183. <div class="grid">
  184. <div class="grid-sizer"></div>
  185.  
  186.  
  187. <!--- item starts --->
  188. <div class="item filter1"> <!-- filter names go here (without the .) -->
  189.  
  190. <!--- title --->
  191. <div class="title">
  192. <img src="IMAGE URL HERE" />
  193. <h1>Title</h1>
  194. </div>
  195.  
  196. <!--- rating --->
  197. <div class="rating">
  198. <i class="fas fa-star" style="color:#f5a623"></i>
  199. <i class="fas fa-star" style="color:#f5a623"></i>
  200. <i class="fas fa-star" style="color:#f5a623"></i>
  201. <i class="fas fa-star" style="color:#bbb"></i>
  202. <i class="fas fa-star" style="color:#bbb"></i>
  203. <span>[comment]</span>
  204. </div>
  205.  
  206. <!--- description --->
  207. <div class="desc">
  208. Here goes your description.
  209. </div>
  210.  
  211. <!--- progress bar --->
  212. <div class="progress">
  213. <span>last seen: episode 12</span>
  214. <div class="bar">
  215. <span class="bar-fill" style="width:70%;"></span> <!-- change percentage -->
  216. </div>
  217. </div>
  218.  
  219. </div>
  220. <!--- item ends --->
  221. <!--- copy & paste as needed --->
  222.  
  223.  
  224. </div>
  225. <!----- grid ends ----->
  226.  
  227.  
  228. <!----- credit----->
  229. <!----- do not remove or edit !----->
  230. <a href="https://venusthms.tumblr.com/" title="venusthms">
  231. <div class="venus-icon"></div>
  232. </a>
  233.  
  234. </body>
  235. </html>
Advertisement
Add Comment
Please, Sign In to add comment