Advertisement
wtfAnna

theme6

Sep 21st, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5. <!-- | Theme by Anna |
  6. | lookinfoyou | -->
  7.  
  8. <!--FOR USE MY THEMES:
  9. DON'T COPY MY THEMES
  10. DON'T USE LIKE AS BASE
  11. CHANGE ALL IF YOU NEED
  12. IF YOU NEED HELP,TELL ME
  13. USE THE THEME AND BE HAPPY !-->
  14.  
  15. <meta name="color:background" content=""/>
  16. <meta name="color:bold" content=""/>
  17. <meta name="color:italic" content=""/>
  18. <meta name="color:subline" content=""/>
  19. <meta name="color:links hover" content=""/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="text:Link1" content="" />
  23. <meta name="text:Link1 Title" content="" />
  24. <meta name="text:Link2" content="" />
  25. <meta name="text:Link2 Title" content="" />
  26. <meta name="text:Link3" content="" />
  27. <meta name="text:Link3 Title" content="" />
  28. <meta name="text:Link4" content="" />
  29. <meta name="text:Link4 Title" content="" />
  30. <meta name="text:Link5" content="" />
  31. <meta name="text:Link5 Title" content="" />
  32.  
  33.  
  34. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  35. <script src='http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js'></script>
  36. <script>
  37. (function($){
  38. $(document).ready(function(){
  39. $("a[title]").style_my_tooltips({
  40. tip_follows_cursor:true,
  41. tip_delay_time:90,
  42. tip_fade_speed:700,
  43. attribute:"title"
  44. });
  45. });
  46. })(jQuery);
  47. </script>
  48.  
  49. <title>{Title}</title>
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  53.  
  54. <style type="text/css">
  55.  
  56. body {
  57. background: {color:background};
  58. padding:4px;
  59. font-family: 'arial';
  60. font-style: normal;
  61. font-size: 11px;
  62. color: #fff;
  63. text-align: left;
  64. line-height:14px;
  65. }
  66.  
  67. #post {
  68. z-index:100000000000000;
  69. margin-top:20px;
  70. margin-left: 420px;
  71. width:500px;
  72. color:#B5B5B5;
  73. font-family:'Arial';
  74. position: absolute;}
  75. .caixa {
  76. background: #fff;
  77. padding: 20px;
  78. margin-bottom:1px;
  79. left:90px;
  80. border-radius:2px;}
  81.  
  82. /* negrito, itálico e grifado */
  83.  
  84. b, strong, bold {color: {color:bold};}
  85. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:subline};}
  86. i, em{color: {color:italic};}
  87. s {color: #000;}
  88.  
  89.  
  90. /* links */
  91. a:link, a:visited, a:active {color:#B5B5B5; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  92. a:hover {color: {color:links hover}; -webkit-transition-duration: .79s; text-decoration:underline;}
  93.  
  94. blockquote {margin-left:10px;
  95. padding-left:5px;
  96. border-left:2px solid;
  97. }
  98.  
  99. h1 {text-align:center;
  100. text-transform:capitalize;
  101. font-size:15px;
  102. color:#000;
  103. font-family:arial;
  104. font-weight: bold;
  105. background:;
  106. font-family:'calibri';
  107. line-height:15px;
  108. }
  109.  
  110. ::-webkit-scrollbar-thumb {background-color: #B5B5B5;
  111. border: 0px solid #fff;
  112. height:auto;}
  113. ::-webkit-scrollbar {height:5px;
  114. width:5px;
  115. background-color: #B5B5B5;
  116. border:4px solid #fff;}
  117.  
  118. .audio {
  119. padding:10px;
  120. color:#555555; }
  121.  
  122. .informations {z-index:999999999999999999999999999999999999999;
  123. text-align:left;
  124. font-size:08px;
  125. color:#000;
  126. width:450px;
  127. letter-spacing:3px;
  128. margin-top:06px;
  129. text-transform:uppercase;
  130. font-family:'arial';
  131. }
  132. .tags{
  133. font-size:07px;
  134. font-style:italic;
  135. }
  136.  
  137. #s-m-t-tooltip {
  138. font-family:"arial";
  139. font-size:8px;
  140. background: #fff;
  141. border:1px solid #fff;
  142. color: #000;
  143. -webkit-animation: CH 600ms;
  144. margin:20px 20px 20px 8px;
  145. z-index:99999999999999999;
  146. padding: 5px;
  147. -webkit-transition: all 0.2s linear;
  148. -moz-transition: all 0.2s linear;
  149. -o-transition: all 0.2s linear; }
  150.  
  151. #question{
  152. width:480px;
  153. font-family:'calibri';
  154. font-style:italic;
  155. text-align:left;
  156. color:#fff;
  157. line-height:30px;
  158. padding-left:30px;
  159. left:10px;
  160. background-color:#000;
  161. }
  162. #resp{
  163. padding-left:30px;
  164. font-family:arial;
  165. color:#000;
  166. }
  167.  
  168.  
  169. #paginacao{
  170. z-index:999999999999999999999999999999999999999999;
  171. font-family:'arial';
  172. position:fixed;
  173. margin-top:255px;
  174. font-size:20px;
  175. margin-left:719px;
  176. }
  177.  
  178. #cred {font-family:'pf arma five';
  179. position:fixed;
  180. font-size:08px;
  181. right:10px;
  182. bottom:10px;
  183. letter-spacing:2px;}
  184.  
  185. #sidebar {
  186. margin-top:-30px;
  187. margin-left:350px;
  188. width:300px;
  189. height:100px;
  190. z-index:999999999999999999999999999999999999999;
  191. position:justify;
  192. }
  193. #sidebar img {
  194. width:650px;
  195. height:200px;
  196. z-index:999999999999999999999999999999999999999;
  197. padding: 4px;
  198. position:justify;
  199. }
  200.  
  201. #links{
  202. z-index:999999999999999999999999999999999999999;
  203. font-size:10px;
  204. text-transform:uppercase;
  205. width:200px;
  206. font-family:"arial";
  207. margin-top:1px;
  208. margin-left:650px;
  209. font-weight:bold;
  210. position:justify;
  211. font-style:italic;
  212. text-align:center;
  213. line-height:10px;
  214. letter-spacing:2px;
  215. }
  216. #links a:hover{
  217. color:{color:links hover};
  218. }
  219.  
  220. #description{
  221. z-index:999999999999999999999999999999999999999;
  222. width:400px;
  223. margin-top:-02px;
  224. margin-left:500px;
  225. padding:2px;
  226. color:#000;
  227. font-size:12px;
  228. font-family:'arial';
  229. text-align:center;
  230. text-transform:lowercase;
  231. position:justify;
  232. }
  233.  
  234. #title{
  235. width:400px;
  236. margin-top:120px;
  237. margin-left:480px;
  238. text-align:center;
  239. color:#000;
  240. line-height:20px;
  241. font-family:Arial;
  242. letter-spacing:-2px;
  243. font-size:20px;
  244. position:justify;
  245. font-weight:bold;
  246. text-transform:lowercase;
  247. }
  248. </style>
  249. </head>
  250.  
  251. <body>
  252.  
  253. <div id="paginacao">
  254. {block:Pagination}{block:PreviousPage}<a href={PreviousPage}>«</a>{/block:PreviousPage}{/block:Pagination}
  255. {block:Pagination}{block:NextPage}<a href={NextPage}>»</a>{/block:NextPage}{/block:Pagination}
  256. </div>
  257.  
  258. <div id="sidebar">
  259. <div id="sidebarimg"><img src="{image:sidebar}">
  260. </div></div>
  261.  
  262. <div id="title">{title}</div>
  263.  
  264.  
  265. <div id="links">
  266. <a href="{text:link1}" title="{text:link1 title}">I</a>
  267. <a href="{text:link2}" title="{text:link2 title}">II</a>
  268. <a href="{text:link3}" title="{text:link3 title}">III</a>
  269. <a href="{text:link4}" title="{text:link4 title}">IV</a>
  270. <a href="{text:link5}" title="{text:link5 title}">V</a>
  271. </div>
  272.  
  273. <div id="description">{Description}</div>
  274. <div id="cred"><a href="http://lookinfoyou.tumblr.com/" title="credits"><small>♥</small></a></div>
  275.  
  276. <div id="post">
  277. {block:Posts}
  278. <div class="caixa">
  279.  
  280.  
  281. {block:Text}
  282. <h1>
  283. {block:Title}
  284. {Title}
  285. {/block:Title}
  286. </h1>
  287. {Body}
  288. {/block:Text}
  289.  
  290. {block:Photo}
  291. <center><img src="{PhotoURL-500}"></center>
  292. {block:Caption} {Caption} {/block:Caption}
  293. {/block:Photo}
  294.  
  295. {block:Photoset}<center>{Photoset-500}</center>
  296. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  297.  
  298.  
  299. {block:Quote}
  300. {Quote}
  301. {block:Source}
  302. <div style="text-align: right"> — {Source}</div>
  303. {/block:Source}
  304. {/block:Quote}
  305.  
  306. {block:Link}
  307. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  308. {block:Description}{Description}{/block:Description}
  309. {/block:Link}
  310.  
  311. {block:Lines}
  312. {block:Label}
  313. <span>{Label}</span>
  314. {/block:Label}
  315. {Line}
  316. {/block:Lines}
  317.  
  318. {block:Video}
  319. {Video-500}
  320. {block:Caption}
  321. {Caption}
  322. {/block:Caption}
  323. {/block:Video}
  324.  
  325. {block:Audio}
  326.  
  327. <table><tr>
  328. <td style="width: 40px;">
  329. <div id="audioimg">{block:AlbumArt}
  330. <img src="{AlbumArtURL}" width="100px"/>
  331.  
  332. </div>
  333. {/block:AlbumArt}</td>
  334. <td style="width: 400px; ">
  335. <div id="audioplayer">
  336. <div class="audio">
  337. {block:TrackName}
  338. <b>Title:</b>{TrackName}<br>{/block:TrackName}
  339. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  340. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  341. {AudioPlayerWhite}
  342. </div>
  343. </td>
  344. </tr></table>
  345. {block:Caption}{Caption}{/block:Caption}
  346. {/block:Audio}
  347.  
  348.  
  349. {block:Answer}
  350. <div id="question">{Question} - {Asker}</div>
  351. <div id="resp">{Answer}</div>
  352. {/block:Answer}
  353.  
  354. <div class="informations">
  355. <a href="{Permalink}">{block:Date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:Date}</a>
  356. {NoteCount}</a><font color="#FF0000">♥</font> notes
  357. {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a> &
  358. {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" target=blank>source</a>
  359. {/block:ContentSource}
  360. <div class="tags">{block:HasTags}
  361. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;
  362. {/block:Tags}{/block:HasTags}</a></div>
  363. {block:Date}
  364. </div>
  365. <br>
  366. {block:PostNotes}{PostNotes}{/block:PostNotes}
  367.  
  368. {/block:Posts}
  369.  
  370. </div>
  371. {/block:Posts}
  372.  
  373. </body>
  374. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement