Advertisement
dawnsalvatore

Theme #129

Jan 4th, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.05 KB | None | 0 0
  1. <!-- theme #129 by dawnsalvatore -->
  2. <html><head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. <style> .my-like { cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { color: red; cursor:pointer; display:inline-block; vertical-align:top; } </style> <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>
  10. </head>
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13. <script>
  14. (function($){
  15. $(document).ready(function(){
  16. $("a[title]").style_my_tooltips({
  17. tip_follows_cursor:true,
  18. tip_delay_time:80,
  19. tip_fade_speed:500,
  20. attribute:"title"});
  21. });
  22. })(jQuery);
  23. </script>
  24. <!-- DEFAULT VARIABLES -->
  25.  
  26.  
  27. <meta name="color:Background" content="#ffffff" />
  28. <meta name="color:Border" content="#e9e9e9" />
  29. <meta name="color:Link" content="#c6c6c6" />
  30. <meta name="color:Linkhover" content="#d1d1d1" />
  31. <meta name="color:Scrollbar" content="#e9e8e8" />
  32. <meta name="color:Text" content="#b8b8b8" />
  33. <meta name="color:Title" content="#7a7a7a" />
  34. <meta name="color:Bold" content="#4d4c4b" />
  35. <meta name="color:Italic" content="#868686" />
  36.  
  37.  
  38. <meta name="image:sidebar" content=""/>
  39. <meta name="image:background" content="" />
  40.  
  41. <meta name="text:Home" content="/" />
  42. <meta name="text:Home Title" content="Home" />
  43. <meta name="text:Ask" content="/ask" />
  44. <meta name="text:Ask Title" content="Ask" />
  45. <meta name="text:Link1" content="" />
  46. <meta name="text:Link1 Title" content="" />
  47. <meta name="text:Link2" content="" />
  48. <meta name="text:Link2 Title" content="" />
  49. <meta name="text:Link3" content="" />
  50. <meta name="text:Link3 Title" content="" />
  51. <meta name="text:Link4" content="" />
  52. <meta name="text:Link4 Title" content="" />
  53.  
  54. <meta name="if:Infinite Scroll" content=""/>
  55. <meta name="if:500pxPosts" content="1">
  56. <meta name="if:400pxPosts" content="">
  57. <meta name="if:FirstLetter" content="1">
  58. <meta name="if:Tags Hover" content="1">
  59.  
  60.  
  61.  
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Volkhov:400,400italic' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74. /* --- SCROLLBAR ---*/
  75. ::-webkit-scrollbar {height: 7px;width: 8px;}
  76. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  77. ::-webkit-scrollbar-track{background-color:{color:background};}
  78.  
  79.  
  80.  
  81. /* --- TOP ---*/
  82. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.8s linear; opacity: 0.9; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  83.  
  84. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.9s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  85.  
  86.  
  87.  
  88. /* --- BODY ---*/
  89. body { background-attachment:fixed; font-family:calibri; font-size:11px; line-height:100%;color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}');}
  90.  
  91. a { text-decoration: none; font-weight: normal; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear; color: {color:link};}
  92.  
  93. a:hover { color: {color:linkhover}; text-decoration:none; font-weight:normal; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear; }
  94.  
  95. img {border:none;}
  96.  
  97. h1{font-size:12px; line-height:100%;text-transform:none ;font-family:cambria; color:{color:title}; }
  98.  
  99. h2 { font-size:14px; padding:3px; line-height:100%; font-family:cambria; color:{color:title}; font-style:italic;}
  100.  
  101. blockquote { padding-left:5px; margin-left:8px; border-left:2px solid {color:border};}
  102.  
  103. blockquote img, blockquote a img {{block:If500pxPosts}
  104. {block:IfNot400pxPosts}
  105. max-width:490px;
  106. {/block:IfNot400pxPosts}
  107. {/block:If500pxPosts}
  108. {block:IfNot500pxPosts}
  109. {block:If400pxPosts}
  110. max-width:390px;
  111. {/block:If400pxPosts}
  112. {/block:IfNot500pxPosts}
  113. {block:IfNot500pxPosts}
  114. {block:IfNot400pxPosts}
  115. max-width:240px;
  116. {/block:IfNot400pxPosts}
  117. {/block:IfNot500pxPosts} }
  118.  
  119. b, strong{color:{color:bold};}
  120. i, em {border: none; color:{color:italic};}
  121. p{margin-top:2px; margin-bottom:2px}
  122.  
  123. .user_1 .label {font-weight:bold; color:{color:linkhover}; }
  124. .user_2 .label { font-weight:bold; color:{color:text};}
  125. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px; }
  126.  
  127. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  128.  
  129.  
  130. /* --- POSTS ---*/
  131. #entries{margin-top:60px;
  132. margin-bottom:10px; margin-left:600px;
  133. {block:If500pxPosts}
  134. {block:IfNot400pxPosts}
  135. width:500px;
  136. {/block:IfNot400pxPosts}
  137. {/block:If500pxPosts}
  138. {block:IfNot500pxPosts}
  139. {block:If400pxPosts}
  140. width:400px;
  141. {/block:If400pxPosts}
  142. {/block:IfNot500pxPosts}
  143. {block:IfNot500pxPosts}
  144. {block:IfNot400pxPosts}
  145. width:250px;
  146. {/block:IfNot400pxPosts}
  147. {/block:IfNot500pxPosts}}
  148.  
  149. #posts{ margin-bottom:50px; line-height:11px;
  150. {block:If500pxPosts}
  151. {block:IfNot400pxPosts}
  152. width:500px;
  153. {/block:IfNot400pxPosts}
  154. {/block:If500pxPosts}
  155. {block:IfNot500pxPosts}
  156. {block:If400pxPosts}
  157. width:400px;
  158. {/block:If400pxPosts}
  159. {/block:IfNot500pxPosts}
  160. {block:IfNot500pxPosts}
  161. {block:IfNot400pxPosts}
  162. width:250px;
  163. {/block:IfNot400pxPosts}
  164. {/block:IfNot500pxPosts}}
  165.  
  166. #posts:hover #tags{ opacity:1; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear;}
  167.  
  168.  
  169. /* --- SIDEBAR ---*/
  170. #sbar { width:210px; margin-top:100px; margin-left:300px; position:fixed;}
  171.  
  172. #sbar:hover #sidebarimg img{opacity:1; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear;}
  173.  
  174. #description { font-size:10px; font-family:calibri; padding:5px; text-align:justify; width:170px; margin-top: 5px;line-height:14px; word-spacing:1px; }
  175.  
  176. #description:first-letter { {block:IfFirstLetter}padding:0px; font-style:bold; font-size:30px; margin-right:0px; margin-top:10px; font-family:'Euphoria Script'; {/block:IfFirstLetter}}
  177.  
  178. #sidebarimg img { width:200px; text-align:center; margin-top:2px; opacity:0.8;-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear; border:1px solid {color:border}; padding:5px;}
  179.  
  180. #title {margin-left:1px; margin-top:5px; font-family:'Euphoria Script'; font-size: 20px; padding:5px; width:150px; letter-spacing:1px; color:{color:title}; text-align: center; border-bottom:1px solid {color:border}; }
  181.  
  182.  
  183. /* --- LINKS ---*/
  184.  
  185. #tlinks { margin-top:0px; padding-top:2px; text-align: center; }
  186.  
  187. #tlinks a {font-family:cambria; font-size:9px; padding:2px; text-transform:lowercase; letter-spacing:1px; word-spacing:-1px; display:inline-block; -moz-transition-duration:0.8s ease-in-out; -webkit-transition-duration:0.8s ease-in-out; -o-transition-duration:0.8s ease-in-out; }
  188.  
  189.  
  190. #s-m-t-tooltip {max-width:250px;padding:2px 2px 2px 2px;margin:8px 10px 5px -45px; font-family:calibri; font-size:8px; letter-spacing:2px; text-transform:uppercase; z-index:999999999999999999999999999999999999; background-color:{color:background}; border:1px solid {color:border}; color:{color:text};}
  191.  
  192.  
  193. /* --- PAGINATION ---*/
  194.  
  195. #pagination1 {position:fixed; margin-left:15px; font-size:10px}
  196. #pagination2 {position:fixed; margin-left:175px; font-size:10px}
  197.  
  198.  
  199. /* --- CREDITS ---*/
  200. #credit {position: fixed; opacity:1; font-family:sans-serif; font-size:10px; letter-spacing:0px; text-align:left; bottom:12px; right:15px; text-transform:none;}
  201.  
  202. /* --- ASK ---*/
  203. #ask { position:relative; padding:5px; padding-left:40px; margin-bottom:15px; font-family:calibri; font-size:11px; {block:If500pxPosts}
  204. {block:IfNot400pxPosts}
  205. width:430px;
  206. {/block:IfNot400pxPosts}
  207. {/block:If500pxPosts}
  208. {block:IfNot500pxPosts}
  209. {block:If400pxPosts}
  210. width:330px;
  211. {/block:If400pxPosts}
  212. {/block:IfNot500pxPosts}
  213. {block:IfNot500pxPosts}
  214. {block:IfNot400pxPosts}
  215. width:180px;
  216. {/block:IfNot400pxPosts}
  217. {/block:IfNot500pxPosts}}
  218.  
  219.  
  220.  
  221. /* --- INFO ---*/
  222. #info{font-size:8px; padding:3px; font-family:calibri; font-style:none; text-align:none; margin-top:-5px; letter-spacing:2px; text-transform:uppercase; border-top:1px solid {color:border}; }
  223.  
  224. #tags { letter-spacing:1px; font-family: calibri; font-size:8px; text-transform:lowercase; text-align:none; margin-top:0px; padding:1px; {block:IfTagsHover}opacity:0; {/block:IfTagsHover}-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear; }
  225.  
  226. #tags a{padding-right:3px}
  227.  
  228. .notes img{width:15px; position:relative; top:5px; border-radius:360px; padding:5px; }
  229.  
  230. ol.notes, .notes li{list-style:none; margin:0px; padding-left:5px; position:relative; }
  231.  
  232. ol.notes {margin:-75px -15px; padding:10px;}
  233.  
  234. #audio {width:500px; height:auto; padding-bottom:5px;
  235. display:block;}
  236.  
  237.  
  238. </style>
  239. <style type="text/css">{CustomCSS}</style>
  240. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  241. {/block:IfInfiniteScroll}
  242. </head>
  243. <body>
  244. <BR>
  245.  
  246.  
  247.  
  248.  
  249.  
  250. </div> </div>
  251.  
  252.  
  253.  
  254. <div id="sbar">
  255.  
  256. <center> <div id="tlinks"> <a href="{text:Home}">{text:Home Title}</a> ·
  257. <a href="{text:Ask}">{text:Ask Title}</a>
  258. {block:ifLink1} · <a href="{text:Link1}"> {text:Link1 Title}</a>{/block:ifLink1}</div>
  259.  
  260. <div id="sidebarimg"><img src="{image:sidebar}"> </div>
  261.  
  262. <div id="title">{Title}</div>
  263.  
  264.  
  265. <div id="tlinks"> {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title}</a>{/block:ifLink2}
  266. {block:ifLink3} · <a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
  267. {block:ifLink4} · <a href="{text:Link4}"> {text:Link4 Title}</a>{/block:ifLink4}
  268. </div>
  269. <div id="description">
  270. {Description} </div>
  271. <br>
  272. {block:IfNotInfiniteScroll} <div id="pagination1">
  273. {block:Pagination}
  274. {block:PreviousPage}
  275. <a href="{PreviousPage}">old</a>
  276. {/block:PreviousPage} {/block:Pagination}</div>
  277. <div id="pagination2"> {block:Pagination}{block:NextPage}
  278. <a href="{NextPage}">new</a>
  279. {/block:NextPage}
  280. {/block:Pagination}
  281.  
  282. </div></center>
  283. {/block:IfNotInfiniteScroll}
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. </div></div>
  291.  
  292. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© SALVATOREH</a></div>
  293.  
  294. <div id="entries">
  295. <div class = "autopagerize_page_element" >
  296. {block:Posts}
  297. <div id="posts">
  298.  
  299.  
  300. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  301. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  302. {block:Text}{Body}{/block:Text}
  303.  
  304. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  305. {block:Description}{Description}{/block:Description}{/block:Link}
  306.  
  307. {block:Photo}<center>{LinkOpenTag}
  308. {block:If500pxPosts}
  309. {block:IfNot400pxPosts}
  310. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  311. {/block:IfNot400pxPosts}
  312. {/block:If500pxPosts}
  313.  
  314.  
  315. {block:IfNot500pxPosts}
  316. {block:If400pxPosts}
  317. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  318. {/block:If400pxPosts}
  319. {/block:IfNot500pxPosts}
  320.  
  321. {block:IfNot500pxPosts}
  322. {block:IfNot400pxPosts}
  323. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  324. {/block:IfNot400pxPosts}
  325. {/block:IfNot500pxPosts}
  326.  
  327.  
  328. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  329. {block:Photoset}{block:If500pxPosts}
  330. {block:IfNot400pxPosts}
  331. {Photoset-500}
  332. {/block:IfNot400pxPosts}
  333. {/block:If500pxPosts}
  334.  
  335.  
  336. {block:IfNot500pxPosts}
  337. {block:If400pxPosts}
  338. {Photoset-400}
  339. {/block:If400pxPosts}
  340. {/block:IfNot500pxPosts}
  341.  
  342. {block:IfNot500pxPosts}
  343. {block:IfNot400pxPosts}
  344. {Photoset-250}
  345. {/block:IfNot400pxPosts}
  346. {/block:IfNot500pxPosts}
  347. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  348.  
  349. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  350.  
  351.  
  352. {block:Video}{block:If500pxPosts}
  353. {block:IfNot400pxPosts}
  354. {Video-500}
  355. {/block:IfNot400pxPosts}
  356. {/block:If500pxPosts}
  357.  
  358. {block:IfNot500pxPosts}
  359. {block:If400pxPosts}
  360. {Video-400}
  361. {/block:If400pxPosts}
  362. {/block:IfNot500pxPosts}
  363.  
  364.  
  365. {block:IfNot500pxPosts}
  366. {block:IfNot400pxPosts}
  367. {Video-250}
  368. {/block:IfNot400pxPosts}
  369. {/block:IfNot500pxPosts}
  370. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  371.  
  372.  
  373.  
  374.  
  375. {block:Answer}
  376. <img align="left" style="border-radius:360px" src="{AskerPortraitURL-30}"> <div id="ask"><i>{Asker} said:</i> {Question}</div> <BR>
  377. {Answer}
  378. {/block:Answer}
  379.  
  380. {block:Audio}
  381. <div id="audio">
  382. {block:AudioPlayer}
  383. {AudioPlayerGrey}
  384. {/block:AudioPlayer}
  385. </div>
  386. {block:Caption}
  387. <p>{Caption}
  388. {/block:Caption}
  389. {/block:Audio}
  390.  
  391. </br>
  392.  
  393. <center> <div id="info">
  394. {block:Date}<a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}</a>{/block:Date} {block:NoteCount} <a href="{Permalink}"> - {NoteCountWithLabel}{/block:NoteCount}</a> - <a href="{ReblogURL}"> reblog</a>
  395. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  396. <div id="tags"> {block:HasTags} {block:Tags} <a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  397. </center>
  398. </div>
  399. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  400.  
  401. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement