Advertisement
dawnsalvatore

Theme #064

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