Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------------------------------------------------------------------------
- <!------------------------------------------------------------------------
- MUSE PAGE — SANDCASTLE
- ♡ made by http://cassiopeis.tumblr.com/ ♡
- - YOU MAY EDIT OR CHANGE AS MUCH AS YOU LIKE BUT
- !!!!! DO NOT REMOVE CREDIT !!!!!
- - IF YOU HAVE A QUESTION OR SOMETHING GOES WRONG, YOU CAN MESSAGE ME AT:
- http://cassiopeis.tumblr.com/
- PS: If you want to add a background instead of a plain color, scroll a little bit down until you see "body". paste the link to your background so that it looks like this: background: url('link of the image').
- -------------------------------------------------------------------------->
- <html>
- <head>
- <title>PAGE TITLE HERE</title> <!-- Page title goes here -->
- <link rel="shortcut icon" href="{Favicon}">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet">
- <style type="text/css">
- ::-webkit-scrollbar {width: 10px;}
- ::-webkit-scrollbar-track {background: #e3e3e0;}
- ::-webkit-scrollbar-thumb {background: #2c2c2c;}
- ::selection {background: #282828; color:white;}
- ::-moz-selection {background: #282828; color: white;}
- ::-webkit-selection {background: #282828; color:white;}
- a {
- color: #484848 ;
- text-decoration: none;
- -webkit-transition: all .3s ease-out;
- -moz-transition: all .3s ease-out;
- -ms-transition: all .3s ease-out;
- -o-transition: all .3s ease-out;
- transition: all .3s ease-out;
- }
- body {
- background-color: #f1eee6;
- font-size: 9px;
- font-family: Times;
- }
- #headerbox {
- background-color: #f1eee6;
- width: 1080px;
- height: 170px;
- position: fixed;
- top: 0px;
- z-index: 9999999;
- left: 50%;
- margin-left: -555px;
- text-align: center;
- }
- .title {
- position: fixed;
- z-index: 99999999;
- width: 700px;
- top: -25px;
- margin-left: 50px;
- text-align: left;
- text-transform: uppercase;
- font-family: 'Abril Fatface', cursive;
- font-size: 150px;
- color: black;
- letter-spacing: 5px;
- }
- .navigation a {
- margin-left: 20px;
- position: fixed;
- text-align: justify;
- font-family: Times;
- color: black;
- z-index: 999999999;
- height: 35px;
- background-image: url("https://66.media.tumblr.com/708b870b50e16a14735a2dbcdc2db21d/tumblr_olv0zt7QxX1s1bwvio1_r1_500.gif");
- width: 35px;
- border-radius: 100%;
- color: white;
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- .navigation a:hover {
- margin-left: 20px;
- color: #f1eee6;
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- .navigation i {
- padding-top: 9px;
- padding-left: 11px;
- }
- .navilink1 {
- margin-top: -20px;
- margin-left: 200px;
- font-size: 16px;
- }
- .navilink2 {
- margin-top: 65px;
- margin-left: 320px;
- font-size: 15px;
- }
- .navilink3 {
- margin-top: 65px;
- margin-left: 440px;
- font-size: 13px;
- }
- .navilink4 {
- margin-top: 65px;
- margin-left: 560px;
- font-size: 14px;
- }
- .subquote {
- text-align: left;
- font-family: Times;
- font-size: 13px;
- letter-spacing: 0.4px;
- margin-top: 130px;
- width: 355px;
- margin-left: 640px;
- z-index: 99999999;
- line-height: 15px;
- border-left: 2px solid #B5B5B5;
- }
- .subquote p {padding-left: 8px;}
- #container {
- position: absolute;
- left: 50%;
- margin-left: -555px;
- width: 1110px;
- top: 65%;
- margin-top: -320px;
- margin-bottom: 45px;
- }
- .musebox {
- background: #eee;
- width: 250px;
- padding: 10px;
- height: 90px;
- display: inline-block;
- margin: 50px;
- margin-top: 30px;
- margin-left: 50px;
- background-image: url("https://66.media.tumblr.com/708b870b50e16a14735a2dbcdc2db21d/tumblr_olv0zt7QxX1s1bwvio1_r1_500.gif");
- }
- .musebox img {
- width: 110px;
- height: 110px;
- float: left;
- display: inline-block;
- margin-left: -10px;
- margin-right: 5px;
- margin-top: -10px;
- padding: 0px;
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -ms-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- .musebox img:hover {
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -ms-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- filter: grayscale(100%);
- }
- #name {
- background: #eee;
- font-family: Times;
- float: right;
- width: 125px;
- margin-left: 10px;
- font-weight: 400;
- color: #ab9292;
- padding: 5px;
- font-size: 8px;
- text-align: center;
- text-transform:uppercase;
- letter-spacing: 2px;
- }
- #description {
- color: #898383;
- float: right;
- font-size: 11px;
- letter-spacing: 1px;
- font-family: Times;
- width: 125px;
- padding: 5px;
- margin-top: 6px;
- background-color: black;
- height: 45px;
- overflow: auto;
- text-align: justify;
- line-height: 12px;
- }
- #credit a {
- position: fixed;
- padding: 2px;
- right: 20px;
- font-size: 11px;
- bottom: 20px;
- color: black;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #credit a:hover {
- position: fixed;
- text-align: center;
- right: 20px;
- bottom: 20px;
- font-style: italic;
- color: #b4a57c;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div id="headerbox">
- <div class="title">muses;</div>
- <div class="navigation">
- <div class="navilink1"><a href="LINK URL HERE"><i class="fa fa-home" aria-hidden="true" title="LINK TITLE HERE"> </i></a></div><!-- navigation link 1 -->
- <div class="navilink2"><a href="LINK URL HERE"><i class="fa fa-bars" aria-hidden="true" title="LINK TITLE HERE"> </i></a></div><!-- navigation link 2 -->
- <div class="navilink3"><a href="LINK URL HERE"><i class="fa fa-envelope" aria-hidden="true" title="LINK TITLE HERE"> </i></a></div><!-- navigation link 3 -->
- <div class="navilink4"><a href="LINK URL HERE"><i class="fa fa-file-text" aria-hidden="true" title="LINK TITLE HERE"> </i></a></div><!-- navigation link 4 -->
- </div>
- <div class="subquote">
- <p>“A daily dose of daydreaming heals the heart, soothes the soul, and strengthens the imagination.”</p><!-- little quote goes here, try to keep it no longer than two lines -->
- </div>
- </div>
- <div id="container">
- <!-- MUSE BOX BEGINS HERE -->
- <div class="musebox">
- <div id="name"> TITLE GOES HERE </div>
- <a href="LINK GOES HERE">
- <img src="https://nsa40.casimages.com/img/2020/01/19/200119015526358218.png"></a><!-- picture goes here -->
- <div id="description"> <!-- you can make the description as long as you wish -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac sodales risus.
- </div>
- </div>
- <!-- MUSE BOX ENDS HERE -->
- <!-- MUSE BOX BEGINS HERE -->
- <div class="musebox">
- <div id="name"> TITLE GOES HERE </div>
- <a href="LINK GOES HERE">
- <img src="https://nsa40.casimages.com/img/2020/01/19/200119015526358218.png"></a><!-- picture goes here -->
- <div id="description"> <!-- you can make the description as long as you wish -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac sodales risus.
- </div>
- </div>
- <!-- MUSE BOX ENDS HERE -->
- <!-- MUSE BOX BEGINS HERE -->
- <div class="musebox">
- <div id="name"> TITLE GOES HERE </div>
- <a href="LINK GOES HERE">
- <img src="https://nsa40.casimages.com/img/2020/01/19/200119015526358218.png"></a><!-- picture goes here -->
- <div id="description"> <!-- you can make the description as long as you wish -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac sodales risus.
- </div>
- </div>
- <!-- MUSE BOX ENDS HERE -->
- <!-- MUSE BOX BEGINS HERE -->
- <div class="musebox">
- <div id="name"> TITLE GOES HERE </div>
- <a href="LINK GOES HERE">
- <img src="https://nsa40.casimages.com/img/2020/01/19/200119015526358218.png"></a><!-- picture goes here -->
- <div id="description"> <!-- you can make the description as long as you wish -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac sodales risus.
- </div>
- </div>
- <!-- MUSE BOX ENDS HERE -->
- <!-- MUSE BOX BEGINS HERE -->
- <div class="musebox">
- <div id="name"> TITLE GOES HERE </div>
- <a href="LINK GOES HERE">
- <img src="https://nsa40.casimages.com/img/2020/01/19/200119015526358218.png"></a><!-- picture goes here -->
- <div id="description"> <!-- you can make the description as long as you wish -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac sodales risus.
- </div>
- </div>
- <!-- MUSE BOX ENDS HERE -->
- <!-- MUSE BOX BEGINS HERE -->
- <div class="musebox">
- <div id="name"> TITLE GOES HERE </div>
- <a href="LINK GOES HERE">
- <img src="https://nsa40.casimages.com/img/2020/01/19/200119015526358218.png"></a><!-- picture goes here -->
- <div id="description"> <!-- you can make the description as long as you wish -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac sodales risus.
- </div>
- </div>
- <!-- MUSE BOX ENDS HERE -->
- <!-- MUSE BOX BEGINS HERE -->
- <div class="musebox">
- <div id="name"> TITLE GOES HERE </div>
- <a href="LINK GOES HERE">
- <img src="https://nsa40.casimages.com/img/2020/01/19/200119015526358218.png"></a><!-- picture goes here -->
- <div id="description"> <!-- you can make the description as long as you wish -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac sodales risus.
- </div>
- </div>
- <!-- MUSE BOX ENDS HERE -->
- <!-- MUSE BOX BEGINS HERE -->
- <div class="musebox">
- <div id="name"> TITLE GOES HERE </div>
- <a href="LINK GOES HERE">
- <img src="https://nsa40.casimages.com/img/2020/01/19/200119015526358218.png"></a><!-- picture goes here -->
- <div id="description"> <!-- you can make the description as long as you wish -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac sodales risus.
- </div>
- </div>
- <!-- MUSE BOX ENDS HERE -->
- <!-- MUSE BOX BEGINS HERE -->
- <div class="musebox">
- <div id="name"> TITLE GOES HERE </div>
- <a href="LINK GOES HERE">
- <img src="https://nsa40.casimages.com/img/2020/01/19/200119015526358218.png"></a><!-- picture goes here -->
- <div id="description"> <!-- you can make the description as long as you wish -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac sodales risus.
- </div>
- </div>
- <!-- MUSE BOX ENDS HERE -->
- <!-- MUSE BOX BEGINS HERE -->
- <div class="musebox">
- <div id="name"> TITLE GOES HERE </div>
- <a href="LINK GOES HERE">
- <img src="https://nsa40.casimages.com/img/2020/01/19/200119015526358218.png"></a><!-- picture goes here -->
- <div id="description"> <!-- you can make the description as long as you wish -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac sodales risus.
- </div>
- </div>
- <!-- MUSE BOX ENDS HERE -->
- </div>
- <!--- The is the credit. DO NO REMOVE THIS PART!!!! --->
- <div id="credit">
- <p><a href="https://cassiopeis.tumblr.com"><i class="fa fa-star fa-spin" aria-hidden="true" title="@cassiopeis"></i></a></p>
- </a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment