Advertisement
dawnsalvatore

Theme #061

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