Advertisement
word-bazaar

MUSE PAGE N° 4: DUST AND GOLD

Jul 4th, 2018 (edited)
513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1. <!------------------------------------------------------------------------
  2. <!------------------------------------------------------------------------
  3.  
  4. ♡ made by http://cassiopeis.tumblr.com/ ♡
  5.  
  6. — Hey ! Thanks for using this page theme. You may edit it, change it, eat it, do whatever you want with it as long as you DON'T DELETE THE CREDITS.
  7.  
  8. — If you have a question or something goes wrong, please message me privately (or shoot me an ask, your pick).
  9.  
  10.  
  11. -------------------------------------------------------------------------->
  12.  
  13.  
  14.  
  15.  
  16. <!DOCTYPE html>
  17.  
  18. <head>
  19.  
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href={Favicon}>
  23.  
  24.  
  25. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
  28.  
  29. <link href="https://fonts.googleapis.com/css?family=Yellowtail" rel="stylesheet">
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet">
  32.  
  33. <link href="https://fonts.googleapis.com/css?family=Homemade+Apple" rel="stylesheet">
  34.  
  35. <link href="https://fonts.googleapis.com/css?family=Pinyon+Script" rel="stylesheet">
  36.  
  37.  
  38.  
  39.  
  40.  
  41. <style>
  42.  
  43.  
  44. body {
  45. background: url('https://nsa39.casimages.com/img/2018/07/04/180704074430779008.png') no-repeat center center fixed; /* change the background image here! */
  46. background-color:#D8D8D8; /* change the background color here! */
  47. -webkit-background-size: cover;
  48. -moz-background-size: cover;
  49. -o-background-size: cover;
  50. background-size: cover;
  51. font-size:12px;
  52. }
  53.  
  54.  
  55. a {
  56. font-size: 24px;
  57. font-family: 'Great Vibes'; /* change the links font here! you have the choice between 'Quicksand', 'Yellowtail', 'Great Vibes', 'Homemade Apple' and 'Pinyon Script'*/
  58. color: #444444; /* change the links color here! */
  59. text-decoration: none;
  60. -o-transition-duration: 3s;
  61. -webkit-transition-duration: 3s;
  62. -moz-transition-duration: 3s;
  63. }
  64.  
  65.  
  66. a:hover {
  67. color: #BBBBBB; /* change the links color on hover here! */
  68. text-decoration:none;
  69. cursor:pointer;
  70. -webkit-transition-duration: 0.5s;
  71. -moz-transition-duration: 0.5s;
  72. -o-transition-duration: 0.5s;
  73. -ms-transition-duration: 0.5s;
  74. text-decoration:none;
  75. text-shadow:1px 1px 10px white;
  76. }
  77.  
  78.  
  79. #containertitle {
  80. text-align: center;
  81. position: absolute;
  82. background-color: none;
  83. height: 200px;
  84. top: 0px;
  85. left: 28%;
  86. width: 630px;
  87. }
  88.  
  89.  
  90. #containertitle img{
  91. position: absolute;
  92. left: 7%;
  93. width: 540px; /* if you ever want to change the divider image, you can set it's width and height here */
  94. height: 140px;
  95. top: 90px;
  96. }
  97.  
  98.  
  99. #title {
  100. font-family: 'Pinyon Script'; /* change the title's font here! you have the choice between 'Quicksand', 'Yellowtail', 'Great Vibes', 'Homemade Apple' and 'Pinyon Script'*/
  101. position: absolute;
  102. top: 30px;
  103. font-size: 50px;
  104. text-shadow: 2px 2px 3px #5C5C5C;
  105. color: black;
  106. width: 630px;
  107. text-align: center;
  108. }
  109.  
  110.  
  111. #nav {
  112. width: 630px;
  113. font-family: Times;
  114. position: absolute;
  115. top: 100px;
  116. text-align: center;
  117. font-size: 12px;
  118. color: black;
  119. word-spacing: 17px;
  120. }
  121.  
  122.  
  123. #nav a{
  124. font-family: Times;
  125. font-style: italic;
  126. font-size: 13px;
  127. }
  128.  
  129.  
  130. .grid {
  131. position: absolute;
  132. margin-left:214px;
  133. margin-right:auto;
  134. width:70%;
  135. text-align:center;
  136. top:230px; }
  137.  
  138.  
  139. .grid-item {
  140. width:260px;
  141. height: 365px;
  142. padding:10px;
  143. display:inline-block;
  144. margin:5px;
  145. background-image: url('https://i.pinimg.com/originals/a8/99/15/a89915d8f4357d68d258a9668b27a566.png');/* this is the portrait picture, you can change it if you want to but it might be complicated because you have to change all the dimensions afterwards, so unless you're familiar with coding, i don't recommend */
  146. background-size: 260px;
  147. background-repeat: no-repeat;
  148. }
  149.  
  150.  
  151. .grid-item img {
  152. width:192px;
  153. height:238px;
  154. float:left;
  155. display:inline-block;
  156. margin-left:19px;
  157. margin-top:63px;
  158. padding:5px;
  159. border-radius: 100%;
  160. }
  161.  
  162.  
  163. #ho:hover {
  164. opacity: 0.9;
  165. margin-top: 68px;
  166. margin-left:24px;
  167. border-radius: 100%;
  168. }
  169.  
  170.  
  171. #ho {
  172. opacity: 0;
  173. width:192px;
  174. height:238px;
  175. font-size:10px;
  176. letter-spacing:2px;
  177. background:#F2F2F2;
  178. float:left;
  179. border-radius: 100%;
  180. margin-top: 68px;
  181. margin-left: 24px;
  182. font-size: 10px;
  183. -webkit-transition: all 1.3s ease;
  184. -moz-transition: all 1.3s ease;
  185. -o-transition: all 1.3s ease;}
  186.  
  187.  
  188. #quo {
  189. float:left;
  190. position:static;
  191. font-family: Times;
  192. font-size: 11px;
  193. color: #777777;
  194. width:175px;
  195. height:231px;
  196. margin-top: 3px;
  197. margin-left: 9px;
  198. border-radius: 100%;
  199. overflow: auto;
  200. text-align:justify;
  201. font-style:italic;
  202. }
  203.  
  204.  
  205. #quo p{
  206. padding-top: 64px;
  207. line-height: 20px;
  208. text-align: center;
  209. }
  210.  
  211.  
  212. #credit a {
  213. position: fixed;
  214. text-align: center;
  215. padding:2px;
  216. right:20px;
  217. font-size: 13px;
  218. bottom:20px;
  219. color: #b7b7b7;
  220. font-family: Helvetica;
  221. -moz-transition-duration:0.5s;
  222. -webkit-transition-duration:0.5s;
  223. -o-transition-duration:0.5s;
  224. }
  225.  
  226.  
  227. #credit a:hover{
  228. position: fixed;
  229. text-align: center;
  230. right:20px;
  231. bottom:20px;
  232. font-style: italic;
  233. color: #b6b6b6;
  234. -moz-transition-duration:0.5s;
  235. -webkit-transition-duration:0.5s;
  236. -o-transition-duration:0.5s;
  237. }
  238.  
  239.  
  240.  
  241.  
  242. </style></head>
  243.  
  244. <div id="containertitle">
  245. <img src=" http://midnightsocietytales.com/wp-content/uploads/2014/02/Divider-1.png" /></p><!-- this is the divider image, you can change it if you want to but don't forget to set the size too!-->
  246.  
  247.  
  248. <div id="title">The Portraits</div> <!-- page title -->
  249.  
  250.  
  251. <div id="nav">
  252. <!-- change your links here :) -->
  253. <a href="/">Home</a>
  254. <a href="/ask">Message</a>
  255. <a href="http://scottpilgvrim.tumblr.com/">Credits</a>
  256. <a href="/link">Link</a>
  257.  
  258. </div>
  259. </div>
  260.  
  261.  
  262.  
  263.  
  264. <!------------------------------!! MUSES !!-------------------------------->
  265.  
  266.  
  267. <div class="grid">
  268.  
  269.  
  270. <!-- Muse box starts here -->
  271. <div class="grid-item">
  272. <img src="http://placehold.it/192x238"><!-- Yes, this image size is horrible BUT you don't need it to be exactly 192x238, just try to find larger pictures that seem to fit more or less -->
  273. <div id="ho">
  274. <div id="quo">
  275. <!-- If the text isn't well centered, add some <br> here -->
  276. <p><a href="/">Name</a><br>
  277. “Beauty is terror. Whatever we call beautiful, we quiver before it.”</p></div><!-- Insert a quote or a small description here, you can actually make it as long as you wish but it won't be very pretty? -->
  278. </div></div>
  279. <!-- Muse box ends here -->
  280.  
  281.  
  282.  
  283. <!-- Muse box starts here -->
  284. <div class="grid-item">
  285. <img src="http://placehold.it/192x238">
  286. <div id="ho">
  287. <div id="quo">
  288. <!-- If the text isn't well centered, add some <br> here -->
  289. <p><a href="/">Name</a><br>
  290. “Beauty is terror. Whatever we call beautiful, we quiver before it.”</p></div>
  291. </div></div>
  292. <!-- Muse box ends here -->
  293.  
  294.  
  295.  
  296. <!-- Muse box starts here -->
  297. <div class="grid-item">
  298. <img src="http://placehold.it/192x238">
  299. <div id="ho">
  300. <div id="quo">
  301. <!-- If the text isn't well centered, add some <br> here -->
  302. <p><a href="/">Name</a><br>
  303. “Beauty is terror. Whatever we call beautiful, we quiver before it.”</p></div>
  304. </div></div>
  305. <!-- Muse box ends here -->
  306.  
  307. <br>
  308.  
  309. <!-- Muse box starts here -->
  310. <div class="grid-item">
  311. <img src="http://placehold.it/192x238">
  312. <div id="ho">
  313. <div id="quo">
  314. <!-- If the text isn't well centered, add some <br> here -->
  315. <p><a href="/">Name</a><br>
  316. “Beauty is terror. Whatever we call beautiful, we quiver before it.”</p></div>
  317. </div></div>
  318. <!-- Muse box ends here -->
  319.  
  320.  
  321.  
  322. <!-- Muse box starts here -->
  323. <div class="grid-item">
  324. <img src="http://placehold.it/192x238">
  325. <div id="ho">
  326. <div id="quo">
  327. <!-- If the text isn't well centered, add some <br> here -->
  328. <p><a href="/">Name</a><br>
  329. “Beauty is terror. Whatever we call beautiful, we quiver before it.”</p></div>
  330. </div></div>
  331. <!-- Muse box ends here -->
  332.  
  333. <br>
  334.  
  335. <!-- Muse box starts here -->
  336. <div class="grid-item">
  337. <img src="http://placehold.it/192x238">
  338. <div id="ho">
  339. <div id="quo">
  340. <!-- If the text isn't well centered, add some <br> here -->
  341. <p><a href="/">Name</a><br>
  342. “Beauty is terror. Whatever we call beautiful, we quiver before it.”</p></div>
  343. </div></div>
  344. <!-- Muse box ends here -->
  345.  
  346.  
  347.  
  348. <!-- Muse box starts here -->
  349. <div class="grid-item">
  350. <img src="http://placehold.it/192x238">
  351. <div id="ho">
  352. <div id="quo">
  353. <!-- If the text isn't well centered, add some <br> here -->
  354. <p><a href="/">Name</a><br>
  355. “Beauty is terror. Whatever we call beautiful, we quiver before it.”</p></div>
  356. </div></div>
  357. <!-- Muse box ends here -->
  358.  
  359.  
  360.  
  361. <!-- Muse box starts here -->
  362. <div class="grid-item">
  363. <img src="http://placehold.it/192x238">
  364. <div id="ho">
  365. <div id="quo">
  366. <!-- If the text isn't well centered, add some <br> here -->
  367. <p><a href="/">Name</a><br>
  368. “Beauty is terror. Whatever we call beautiful, we quiver before it.”</p></div>
  369. </div></div>
  370. <!-- Muse box ends here -->
  371.  
  372.  
  373. <br>
  374.  
  375.  
  376.  
  377. </div>
  378.  
  379. <!--- The is the credit. Don't. Touch. This. Part. If you delete or edit it so that it isn't visible anymore, I swear I will find you and destroy you. Enjoy the theme otherwise ♡ --->
  380. <div id="credit">
  381. <p><a href="http://cassiopeis.tumblr.com" title="made by @cassiopeis">S.</a></p>
  382. </a></div>
  383.  
  384. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement