Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- the rising tide theme by sam @ classroom.tumblr.com
- do not steal or use as a basecode queens xx thanks
- change the credit pixel if you'd like but do not remove or i'll kill you <3
- all my codes are 100% my work, save for the base code i use. any similarities to your own coding is purely coincidental, i do not steal other peoples html!
- enjoy! let me know if there are any bugs
- ----->
- <style type="text/css">* {cursor: url('{image:cursor}'), auto !important;}</style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <meta charset="utf-8">
- <meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:sidebar" content="">
- <meta name="image:background" content="">
- <meta name="image:footer" content="">
- <meta name="image:favicon" content="">
- <meta name="image:cursor" content="">
- <meta name="color:background" content="#ffffff">
- <meta name="color:text" content="#000000">
- <meta name="color:link" content="#000000">
- <meta name="color:link hover" content="#000000">
- <meta name="color:post" content="ffffff">
- <meta name="color:post glow" content="ffffff">
- <meta name="color:text glow" content="000000">
- <meta name="color:border" content="#000000">
- <meta name="select:post size" content="400" title="400px">
- <meta name="select:post size" content="500" title="500px">
- <meta name="select:border type" content="" title="none">
- <meta name="select:border type" content="solid" title="solid">
- <meta name="select:border type" content="double" title="double">
- <meta name="select:border type" content="dotted" title="dotted">
- <meta name="select:border type" content="dashed" title="dashed">
- <meta name="select:border type" content="outset" title="outset">
- <meta name="select:border type" content="inset" title="inset">
- <meta name="if:circle sidebar" content="">
- <meta name="if:post glow" content="">
- <meta name="if:text glow" content="">
- <meta name="if:styled scrollbar" content="">
- <meta name="if:no scrollbar" content="">
- <meta name="if:description" content="">
- <meta name="if:title marquee" content="">
- <meta name="text:font" content="arial">
- <meta name="text:text size" content="28px">
- <meta name="text:fake desc" content="leave blank when using real description">
- <meta name="text:title" content="leave blank for no title">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <script src="https://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
- <style type="text/css">
- {block:ifstyledscrollbar}
- ::-webkit-scrollbar {
- width: 16px;
- max-width: 16px;
- }
- ::-webkit-scrollbar-track {
- background: url("https://static.tumblr.com/dt0m1du/kzao7vkc3/scrollbackground.png");
- }
- ::-webkit-scrollbar-thumb {
- background: #BDBDBD;
- border: #DFDFDF 2px outset;
- }
- ::-webkit-scrollbar-button:vertical:start:decrement{
- display:block;
- background: url("https://static.tumblr.com/dt0m1du/eDmo86mqb/scrollbarsprite.png") 0px 0px;
- width: 16px;
- max-width: 16px;
- height: 16px;
- max-height: 16px;
- border: #DFDFDF 2px outset;
- }
- ::-webkit-scrollbar-button:vertical:end:increment{
- display:block;
- background: url("https://static.tumblr.com/dt0m1du/eDmo86mqb/scrollbarsprite.png") 0px 12px;
- width: 16px;
- max-width: 16px;
- height: 16px;
- max-height: 16px;
- border: #DFDFDF 2px outset;
- }
- ::-webkit-scrollbar-button:horizontal:start:decrement{
- display:block;
- background: url("https://static.tumblr.com/dt0m1du/eDmo86mqb/scrollbarsprite.png") 12px 12px;
- width: 16px;
- max-width: 16px;
- height: 16px;
- max-height: 16px;
- border: #DFDFDF 2px outset;
- }
- ::-webkit-scrollbar-button:horizontal:end:increment{
- display:block;
- background: url("https://static.tumblr.com/dt0m1du/eDmo86mqb/scrollbarsprite.png") 12px 1px;
- width: 16px;
- max-width: 16px;
- height: 16px;
- max-height: 16px;
- border: #DFDFDF 2px outset;
- }
- {/block:ifstyledscrollbar}
- {block:ifnoscrollbar}
- ::-webkit-scrollbar {width: 0px; height: 2px; background: {color:background};}
- ::-webkit-scrollbar-thumb {background-color:{color:background}}
- {/block:ifnoscrollbar}
- /*
- general text styles, fonts and colours
- */
- body {
- margin:0px;
- background:{color:background} url({image:background});
- background-image: url('{image:background}');
- background-attachment: fixed;
- background-position: top left;
- background-size: repeat;
- font-family:{text:font};
- font-size:{text:text size};
- line-height:140%;
- color: {color:text};
- {block:iftextglow}
- text-shadow: 0px 0px 2px {color:text glow};
- {/block:iftextglow}
- }
- p{
- margin:0 0 10px 0;
- padding:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- a{
- color:{color:link};
- text-decoration:none;
- {block:iftextglow}
- text-shadow: 0px 0px 2px {color:text glow};
- {/block:iftextglow}
- }
- a:hover{
- color:{color:link hover};
- {block:iftextglow}
- text-shadow: 0px 0px 2px {color:text glow};
- {/block:iftextglow}
- opacity:1;
- color:{color:link hover};
- -webkit-filter:blur(2px);
- }
- li{
- margin-left:-15px;
- }
- #s-m-t-tooltip{
- max-width:400px; /* maximum width */
- background-color:transparent; /* color background */
- font-family:{text:font}; /* font of lyrics */
- font-size:{text:font size}; /* font size */
- color:{color:text}; /* font color */
- letter-spacing:1px; /* font spacing */
- text-transform:uppercase; /* uppercase, lowercase, none */
- padding:3px 4px 3px 4px; /* padding size */
- margin:20px 0px 0px 20px; /* margin size */
- z-index:999999999999999999999999999999999999;
- border:3px {select:border type} {color:text};
- }
- /*
- containers etc
- */
- #wrapper{
- width:600px;
- margin:50px auto;
- }
- #sidebar{
- position:fixed;
- text-align:center;
- margin-left:-175px;
- width:300px;
- margin-top:50px;
- {block:ifcircleborder}
- border:2px {select:border type} {color:border};
- {/block:ifcircleborder}
- }
- #content{
- width:{select:post size}px;
- margin-left:290px;
- }
- .post{
- width:{select:post size}px;
- margin:0 0 50px 0;
- {block:ifpostglow}
- box-shadow: 0 0 10px 5px {color:post glow};
- background-color:{color:post glow};
- {/block:ifpostglow}
- margin-bottom:110px;
- padding:10px;
- border:3px {select:border type} {color:border};
- overflow:hidden;
- background-color:{color:post};
- }
- .post img{ max-width:100%; height:auto; }
- #sidebar img, .post img{
- max-width:100%;
- }
- #sidebar img{
- width:300px;
- {block:ifcirclesidebar}
- border-radius:100%;
- {/block:ifcirclesidebar}
- {block:ifpostglow}
- box-shadow: 0 0 10px 5px {color:post glow};
- {/block:ifpostglow}
- border:3px {select:border type} {color:border};
- {block:ifnocircleborder}
- border:3px {select:border type} {color:border};
- {/block:ifnocircleborder}
- background-color:{color:border};
- }
- #nav{
- margin:50px 0 0 0;
- text-align:center;
- margin-left:15px;
- }
- #lover{
- position:fixed;
- bottom:-3px;
- left:10px;
- padding:0px;
- font-size:8px;
- font-weight:normal;
- }
- #links {
- text-align:center;
- color:#fff;
- }
- #title{
- font-size:48px;
- text-align:center;
- color:{color:link};
- font-style:italic;
- position:fixed;
- text-align:center;
- margin-left:-175px;
- width:300px;
- }
- ::selection {
- color:{color:link};
- background:{color:text};
- }
- /*
- content in the body of the posts - quotes, asks, etc
- "media" contains photos, photosets, videos, audio posts
- */
- .media{
- margin:0 0 10px 0;
- }
- .title{
- font-weight:normal;
- font-size:34px;
- margin:0 0 10px 0;
- }
- .quote{
- font-weight:normal;
- font-size:{text:text size}px;
- font-style:italic;
- margin:0 0 10px 0;
- }
- .question{
- margin-bottom:10px;
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:2px double {color:text};
- }
- /*
- post footers - date, tags, via and source
- */
- .post .footer{
- margin:0;
- text-align:center;
- {block:ifpostglow}
- text-shadow: 0px 0px 10px {color:post glow};
- {/block:ifpostglow}
- }
- /*
- post notes
- */
- ol.notes{
- list-style-type:none;
- padding:0;
- margin:0;
- }
- ol.notes li.note img{
- width:16px;
- height:16px;
- }
- ol.notes li.note{
- margin:0px;
- }
- .video-container {
- position: center;
- overflow: hidden;
- }
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: center;
- max-width:{select:post size}px;
- max-height:{select:post size}px;
- }
- .video-wrapper {
- max-width:{select:post size}px;
- max-height:{select:post size}px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <a title="{title}" href="/"><img src="{image:Sidebar}"></a>
- {block:ifdescription}
- <p>{Description}</p>
- {/block:ifdescription}
- <p>{text:fake desc}</p>
- </div>
- <div id="title">
- {block:iftitlemarquee}<marquee>{/block:iftitlemarquee}<b><a href="/">{text:Title}</a></b>{block:iftitlemarquee}</marquee>{/block:iftitlemarquee}
- </div>
- <div id="content">
- {block:Posts}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="post">
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
- {block:ifshowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowCaption}
- {/block:Photo}
- {block:Photoset}
- <div class="media">{Photoset}</div>
- {block:ifshowCaption}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowCaption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {/block:Quote}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- <div class="media">
- <div class="video-wrapper">
- <div class="video-container">{Video-400}</div>
- </div>
- </div>
- {block:ifshowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowCaption}
- {/block:Video}
- {block:Audio}
- <div class="media">
- {AudioPlayerBlack}
- {block:Album}{Album}{/block:Album}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="question">{Asker}: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="footer">
- <a href="{Permalink}"><img src="{image:footer}"></a>
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="nav">
- {block:previousPage}<a href="{previousPage}">⇇ prev</a> ⋆ {/block:previousPage} {block:nextPage}<a href="{nextPage}">next ⇉</a>{/block:nextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="https://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- </div>
- </div>
- <!----
- you may change the pixel, but do not remove it. just change the image source link to the new pixel link. **AGAIN: DO NOT REMOVE**
- ----->
- <div id="lover"><a title="credit" href="https://classroom.tumblr.com/"><img src="https://64.media.tumblr.com/154b5d7510afe91a39408f94f76d2f15/4d9ab15404ddfee1-79/s75x75_c1/db75e0c4f232650350b1c775317567b8c6d44449.gif"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement