Advertisement
maryaciolli

theme emma

Dec 30th, 2013
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <!------
  6.  
  7. theme made by mary @stilesflop
  8.  
  9. (oficinadehtml.tumblr.com)
  10.  
  11. ------->
  12.  
  13.  
  14. <link rel="shortcut icon"{favicon}">
  15.  
  16. <title>{title}</title>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=News+Cycle' rel='stylesheet' type='text/css'>
  21.  
  22.  
  23. <!-- start of script tooltip -->
  24. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  25. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  26. <script>
  27. (function($){
  28. $(document).ready(function(){
  29. $("a[title]").style_my_tooltips({
  30. tip_follows_cursor:true,
  31. tip_delay_time:90,
  32. tip_fade_speed:600,
  33. attribute:"title"
  34. });
  35. });
  36. })(jQuery);
  37. </script>
  38. <!-- end of script tooltip -->
  39.  
  40.  
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42.  
  43. <meta name="color:Background" content="#ffffff"/>
  44. <meta name="color:Text" content="#939394"/>
  45. <meta name="color:Menu" content="#f54e4e"/>
  46. <meta name="color:Menu Hover" content="#8f9191"/>
  47. <meta name="color:Info letter" content="#ffffff"/>
  48. <meta name="image:Sidebar" content="http://static.tumblr.com/4a5c10a7a971bbbdd562766103bf3183/nqcm3ld/03Smymrj0/tumblr_static_tumblr_inline_my6oigh1hh1s2tyft.png"/>
  49. <meta name="text:Link 1" content=""/>
  50. <meta name="text:Link 1 Text" content=""/>
  51. <meta name="text:Link 2" content=""/>
  52. <meta name="text:Link 2 Text" content=""/>
  53. <meta name="text:Link 3" content=""/>
  54. <meta name="text:Link 3 Text" content=""/>
  55. <meta name="text:Link 4" content=""/>
  56. <meta name="text:Link 4 Text" content=""/>
  57. <meta name="text:title" content="tumblr name" />
  58.  
  59. <style>
  60.  
  61. body{background:{color:background}; color: {color:text}; font-family: 'News Cycle', sans-serif; font-size:14px; width:700px; margin-left:auto; margin-right:auto; text-align:justify; margin-top: 50px;}
  62.  
  63. ::-webkit-scrollbar-thumb {
  64. height:auto;
  65. background-color:{color:Menu};
  66. }
  67.  
  68. ::-webkit-scrollbar {
  69. height:5px;
  70. width:10px;
  71. background-color:#eee;
  72. }
  73.  
  74. a:link,a:active,a:visited { color: {color:text}; text-decoration: none; -webkit-transition-duration: .50s;}
  75.  
  76. a:hover { color: {color:Info};}
  77.  
  78. b, strong {color: #000000; text-decoration: none;}
  79. s {color: #000000;cursor: help;}
  80. i {color: #000000; text-decoration: none;}
  81. u, underline {color: #000000; text-decoration: none; border-bottom: 1px dashed #000000;}
  82.  
  83. h1 {color: {color:text}; font-family: 'News Cycle', sans-serif; font-size:25px; line-height:30px; margin:0px; padding:0px; margin-bottom:-0px; text-align:justify; letter-spacing: 1px;}
  84.  
  85. h2 {color: {color:text}; font-family: 'News Cycle', sans-serif; font-size:35px; line-height:25px; margin:0px; padding:0px; margin-bottom:-0px; text-align:justify; letter-spacing: 1px;}
  86.  
  87. .side {color: 000; margin-bottom: 25px; padding: 5px; width: 138px; text-align: justify; position: fixed; top:-5px; font-family: arial; font-size:10px; margin-left:545px; height:100%; background:#fff; padding-top:80px;}
  88.  
  89. .posts {background: #ffffff;color: {color:text}; padding: 5px; width:500px; margin-left:0px; margin-top: 20px;}
  90.  
  91. .info {color: {color:Info letter}; text-align:center; width:495px; padding:5px; margin-left:0px; border-top:1px solid #eee; border-bottom:1px solid #eee; text-transform: uppercase; font: 11px 'verdana'; margin-top:10px;}
  92.  
  93. .info a {color: {color:Info letter};}
  94.  
  95. .menu{text-align: center; text-decoration: none;}
  96.  
  97. .menu a{text-transform:uppercase!important; padding: 3px; display: inline-block; background:{color:background}; margin-top: 5px; font-size: 12px; color: {color:Menu}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border-radius:0px; width:100%; border-bottom:1px solid #eee; font-family: 'News Cycle', sans-serif; letter-spacing: 2px;}
  98.  
  99. .menu a:hover{letter-spacing: 4px;}
  100.  
  101. blockquote {font-size: 11px; font-family: 'verdana'; color: {color:text}; background: #ffffff; border-left:3px solid {color:Border}; padding-left:5px;}
  102.  
  103. .pics {width:120px; border:1px solid #eee; padding:8px; }
  104.  
  105. .nome {color: {color:Menu}; font-family: 'News Cycle', sans-serif; font-size:22px; text-align:center; margin-bottom:10px; padding:5px; letter-spacing:5px; text-transform: uppercase; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border:0px solid {color:Menu}; background:#fff;}
  106.  
  107.  
  108. .pagn {font-family: 'News Cycle', sans-serif; font-size:22px; color: {color:Menu};}
  109. .pagn a {color: {color:Menu};}
  110.  
  111. .desc {margin-bottom:6px; padding:5px; letter-spacing:1px; text-transform: uppercase; text-align:justify; font-size:10px; background:{color:background}; color: {color:text}; margin-top:12px; font-family: 'News Cycle', sans-serif;}
  112.  
  113. #s-m-t-tooltip {
  114. max-width:300px; /* maximum width */
  115. background-color:#ffffff; /* color background */
  116. border:1px solid #eee; /* color, shape and thickness of the border */
  117. font-size:10px; /* font size */
  118. color:#363636; /* font color */
  119. letter-spacing:1px; /* font spacing */
  120. text-transform:lowercase; /* uppercase, lowercase, none */
  121. padding:3px; /* padding size */
  122. margin:20px 0px 0px 20px; /* margin size */
  123. z-index:9999999999999999999999;
  124. border-radius: 2px; /* border radius */
  125. }
  126.  
  127. </style>
  128.  
  129. </head>
  130.  
  131. <body>
  132.  
  133. <div class="side">
  134.  
  135. <div class="nome">
  136. {text:title}
  137. </div>
  138.  
  139. <img src="{image:Sidebar}"class="pics">
  140.  
  141. <div class="desc">{description}</div>
  142.  
  143. <div class="menu">
  144. <a href="/" class="menus">refresh</a>
  145. <a href="{text:Link 1}" class="menus">{text:Link 1 Text}</a>
  146. <a href="{text:Link 2}" class="menus">{text:Link 2 Text}</a>
  147. <a href="{text:Link 3}" class="menus">{text:Link 3 Text}</a>
  148. <a href="{text:Link 4}" class="menus">{text:Link 4 Text}</a>
  149. </div>
  150.  
  151. <center>
  152. <div class="pagn">
  153. {block:PreviousPage}
  154. <a href="{PreviousPage}"> ← </a>
  155. {/block:PreviousPage}
  156.  
  157. {block:NextPage}
  158. <a href="{NextPage}"> → </a>
  159. {/block:NextPage}
  160. </div>
  161. </center>
  162.  
  163. </div>
  164.  
  165. </div></div></div></div>
  166.  
  167.  
  168. <div class="post">
  169.  
  170. {block:Posts}
  171.  
  172. <!--TEXTOS-->
  173. {block:Text}<div class="posts">
  174. {block:Title}<a href="{Permalink}" class="title"><h1>{Title}</h1></a>{/block:Title}
  175. <div>{Body}</div>
  176. </div>{/block:Text}
  177.  
  178.  
  179. <!--PERGUNTAS E MENSAGENS-->
  180. {block:Answer}<div class="posts">
  181. {Question}
  182. <strong>@{Asker}</strong><br />
  183. {Answer}
  184. </div>{/block:Answer}
  185.  
  186.  
  187. <!--LINKS-->
  188. {block:Link}<div class="posts">
  189. <a href="{URL}"><h1>{Name}</h1></a>
  190. {block:Description}{Description}{/block:Description}
  191. </div>{block:Link}
  192.  
  193.  
  194. <!--FOTOS-->
  195. {block:Photo}<div class="posts">
  196. <center>{LinkOpenTag}<img src="{PhotoURL-500}" title="{PhotoAlt}" />{LinkCloseTag}</center>
  197. {block:Caption}{Caption}{/block:Caption}
  198. </div>{/block:Photo}
  199.  
  200. {block:Photoset}
  201. <div class="post photoset">
  202. <img src="{Photoset-500}"/>
  203. {block:Caption}{Caption}{/block:Caption}
  204. </div>
  205. {/block:Photoset}
  206.  
  207.  
  208. <!--FRASES-->
  209. {block:Quote}<div class="posts">
  210. <h1>❝{Quote}❞</h1>
  211. {block:Source}— {Source}{/block:Source}
  212. </div>{/block:Quote}
  213.  
  214.  
  215. <!--DIALOGOS-->
  216. {block:Chat}<div class="posts">
  217. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  218. <table>
  219. {block:Lines}
  220. <tr>
  221. {block:Label}<td class="name">{Label}</td>{block:Label}
  222. <td class="words">{Line}</td>
  223. </tr>
  224. {/block:Lines}
  225. </table>
  226. </div>{/block:Chat}
  227.  
  228.  
  229. <!--MUSICAS-->
  230. {block:Audio}<div class="posts">
  231. <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  232. <center>{AudioPlayerWhite}</centeR>
  233. {block:Caption}{Caption}{/block:Caption}<br />
  234. </div>{/block:Audio}
  235.  
  236.  
  237. <!--VIDEOS-->
  238. {block:Video}<div class="posts">
  239. <center>{Video-400}</center>
  240. {block:Caption}{Caption}{/block:Caption}<br />
  241. </div>{/block:Video}
  242.  
  243. <div class="info"><small>{TimeAgo} with {NoteCount} notes • <a href="{ReblogURL}" target="_blank">Reblog</a> • <a href="{Permalink}"> Like </a></small></div>
  244.  
  245. <div class="tags"><small></small></div>
  246.  
  247.  
  248. {/block:Posts}</div></div><br><br>
  249.  
  250. </div></div></div></div></div></div></div></div></div></div></div>
  251.  
  252.  
  253.  
  254. <div style="bottom:30px;right:20px;position:fixed;font-size:12px; padding:5px;"><a href="http://oficinadehtml.tumblr.com" title="© THEME BY MARY | @stilesflop">THEME</a></div>
  255.  
  256. </body>
  257.  
  258. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement