Advertisement
dawnsalvatore

Theme #068

Jun 27th, 2013
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.37 KB | None | 0 0
  1. <!-- theme #068
  2. by dawnsalvatore -->
  3.  
  4. <html>
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11.  
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. </head>
  17.  
  18.  
  19. <!-- DEFAULT VARIABLES -->
  20. <meta name="color:Background" content="#ffffff" />
  21. <meta name="color:Border" content="#e0dfdf" />
  22. <meta name="color:Link" content="#e6e4e4" />
  23. <meta name="color:Linkhover" content="#eeeeee" />
  24. <meta name="color:Scrollbar" content="#eeecee" />
  25. <meta name="color:Sbarlink" content="#e6e4e4" />
  26. <meta name="color:Text" content="#c7c7c7" />
  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.  
  44. <style type="text/css">
  45.  
  46.  
  47. /* --- SCROLLBAR ---*/
  48. ::-webkit-scrollbar {height: 8px;width: 10px;}
  49. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  50. ::-webkit-scrollbar-track{background-color:{color:background};}
  51.  
  52.  
  53.  
  54. /* --- TOP ---*/
  55. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  56.  
  57. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  58.  
  59.  
  60. /* --- BODY ---*/
  61. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:cambria; font-size:9px; line-height:120%; ;}
  62.  
  63. 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;}
  64.  
  65. 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;}
  66.  
  67. img {border:none;}
  68.  
  69. h1{color:{color:title}; font-size:11px; text-transform:uppercase}
  70.  
  71. h2 {color:{color:title}; font-size:12px; text-transform:uppercase; letter-spacing: 1px; padding:4px;}
  72.  
  73. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin-left:8px}
  74.  
  75. blockquote img, blockquote a img {max-width: 490px}
  76.  
  77. b, strong{color:{color:text};}
  78. i, em {border: none; color:{color:text};}
  79. p{margin-top:3px; margin-bottom:3px}
  80.  
  81. .user_1 .label {color:{color:linkhover}; font-weight:bold}
  82. .user_2 .label {color:{color:text}; font-weight:bold}
  83. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  84.  
  85. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  86.  
  87.  
  88. /* --- POSTS ---*/
  89. #entries{ width:535px; margin-left:450px; margin-top:25px; padding-left:12px; padding-top:10px;}
  90.  
  91. #posts{width:500px; overflow:hidden; padding:10px; padding-bottom:5px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; border:1px solid {color:border}; -webkit-transition: all 0.7s linear;-moz-transition: all 0.7s linear;transition: all 0.7s linear }
  92.  
  93. #posts:hover {-webkit-filter: grayscale(100%);z-index: -99px;}
  94.  
  95. #posts:hover #tags {opacity: 1;-webkit-transition: all 0.7s ease;
  96. -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;}
  97.  
  98.  
  99. /* --- SIDEBAR ---*/
  100. #sbar {width:200px; margin-top:140px; margin-left:125px; position:fixed; background-color: {color:transparent}; padding: 10px;}
  101.  
  102. #sidebarimg img {width:100px; text-align:center; -webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear }
  103.  
  104. #sbar:hover #sidebarimg img {width:200px; text-align:center; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear }
  105.  
  106.  
  107. #description { margin-top: 2px; padding:3px; font-size:10px; font-family:georgia; line-height:110%;}
  108.  
  109.  
  110. /* --- LINKS ---*/
  111. #tlinks { font-family:georgia; border-bottom:1px solid {color:border}; }
  112.  
  113. #tlinks a {display:inline-block; text-align:center; padding: 1px; text-transform:uppercase;-moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; color: {color:sbarlink}; letter-spacing: 1px; }
  114.  
  115. #tlinks a:hover{text-decoration:underline; -moz-transition-duration:0.5s ease-in-out; -webkit-transition-duration:0.5s ease-in-out; -o-transition-duration:0.5s ease-in-out;}
  116.  
  117.  
  118. /* --- PAGINATION ---*/
  119. #pagination a {padding: 1px 5px; color: {color:link};font-size:8px}
  120.  
  121. #pagination a:hover {background: {color:background}; font-size:8px;}
  122. #pagination span.pagination_a {padding: 1px 5px; color: {color:link}; font-size:9px}
  123.  
  124. #pagination span.info {padding: 1px 5px; font-size:9px}
  125.  
  126.  
  127. /* --- CREDITS ---*/
  128. #credit {position: fixed; opacity:3; font-family:sans-serif; font-size:10px; letter-spacing:0px; text-align:left; bottom:8px; right:8px; background: none; }
  129.  
  130.  
  131. /* --- INFO ---*/
  132. #info{font-size:9px; text-transform:none; border-top:1px solid {color:border}; padding-top:3px; margin-top:3px}
  133.  
  134. #tags {font-size:9px; opacity:0}
  135.  
  136. .notes img{width:15px; position:relative; top:1px; border-radius:60px;}
  137.  
  138. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  139.  
  140.  
  141. </style>
  142. <style type="text/css">{CustomCSS}</style>
  143. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  144. {/block:IfInfiniteScroll}
  145. </head>
  146. <body>
  147. <BR>
  148.  
  149.  
  150. <div id="sbar">
  151.  
  152. <center> <div id="sidebarimg"><img src="{image:sidebar}"></div></center><br>
  153. <div id="tlinks">
  154. <center><a href="/">home </a>
  155. <a href="/ask" > ask </a>
  156. {block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title} </a>{/block:ifLink1}
  157. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title} </a>{/block:ifLink2}
  158. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title} </a>{/block:ifLink3}
  159. {block:ifLink4}<a href="{text:Link4}"> {text:Link4 Title}</a>{/block:ifLink4}
  160. </center>
  161. </div>
  162. <center> <div id="description">
  163. {Description}</div> <br>
  164. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{/block:Pagination}
  165. {block:JumpPagination length="3"}
  166. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  167. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  168. {/block:JumpPagination}
  169. {block:Pagination}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  170. </div>
  171. </center>
  172. </div>
  173. </div>
  174.  
  175. </div>
  176.  
  177.  
  178.  
  179.  
  180. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© Theme</a></div>
  181.  
  182. <div id="entries">
  183. <div class = "autopagerize_page_element" >
  184. {block:Posts}
  185. <div id="posts">
  186.  
  187. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  188. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  189. {block:Text}{Body}{/block:Text}
  190.  
  191. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  192. {block:Description}{Description}{/block:Description}{/block:Link}
  193.  
  194. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  195. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  196.  
  197. {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}
  198.  
  199.  
  200. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  201.  
  202.  
  203. {block:Answer}<img src="{AskerPortraitURL-24}"style="border-radius:60px"/><b> {Asker}:</b> "{Question}"
  204. {Answer}{/block:answer}
  205.  
  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. <center><div id="info">
  219. {block:Date}{MonthNumber}/{DayOfMonth}/{Year}{/block:Date} · <a href="{Permalink}">{NoteCountWithLabel} </a> · <a href="{ReblogURL}" target="_blank">reblog</a>
  220. {block:ContentSource} (<a href="{SourceURL}"> © </a> {block:RebloggedFrom} <a href="{ReblogParentURL}"> {ReblogParentName} </a>){/block:RebloggedFrom}
  221. {/block:ContentSource}<div id="tags"> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag} </a> {/block:Tags}{/block:HasTags} </div>
  222. </div></center>
  223.  
  224.  
  225. </div>
  226. </br>
  227. </br>
  228.  
  229. {block:PostNotes}{PostNotes}{/block:PostNotes}
  230.  
  231. {/block:Posts}</div>
  232.  
  233. </div>
  234.  
  235. </body>
  236. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement