Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- (BASE) THEME BY INIZIARE -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </head>
- <!-- The header image dimensions are 262px by 48px.
- Anything bigger will be clipped/hidden, not resized.
- Want to change the color of things but unsure of where it is in the CSS?
- Simply press Ctrl+F and do a search:
- TITLE COLOR - If you want to change the color of 'MUSE # NAME HERE'
- LINKS COLOR - If you want to change the color of 'THREADS', 'VISAGE', etc.
- If you want to add extra muse boxes, simply copy the entire code of one of the muse boxes. An entire muse box, by default, looks like this:
- https://i.gyazo.com/25ffa8cbd736ce7ad54e7103cc6571c3.png
- Good luck and have fun! -->
- <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- border-left:1px solid #151515;
- border-top:1px solid #151515;
- border-bottom:1px solid #151515;
- background-color:#030303!important;
- }
- ::-webkit-scrollbar-track {
- border-left:0px solid #0b0b0b;
- background-color:#000000;
- }
- ::-webkit-scrollbar {
- height:2px;
- width:6px;
- border-left:0px solid #0b0b0b;
- background-color:#000000;
- }
- body {
- background-image:url('https://cdn.discordapp.com/attachments/668183229848748032/717402325437906994/BG04.png');
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:top left;
- background-color:#000000;
- color:#c6c6c6;
- font-family:calibri;
- font-size:10px;
- }
- b, bold, strong {
- font-size:9.5px;
- font-family: calibri;
- text-transform:uppercase;
- letter-spacing:-0.05px;
- font-weight:bold;
- color:#555555;
- text-shadow: 0px 0px 1px #555555;
- padding-right:0px;
- padding-left:0px;
- text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
- }
- em, i, italic {
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:9.5px;
- line-height:10px;
- text-shadow: 0px 0px 1px #000;
- color:#ffffff;
- text-transform:uppercase;
- }
- #outercontainer {
- position: absolute;
- left: 50%;
- top: 50%;
- margin-left: -444px;
- margin-top: -375px;
- width:787px;
- height:707px;
- border:1px solid #151515;
- background:rgba(0,0,0,.75);
- }
- #topbar {
- margin-top:-1px;
- margin-left:-1px;
- margin-bottom:0px;
- height:25px;
- }
- .toplinks {
- text-align:center;
- line-height:25px;
- }
- .toplinks a {
- text-transform:uppercase;
- color:#474747;
- font-family:calibri;
- text-decoration:none!important;
- font-family:9px;
- font-weight:bold;
- margin-right:165px;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .toplinks a:hover {
- color:#ffffff;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .toplinks a:last-child {
- margin-right:0px;
- }
- #middlecontainer {
- border:1px solid #151515;
- overflow-y:scroll;
- width:787px;
- height:653px;
- margin-left:-1px;
- }
- #innercontainer {
- margin-left:26px;
- margin-top:26px;
- }
- #bottombar {
- height:25px;
- margin-left:-1px;
- margin-top:-1px;
- }
- #bottomlinks {
- text-align:center;
- line-height:25px;
- margin-left:0px;
- }
- #bottomlinks a {
- text-transform:uppercase;
- color:#555555;
- font-family:calibri;
- text-decoration:none!important;
- font-family:9px;
- font-weight:bold;
- margin-right:200px;
- text-shadow: 0px 0px 1px #555555;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- #bottomlinks a:hover {
- color:#ffffff;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- #bottomlinks a:last-child {
- margin-right:0px;
- }
- .mbox {
- position:relative;
- float:left;
- width:227px;
- margin-top:-1px;
- border:0px solid #151515;
- margin-left:-1px;
- margin-right:27px;
- margin-bottom:35px;
- }
- .mbox:nth-of-type(3n) {
- margin-right:0px!important;
- }
- .mimage {
- outline:1px solid #151515;
- height:171px;
- max-height:171px;
- overflow:hidden;
- margin-top:0px;
- margin-bottom:2px;
- margin-left:0px;
- margin-right:0px;
- padding:0;
- }
- .mtitle {
- outline:1px solid #151515;
- min-height:24px;
- max-height:24px;
- margin-top:-1px;
- margin-left:0px;
- margin-right:0px;
- margin-bottom:1px;
- text-align:center;
- font-family:calibri;
- font-style:normal;
- font-weight:bold;
- font-size:10px;
- line-height:24px;
- color: #ffffff; /* TITLE COLOR */
- text-transform:uppercase;
- }
- .mdescription {
- margin:0px;
- text-align:justify;
- padding-left:24px;
- padding-right:18px;
- border-top:20px solid #000000;
- border-bottom:20px solid #000000;
- outline:1px solid #151515;
- overflow-y:hidden;
- height:46px;
- max-height:46px;
- line-height:11px;
- overflow-y:scroll;
- }
- /* CREDIT */
- #credit {
- z-index:999;
- position:absolute;
- bottom:44px;
- right:44px;
- width:10px;
- height:13px;
- word-wrap:break-word;
- font-family:calibri;
- overflow:hidden;
- -webkit-transition:all 1s ease;
- -moz-transition:all 1s ease;
- -o-transition:all 1s ease;
- transition:all 1s ease-in-out;
- }
- #credit a {
- text-decoration:none!important;
- color:#ffffff;
- text-transform:uppercase;
- font-size:9.5px;
- }
- #credit:hover {
- width:84px;
- }
- #credit span {
- text-shadow:1px 1px .2px #000;
- color:{color:bold};
- font-family:calibri;
- margin-right:5px;
- font-size:10.5px;
- }
- </style>
- <body>
- <div id="outercontainer">
- <div id="topbar">
- </div id="topbar">
- <div id="middlecontainer">
- <div id="innercontainer">
- <!-- MUSE BOX 1 -->
- <div class="mbox">
- <div class="mimage">
- <!-- IMAGE HEADER URL HERE -->
- <img src="https://i.imgur.com/B6PcW2O.png">
- </div class="mimage">
- <div class="mtitle">
- <!-- MUSE NAME HERE -->
- 001. For Camelot
- </div class="mtitle">
- <div class="mdescription">
- <!-- MUSE DESCRIPTION HERE -->
- <b>001. Canon universe.</b> Any events within the canon verse taking place between 1x01 and 5x13.
- ( canon verse. )
- </div class="mdescription">
- </div class="mbox">
- <!-- MUSE BOX 2 -->
- <div class="mbox">
- <div class="mimage">
- <!-- IMAGE HEADER URL HERE -->
- <img src="https://i.imgur.com/VsIuQY4.png">
- </div class="mimage">
- <div class="mtitle">
- <!-- MUSE NAME HERE -->
- 002. Albion United
- </div class="mtitle">
- <div class="mdescription">
- <!-- MUSE DESCRIPTION HERE -->
- <b>Canon Divergent.</b> Any events post 5x13, in which Arthur lives, having been saved by the Sidhe, Albion has been built and united, and Merlin now serves as Court Sorcerer.
- </div class="mdescription">
- </div class="mbox">
- <!-- MUSE BOX 3 -->
- <div class="mbox">
- <div class="mimage">
- <!-- IMAGE HEADER URL HERE -->
- <img src="https://i.imgur.com/mPqMi6v.png">
- </div class="mimage">
- <div class="mtitle">
- <!-- MUSE NAME HERE -->
- 003. Dragonlord
- </div class="mtitle">
- <div class="mdescription">
- <!-- MUSE DESCRIPTION HERE -->
- <b>Canon divergent.</b> Balinor lived, having raise Merlin alongside Hunith in Ealdor, before Merlin traveled to live with the Druids rather than to Camelot at the age of eighteen. He meets Arthur later in life, as the fully realized Dragonlord: Emrys.
- </div class="mdescription">
- </div class="mbox">
- <!-- MUSE BOX 4 -->
- <div class="mbox">
- <div class="mimage">
- <!-- IMAGE HEADER URL HERE -->
- <img src="https://i.imgur.com/fuVRm9H.png">
- </div class="mimage">
- <div class="mtitle">
- <!-- MUSE NAME HERE -->
- 004. Turn of the Century
- </div class="mtitle">
- <div class="mdescription">
- <!-- MUSE DESCRIPTION HERE -->
- <b>Victorian verse.</b> Set at the turn of the century, the 1890s, Merlin has been waiting for over a thousand years for his King to return. He can no longer count how many days he spent idling by the lake before giving up hope. But a chance meeting with a young Lord changes everything.
- </div class="mdescription">
- </div class="mbox">
- <!-- MUSE BOX 5 -->
- <div class="mbox">
- <div class="mimage">
- <!-- IMAGE HEADER URL HERE -->
- <img src="https://i.imgur.com/xq5kKZd.png">
- </div class="mimage">
- <div class="mtitle">
- <!-- MUSE NAME HERE -->
- 005. Legend of the Sword
- </div class="mtitle">
- <div class="mdescription">
- <!-- MUSE DESCRIPTION HERE -->
- <b>Canon divergent / post 5x13.</b> After waking up in an alternate realm, Emrys soon meets Arthur Pendragon - and it is Arthur; he can sense it, his magic crackling at his fingertips, no matter the unfamiliar face. Merlin knows he's been sent to this strange new world for a reason: the only question is why?
- </div class="mdescription">
- </div class="mbox">
- <!-- MUSE BOX 6 -->
- <div class="mbox">
- <div class="mimage">
- <!-- IMAGE HEADER URL HERE -->
- <img src="https://i.imgur.com/FSNcjgG.png">
- </div class="mimage">
- <div class="mtitle">
- <!-- MUSE NAME HERE -->
- 006. IT Tech
- </div class="mtitle">
- <div class="mdescription">
- <!-- MUSE DESCRIPTION HERE -->
- <b>Office verse.</b> Merlin, a disgruntled IT technician, just has a way of working his magic on these bloody computers, as his boss, Arthur Pendragon often says. No one around the office has any idea how on the nose Arthur might actually be.
- </div class="mdescription">
- </div class="mbox">
- <!-- IF YOU WANT ADDITIONAL MUSE BOXES. JUST REPLACE THIS WITH THEM. -->
- </div id="innercontainer">
- </div id="middlecontainer">
- <div id="bottombar">
- <div id="bottomlinks">
- <a href="/ask">Ask / Inquiries</a>
- <a href="/dashboard">Return to dashboard</a>
- <a href="/">Return to blog</a>
- </div id="bottomlinks">
- </div id="bottombar">
- </div id="outercontainer">
- <!-- CREDIT -->
- <div id="credit">
- <div style="width:105px;margin-right:10px;">
- <a href="http://iniziarearchive.tumblr.com/post/182039789307/muses-page-estoires-live-preview-download" target="blank">
- <span>S.</span>MADE BY SAE.</a>
- </div style>
- </div id="credit">
- </body>
- </html>
Add Comment
Please, Sign In to add comment