Advertisement
dawnsalvatore

Theme #078

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