Advertisement
word-bazaar

MUSE PAGE N° 1: A CHANGE OF HEART

Jul 3rd, 2017
1,905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.16 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. font-size:12px;
  46. background-color:#D8D8D8; /* change the background color here! */
  47. }
  48.  
  49.  
  50. a {
  51. font-size: 17px;
  52. font-family: 'Yellowtail'; /* change the links font here! */
  53. color: #444444; /* change the links color here! */
  54. text-decoration: none;
  55. -o-transition-duration: 3s;
  56. -webkit-transition-duration: 3s;
  57. -moz-transition-duration: 3s;
  58. }
  59.  
  60.  
  61. a:hover {
  62. color: #BBBBBB; /* change the links color on hover here! */
  63. text-decoration:none;
  64. cursor:pointer;
  65. -webkit-transition-duration: 0.5s;
  66. -moz-transition-duration: 0.5s;
  67. -o-transition-duration: 0.5s;
  68. -ms-transition-duration: 0.5s;
  69. text-decoration:none;
  70. text-shadow:1px 1px 10px white;
  71. }
  72.  
  73.  
  74. #containertitle {
  75. text-align: center;
  76. position: absolute;
  77. background-color: none;
  78. height: 200px;
  79. top: 0px;
  80. left: 28%;
  81. width: 630px;
  82. }
  83.  
  84.  
  85. #containertitle img{
  86. position: absolute;
  87. left: 7%;
  88. width: 540px; /* if you ever want to change the divider image, you can set it's width and height here */
  89. height: 140px;
  90. top: 90px;
  91. }
  92.  
  93.  
  94. #title {
  95. font-family: 'Great Vibes'; /* change the title's font here! you have the choice between 'Quicksand', 'Yellowtail', 'Great Vibes', 'Homemade Apple' and 'Pinyon Script'*/
  96. position: absolute;
  97. top: 30px;
  98. font-size: 50px;
  99. text-shadow: 2px 2px 3px #5C5C5C;
  100. color: black;
  101. width: 630px;
  102. text-align: center;
  103. }
  104.  
  105.  
  106. #nav {
  107. width: 630px;
  108. font-family: Times;
  109. position: absolute;
  110. top: 100px;
  111. text-align: center;
  112. font-size: 12px;
  113. color: black;
  114. word-spacing: 17px;
  115. }
  116.  
  117.  
  118. #nav a{
  119. font-family: Times;
  120. font-style: italic;
  121. font-size: 13px;
  122. }
  123.  
  124.  
  125. .grid {
  126. position: absolute;
  127. margin-left:238px;
  128. margin-right:auto;
  129. width:70%;
  130. text-align:left;
  131. top:230px; }
  132.  
  133.  
  134. .grid-item {
  135. width:210px;
  136. padding:10px;
  137. height:250px;
  138. display:inline-block;
  139. margin:5px;
  140. }
  141.  
  142.  
  143. .grid-item img {
  144. width:200px;
  145. height:200px;
  146. float:left;
  147. display:inline-block;
  148. margin-right:5px;
  149. margin-left:0px;
  150. margin-top:10px;
  151. padding:5px;
  152. border:1px solid #B5B5B5;
  153. }
  154.  
  155.  
  156. h1 {
  157. font-size:12px;
  158. font-family:'Quicksand';
  159. text-transform:uppercase;
  160. text-align:center;
  161. background:#eee;
  162. padding:5px;
  163. }
  164.  
  165.  
  166. #name {
  167. float:right;
  168. width:210px;
  169. margin-left:10px;
  170. color:black;
  171. padding:0px;
  172. font-size:15px;
  173. text-align:center;
  174. }
  175.  
  176.  
  177. #name:hover {
  178. color:black;
  179. -webkit-transition: all .3s;
  180. -moz-transition: all .3s;
  181. -o-transition: all .3s;
  182. -ms-transition: all .3s;
  183. transition: all .3s;
  184. }
  185.  
  186.  
  187. #ho:hover { opacity: 0.9;
  188. margin-top: -206px;
  189. margin-left:6px;
  190. }
  191.  
  192.  
  193. #ho { opacity: 0;
  194. width:200px;
  195. height:200px;
  196. font-size:10px;
  197. letter-spacing:2px;
  198. background:#F2F2F2;
  199. float:left;
  200. margin-top: -206px;
  201. margin-left: 6px;
  202. font-size: 10px;
  203. -webkit-transition: all 1.3s ease;
  204. -moz-transition: all 1.3s ease;
  205. -o-transition: all 1.3s ease;}
  206.  
  207.  
  208. #quo {float:left;
  209. position:static;
  210. font-family: Times;
  211. font-size: 11px;
  212. color: black;
  213. width:170px;
  214. height:170px;
  215. margin-top: 15px;
  216. margin-left: 15px;
  217. overflow: auto;
  218. text-align:justify;
  219. font-style:italic;
  220. }
  221.  
  222.  
  223. #credit a {
  224. position: fixed;
  225. text-align: center;
  226. padding:2px;
  227. right:20px;
  228. font-size: 13px;
  229. bottom:20px;
  230. color: #b7b7b7;
  231. font-family: Helvetica;
  232. -moz-transition-duration:0.5s;
  233. -webkit-transition-duration:0.5s;
  234. -o-transition-duration:0.5s;
  235. }
  236.  
  237.  
  238. #credit a:hover{
  239. position: fixed;
  240. text-align: center;
  241. right:20px;
  242. bottom:20px;
  243. font-style: italic;
  244. color: #b6b6b6;
  245. -moz-transition-duration:0.5s;
  246. -webkit-transition-duration:0.5s;
  247. -o-transition-duration:0.5s;
  248. }
  249.  
  250.  
  251.  
  252.  
  253. </style></head>
  254.  
  255. <div id="containertitle">
  256. <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!-->
  257.  
  258.  
  259. <div id="title">Muses</div> <!-- page title -->
  260.  
  261.  
  262. <div id="nav">
  263. <!-- change your links here :) -->
  264. <a href="/">home</a>
  265. <a href="/ask">message</a>
  266. <a href="/link">link</a>
  267. <a href="/link">link</a>
  268.  
  269. </div>
  270. </div>
  271.  
  272.  
  273.  
  274.  
  275. <!------------------------------!! MUSES !!-------------------------------->
  276.  
  277.  
  278. <div class="grid">
  279.  
  280.  
  281.  
  282. <!-- Muse starts here -->
  283. <div class="grid-item">
  284. <div id="name"><a href="/">Name</a></div><!-- Muse name -->
  285. <img src="http://placehold.it/200x200"><!-- Image, any size as long as it's square will do -->
  286. <div id="ho">
  287. <div id="quo">
  288. Write your description here! you can make it as long as you like.</div><!-- Description -->
  289. </div></div>
  290. <!-- Muse ends here -->
  291.  
  292.  
  293.  
  294. <!-- Muse starts here -->
  295. <div class="grid-item">
  296. <div id="name"><a href="/">Name</a></div>
  297. <img src="http://placehold.it/200x200">
  298. <div id="ho">
  299. <div id="quo">
  300. Write your description here! you can make it as long as you like.</div>
  301. </div></div>
  302. <!-- Muse ends here -->
  303.  
  304.  
  305.  
  306. <!-- Muse starts here -->
  307. <div class="grid-item">
  308. <div id="name"><a href="/">Name</a></div>
  309. <img src="http://placehold.it/200x200">
  310. <div id="ho">
  311. <div id="quo">
  312. Write your description here! you can make it as long as you like.</div>
  313. </div></div>
  314. <!-- Muse ends here -->
  315.  
  316.  
  317.  
  318. <!-- Muse starts here -->
  319. <div class="grid-item">
  320. <div id="name"><a href="/">Name</a></div>
  321. <img src="http://placehold.it/200x200">
  322. <div id="ho">
  323. <div id="quo">
  324. Write your description here! you can make it as long as you like.</div>
  325. </div></div>
  326. <!-- Muse ends here -->
  327.  
  328.  
  329.  
  330. <!-- Muse starts here -->
  331. <div class="grid-item">
  332. <div id="name"><a href="/">Name</a></div>
  333. <img src="http://placehold.it/200x200">
  334. <div id="ho">
  335. <div id="quo">
  336. Write your description here! you can make it as long as you like.</div>
  337. </div></div>
  338. <!-- Muse ends here -->
  339.  
  340.  
  341.  
  342. <!-- Muse starts here -->
  343. <div class="grid-item">
  344. <div id="name"><a href="/">Name</a></div>
  345. <img src="http://placehold.it/200x200">
  346. <div id="ho">
  347. <div id="quo">
  348. Write your description here! you can make it as long as you like.</div>
  349. </div></div>
  350. <!-- Muse ends here -->
  351.  
  352.  
  353.  
  354. <!-- Muse starts here -->
  355. <div class="grid-item">
  356. <div id="name"><a href="/">Name</a></div>
  357. <img src="http://placehold.it/200x200">
  358. <div id="ho">
  359. <div id="quo">
  360. Write your description here! you can make it as long as you like.</div>
  361. </div></div>
  362. <!-- Muse ends here -->
  363.  
  364.  
  365.  
  366. <!-- Muse starts here -->
  367. <div class="grid-item">
  368. <div id="name"><a href="/">Name</a></div>
  369. <img src="http://placehold.it/200x200">
  370. <div id="ho">
  371. <div id="quo">
  372. Write your description here! you can make it as long as you like.</div>
  373. </div></div>
  374. <!-- Muse ends here -->
  375.  
  376.  
  377.  
  378. <!-- Muse starts here -->
  379. <div class="grid-item">
  380. <div id="name"><a href="/">Name</a></div>
  381. <img src="http://placehold.it/200x200">
  382. <div id="ho">
  383. <div id="quo">
  384. Write your description here! you can make it as long as you like.</div>
  385. </div></div>
  386. <!-- Muse ends here -->
  387.  
  388.  
  389. <!-- Muse starts here -->
  390. <div class="grid-item">
  391. <div id="name"><a href="/">Name</a></div>
  392. <img src="http://placehold.it/200x200">
  393. <div id="ho">
  394. <div id="quo">
  395. Write your description here! you can make it as long as you like.</div>
  396. </div></div>
  397. <!-- Muse ends here -->
  398.  
  399.  
  400.  
  401. <!-- Muse starts here -->
  402. <div class="grid-item">
  403. <div id="name"><a href="/">Name</a></div>
  404. <img src="http://placehold.it/200x200">
  405. <div id="ho">
  406. <div id="quo">
  407. Write your description here! you can make it as long as you like.</div>
  408. </div></div>
  409. <!-- Muse ends here -->
  410.  
  411.  
  412.  
  413. <!-- Muse starts here -->
  414. <div class="grid-item">
  415. <div id="name"><a href="/">Name</a></div>
  416. <img src="http://placehold.it/200x200">
  417. <div id="ho">
  418. <div id="quo">
  419. Write your description here! you can make it as long as you like.</div>
  420. </div></div>
  421. <!-- Muse ends here -->
  422.  
  423.  
  424.  
  425. <!-- Muse starts here -->
  426. <div class="grid-item">
  427. <div id="name"><a href="/">Name</a></div>
  428. <img src="http://placehold.it/200x200">
  429. <div id="ho">
  430. <div id="quo">
  431. Write your description here! you can make it as long as you like.</div>
  432. </div></div>
  433. <!-- Muse ends here -->
  434.  
  435.  
  436.  
  437.  
  438. <!-- To add more muses, copy from HERE ..... -->
  439. <div class="grid-item">
  440. <div id="name"><a href="/">Name</a></div>
  441. <img src="http://placehold.it/200x200">
  442. <div id="ho">
  443. <div id="quo">
  444. Write your description here, you can make it as long as you like.</div>
  445. </div></div>
  446. <!-- .... TO HERE -->
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453. </div>
  454.  
  455. <!--- 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 ♡ --->
  456. <div id="credit">
  457. <p><a href="http://cassiopeis.tumblr.com" title="made by @cassiopeis">C.</a></p>
  458. </a></div>
  459.  
  460. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement