Advertisement
dawnsalvatore

Theme #081

Jun 30th, 2013
939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.72 KB | None | 0 0
  1. <!-- theme #081
  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. /* --- TOP ---*/
  54. 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;}
  55.  
  56. 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;}
  57.  
  58.  
  59.  
  60. /* --- SCROLLBAR ---*/
  61. ::-webkit-scrollbar {height: 8px;width: 10px;}
  62. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  63. ::-webkit-scrollbar-track{background-color:{color:background};}
  64.  
  65.  
  66.  
  67.  
  68. /* --- BODY ---*/
  69. 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%; ;}
  70.  
  71. 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;}
  72.  
  73. 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;}
  74.  
  75. img {border:none;}
  76.  
  77. h1{color:{color:title}; font-size:11px; line-height:100%;text-transform:uppercase ;font-family:baskerville;}
  78.  
  79. h2 {color:{color:title}; font-size:12px; text-transform:uppercase; letter-spacing: 1px; padding:4px; line-height:100%; font-family:baskerville;}
  80.  
  81. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin-left:8px}
  82.  
  83. blockquote img, blockquote a img {max-width: 490px}
  84.  
  85. b, strong{color:{color:text};}
  86. i, em {border: none; color:{color:text};}
  87. p{margin-top:3px; margin-bottom:3px}
  88.  
  89. .user_1 .label {color:{color:linkhover}; font-weight:bold}
  90. .user_2 .label {color:{color:text}; font-weight:bold}
  91. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  92.  
  93. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  94.  
  95.  
  96. /* --- POSTS ---*/
  97. #entries{ width:500px; margin-left:525px; margin-top:5px; }
  98.  
  99. #posts{width:500px; overflow:hidden; padding:10px; padding-bottom:5px; border:1px solid {color:border}; -webkit-transition: all 0.8s linear;-moz-transition: all 0.8s linear;transition: all 0.8s linear }
  100.  
  101. #posts:hover{-webkit-filter: grayscale(100%);z-index: -99px; opacity:0.9; -webkit-transition: all 0.8s linear;-moz-transition: all 0.8s linear;transition: all 0.8s linear }
  102.  
  103.  
  104. /* --- SIDEBAR ---*/
  105. #sbar {width:165px; margin-top:135px; margin-left:225px; position:fixed; }
  106.  
  107. #sidebarimg img {width:150px; text-align:center; -webkit-transition: all 0.8s linear;-moz-transition: all 0.8s linear;transition: all 0.8s linear }
  108.  
  109. #sbar:hover #sidebarimg img {-webkit-filter: grayscale(100%);z-index: -99px; opacity:0.9; -webkit-transition: all 0.8s linear;-moz-transition: all 0.8s linear;transition: all 0.8s linear }
  110.  
  111. #sbar:hover #tlinks {margin-top:-140px; margin-left:-185px;opacity:1 ; -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear }
  112.  
  113.  
  114. #description { width:150px; padding:3px; font-size:10px; font-family:georgia; line-height:110%; padding-bottom:4px; opacity:1 ; background:{color:background}; margin-top:15px}
  115.  
  116.  
  117. /* --- LINKS ---*/
  118. #tlinks {opacity:0 ; letter-spacing:1px; padding:5px; margin-top:-140px; margin-left:-155px; -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear }
  119.  
  120. #tlinks a { font-size: 9px; display:block; text-align:center; padding-bottom:3px; text-transform:uppercase; font-family:cambria;}
  121.  
  122. #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; }
  123.  
  124. a.tooltip:hover {position: relative;z-index: 100;}
  125.  
  126. a.tooltip:before {background:{color:background};color:{color:text};content: attr(data-tooltip);display: none; font: 8px calibri;padding: 2px ;position: absolute;margin:0px 0px 0px 125px; letter-spacing:1px; max-width:30px; opacity:0.8}
  127.  
  128. a.tooltip:hover:before {display: block;}
  129.  
  130.  
  131. /* --- CREDITS ---*/
  132. #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; }
  133.  
  134.  
  135. /* --- INFO ---*/
  136. #info{font-size:8px; text-transform:uppercase; padding:2px; margin-top:3px ; }
  137.  
  138. #tags { font-family: cambria; font-size:8px; text-transform:lowercase;}
  139.  
  140. .notes img{width:15px; position:relative; top:1px; border-radius:60px;}
  141.  
  142. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  143.  
  144.  
  145.  
  146. </style>
  147. <style type="text/css">{CustomCSS}</style>
  148. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  149. {/block:IfInfiniteScroll}
  150. </head>
  151. <body>
  152. <BR>
  153.  
  154.  
  155.  
  156. <div id="sbar">
  157.  
  158. <center>
  159. <div id="sidebarimg"><img src="{image:sidebar}"/> </div> </center>
  160. <div id="tlinks">
  161. <a class="tooltip" title="Home" href="/">1. </a><br>
  162. <a class="tooltip" title="Mail" href="/ask" > 2. </a> <br>
  163. {block:ifLink1}<a class="tooltip" title="{text:Link1 Title}" href="{text:Link1}"> 3. </a>{/block:ifLink1}<br>
  164. {block:ifLink2}<a class="tooltip" title="{text:Link2 Title}" href="{text:Link2}"> 4. </a>{/block:ifLink2}<br>
  165. {block:ifLink3}<a class="tooltip" title="{text:Link3 Title}" href="{text:Link3}"> 5. </a>{/block:ifLink3}<br>
  166. {block:ifLink4}<a class="tooltip" title="{text:Link4 Title}" href="{text:Link3}"> 6. </a>{/block:ifLink4} </div>
  167. <center><div id="description">
  168. {Description}
  169. </div> <center>
  170. <center>
  171.  
  172. <div id="pagination">
  173. {block:Pagination}
  174. {block:PreviousPage}
  175. <a href="{PreviousPage}">prev</a>
  176. {/block:PreviousPage} -
  177. {block:NextPage}
  178. <a href="{NextPage}">next</a>
  179. {/block:NextPage}
  180. {/block:Pagination}
  181.  
  182. </div></center>
  183.  
  184. </div>
  185. </div>
  186.  
  187. </div>
  188. <div id="credit"><a href="http://salvatoreh.tumblr.com/themes">© SALVATOREH</a></div>
  189.  
  190. <div id="entries">
  191. <div class = "autopagerize_page_element" >
  192. {block:Posts}
  193. <div id="posts">
  194.  
  195.  
  196. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  197. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  198. {block:Text}{Body}{/block:Text}
  199.  
  200. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  201. {block:Description}{Description}{/block:Description}{/block:Link}
  202.  
  203. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  204. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  205.  
  206. {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}
  207.  
  208.  
  209. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  210.  
  211.  
  212. <center> {block:Answer}{Asker} asked: {Question}<br><br>
  213. {Answer}{/block:answer} </center>
  214.  
  215.  
  216. {block:Audio}
  217. {block:AlbumArt}<img src="{AlbumArtURL}" width="70" height="70">{/block:AlbumArt} <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  218. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  219. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  220. <b>Played: </b>{FormattedPlayCount} times
  221. <br> {AudioPlayerblack}
  222. {block:Caption}
  223. {Caption}
  224. {/block:Caption}
  225. {/block:Audio}
  226.  
  227. <center> <div id="info">
  228. 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>
  229. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  230. <div id="tags"> {block:HasTags}tagged as:{block:Tags} <a href="{TagURL}"> {Tag} </a>{/block:Tags}{/block:HasTags}</div>
  231.  
  232. </div> </div></center>
  233. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  234.  
  235. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement