Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600i,700" rel="stylesheet">
- <link href="https://use.fontawesome.com/releases/v5.10.1/css/all.css" rel="stylesheet" >
- <!-- PAGE 006: DISPLAY, BY EVANSYHELP
- RULES
- 1. Edit as much as you like, but...
- 2. Do not remove the credit.
- 3. Do not redistribute.
- 4. Do not use as a base.
- 5. Do not claim as your own.
- CREDITS
- 1. Tooltips: http://manos.malihu.gr/style-my-tooltips-jquery-plugin/ -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <style type="text/css">
- /* TOOLTIPS */
- #s-m-t-tooltip{
- max-width:400px;
- margin:15px 10px 5px 10px;
- padding:2px 8px 2px 8px;
- background:#f1f1f1;
- font-family:'Open Sans', sans-serif;
- letter-spacing:1px;
- font-size:9px;
- font-weight:bold;
- font-style:italic;
- line-height:16px;
- color:#4e353a;
- box-shadow:1px 1px 5px #1f1f1f;
- border:1px solid #4e353a;
- border-radius:2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- }
- /* SELECTION */
- ::selection {
- background-color:#393939;
- color:#f1f1f1;
- }
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- background-color:#4e353a;
- width:5px;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#f1f1f1;
- }
- body {
- background-color:#4e353a; /* CHANGE BACKGROUND COLOUR */
- font-family:'Open Sans', sans-serif; /* CHANGE FONT */
- text-align:center;
- }
- /* TOP-RIGHT NAVIGATION LINKS */
- #back {
- position:absolute;
- left:10px;
- top:10px;
- font-size:8px; /* CHANGE LINK FONT SIZE */
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- text-shadow:0px 0px 2px #f1f1f1;
- }
- #back a {
- color:#f1f1f1; /* CHANGE LINK COLOUR */
- text-decoration:none;
- }
- /* CONTENT */
- #title {
- margin-top:50px;
- margin-bottom:50px;
- font-size:40px; /* CHANGE TITLE SIZE */
- font-weight:600;
- letter-spacing:-2px;
- color:#f1f1f1; /* CHANGE TITLE COLOUR */
- font-style:italic;
- text-shadow:0px 0px 3px #f1f1f1; /* YOU'LL PROBABLY WANT TO CHANGE THE SHADOW HEXCODE HERE IF YOU CHANGE THE TITLE COLOUR */
- }
- #subt {
- background-color:#f1f1f1; /* CHANGE SUBTITLE BACKGROUND COLOUR */
- font-weight:600;
- color:#4e353a; /* CHANGE SUBTITLE COLOUR */
- font-size:20px; /* CHANGE SUBTITLE SIZE */
- width:200px;
- letter-spacing:-1px;
- padding-left:30px;
- padding-right:30px;
- padding-top:5px;
- padding-bottom:7px;
- border-radius:1px;
- -moz-border-radius: 1px;
- -webkit-border-radius: 1px;
- }
- #cont {
- background-color:#f1f1f1; /* CHANGE CONTAINER BACKGROUND COLOUR */
- padding:15px;
- margin:35px;
- border-radius:1px;
- -moz-border-radius: 1px;
- -webkit-border-radius: 1px;
- }
- #cont img {
- margin:1px;
- }
- /* DO NOT TOUCH */
- #credit {
- float:right;
- position:fixed;
- right:10px;
- bottom:10px;
- font-size:10px;
- }
- #credit a {
- color:#f1f1f1;
- }
- </style>
- </head>
- <body>
- <!-- TOP-RIGHT NAVIGATION LINKS. REPLACE THEM WITH WHATEVER YOU WANT. TO ADD AN EXTRA ONE, COPY EVERYTHING FROM '<a' TO '</br>' AND PASTE IT BEFORE THE '</div>' -->
- <div id="back">
- <a href="https://tumblr.com/dashboard"><i class="fas fa-caret-left"></i> dashboard.</a></br>
- <a href="/"><i class="fas fa-caret-left"></i> back to blog.</a>
- </div>
- <!-- TITLE AND SUBTITLE -->
- <div id="title">name.</div>
- <span id="subt">subtitle.</span>
- <!-- CONTAINER -->
- <div id="cont">
- <!-- PASTE YOUR IMAGE URLS HERE -->
- </div>
- <!-- IF YOU WANT MORE THAN ONE CONTAINER/SUBTITLE, COPY AND PASTE THE RELEVANT HTML HERE -->
- <!-- DO NOT TOUCH -->
- <div id="credit">
- <a href="http://evansyhelp.tumblr.com/tagged/eh: theme" title="EVANSY"><i class="far fa-dot-circle"></i></a>
- </div>
- <!-- TOOLTIPS SCRIPT -->
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/mxlhytv/ZGMpylh39/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- </body>
- <!-- CODE BY EVANSYHELP -->
Advertisement
Add Comment
Please, Sign In to add comment