Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- [ᴀᴘᴘᴀʀᴇʟ] - by dyothms/luhyns
- Please do not remove the credit
- -->
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <style type="text/css">
- body {
- font-family:calibri;
- font-size:11px;
- line-height:12px;
- color:#aaa; /** font colour **/
- background-color:#fff; /** background colour **/
- background-image:url(/); /** background image **/
- background-attachment:fixed;
- background-repeat:repeat;
- }
- a:link, a:active, a:visited{
- color:#888; /** link colour **/
- text-decoration:none;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- a:hover {
- color:#ccc; /** link hover colour **/
- cursor:help;
- }
- img {
- border:0;
- max-width:100%;
- }
- ::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
- ::-webkit-scrollbar-thumb {
- border:1px solid white;
- background-color: #ddd; /** scroll bar colour **/
- }
- #sidebar {
- z-index:100;
- position:fixed;
- top:0; bottom:0;
- left:40px;
- margin-top:auto;
- margin-bottom:auto;
- height:570px;
- width:180px;
- padding-left:160px;
- padding-right:20px;
- background-color:/; /** sidebar background colour **/
- background-image:url(); /** sidebar background image **/
- background-attachment:fixed;
- background-repeat:repeat;
- }
- .blogt {
- margin-top:30px;
- line-height:40px;
- font-size:42px;
- text-align:right;
- font-family:Arial;
- font-weight:bold;
- }
- .desc {
- position:absolute;
- bottom:60px;
- width:180px;
- text-align:right;
- }
- .nav {
- margin-top:40px;
- margin-left:-50px;
- width:230px;
- line-height:16px;
- font-size:15px;
- text-align:right;
- font-family:Arial;
- font-weight:bold;
- }
- .nav a {
- padding-left:5px;
- color:#aaa; /** navigation font colour **/
- }
- .ct {
- overflow:hidden;
- height:500px;
- width:375px;
- }
- .ct img {
- z-index:5;
- height:500px;
- width:375px;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- transition: all 0.6s ease;
- }
- .ct:hover img{
- margin-left:-300px;
- }
- .ctinf {
- z-index:2;
- overflow:hidden;
- position:absolute;
- margin-left:375px;
- width:0px;
- height:500px;
- background:white;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- transition: all 0.6s ease;
- }
- .ct:hover .ctinf {
- margin-left:75px;
- width:300px;
- }
- .pcont {
- margin-left:10px;
- width:220px;
- }
- .pname {
- color:#aaa; /** font colour of names **/
- line-height:34px;
- font-size:35px;
- text-align:left;
- font-family:Arial;
- font-weight:bold;
- }
- .pname a {
- color:#aaa; /** font colour of names as links **/
- }
- .pdesc {
- position:absolute;
- bottom:20px;
- font-size:14px;
- width:220px;
- color:#aaa;
- text-align:left;
- }
- .poth {
- margin-top:30px;
- color:#aaa; /** font colour of position **/
- line-height:14px;
- font-size:15px;
- text-align:left;
- font-family:Arial;
- font-weight:bold;
- }
- #cont {
- position:absolute;
- overflow:hidden;
- overflow-x:scroll;
- left:400px;
- right:40px;
- top:0px; bottom:0px;
- margin-top:auto;
- margin-bottom:auto;
- height:510px;
- border:30px solid white;
- background:white;
- }
- table {
- position:absolute;
- width:auto;
- height:500px;
- background:white;
- }
- td {
- border:0px;
- padding:0px;
- }
- #crt2 {
- z-index: 4783;
- position:fixed;
- bottom:15px;
- right:15px;
- width:12px;
- background:white;
- border: 1px solid #ddd;
- padding: 5px;
- font-family: calibri;
- font-size: 8px;
- line-height: 12px;
- letter-spacing:1px;
- font-style:italic;
- text-align:center;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #min {
- z-index: 4780;
- opacity:0;
- position:fixed;
- bottom:15px;
- right:38px;
- width:auto;
- background: white;
- border: 1px solid #ddd;
- padding: 5px;
- font-family: calibri;
- font-size: 8px;
- line-height: 12px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #tm:hover #min{
- opacity:1;
- }
- #tm a {
- color: #eee;
- }
- {CustomCSS}
- </style>
- <!------title------>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="sidebar">
- <!-- blog title -->
- <div class="blogt">The Muses</div>
- <div class="desc">
- <!-- description -->
- xxxx
- <div class="nav">
- <!-- navigation -->
- <a href="/">Back</a>
- <a href="/ask">Message</a>
- <a href="https://www.tumblr.com/dashboard">Dashboard</a>
- </div>
- </div>
- </div>
- <div id="cont">
- <table>
- <tr>
- <!-- start of content -->
- <td><div class="ct">
- <div class="ctinf"><div class="pcont">
- <!-- name of person (replace with <a href="http://tumblr.com">NAME</a> to become link) -->
- <div class="pname">Rowan Delacour</div>
- <div class="pdesc">
- <!-- description for person -->
- <b>FC:</b><br>
- Emma Watson<br>
- <b>Verse:</b><br>
- [01] AHS: AHV. <br>
- [02] Asylum Patiants<br>
- <b>Tags to Track:</b><br>
- Starters <b>ϟ</b> Closed <b>ϟ</b> Convo's <br>
- <b>Original Blog:</b><br>
- <a href="http://case-file-metempsychosis.tumblr.com/">@case-file-metempsychosis</a>
- <!-- position of person -->
- <div class="poth"><a href="/">Biography</a></div>
- </div></div></div>
- <img src="https://67.media.tumblr.com/d687703f9d298799a66306eea8fe7c38/tumblr_o6xp6h9Z6G1tsou7eo4_400.png" />
- </div></td>
- <td><div class="ct">
- <div class="ctinf"><div class="pcont">
- <!-- name of person (replace with <a href="http://tumblr.com">NAME</a> to become link) -->
- <div class="pname">Shock Skellington</div>
- <div class="pdesc">
- <!-- description for person -->
- <b>FC:</b><br>
- Leda Muir<br>
- <b>Verse:</b><br>
- [01] Coming Soon <br>
- <b>Tags to Track:</b><br>
- Starters <b>ϟ</b> Closed <b>ϟ</b> Convo's <br>
- <b>Original Blog:</b><br>
- <a href="http://shock-skellington.tumblr.com/">@shock-skellington</a>
- <!-- position of person -->
- <div class="poth"><a href="/">Biography</a></div>
- </div></div></div>
- <img src="https://67.media.tumblr.com/c867c80af7b999c8807270ebf6a623eb/tumblr_o6xp6h9Z6G1tsou7eo6_1280.png" />
- </div></td>
- <td><div class="ct">
- <div class="ctinf"><div class="pcont">
- <div class="pname">Sylvia Weald</div>
- <div class="pdesc">
- <b>FC:</b><br>
- Candice Swanepoel<br>
- <b>Verse:</b><br>
- [01] Coming Soon <br>
- <b>Tags to Track:</b><br>
- Starters <b>ϟ</b> Closed <b>ϟ</b> Convo's <br>
- <b>Original Blog:</b><br>
- <a href="http://sylvia-renolds.tumblr.com/">@sylvia-renolds</a>
- <div class="poth"><a href="/">Biography</a></div>
- </div></div></div>
- <img src="https://67.media.tumblr.com/417057b2cb2d6a71a3645f173f952556/tumblr_o6xp6h9Z6G1tsou7eo5_1280.png" />
- </div></td>
- <td><div class="ct">
- <div class="ctinf"><div class="pcont">
- <div class="pname">Thea Harman</div>
- <div class="pdesc">
- <b>FC:</b><br>
- Dianna Agron<br>
- <b>Verse:</b><br>
- [01] Coming Soon <br>
- <b>Tags to Track:</b><br>
- Starters <b>ϟ</b> Closed <b>ϟ</b> Convo's <br>
- <b>Original Blog:</b><br>
- <a href="http://thea-sophia-harman.tumblr.com/">@thea-sophia-harman</a>
- <div class="poth"><a href="/">Biography</a></div>
- </div></div></div>
- <img src="https://65.media.tumblr.com/ac974fb960dfe1d9ae4c7e0d9540dea9/tumblr_o6xp6h9Z6G1tsou7eo2_1280.png" />
- </div></td>
- <td><div class="ct">
- <div class="ctinf"><div class="pcont">
- <div class="pname">Theoxaris Von Malowitz</div>
- <div class="pdesc">
- <b>FC:</b><br>
- Chris Zylka<br>
- <b>Verse:</b><br>
- [01] Coming Soon <br>
- <b>Tags to Track:</b><br>
- Starters <b>ϟ</b> Closed <b>ϟ</b> Convo's <br>
- <b>Original Blog:</b><br>
- <a href="http://theoxaris-von-malowitz.tumblr.com/">@theoxaris-von-malowitz</a>
- <div class="poth"><a href="/">Biography</a></div>
- </div></div></div>
- <img src="https://66.media.tumblr.com/720a69a65d06fa517fd6feaa65f8ae4d/tumblr_o6xp6h9Z6G1tsou7eo1_400.png" />
- </div></td>
- <td><div class="ct">
- <div class="ctinf"><div class="pcont">
- <div class="pname">Thessalonike of Macedon</div>
- <div class="pdesc">
- <b>FC:</b><br>
- Lucy Fry<br>
- <b>Verse:</b><br>
- [01] Camp Halfblood <br>
- [02] More Coming Soon<br>
- <b>Tags to Track:</b><br>
- Starters <b>ϟ</b> Closed <b>ϟ</b> Convo's <br>
- <b>Original Blog:</b><br>
- <a href="http://sea-glass-mermaid.tumblr.com/">@sea-glass-mermaid</a>
- <div class="poth"><a href="/">Biography</a></div>
- </div></div></div>
- <img src="https://67.media.tumblr.com/e1f023c56e3cddf5c57a06fd3bfe8005/tumblr_o6xp6h9Z6G1tsou7eo3_1280.png" />
- </div></td>
- <!-- end -->
- </tr>
- </table>
- </div>
- <a href="http://luhyns.tumblr.com/"><div id="tm"><div id="crt2">TM</div>
- <div id="min">dyothms</div></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment