Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- custom theme 1 by fantasieswriter (kyla/kc) now being released to be a part of the roleplay package 2.0 please like/reblog the post if using <3 -->
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Answer" content="#f8f8f8"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Border" content="#e4e4e4"/>
- <meta name="color:Hover" content="#f2f2f2"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:SideLinks" content="#000000"/>
- <meta name="color:Post" content="#f4f4f4"/>
- <meta name="color:scrollbarbg" content="ffffff"/>
- <meta name="color:Sidebar" content="#ffffff"/>
- <meta name="color:Text" content="#a8a8a8"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="if:DarkBackground" content="1"/>
- <meta name="if:LightBackground" content="0"/>
- <meta name="if:DarkBackgroundTitle" content="1"/>
- <meta name="if:LightBackground" content="0"/>
- <meta name="if:OpenThings" content="1"/>
- <meta name="if:ToDoList" content="1"/>
- <meta name="if:Updates" content="1"/>
- <meta name="text:YOURURLHERE" content=""/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Text" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Text" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Text" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Text" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 Text" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="text:Link 6 Text" content="" />
- <meta name="text:Link 7" content="" />
- <meta name="text:Link 7 Text" content="" />
- <meta name="text:Link 8" content="" />
- <meta name="text:Link 8 Text" content="" />
- <meta name="text:Link 9" content="" />
- <meta name="text:Link 9 Text" content="" />
- <meta name="text:Link 10" content="" />
- <meta name="text:Link 10 Text" content="" />
- <meta name="text:Link 11" content="" />
- <meta name="text:Link 11 Text" content="" />
- <meta name="text:Link 12" content="" />
- <meta name="text:Link 12 Text" content="" />
- <meta name="text:Link 13" content="" />
- <meta name="text:Link 13 Text" content="" />
- <meta name="text:Link 14" content="" />
- <meta name="text:Link 14 Text" content="" />
- <meta name="text:Link 15" content="" />
- <meta name="text:Link 15 Text" content="" />
- <meta name="text:Link 16" content="" />
- <meta name="text:Link 16 Text" content="" />
- <meta name="text:Link 17" content="" />
- <meta name="text:Link 17 Text" content="" />
- <meta name="text:Link 18" content="" />
- <meta name="text:Link 18 Text" content="" />
- <meta name="text:Link 19" content="" />
- <meta name="text:Link 19 Text" content="" />
- <meta name="text:Link 20" content="" />
- <meta name="text:Link 20 Text" content="" />
- <meta name="text:Link 21" content="" />
- <meta name="text:Link 21 Text" content="" />
- <meta name="text:Link 22" content="" />
- <meta name="text:Link 22 Text" content="" />
- <meta name="text:Link 23" content="" />
- <meta name="text:Link 23 Text" content="" />
- <meta name="text:Link 24" content="" />
- <meta name="text:Link 24 Text" content="" />
- <meta name="text:Link 25" content="" />
- <meta name="text:Link 25 Text" content="" />
- <style type="text/css">
- ::-webkit-scrollbar {
- height:8px;
- width:8px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbarbg};
- height:50px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbarbg};
- height:8px!important;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:10px;
- line-height:100%;
- background-image:url('image:background');
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding:3px;
- padding-left:5px;
- border-left:3px solid #484444;
- background-color:#f9f9f9;
- }
- blockquote img {
- max-width:100%;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- b,strong {
- color:{color:scrollbarbg};
- }
- i,em {
- color:{color:link};
- }
- h1 {
- font-size:10px;
- text-transform:uppercase;
- background-color:{color:link};
- padding:7px;
- {block:ifLightBackgroundTitle}color:black;{/block:ifLightBackgroundTitle}
- {block:ifDarkBackgroundTitle}color:white;{/block:ifDarkBackgroundTitle}
- }
- h1 a {
- color:white;
- }
- h1 a:hover {
- color:{color:hover};
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #quote {
- background-color:#0a0a0a;
- color:white;
- padding:20px;
- border-radius:15px;
- }
- #entries {
- padding:10px;
- width:480px;
- margin-left:490px;
- margin-top:40px;
- font-size:10px;
- }
- #post {
- border-radius:40px;
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:15px;
- border:25px solid #e7e7e7;
- background-color:{color:Post};
- }
- #sidebar {
- height:700px;
- position:fixed;
- margin-left:360px;
- margin-top:-100px;
- opacity:1;
- background-color:{color:Sidebar};
- }
- #navigation {
- position:fixed;
- color:black;
- margin-top:413px;
- font-family:times;
- font-style:italic;
- margin-left:-80px;
- text-transform:lowercase;
- text-shadow:2px 1px lightgray;
- font-size:50px;
- font-weight:bold;
- letter-spacing:-1.5px;
- }
- .links {
- width:424px;
- padding:15px;
- font-family:silver;
- letter-spacing:0px;
- text-align:center;
- font-weight:normal;
- font-style:italic;
- margin-top:450px;
- margin-left:-347px;
- text-align:center;
- text-transform:lowercase;
- position:fixed;
- opacity:1;
- border:10px solid #010101;
- background-image:url('https://31.media.tumblr.com/a7d0d710cf6568a043367893090a73ca/tumblr_inline_n0p40uyTUs1s8uon6.png');
- }
- .links a {
- display:inline-block;
- padding:5px;
- width:120px;
- margin-top:5px;
- margin-left:4px;
- font-size:12px;
- background-color:{color:sidelinks};
- {block:ifLightBackground}color:black;{/block:ifLightBackground}
- {block:ifDarkBackground}color:white;{/block:ifDarkBackground}
- }
- .links a:hover {
- text-transform:lowercase;
- letter-spacing:2px;
- }
- #chatbox {
- margin-top:100px;
- margin-left:-95px;
- position:fixed;
- padding:3px;
- background-color:#e7e7e7;
- border:7px solid #f7f7f7;
- }
- #title {
- position:fixed;
- color:black;
- background-color:#f7f7f7;
- font-family:arialblack;
- letter-spacing:-1.5px;
- font-weight:bold;
- font-size:20px;
- padding:10px;
- padding-top:16px;
- padding-bottom:20px;
- width:550px;
- text-align:center;
- margin-left:140px;
- margin-top:60px;
- }
- #description {
- position:fixed;
- font-family:times;
- line-height:100%;
- font-size:11px;
- width:224px;
- height:150px;
- margin-top:134px;
- background-color:#f7f7f7;
- padding:12px;
- margin-left:-348px;
- text-align:left;
- color:{color:text};
- }
- #description a {
- color:{color:sidebarlinks};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #pagination {
- width:240px;
- font-size:8px;
- padding:4px;
- text-align:center;
- position:fixed;
- letter-spacing:0px;
- margin-top:-368px;
- margin-left:-26px;
- background-color:#f7f7f7;
- }
- #pagination a {
- background-color:transparent;
- width:auto;
- padding:0px;
- font-family:times;
- font-size:10px;
- text-transform:lowercase;
- color:{color:link};
- }
- #pagination a:hover {
- letter-spacing:0px;
- }
- #status {
- position:fixed;
- margin-left:-348px;
- margin-top:342px;
- font-size:10px;
- text-transform:uppercase;
- }
- #playlist {
- position:fixed;
- margin-left:-348px;
- margin-top:394px;
- }
- #updates {
- position:fixed;
- margin-top:0px;
- font-size:11px;
- margin-left:1085px;
- margin-bottom:5px;
- height:140px;
- }
- #todo {
- position:fixed;
- margin-bottom:5px;
- height:140px;
- margin-top:145px;
- }
- #open {
- position:fixed;
- height:140px;
- margin-top:145px;
- }
- #info {
- text-align:left;
- margin-top:10px;
- font-family:times;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- border-top:1px solid lightgray;
- }
- #tags {
- font-family:georgia;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:10px;
- font-style:italic;
- margin-top:9px;
- text-align:left;
- line-height:110%;
- }
- #tags a {
- display:inline;
- padding:3px;
- text-align:left;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #asker {
- padding:5px;
- font-family:cambria;
- letter-spacing:1px;
- text-align:left;
- font-style:italic;
- margin-left:10px;
- border-left:3px #eee solid;
- background-color:{color:background}
- }
- #search {
- position:fixed;
- background-color:{color:sidelinks};
- padding:3px;
- width:242px;
- margin-left:12px;
- margin-top:-32px;
- border-top:10px solid {color:sidelinks};
- border-bottom:11px solid {color:sidelinks};
- }
- input.wh {
- color:#aaaaaa;
- background:#fff;
- border:0px none;
- border:none;
- padding:3px;
- padding-top:6px;
- margin:0;
- font-size:9px;
- line-height:10px;
- letter-spacing:1px;
- margin-left:10px;
- margin-top:5px;
- width:140px;
- height:12px;
- }
- input.sb {
- background-color:white;
- padding:2px;
- width:70px;
- text-align:center;
- font-family:calibri, sans-serif;
- margin-left:4px;
- text-shadow:2px 2px 1px lightgray;
- border:1px solid white;
- }
- <script type="text/javascript">
- <!--
- function handleThis(formElm)
- {
- window.location="http://{text:YOURURLHERE}.tumblr.com/tagged/"+formElm.number.value+"";
- return false;
- }
- // -->
- </script>
- {CustomCSS}
- iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
- </style></head><body>
- <div id="search">
- <form action="/search" method="get">
- <input type="text" name="q" class="wh" onfocus="if(this.value == 'search') { this.value = ''; }" value="Search..." />
- <input type="submit" title="go!" class="sb" value="Search" />
- </form>
- </div>
- </div>
- {block:ifUpdates}<div id="updates">
- <div style="max-height:141px;"><div style="color:black; background-color:#f7f7f7; font-family:arialblack; letter-spacing:-1.5px; font-weight:bold; font-size:20px; padding:10px; width:228px; text-align:center; text-transform:lowercase; margin-bottom:5px;">updates</div>
- <p>put your updates here~
- </div>{/block:ifUpdates}
- {block:ifToDoList}<div id="todo">
- <div style="max-height:141px;"><div style="color:black; background-color:#f7f7f7; font-family:arialblack; letter-spacing:-1.5px; font-weight:bold; font-size:20px; padding:10px; width:228px; text-align:center; text-transform:lowercase; margin-bottom:5px;">to-do list</div>
- <li>things</li>
- <li>to do</li>
- <li>go here!</li>
- </div>{/block:ifToDoList}
- {block:ifOpenThings}<div id="open">
- <div style="max-height:141px;"><div style="color:black; background-color:#f7f7f7; font-family:arialblack; letter-spacing:-1.5px; font-weight:bold; font-size:20px; padding:10px; width:228px; text-align:center; text-transform:lowercase; margin-bottom:5px;">what's open</div>
- <p>tell them what's open!
- </div>{/block:ifOpenThings}
- </div>
- </div>
- </div>
- <div id="sidebar">
- <div id="chatbox">
- <div style="position:fixed; color:black; font-family:times;font-style:italic; text-transform:lowercase; text-shadow:2px 1px lightgray; font-size:40px; font-weight:bold; letter-spacing:-1.5px; margin-left:-10px; margin-top:-33px;">CHATBOX</div>
- <!-- BEGIN CBOX - www.cbox.ws - v001 -->
- <div id="cboxdiv" style="text-align: center; line-height: 0">
- <div><iframe frameborder="0" width="203" height="185" src="http://www5.cbox.ws/box/?boxid=841253&boxtag=lwvns3&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain5-841253" style="border: 0px solid;" id="cboxmain5-841253"></iframe></div>
- <div><iframe frameborder="0" width="200" height="82" src="http://www5.cbox.ws/box/?boxid=841253&boxtag=lwvns3&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform5-841253" style="border: 0px solid;border-top:0px" id="cboxform5-841253"></iframe></div>
- </div>
- <!-- END CBOX -->
- </div>
- <div id="title">{Title}</div>
- <div id="description">
- <div style="max-height:150px; overflow:auto; padding:3px;">
- {Description}
- </div>
- </div>
- <div id="status">
- <div style="color:black; background-color:#f7f7f7; font-family:arialblack; letter-spacing:-1.5px; font-weight:bold; font-size:20px; padding:10px; width:228px; text-align:center; text-transform:lowercase; margin-bottom:5px;">ONLINE STATUS:</div>
- <div style="text-align:center;">hiatus/semi-hiatus or online/offline etc.</div>
- </div>
- <div id="playlist">
- <div style="color:black; background-color:#f7f7f7; font-family:arialblack; letter-spacing:-1.5px; font-weight:bold; font-size:20px; padding:10px; width:228px; text-align:center; text-transform:lowercase; margin-bottom:8px;">playlist:</div>
- <!-- MUSIC CODING HERE -->
- </div>
- <div id="navigation">navigation</div>
- <div class="links">
- <div style="max-height:200px; overflow:auto; padding:3px;">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="{text:Link 1}">{text:Link 1 Text}</a>
- <a href="{text:Link 2}">{text:Link 2 Text}</a>
- <a href="{text:Link 3}">{text:Link 3 Text}</a>
- <a href="{text:Link 4}">{text:Link 4 Text}</a>
- <a href="{text:Link 5}">{text:Link 5 Text}</a>
- <a href="{text:Link 6}">{text:Link 6 Text}</a>
- <a href="{text:Link 7}">{text:Link 7 Text}</a>
- <a href="{text:Link 8}">{text:Link 8 Text}</a>
- <a href="{text:Link 9}">{text:Link 9 Text}</a>
- <a href="{text:Link 10}">{text:Link 10 Text}</a>
- <a href="{text:Link 11}">{text:Link 11 Text}</a>
- <a href="{text:Link 12}">{text:Link 12 Text}</a>
- <a href="{text:Link 13}">{text:Link 13 Text}</a>
- <a href="{text:Link 14}">{text:Link 14 Text}</a>
- <a href="{text:Link 15}">{text:Link 15 Text}</a>
- <a href="{text:Link 16}">{text:Link 16 Text}</a>
- <a href="{text:Link 17}">{text:Link 17 Text}</a>
- <a href="{text:Link 18}">{text:Link 18 Text}</a>
- <a href="{text:Link 19}">{text:Link 19 Text}</a>
- <a href="{text:Link 20}">{text:Link 20 Text}</a>
- <a href="{text:Link 21}">{text:Link 21 Text}</a>
- <a href="{text:Link 22}">{text:Link 22 Text}</a>
- <a href="{text:Link 23}">{text:Link 23 Text}</a>
- <a href="{text:Link 24}">{text:Link 24 Text}</a>
- <a href="{text:Link 25}">{text:Link 25 Text}</a>
- <a href="/">lemme</a>
- <a href="/">show</a>
- <a href="/">you</a>
- <a href="/">the</a>
- <a href="/">scrollbar</a>
- <a href="/">~</a>
- </div>
- <div id="pagination">
- <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage} ---- {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
- </div></div></div>
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div id="quote">{Quote} <div style="text-align:right;"><p>-- {Source}</div></div>{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
- <div id="info">
- <br> <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} -- {block:ContentSource}<a href="{SourceURL}"> origin</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}<div id="tags">filed under:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div style="position:fixed;bottom:3px; right:4px; font-size:10px; border:1px solid #e0e0e0; padding:2px; font-style:italic; font-family:cambria; background-color:white;"><a href="http://fantasieswriter.tumblr.com/">credit</a></center></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment