Advertisement
dawnsalvatore

Theme #101

Nov 7th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.14 KB | None | 0 0
  1. <!-- theme #101
  2. by dawnsalvatore -->
  3. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  4. <html><head>
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11. <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>
  12. </head>
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  15. <script>
  16. (function($){
  17. $(document).ready(function(){
  18. $("a[title]").style_my_tooltips({
  19. tip_follows_cursor:true,
  20. tip_delay_time:80,
  21. tip_fade_speed:500,
  22. attribute:"title"});
  23. });
  24. })(jQuery);
  25. </script>
  26. <!-- DEFAULT VARIABLES -->
  27. <meta name="color:Background" content="#ffffff" />
  28. <meta name="color:Border" content="#dddcdc" />
  29. <meta name="color:Link" content="#5d5d5d" />
  30. <meta name="color:Linkhover" content="#333232" />
  31. <meta name="color:Linkbox" content="#ffffff" />
  32. <meta name="color:Scrollbar" content="#eeecee" />
  33.  
  34. <meta name="color:Text" content="#5d5d5d" />
  35. <meta name="color:Title" content="#c44a28" />
  36.  
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="image:background" content="" />
  39.  
  40. <meta name="text:Link1" content="" />
  41. <meta name="text:Link1 Title" content="" />
  42. <meta name="text:Link2" content="" />
  43. <meta name="text:Link2 Title" content="" />
  44. <meta name="text:Link3" content="" />
  45. <meta name="text:Link3 Title" content="" />
  46. <meta name="text:Link4" content="" />
  47. <meta name="text:Link4 Title" content="" />
  48.  
  49. <meta name="if:Infinite Scroll" content="1"/>
  50.  
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57. /* --- SCROLLBAR ---*/
  58. ::-webkit-scrollbar {height: 8px;width: 10px;}
  59. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  60. ::-webkit-scrollbar-track{background-color:{color:background};}
  61.  
  62.  
  63.  
  64. /* --- TOP ---*/
  65. 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;}
  66.  
  67. 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;}
  68.  
  69.  
  70.  
  71. /* --- BODY ---*/
  72. body { background-attachment:fixed; font-family:calibri; font-size:9.5px; line-height:110%;color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}');}
  73.  
  74. a { text-decoration: none; font-weight: normal; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear; color: {color:link};}
  75.  
  76. a:hover { text-decoration:none; font-weight:normal; -webkit-animation:all 2s linear; -moz-animation:all 2s linear; -ms-animation:all 2s linear; color: {color:linkhover};}
  77.  
  78. img {border:none;}
  79.  
  80. h1{font-size:11px; line-height:100%;text-transform:none ;font-family:baskerville; color:{color:title}; }
  81.  
  82. h2 { font-size:12px; text-transform:none; letter-spacing: 1px; padding:4px; line-height:100%; font-family:baskerville; color:{color:title};}
  83.  
  84. blockquote { padding-left:5px; margin-left:8px; border-left:2px solid {color:border};}
  85.  
  86. blockquote img, blockquote a img {max-width: 490px}
  87.  
  88. b, strong{color:{color:text};}
  89. i, em {border: none; color:{color:text};}
  90. p{margin-top:3px; margin-bottom:3px}
  91.  
  92. .user_1 .label {font-weight:bold; color:{color:linkhover}; }
  93. .user_2 .label { font-weight:bold; color:{color:text};}
  94. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  95.  
  96. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  97.  
  98.  
  99. /* --- POSTS ---*/
  100. #entries{ width:425px; margin-left:425px; margin-top:25px ; margin-bottom:5px ; }
  101.  
  102. #posts{width:500px; overflow:hidden; padding-bottom:2px;padding:13px; border:1px solid {color:border}; }
  103.  
  104. #posts:hover #tags{ opacity:1; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear;}
  105.  
  106.  
  107. /* --- SIDEBAR ---*/
  108. #sbar {width:175px; margin-top:-20px; margin-left:135px; position:fixed;border-left:1px solid {color:border}; height:800px;}
  109. #sbar:hover #tlinks { margin-top:165px; opacity: 1; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear;}
  110.  
  111. #sidebarimg img { width:175px; text-align:center; margin-top:125px ; margin-left:-45px ; padding:3px ; border:3px double {color:border};}
  112.  
  113. #title { text-align: right; font-family: 'Satisfy', cursive; font-size: 16px; margin-top:110px; padding-left:5px; max-width:210px; letter-spacing:1px; z-index:99999999999999; position:fixed; color:{color:title}; }
  114.  
  115. #description { width:150px; padding:2px; font-size:11px; font-family:georgia; line-height:110%; margin-bottom:6px; margin-top:10px; margin-left:-25px; text-align: right;}
  116.  
  117. #abar {width:175px; height:800px; border-right:1px solid {color:border}; margin-top:0; margin-left:10px; }
  118.  
  119. /* --- LINKS ---*/
  120. #tlinks { width:75px; margin-top:50px; padding:15px; text-align: center; margin-left:10px; display:block; font-size:11px; font-family:consolas; line-spacing:6px; background-color:tansparent; letter-spacing: 1px; position:fixed; overflow: visible; opacity: 0; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear;}
  121.  
  122. #tlinks a { background-color:{color:linkbox}; color:{color:links}; display:inline-block; width: 75px; height: 10px; text-transform: lowercase; margin-bottom: 4px; opacity:1;text-align: center;padding:5px;}
  123.  
  124. #tlinks a:hover {opacity:0.8 ; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear; }
  125.  
  126. #s-m-t-tooltip {max-width:250px;padding:1px 2px 3px 2px;margin:0px 0px 0px -40px; 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};}
  127.  
  128.  
  129. /* --- PAGINATION ---*/
  130. #pagination {font-size:8px;font-family:cambria; margin-left:25px;}
  131.  
  132.  
  133. /* --- CREDITS ---*/
  134. #credit {position: fixed; opacity:1; font-family:sans-serif; font-size:9px; letter-spacing:0px; text-align:left; bottom:12px; right:15px;}
  135.  
  136.  
  137. /* --- INFO ---*/
  138. #info{font-size:8px; text-transform:none; padding:0px; margin-top:0px; text-align: right;}
  139.  
  140. #tags { font-family: cambria; font-size:8px; text-transform:lowercase;opacity:0 ; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear; text-align: right;}
  141.  
  142. #tags a{padding-right:3px}
  143.  
  144. .notes img{width:15px; position:relative; top:3px; border-radius:8px;}
  145.  
  146. ol.notes, .notes li{list-style:decimal inside; margin:0px; padding:1px;}
  147.  
  148.  
  149. </style>
  150. <style type="text/css">{CustomCSS}</style>
  151. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  152. {/block:IfInfiniteScroll}
  153. </head>
  154. <body>
  155. <BR>
  156.  
  157.  
  158.  
  159. <div id="sbar">
  160.  
  161.  
  162. <center><div id="title">{Title}</div></center>
  163. <div id="tlinks">
  164. <a href="/">home</a>
  165. <a href="/ask" >mail</a>
  166. {block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title}</a>{/block:ifLink1}
  167. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title}</a>{/block:ifLink2}
  168. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
  169. </div>
  170. <center>
  171. <div id="sidebarimg"><img src="{image:sidebar}"> </div> </center>
  172.  
  173.  
  174. <center><div id="description">
  175. {Description} </div> </center>
  176. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage} -
  177. {block:NextPage}<a href="{NextPage}">old</a>{/block:NextPage}{/block:Pagination}
  178. </div></div>
  179.  
  180. <div id="credit"><a href="http://salvatoreh.tumblr.com/themes">© SALVATOREH</a></div>
  181.  
  182. <div id="entries">
  183. <div class = "autopagerize_page_element" >
  184. {block:Posts}
  185. <div id="posts">
  186.  
  187.  
  188. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  189. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  190. {block:Text}{Body}{/block:Text}
  191.  
  192. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  193. {block:Description}{Description}{/block:Description}{/block:Link}
  194.  
  195. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  196. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  197.  
  198. {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}
  199.  
  200.  
  201. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  202.  
  203.  
  204. {block:Answer}<img src="{AskerPortraitURL-24}" align="left" style="border-radius:360px; margin:1px; margin-right:8px" /> <big><b> {Asker}</b></big>: {Question}<br><br>
  205. {Answer}{/block:answer}
  206.  
  207. {block:Audio}
  208. {block:AlbumArt}<img src="{AlbumArtURL}" width="70" height="70">{/block:AlbumArt} <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  209. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  210. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  211. <b>Played: </b>{FormattedPlayCount} times
  212. <br> {AudioPlayerblack}
  213. {block:Caption}
  214. {Caption}
  215. {/block:Caption}
  216. {/block:Audio}
  217.  
  218. <div id="info">
  219. <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo} </a>{/block:Date} | <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">reblog </a> <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"> ♥ </div>
  220. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  221. <div id="tags"> {block:HasTags}{block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}{/block:HasTags}</div>
  222.  
  223. </div> </div>
  224. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div></div> </div> </div> </div>
  225.  
  226. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement