Advertisement
heartilys

WE-THEFAIRFOLK MUSE PAGE

Aug 26th, 2019
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. <!-- PAGE BY EVIE , @ DIAMCNDCLAWS
  2. CREATED FOR @WE-THEFAIRFOLK'S PERSONAL USE. DO NOT STEAL! -->
  3.  
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7.  
  8. <title>MUSE LIST</title> <!--- Change the title of your page here. This is the title that shows up on your browser's tab. --->
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11.  
  12.  
  13. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  14.  
  15. <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap" rel="stylesheet">
  16.  
  17. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  18.  
  19. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  20. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.2/isotope.pkgd.min.js"></script>
  21. <script type="text/javascript">
  22. $(document).ready( function() {
  23. // init Isotope
  24. var $grid = $('.musecon').isotope({
  25. itemSelector: '.muse'
  26. });
  27.  
  28. // store filter for each group
  29. var filters = {};
  30.  
  31. $('.filters').on( 'click', '.button', function() {
  32. var $this = $(this);
  33. // get group key
  34. var $buttonGroup = $this.parents('.button-group');
  35. var filterGroup = $buttonGroup.attr('data-filter-group');
  36. // set filter for group
  37. filters[ filterGroup ] = $this.attr('data-filter');
  38. // combine filters
  39. var filterValue = concatValues( filters );
  40. // set filter for Isotope
  41. $grid.isotope({ filter: filterValue });
  42. });
  43.  
  44. // change is-checked class on buttons
  45. $('.button-group').each( function( i, buttonGroup ) {
  46. var $buttonGroup = $( buttonGroup );
  47. $buttonGroup.on( 'click', 'button', function() {
  48. $buttonGroup.find('.is-checked').removeClass('is-checked');
  49. $( this ).addClass('is-checked');
  50. });
  51. });
  52.  
  53. });
  54.  
  55. // flatten object by concatting values
  56. function concatValues( obj ) {
  57. var value = '';
  58. for ( var prop in obj ) {
  59. value += obj[ prop ];
  60. }
  61. return value;
  62. }
  63. </script>
  64.  
  65.  
  66.  
  67.  
  68. <style>
  69.  
  70. @font-face { font-family:'comic neue sans'; src: url('https://dl.dropboxusercontent.com/s/5uoi6gv2usk1ojb/ComicNeueSansID.ttf') ;}
  71.  
  72. /* LINKS, BOLDS, & HEADINGS */
  73.  
  74. a {
  75. color:#8b8fc9; /* Link colour */
  76. text-decoration:none;
  77. font-weight:bold;
  78. }
  79.  
  80. b, strong {
  81. font-weight:bold;
  82. color:#164160; /* Colour of bolded items */
  83. font-family: 'Open Sans', sans-serif;
  84. font-weight:bold;
  85. }
  86.  
  87. u {
  88. color:#164160; /* Colour of underlined items */
  89. text-decoration:underline;
  90. }
  91.  
  92. i, em {
  93. color:#164160; /* Colour of italic items */
  94. font-weight:800;
  95. font-style:italic;
  96. }
  97.  
  98. body {
  99. background-color:#000; /* Page background */
  100. font-family: 'Open Sans', sans-serif;
  101. font-size:10.5px;
  102. color:#164160; /* Main text colour. */
  103. line-height:1.5;
  104. letter-spacing:.5px;
  105.  
  106. }
  107.  
  108. #cont {
  109. position:fixed;
  110. margin:auto;
  111. top:0px;
  112. bottom:0px;
  113. left:0px;
  114. right:0px;
  115. width:1100px;
  116. height:100%;
  117. overflow:hidden;
  118. }
  119.  
  120. #title {
  121. width:800px;
  122. height:10%;
  123. margin-top:1.5%;
  124. margin-left:150px;
  125. position:absolute;
  126. text-align:center;
  127. font-family:'comic neue sans';
  128. font-size:32px;
  129. font-weight:bold;
  130. line-height:44px;
  131. text-transform:uppercase;
  132. letter-spacing:1px;
  133. background: red;
  134. background: -webkit-linear-gradient(right, red, orange , yellow, green, cyan, blue, violet);
  135. background: -o-linear-gradient(left, red, orange, yellow, green, cyan, blue, violet);
  136. background: -moz-linear-gradient(left, red, orange, yellow, green, cyan, blue, violet);
  137. background: linear-gradient(to left, red, orange , yellow, green, cyan, blue, violet);
  138. -webkit-background-clip: text;
  139. -webkit-text-fill-color: transparent;
  140. z-index:9999;
  141. }
  142.  
  143. #nav {
  144. width:600px;
  145. margin-top:-10px;
  146. margin-left:100px;
  147. text-align:center;
  148. background-image:url('https://static.tumblr.com/6ca53f3be0199f8bf8eb1bb43440ebf9/dxziwmo/14fptdwq6/tumblr_static_8ymgsbo6jisc8cw080cosksos.gif');
  149. }
  150.  
  151. #nav a {
  152. padding-left:40px;
  153. padding-right:40px;
  154. padding-bottom:5px;
  155. -webkit-text-fill-color:#8b8fc9; /* Link colour beneath page title */
  156. font-size:14px;
  157. font-weight:800;
  158. text-transform:uppercase;
  159. font-family:'open sans';
  160. border-bottom:1px dashed #d3e5f8;
  161. }
  162.  
  163. .musecon {
  164. width:1100px;
  165. max-height:87%;
  166. margin-top:10%;
  167. margin-left:5px;
  168. overflow-y:scroll;
  169. }
  170.  
  171. .musecon::-webkit-scrollbar-thumb {
  172. height:9px;
  173. border:7px solid #000;
  174. background-color:#cecece; /* scrollbar color */
  175. }
  176.  
  177. .musecon::-webkit-scrollbar {
  178. width:15px;
  179. height:4px;
  180. border:7px solid #000;
  181. background:#000;
  182. margin-right:5px;
  183. }
  184.  
  185. .muse {
  186. background-color:#d3e5f8; /* colour of muse boxes */
  187. width:308px;
  188. height:310px;
  189. padding:14px;
  190. overflow:hidden;
  191. margin-top:15px;
  192. margin-left:15px;
  193. border-radius:5px;
  194. border:2px outset #fff;
  195. }
  196.  
  197. #micon {
  198. width:90px;
  199. height:90px;
  200. margin-top:10px;
  201. }
  202.  
  203.  
  204. #micon img {
  205. width:90px;
  206. height:90px;
  207. border-radius:90px;
  208. margin-top:5px;
  209. margin-left:5px;
  210. }
  211.  
  212. #name {
  213. color:#164160; /* colour of muse name */
  214. letter-spacing:1px;
  215. font-size:22px;
  216. text-transform:uppercase;
  217. font-weight:bold;
  218. font-family: 'Roboto', sans-serif;
  219. text-align:center;
  220. margin-top:-5px;
  221. margin-left:5px;
  222. width:285px;
  223. height:auto;
  224. }
  225.  
  226. #source {
  227. width:165px;
  228. color:#164160; /* colour of series name */
  229. text-align:center;
  230. font-weight:bold;
  231. font-style:italic;
  232. text-transform:uppercase;
  233. margin-top:-65px;
  234. margin-left:115px;
  235. background-color:#fff;
  236. padding:6px;
  237. border:4px double #000;
  238. border-radius:5px;
  239. }
  240.  
  241. #mnav {
  242. margin-top:0px;
  243. margin-left:105px;
  244. text-align:center;
  245. word-spacing:10px;
  246. position:relative;
  247. font-size:12px;
  248. }
  249.  
  250. #mnav a {
  251. color:#8b8fc9; /* link colour of muse nav */
  252. font-weight:800;
  253. text-transform:uppercase;
  254. padding:3px 8px 3px 8px;
  255. display:inline-block;
  256. }
  257.  
  258. #desc {
  259. width:283px;
  260. height:65px;
  261. padding:10px;
  262. margin-top:30px;
  263. color:#8b8fc9;
  264. font-family: 'Open Sans', sans-serif;
  265. font-size:11px;
  266. text-align:justify;
  267. overflow:hidden;
  268. font-weight:400;
  269. border:2px dashed #fff;
  270. background-color:#5c5a7e;
  271. position:absolute;
  272. }
  273.  
  274. #ex {
  275. width:275px;
  276. height:auto;
  277. margin-top:130px;
  278. margin-left:0px;
  279. padding-left:15px;
  280. padding-right:15px;
  281. position:absolute;
  282. }
  283.  
  284. info {
  285. color:#164160; /* text colour of info boxes */
  286. text-transform:uppercase;
  287. text-align:center;
  288. font-size:10.5px;
  289. background-color:#c1e6ff; /* bg colour of info boxes (for age, gender, etc.) */
  290. line-height:30px;
  291. border:2px inset #fff;
  292. margin-left:10px;
  293. margin-right:10px;
  294. padding:3px 8px 3px 8px;
  295. }
  296.  
  297. #credit {
  298. position:fixed;
  299. bottom:12px;
  300. right:8px;
  301. font-size:15px;
  302. }
  303.  
  304. #credit a {
  305. width:60px;
  306. height:60px;
  307. color:#164160;
  308. padding:4px 6px 2px 6px;
  309. text-shadow:none;
  310. background-color:#d3e5f8;
  311. }
  312.  
  313. </style>
  314.  
  315. </head>
  316. <body>
  317.  
  318. <div id="cont">
  319.  
  320. <div id="title">we-thefairfolk's muses <!-- page title , change it to whatever you want! -->
  321.  
  322. <div id="nav"><a href="urlhere">back</a> <a href="urlhere">rules</a> <a href="urlhere">mun</a> <a href="urlhere">dash</a></div> <!-- replace urlhere with your links. change the titles to whatever you want -->
  323.  
  324. </div>
  325.  
  326. <div class="musecon">
  327.  
  328. <!--- MUSE START --->
  329.  
  330. <div class="muse">
  331. <div id="name"> muse name </div>
  332.  
  333. <div id="micon"><img src="urlhere"></div> <!-- replace urlhere with your icon link -->
  334.  
  335. <div id="source">series name</div>
  336. <div id="mnav"> <a href="urlhere">bio</a> • <a href="urlhere">tag</a> </div>
  337.  
  338. <div id="desc"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis quam accumsan, hendrerit augue vel, volutpat est. Quisque laoreet eros suscipit facilisis congue. </div>
  339.  
  340. <div id="ex"> <info>## years</info> <info>dragon</info> <info>gender</info> <info>sexuality</info> <info>residence</info> <info>etc</info> </div>
  341.  
  342.  
  343. </div>
  344.  
  345. <!--- MUSE END --->
  346.  
  347.  
  348. </div>
  349. </div>
  350.  
  351.  
  352. <div id="credit"><a href="http://diamcndclaws.tumblr.com" title="coded by evie !"><span class="th th-heart-1"></span></a></div>
  353.  
  354. </body>
  355. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement