Advertisement
dawnsalvatore

Theme #066

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