Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <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}
- <!--- Hello and thank you for downloading my theme.
- Big thanks goes to @octomoosey & malihu bc their tutorials and codes
- made this possible <3
- RULES:
- 1. DO NOT DELETE THE CREDIT !!
- 2. DO NOT USE AS A BASE CODE
- 3. DO NOT REDISTRIBUTE
- 4. FOR PERSONAL USE ONLY
- THIS IS A FREE THEME SO I WOULD BE GREATFUL IF YOU COULD LIKE THE POST SO I SEE HOW MANY PEOPLE ARE USING IT <3
- HAVE A PROBLEM WITH THE THEME? CONTACT ME @WRESTLINGROLEPLAYHELP
- OR @MARYSEDELUXE (MY PERSONAL RP BLOG)---->
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Abel&family=Dancing+Script&display=swap" rel="stylesheet">
- <!-- metas -->
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="color:background" content="#ad4b33"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:title" content="#353535"/>
- <meta name="color:title shadow" content="#af0000"/>
- <meta name="color:links" content="#af0000"/>
- <meta name="color:links hover" content="#353535"/>
- <meta name="color:permalinks" content="#ad4b33"/>
- <meta name="color:container" content="#d95e40"/>
- <meta name="color:posts" content="#d95e40"/>
- <meta name="color:accent" content="#af0000"/>
- <meta name="color:bold" content="#af0000"/>
- <meta name="color:italic" content="#353535"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar image" content="https://static.tumblr.com/savndrg/uRmr6u3fx/theme_sidebar.png"/>
- <meta name="text:title" content="title">
- <meta name="text:subtitle" content="subtitle">
- <meta name="text:Description Title" content="Description title here">
- <meta name="text:link 1 title" content="link 1">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2 title" content="link 2">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3 title" content="link 3">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 4 title" content="link 4">
- <meta name="text:link 4 url" content="/">
- <meta name="text:link 5 title" content="link 5">
- <meta name="text:link 5 url" content="/">
- <meta name="text:link 6 title" content="link 6">
- <meta name="text:link 6 url" content="/">
- <!--- hover box scripts by malihu & @octomoosey --->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:700,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--- end hover box scripts ---->
- <style type="text/css">
- /* hover box styling */
- #s-m-t-tooltip {
- font-weight:bold;
- text-transform: uppercase;
- max-width:300px;
- border-radius: 5px;
- padding:5px;
- margin:5px 10px 5px 0px;
- color:{color:text};
- border:1px solid {color:text};
- font-size:11px;
- background:{color:links};
- box-shadow: 0.5px 0.5px 0.5px #000000;
- text-shadow: 0.5px 0.5px 0.5px #000000;
- z-index:99999;}
- /* scrollbar styling */
- ::-webkit-scrollbar {
- width: 3px;
- height: 3px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: #353535;
- border: 0px none #ffffff;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: #353535;
- }
- ::-webkit-scrollbar-thumb:active {
- background: #353535;
- }
- ::-webkit-scrollbar-track {
- background: #af0000;
- border: 0px none #ffffff;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-track:hover {
- background: #d95e40;
- }
- ::-webkit-scrollbar-track:active {
- background: #d95e40;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- /* general text styling */
- a {
- text-decoration:none;
- color:{color:links};
- font-weight:bold;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- color:{color:links hover};
- }
- b, strong {
- color:{color:Bold};
- text-transform:uppercase;
- }
- i, em {
- color:{color:Italic};
- font-family:'Abel', serif;
- }
- small {
- font-size:11px;
- }
- blockquote {
- background-color:{color:background};
- padding-left:10px;
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- img {
- max-width: 100%;
- }
- h1 {
- font-family: 'Dancing Script', cursive;
- color:{color:accent};
- text-shadow: 0.5px 0.5px 0.5px #000000;
- font-size:30px;
- line-height:30px;
- text-align:left;
- }
- /* body & container styling */
- body {
- background-color:{color:Background};
- font-family:'Abel', sans-serif;
- font-size: 13px;
- color:{color:Text};
- background-image:url('{image:Background}');
- background-position: top left;
- background-repeat: repeat;
- background-attachment: fixed;
- }
- #container {
- width:770px; height:570px;
- margin:auto; left:0; right:0; top:0; bottom:0; position:fixed;
- background-color:{color:Container}; border: 5px solid; border-color:{color:Container} ; border-radius:10px;
- overflow-x:hidden;
- overflow-y:scroll;
- box-shadow:0.5px 0.5px 1px 1px {color:title};
- }
- #title {
- font-family: 'Dancing Script';
- text-transform:lowercase;
- color:{color:title};
- text-shadow: 0.5px 0.5px 0.5px {color:title shadow};
- font-size:30px;
- line-height:30px;
- text-align:right;
- margin-right:260px;
- left:0;
- padding: 5px;
- }
- #subtitle {
- font-family: 'Abel';
- color:{color:text};
- text-shadow: 0.5px 0.5px 0.5px {color:title shadow};
- line-height:10px;
- margin-bottom:10px;
- text-align:right;
- margin-right:260px;
- padding-right:5px;
- left:0;
- }
- /* posts styling */
- .posts {
- margin-left:10px;
- margin-bottom:30px;
- width:500px;
- background-color:{color:Posts};
- padding:10px;
- box-shadow:0.5px 0.5px 1px 1px {color:title};
- }
- /* permalinks & tags styling */
- .permalinks {
- background-color:{color:Permalinks};
- font-weight:bold;
- padding:10px;
- height:12px;
- line-height:16px;
- border-radius:5px;
- opacity:0.5;
- text-shadow: 0.5px 0.5px 0.5px #000000;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .permalinks:hover {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .permalinks a {
- text-decoration:none;
- font-size: 12px;
- color:{color:links};
- text-transform:uppercase;
- }
- .permalinks a:hover {
- color:{color:links hover};
- }
- .date {
- float:left;
- }
- .reblogs {
- float:right;
- }
- .tags {
- font-size:10px;
- color:{color:text};
- text-align:right;
- padding-right:10px;
- border-bottom:0.5px solid {color:text};
- border-top:0.5px solid {color:text};
- margin-top:10px;
- margin-bottom:5px;
- text-transform:lowercase;
- font-weight:bold;
- opacity:0.5;
- }
- .tags:hover {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .tags a {
- text-decoration:none;
- color:{color:text};
- }
- .tags a:hover {
- color:{color:links};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /* sidebar styling */
- #sidebar {
- width:220px; height:550px; max-width:220px;
- margin:auto; left:530px; right:0; top:0; bottom:0; position:fixed;
- overflow:none;
- }
- #sideimage img {
- display:block;
- margin-left:auto;
- margin-right:auto;
- max-width:200px;
- max-height:300px;
- margin-top:10px;
- margin-bottom:10px;
- box-shadow: 0.5px 0.5px 0.5px {color:title};
- outline: 0px solid {color:accent};
- -webkit-box-shadow: 0 1px 5px 1px {color:title};
- -moz-box-shadow: 0 1px 5px 1px {color:title};
- box-shadow: 0 1px 5px 1px {color:title};
- }
- #description {
- font-family: 'Abel', sans-serif;
- font-size:12px;
- color:{color:text};
- max-height:170px;
- text-align:center;
- padding:5px;
- overflow-x:hidden;
- overflow-y:scroll;
- }
- #desctitle {
- font-family: 'Dancing Script';
- color:{color:title};
- text-shadow: 0.5px 0.5px 0.5px {color:title shadow};
- font-size:25px;
- line-height:30px;
- text-align:center;
- text-transform:lowercase;
- }
- #links1 {
- font-size:12px;
- padding:5px;
- text-align:center;
- margin-right:5px;
- }
- #links1 a {
- display:inline-block;
- color:{color:links};
- text-shadow: 0.5px 0.5px 0.5px #000000;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #links1 a:hover {
- color:{color:links hover};
- letter-spacing:5px;
- }
- #bottomlinks {
- font-size:40px;
- text-align:center;
- bottom:0;
- }
- #bottomlinks a {
- display:inline-block;
- color:{color:links};
- text-shadow: 0.5px 0.5px 0.5px #000000;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #bottomlinks a:hover {
- color:{color:links hover};
- }
- #pagination {
- font-size:12px;
- margin-bottom:10px;
- padding-bottom:10px;
- text-align: center;
- text-shadow: 0.5px 0.5px 0.5px #000000;
- }
- #pagination a {
- color:{color:accent};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #pagination a:hover {
- color:{color:links};
- }
- /* ask and quote posts styling */
- .askerportrait {
- position:absolute;
- margin-left:10px;
- border:0px solid #000;
- border-radius:5px;
- width:40px;
- max-width:40px;
- -webkit-filter:grayscale(100%);
- }
- .asker {
- display:inline-block;
- font-size:20px;
- font-style: italic;
- text-align:left;
- margin-left:30px;
- text-shadow: 0.5px 0.5px 0.5px #000000;
- }
- .question {
- width:400px;
- max-width:400px;
- display:inline-block;
- font-style: italic;
- margin-left:65px;
- text-shadow: 0.5px 0.5px 0.5px #000000;
- border-bottom:1px solid #000;
- }
- .answer {
- margin-left:20px;
- }
- .quote {
- font-size:20px;
- font-style: italic;
- text-align:right;
- margin-bottom:5px;
- padding-bottom:3px;
- text-shadow: 0.5px 0.5px 0.5px #000000;
- }
- .quotesource {
- font-size:15px;
- letter-spacing:1px;
- text-align:right;
- margin-bottom:5px;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="title">{text:Title}</div>
- <div id="subtitle">{text:Subtitle}</div>
- <div id="sidebar">
- <div id="links1">
- <a href="/">home</a>
- -
- <a href="/ask">ask</a>
- -
- <a href="/submit">submit</a>
- -
- <a href="/archive">archive</a>
- -
- <a href="https://wrestlingroleplayhelp.tumblr.com/">credit</a>
- </div> <!--links1 /div -->
- <div id="sideimage"><img src="{image:Sidebar image}"></div>
- <div id="desctitle">{text:Description Title}</div><div id="description">{block:Description}{Description}{/block:Description}</div>
- <div id="bottomlinks">
- <a href="{text:link 1 url}" title="{text:link 1 title}">●</a>
- <a href="{text:link 2 url}" title="{text:link 2 title}">●</a>
- <a href="{text:link 3 url}" title="{text:link 3 title}">●</a>
- <a href="{text:link 4 url}" title="{text:link 4 title}">●</a>
- <a href="{text:link 5 url}" title="{text:link 5 title}">●</a>
- <a href="{text:link 6 url}" title="{text:link 6 title}">●</a>
- </div> <!--bottomlinks /div -->
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">→</a>
- {/block:NextPage}
- {/block:Pagination} </div><!--pagination /div --->
- </div> <!--sidebar /div --->
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}{Title}</a>{/block:Title}
- {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="askerportrait"><img src="{AskerPortraitURL-40}"></div>
- <div class="asker">{Asker} asked:</div>
- <div class="question">{Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> {Tag}</a>;{/block:Tags}{/block:HasTags}</div>
- <div class="permalinks">
- <div class="date"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year} </a><a href="{Permalink}">{block:NoteCount} - {NoteCount} notes{/block:NoteCount}</a></div>
- <div class="reblogs">{block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a> -
- <a href="{ReblogRootURL}"> source</a> -
- {/block:RebloggedFrom} <a href="{ReblogURL}"> reblog</a></div></div>
- </div> <!--- /div posts --->
- {/block:Posts}
- </div> <!--- /div container --->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement