Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- about #2 'rookie' by sur southcodes.tumblr.com
- - modify as you please but please do not touch the credit
- - any errors? need help? have questions? let me know!
- southcodes.tumblr.com/ask
- -->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #ddd;
- height: 0px;
- border: 3px solid #fff;
- }
- ::-webkit-scrollbar {
- background-color: inherit;
- height:0px;
- width:7px;
- }
- .tmblr-iframe {
- margin:10px;
- opacity:.2;
- -moz-transition-duration: 0.2s;
- -o-transition-duration: 0.2s;
- -webkit-transition-duration: 0.2s;
- transition-duration: 0.2s;
- }
- .tmblr-iframe:hover{
- opacity:.65;
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- #s-m-t-tooltip{
- font-family:calibri;
- max-width:300px;
- margin-top:25px;
- margin-left:15px;
- z-index:999999;
- letter-spacing:1.6px;
- text-transform:uppercase;
- font-size:8.5px;
- border: solid 1px #ddd;
- background-color:#fcfcfc;
- color:#666;
- padding:3px 5px;
- }
- body {
- color:#000;
- font-size:13px;
- font-family: 'Lato', sans-serif;
- background-color:#fefefe;
- letter-spacing:.7px;
- }
- a{
- color:#8c8c8c;
- text-decoration:none;
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- a:hover{
- color:#000;
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- /* container */
- .container {
- width:520px;
- position:absolute;
- left:50%;
- top:50%;
- -webkit-transform: translateX(-50%) translateY(-50%);
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- }
- .header {
- background:#fdfdfd;
- border: 1px solid #ededed;
- padding:5px 0;
- margin: 0 0 30px;
- }
- .title {
- letter-spacing:1.5px;
- font-size:14px;
- font-family:montserrat;
- margin-bottom:7px;
- text-transform:uppercase;
- text-align:center;
- }
- .title a{
- color:#000;
- }
- .links {
- font-family:calibri;
- font-size:11px;
- letter-spacing:1.5px;
- text-transform:uppercase;
- text-align:center;
- }
- .links a{
- padding-right:7px;
- }
- .links a:last-child{
- padding-right:0px;
- }
- .about {
- text-align:justify;
- line-height:23px;
- min-height:120px;
- }
- .minibox {
- width:250px;
- height:110px;
- display:inline-block;
- float:right;
- margin: 3px 0 0 10px;
- border: 1px solid #ededed;
- background:#fcfcfc;
- }
- .image {
- display:inline-block;
- }
- .image img {
- width:110px;
- height:110px;
- }
- .quote{
- height:100px;
- margin-top:5px;
- display:inline-block;
- float:right;
- background:#fdfdfd;
- }
- .quotetext {
- width:130px;
- height:100px;
- overflow:auto;
- margin:auto;
- line-height:18px;
- text-align:center;
- font-size:11px;
- letter-spacing:1px;
- display: flex;
- justify-content: center;
- flex-direction: column; /* if the quote needs a scroll, delete this line */
- padding-right:5px;
- }
- .navi {
- font-style:italic;
- line-height:26px;
- font-size:11.5px;
- }
- .navi a{
- padding:0 0 0 15px;
- }
- span.ltitle {
- padding-right:3px;
- font-weight:bold;
- }
- span.line {
- padding-right:15px;
- }
- span.line:last-child {
- padding-right:0px;
- }
- .details{
- margin:20px 0;
- font-size:12px;
- text-align:center;
- letter-spacing:1px;
- text-transform:lowercase;
- line-height:18px;
- }
- .border {
- height:1px;
- width:250px;
- margin: 23px auto 20px;
- background:#ddd;
- }
- .credit {
- font-family:calibri;
- position:fixed;
- bottom:10px;
- right:10px;
- }
- .credit a{
- color:#666;
- font-size:11px;
- font-variant:small-caps;
- }
- </style>
- </head>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <body>
- <div class="container">
- <div class="header">
- <div class="title">about title</div>
- <div class="links">
- <a href="/">return</a>
- <a href="/ask">inbox</a>
- <a href="https://www.tumblr.com/">dash</a>
- </div>
- </div>
- <div class="minibox">
- <div class="quote">
- <!-- if this text is long and needs a scroll bar, search for '.quotetext' in the code -->
- <div class="quotetext">add something, if you wish</div>
- </div>
- <div class="image"><a href="/"><img src="IMG URL"/></a></div>
- </div>
- <div class="about">
- this is your about, write freely
- <!-- if you dont want this text delete from this line+ -->
- <div class="extraq" style="text-align:center;font-style:italic;font-size:11px; width:390px; margin:20px auto 0px;">« this is another optional space, you should try to make the text above long enough so this fits under the image »
- </div>
- <!-- +to this line -->
- </div>
- <div class="details">
- <span class="line"><b>title</b>: xxxxxx</span>
- <span class="line"><b>title</b>: xxx</span>
- </div>
- <div class="border"></div>
- <div class="navi">
- <!-- start 1st links (add as many as you want!) -->
- <span class="ltitle">title 1</span> —
- <a href="/">link 1</a>
- <a href="/">link 2</a>
- <!-- end 1st links -->
- <!-- start 2nd links -->
- <br><span class="ltitle">title 2</span> —
- <a href="/">link 1</a>
- <a href="/">link 2</a>
- <!-- end 2nd links -->
- </div>
- </div>
- <!-- keep intact <3 -->
- <div class="credit"><a href="http://southcodes.tumblr.com" title="southcodes">s.</a></div>
- </body>
Add Comment
Please, Sign In to add comment