Advertisement
dawnsalvatore

Theme #076

Jun 29th, 2013
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.55 KB | None | 0 0
  1. <!-- theme #076
  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: 390px}
  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:400px; margin-left:250px; margin-top:5px; padding-left:12px; padding-top:10px; }
  96.  
  97. #posts{width:400px; overflow:hidden; padding:11px; padding-bottom:5px; }
  98.  
  99.  
  100. /* --- SIDEBAR ---*/
  101. #sbar {width:150px; margin-top:145px; margin-left:800px; position:fixed;}
  102.  
  103. #sbar:hover #description {margin-top:-5px; opacity:1 ; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear }
  104.  
  105. #sidebarimg img {width:150px; text-align:center; -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear }
  106.  
  107. #sidebarimg img:hover {opacity:0.7 ; -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear}
  108.  
  109. #description { width:150px; margin-top: -53px; padding:3px; font-size:10px; font-family:georgia; line-height:110%; padding-bottom:4px; opacity:0 ; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear; background:{color:background}}
  110.  
  111.  
  112. /* --- LINKS ---*/
  113. #tlinks { letter-spacing:1px; padding:5px; border-top:1px solid {color:border};}
  114.  
  115. #tlinks a { font-size: 8px; display:inline-block; text-align:center; padding:5px; text-transform:uppercase; font-family:consolas;}
  116.  
  117. #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; }
  118.  
  119. a.tooltip:hover {position: relative;z-index: 100;}
  120.  
  121. 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 -30px; border:1px solid {color:border}; letter-spacing:2px;}
  122.  
  123. a.tooltip:hover:before {display: block;}
  124.  
  125.  
  126. /* --- CREDITS ---*/
  127. #credit {position: fixed; opacity:3; font-family:sans-serif; font-size:10px; letter-spacing:0px; text-align:left; bottom:12px; right:15px; background: none; }
  128.  
  129.  
  130. /* --- INFO ---*/
  131. #info{font-size:8px; text-transform:uppercase; padding:2px; margin-top:3px ; border-top:1px solid {color:border}; }
  132.  
  133. #tags { font-family: cambria; font-size:8px; text-transform:lowercase;}
  134.  
  135. .notes img{width:15px; position:relative; top:1px; border-radius:60px;}
  136.  
  137. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  138.  
  139.  
  140. </style>
  141. <style type="text/css">{CustomCSS}</style>
  142. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  143. {/block:IfInfiniteScroll}
  144. </head>
  145. <body>
  146. <BR>
  147.  
  148.  
  149. <div id="sbar">
  150.  
  151. <center>
  152. <div id="sidebarimg"><img src="{image:sidebar}"/> </div> </center><br>
  153. <div id="description">
  154. {Description}</div>
  155. <center> <div id="tlinks">
  156. <a class="tooltip" title="Home" href="/">1. </a>
  157. <a class="tooltip" title="Ask" href="/ask" > 2. </a>
  158. {block:ifLink1}<a class="tooltip" title="{text:Link1 Title}" href="{text:Link1}"> 3. </a>{/block:ifLink1}
  159. {block:ifLink2}<a class="tooltip" title="{text:Link2 Title}" href="{text:Link2}"> 4. </a>{/block:ifLink2}
  160. {block:ifLink3}<a class="tooltip" title="{text:Link3 Title}" href="{text:Link3}"> 5. </a>{/block:ifLink3}
  161. {block:ifLink4}<a class="tooltip" title="{text:Link4 Title}" href="{text:Link4}"> 6. </a>{/block:ifLink4}
  162.  
  163. </div>
  164. </center> <left>
  165. <div id="pagination">
  166. {block:Pagination}
  167. {block:PreviousPage}
  168. <a href="{PreviousPage}">new</a>
  169. {/block:PreviousPage} -
  170. {block:NextPage}
  171. <a href="{NextPage}">old</a>
  172. {/block:NextPage}
  173. {/block:Pagination}
  174.  
  175. </div></left>
  176.  
  177. </div>
  178. </div>
  179.  
  180. </div>
  181.  
  182.  
  183.  
  184.  
  185.  
  186. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© SALVATOREH</a></div>
  187.  
  188. <div id="entries">
  189. <div class = "autopagerize_page_element" >
  190. {block:Posts}
  191. <div id="posts">
  192.  
  193.  
  194. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  195. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  196. {block:Text}{Body}{/block:Text}
  197.  
  198. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  199. {block:Description}{Description}{/block:Description}{/block:Link}
  200.  
  201. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  202. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  203.  
  204. {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}
  205.  
  206.  
  207. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  208.  
  209.  
  210. {block:Answer}<center> {Asker} asked: {Question}<br><br>
  211. {Answer}{/block:answer} </center>
  212.  
  213.  
  214. {block:Audio}
  215. {block:AlbumArt}<img src="{AlbumArtURL}" width="70" height="70">{/block:AlbumArt} <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  216. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  217. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  218. <b>Played: </b>{FormattedPlayCount} times
  219. <br> {AudioPlayerblack}
  220. {block:Caption}
  221. {Caption}
  222. {/block:Caption}
  223. {/block:Audio}
  224.  
  225. <center><div id="info">
  226. 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>
  227. {block:ContentSource} (<a href="{SourceURL}"> © </a> {block:RebloggedFrom} <a href="{ReblogParentURL}"> {ReblogParentName} </a>){/block:RebloggedFrom}
  228. {/block:ContentSource}
  229. <div id="tags"> {block:HasTags}tagged as:{block:Tags} <a href="{TagURL}"> {Tag} </a>{/block:Tags}{/block:HasTags}</div>
  230.  
  231. </div></center>
  232.  
  233.  
  234. </div>
  235. </br>
  236. </br>
  237.  
  238. {block:PostNotes}{PostNotes}{/block:PostNotes}
  239.  
  240. {/block:Posts}</div>
  241.  
  242. </div>
  243.  
  244. </body>
  245. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement