Advertisement
maryaciolli

theme - hiatus

Mar 15th, 2014
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <! - - - - - - - - - - - - - - - - - - - - - - - - - -
  5. new theme ♡
  6. theme by oficinadehtml.tumblr.com
  7. @hollandsrod3n
  8. - - - - - - - - - - - - - - - - - - - - - - - - - - !>
  9.  
  10. <title>{title}</title>
  11.  
  12.  
  13. <!-- DEFAULT -->
  14.  
  15. <meta name="color:background" content="#ffffff" />
  16. <meta name="color:title name" content="#B0E0E6" />
  17. <meta name="color:background post" content="#F5F5F5" />
  18. <meta name="text:your url (ex: oficinadehtml)" content="" />
  19. <meta name="image:sidebar" content="https://31.media.tumblr.com/avatar_7fe4f40fca07_64.png" />
  20.  
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  25.  
  26. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  27.  
  28. <script>
  29.  
  30. (function($){
  31.  
  32. $(document).ready(function(){
  33.  
  34. $("a[title]").style_my_tooltips({
  35.  
  36. tip_follows_cursor:true,
  37.  
  38. tip_delay_time:0,
  39.  
  40. tip_fade_speed:0,
  41.  
  42. attribute:"title"
  43.  
  44. });
  45.  
  46. });
  47.  
  48. })(jQuery);
  49.  
  50. </script>
  51. </head>
  52.  
  53. <style type="text/css">
  54.  
  55. body{font-family:'arvil'; font-size: 11px;color: #696969;background: url('');background-color:{color:background};background-attachment:fixed;line-height: 13px;text-align:justify;}
  56.  
  57. #content{margin: auto; margin-bottom: 15px; z-index:4; width:550px;margin-top:200px; text-align:justify; background:{color:background post}; border-bottom:10px solid {color:title name};}
  58.  
  59. b, strong { color: #CEB7C4;}
  60. u, underline {color:#D2D2D2; border-bottom: 1px dashed #E0D0D9; text-decoration: none;}
  61. i { color: #E5E5E5;}
  62. s, strike { color: #D7EEEE;}
  63. a {color:#b5b5b5; text-decoration:none; font-family:arial; font-size:9px; font-style:italic;}
  64. a:hover{color:#b5b5b5;text-decoration:none;}
  65.  
  66. .caixa{padding: 10px; text-align:justify; text-decoration:uppercase; border-top:0px solid #eee;}
  67.  
  68. .banner {width:550px; text-align:center; font-size:12px; letter-spacing:2px; font-size:9px; padding-top:-80px;}
  69.  
  70.  
  71. letra{font-family: 'Lobster', cursive; font-size:75px; color:{color:title name}; text-align:center;}
  72.  
  73. #s-m-t-tooltip {
  74. max-width:150px;
  75. padding:5px 10px 5px 10px;
  76. margin:20px 14px 7px 10px;
  77. border:1px solid #fff; /* change the border color */
  78. background-color:#fff; /* change the background color */
  79. font-family:Calibri; /* change the font */
  80. font-style: normal;
  81. font-size:10px; /* change the font size */
  82. line-height:11px;
  83. letter-spacing:1px; /* change the letter spacing */
  84. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  85. color:#999; /* change the text color */
  86. z-index:999;
  87. }
  88.  
  89. .line1 {font-family:arial; font-size:9px; display : block; margin-bottom:5px; letter-spacing:3px; text-align:justify;}
  90.  
  91. .pic {width:50px; border-right:5px solid {color:title name}; background:#F5F5F5; border-top-left-radius: 0px; border-bottom-left-radius: 0px; margin-right:8px;}
  92.  
  93.  
  94. </head>
  95. </style>
  96.  
  97. <body>
  98.  
  99. <div style="position: fixed; bottom: 10px; right: 10px; border: thin solid #aaa; padding:3px;"><a href="http://oficinadehtml.tumblr.com/" title="theme by @stilesflop">©</a></div>
  100.  
  101. <div id="pagina"><center><div id="content">
  102. <div class="banner">
  103.  
  104. <letra>{title}</letra><br><br>
  105.  
  106. </div>
  107.  
  108. <div class="caixa">
  109.  
  110. <div class="line1"><img src="{image:sidebar}" align="left" class="pic"> {description} </div>
  111.  
  112. <br>
  113.  
  114. <p><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOUR URL.tumblr.com/" width="100%"></iframe> <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  115.  
  116. </div>
  117. </div>
  118.  
  119. </center></div>
  120. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement