Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- ©borntobewildcodes.tumblr.com | THE LETTER (vol.2)
- + Do not redistribute this page or remove the credits.
- + Edit as long as you keep the credits intact
- + Contact us if you have any questions or concerns.
- + If you want a custom theme you can commission us.
- + Thanks for using our page, we hope that you enjoy it.
- Other credits:
- - Background image: unknown
- - Container: spidergypsy on Deviantart
- - Google fonts
- - Font Awesome icons
- - Jquery
- - Style my tooltips by Malihu
- ---->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </style>
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- font-family: Helvetica;
- font-size: 12px;
- line-height: 17px;
- color: #222;
- background-color: #fff;
- background-image: url('https://66.media.tumblr.com/9c0dbeca521aeae969e5f4f91d21e702/tumblr_pshscjyjbZ1w4d880o2_r1_1280.jpg');
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Fix */
- iframe, img, embed, object, video {
- max-width: 100%;
- border: none;
- }
- input, textarea, select, a { outline: none; }
- /* Paragraph */
- p {margin-top: 5px; margin-bottom: 5px;}
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- /* Title */
- h1{
- margin: 0;
- margin-top: 10px;
- margin-bottom: 10px;
- color:#845F4F;
- font-family:'Montez';
- font-size: 20px;
- line-height:25px;
- font-weight: normal;
- }
- /* Captions */
- h2 {
- font-family: Helvetica;
- font-size: 12px;
- line-height: 17px;
- color: #222;
- background-color: #fff;
- font-weight: normal;
- }
- /* Links */
- a {
- color: #A08A61;
- text-decoration:none;
- }
- a:hover {
- color: #222;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- ul, ol, li {
- margin: 5px 10px;
- padding: 0px;
- }
- /* Bold and italic */
- b, strong {
- color: #000;
- }
- i, em {
- color: #81765A;
- }
- ul {
- margin: 0px;
- padding: 0px;
- }
- a img {
- border: 0px;
- }
- small {
- font-size: 90%;
- }
- big {
- font-size: 110%;
- }
- /* Selection */
- ::-moz-selection {
- background: #81765A;
- color: #fff;
- }
- ::selection {
- background: #81765A;
- color: #fff;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 9px;
- height: 0px;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background-color: #E3DDC3;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #E3DDC3;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0px;
- background-color: #81765A;
- border: 4px solid #E3DDC3;
- }
- /* Tumblr controls */
- .iframe-controls--desktop {
- right: 35px!important;
- top: 5px!important;
- margin-top:auto;
- opacity: .9!important;
- position:fixed!important;
- white-space:nowrap!important;
- filter: invert(1);
- -webkit-filter: invert(1);
- -moz-filter: invert(1);
- -o-filter: invert(1);
- -ms-filter: invert(1);
- z-index: 10000!important;
- }
- /* Tooltips */
- #s-m-t-tooltip {
- max-width: 250px;
- margin: 10px;
- padding: 5px;
- color::#A08A61;
- font-size: 12px;
- line-height: 15px;
- background: #E4DEC8;
- -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
- -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
- box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
- z-index: 10000;
- }
- /* -- CONtAINER --*/
- #container {
- position:absolute;
- top:50%;
- left:50%;
- width:500px;
- height:550px;
- background:url('https://66.media.tumblr.com/4dabf9ef6363a58f0d21912e7b7c53aa/tumblr_pshscjyjbZ1w4d880o1_540.jpg');
- -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
- -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
- box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
- -webkit-transform: translateX(-50%) translateY(-50%);
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);;
- }
- /* title */
- #title {
- margin-top:50px;
- margin-left:0px;
- width:490px;
- padding:5px;
- font-family:'Montez';
- font-size:35px;
- color:#845F4F;
- text-align:center;
- }
- /* Description */
- #description{
- margin-top:45px;
- margin-left:auto;
- margin-right:auto;
- width:450px;
- max-height:340px;
- padding:10px;
- color:#4D302E;
- font-family:'Montez';
- font-size:22px;
- line-height:26px;
- text-align:justify;
- overflow-y:auto;
- }
- /* Links */
- #links {
- position:absolute;
- margin-left:15px;
- bottom:10px;
- height:40px;
- }
- #links a {
- display:inline-block;
- padding:4px 8px;
- margin:5px;
- font-size:20px;
- color:#A08A61;
- font-family:'Montez';
- background:url('https://66.media.tumblr.com/4dabf9ef6363a58f0d21912e7b7c53aa/tumblr_pshscjyjbZ1w4d880o1_540.jpg');
- -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
- -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
- box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
- }
- #links a:hover {
- letter-spacing:2px;
- color:#222;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /*-- CREDIT --*/
- #credit {
- position:fixed;
- right: 10px;
- width:25px;
- height:25px;
- top: 5px;
- z-index: 100000;
- }
- #credit img{
- border: 1px solid {color:Borders};
- }
- #credit img:hover{
- border: 1px solid {color:Hover};
- }
- /* --------------------------- Custom CSS -------------------------- */
- {CustomCSS}
- </style>
- <!--Google fonts-->
- <link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative|Meddon|Poiret+One|Montez|Volttaire" rel="stylesheet">
- <!-- Font awesome -->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <!--Jquery-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript" src="https://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <!-- Style my tooltips -->
- <script src="jquery.style-my-tooltips.js"></script>
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/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">
- <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- </head>
- <body>
- <div id="container">
- <div id="title"> Title </div>
- <div id="description">
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco <u>laboris</u> nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate <i>velit</i> esse cillum dolore eu fugiat nulla pariatur.<br><br>
- Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem <b>aperiam</b>, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi.
- </div>
- <!--End description-->
- <div id="links">
- <a href="/">Back</a>
- <a href="/ask">Ask</a>
- <a href="https://www.tumblr.com/dashboard/">Dash</a>
- </div>
- <!--End links-->
- </div>
- <!--End container-->
- <!-- CREDIT (do not remove) -->
- <div id="credit"><a href="https://borntobewildcodes.tumblr.com" title="page THE LETTER by @borntobewildcodes"><img src="https://i57.tinypic.com/301g6eg.jpg"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement