dawnsalvatore

Theme #049

Jan 6th, 2013
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. <!-- theme #049 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.  
  34. <style type="text/css">
  35.  
  36.  
  37.  
  38. ::-webkit-scrollbar {height: 6px;width: 8px;}
  39. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  40. ::-webkit-scrollbar-track{background-color:{color:background};}
  41.  
  42. 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;}
  43.  
  44. 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;}
  45.  
  46. 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}
  47.  
  48. a:link, a:visited, a:active {
  49. color: {color:Link};
  50. text-decoration: none;
  51. font-weight: normal;
  52. -webkit-transition:all 0.5s ease-out;
  53. -moz-transition:all 0.5s ease-out;
  54. transition:all 0.5s ease-out;}
  55.  
  56. a:hover {
  57. color: {color:linkhover};
  58. text-decoration: none;
  59. font-weight: normal;
  60. -webkit-transition: all 0.3s ease-out;
  61. -moz-transition: all 0.3s ease-out;
  62. transition: all 0.3s ease-out;}
  63.  
  64.  
  65.  
  66. #entries{margin-left:485px; margin-top:5px; width:540px; font-family: consolas}
  67.  
  68. #entries:hover #tags {
  69. opacity: 1;
  70. display: block;
  71. margin-left:505px;
  72. -webkit-transition: opacity 0.5s linear;
  73. -webkit-transition: all 0.5s ease-in-out;
  74. -moz-transition: all 0.5s ease-in-out;
  75. -o-transition: all 0.5s ease-in-out;}
  76.  
  77.  
  78.  
  79. #sbar {max-width:200px; margin-top:110px; margin-left:220px; position:fixed; overflow:hidden; background-color: {color:transparent}; padding: 5px}
  80.  
  81. #sidebarimg img {width:150px ; text-align:center;}
  82.  
  83. #sbar:hover #tlinks { opacity: 1;
  84. -webkit-transition: opacity 0.6s linear;
  85. -webkit-transition: all 0.6s ease-in-out;
  86. -moz-transition: all 0.6s ease-in-out;
  87. -o-transition: all 0.6s ease-in-out;}
  88.  
  89.  
  90. #tbar {position:fixed; margin-top:13px; margin-left:-58px; }
  91. #tlinks {opacity: 0;}
  92. #tlinks a {width:50px; height:10px; font-size: 9px; display:block; text-align:center; padding: 3px;border:1px solid {color:border}; line-height:9.5px; padding:5px; margin-top:5px; text-transform:uppercase; font-family:consolas}
  93.  
  94.  
  95. #posts{width:500px; overflow:hidden; padding:12px; padding-bottom:7px}
  96.  
  97.  
  98. #description { margin-top: -2px; display: block; padding:15px; font-size:9.5px; color: {color:text}; font-family:consolas; line-height: 11px;}
  99.  
  100. #credit {position: fixed; opacity:3; font-family:sans-serif; font-size:10px; letter-spacing:0px; text-align:left; bottom:8px; right:8px; background: none; }
  101.  
  102. #pagination {
  103. font-size: 9px;
  104. line-height: 21px;
  105. }
  106.  
  107. #pagination a {
  108. margin: 0 1px 0 0;
  109. padding: 1px 4px;
  110. color: {color:link};
  111. text-decoration: none;}
  112. #pagination a:hover {
  113. background: {color:background};
  114. border: none;}
  115. #pagination span.pagination_a {
  116. margin: 0 1px 0 0;
  117. padding: 1px 4px;
  118. color: {color:link};
  119. text-decoration: none;}
  120. #pagination span.info {
  121. margin: 0 1px 0 0;
  122. padding: 1px 4px;
  123. color: {color:font};
  124. text-decoration: none;}
  125.  
  126. 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}
  127.  
  128. 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}
  129.  
  130. #info{display:block; font-size:8px; text-align:none; border-top:1px solid {color:border}; padding:0px; padding-right:5px; text-transform:uppercase;}
  131.  
  132.  
  133. #tags {float: left; position:absolute; width: 200px; opacity: 0; font-family: cambria; font-size:9px; color:{color:text}; text-transform: lowercase; margin-left:450px; margin-top:0px; line-height:12px; -webkit-transition: opacity 0.5s linear;
  134. -webkit-transition: all 0.5s ease-in-out;
  135. -moz-transition: all 0.5s ease-in-out;
  136. -o-transition: all 0.5s ease-in-out;}
  137.  
  138.  
  139. .borderimage
  140. {border: 1px solid {color:border}; background-color: transparent; padding:6px; margin:0px;}
  141.  
  142.  
  143. blockquote {border-left:2px {color:box} solid; padding-left:5px; margin:0px 2px 0px 10px}
  144. blockquote img, blockquote a img {max-width: 490px}
  145.  
  146. b, strong{color:{color:text};}
  147. i, em {border: none; color:{color:text};}
  148. p{margin-top:3px; margin-bottom:3px}
  149.  
  150.  
  151.  
  152. .user_1 .label {color:{color:hover}; font-weight:bold}
  153. .user_2 .label {color:{color:text}; font-weight:bold}
  154. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  155.  
  156. .notes img{width:10px; position:relative; top:1px;}
  157. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  158. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  159.  
  160. </style>
  161. <style type="text/css">{CustomCSS}</style>
  162. </head>
  163.  
  164. <body>
  165. <BR>
  166.  
  167.  
  168. <div id="sbar">
  169. <div id="tbar">
  170. <div id="tlinks">
  171. <a href="/">home </a>
  172. <a href="/ask" > ask </a>
  173. {block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title} </a>{/block:ifLink1}
  174. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title} </a>{/block:ifLink2}
  175. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
  176. </div> <br>
  177. </center>
  178. </div>
  179.  
  180. <center> <div id="sidebarimg"><img src="{image:sidebar}""border="0" class="borderimage"/></div></center>
  181. <center> <div id="description">
  182. {Description}</div>
  183. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  184. {block:JumpPagination length="4"}
  185. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  186. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  187. {/block:JumpPagination}
  188. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  189. </div>
  190. </center>
  191. </div>
  192. </div>
  193.  
  194. </div>
  195.  
  196.  
  197.  
  198.  
  199. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© Theme</a></div>
  200.  
  201. <div id="entries">
  202. {block:Posts}
  203. <div id="posts">
  204.  
  205. <div id="tags"> {block:HasTags}{block:Tags}# <a href="{TagURL}"> {Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  206.  
  207. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  208. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  209. {block:Text}{Body}{/block:Text}
  210.  
  211. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  212. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  213.  
  214. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  215. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  216.  
  217. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  218.  
  219. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  220.  
  221.  
  222. {block:Answer}<div id="questions"><b>{Asker}</b> asked: <i>{Question}</i></div><br>
  223. {Answer}{/block:answer}
  224. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  225.  
  226.  
  227.  
  228. <br><center><div id="info"> 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></center>
  229. </div>
  230.  
  231.  
  232. </br></br>
  233.  
  234. {block:PostNotes}{PostNotes}{/block:PostNotes}
  235.  
  236. {/block:Posts}
  237.  
  238. </div>
  239.  
  240. </body>
  241. </html>
Advertisement
Add Comment
Please, Sign In to add comment