dawnsalvatore

Theme #038

Nov 18th, 2012
1,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.69 KB | None | 0 0
  1. <!-- theme #038 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="#1d1c1a" />
  17. <meta name="color:Text" content="#575552" />
  18. <meta name="color:Link" content="#9e9994" />
  19. <meta name="color:Linkhover" content="#eeeae4" />
  20. <meta name="color:Border" content="#dbd7d1" />
  21. <meta name="color:Scrollbar" content="#b2b6b6" />
  22. <meta name="color:Italic" content="#a09b92"/>
  23. <meta name="color:Bold" content="#999692"/>
  24. <meta name="color:Box" content="#ffffff"/>
  25.  
  26. <meta name="font:title" content="calibri" />
  27. <meta name="font:body" content="calibri" />
  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. <meta name="text:Link5" content="" />
  41. <meta name="text:Link5 Title" content="" />
  42. <meta name="text:Link6" content="" />
  43. <meta name="text:Link6 Title" content="" />
  44. <meta name="text:Link7" content="" />
  45. <meta name="text:Link7 Title" content="" />
  46.  
  47.  
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53.  
  54. ::-webkit-scrollbar {height: 6px;width: 7px;}
  55. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  56. ::-webkit-scrollbar-track{background-color:{color:background};}
  57.  
  58. 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;}
  59.  
  60. 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;}
  61.  
  62. 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}
  63.  
  64. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; -webkit-transition: all 0.8s ease-in-out;
  65. -moz-transition: all 0.8s ease-in-out;
  66. -o-transition: all 0.8s ease-in-out;
  67. }
  68. a:hover{{color:linkhover} }
  69.  
  70.  
  71.  
  72. #entries{margin-left:575px; width:540px; font-family: calibri}
  73. #entries:hover #tags {
  74. opacity: 1;
  75. display: block;
  76. margin-top:-10 padding:3px;
  77. -webkit-transition: opacity 0.5s linear;
  78. -webkit-transition: all 0.5s ease-in-out;
  79. -moz-transition: all 0.5s ease-in-out;
  80. -o-transition: all 0.5s ease-in-out;}
  81.  
  82.  
  83. #sidebarimg img {width:180px; max-height:200px ; text-align:center}
  84.  
  85.  
  86.  
  87. #sbar {max-width:260px; margin-top:100px; margin-left:250px; position:fixed; overflow:hidden; background-color: {color:transparent}; border-left:0px solid; border-right:0px solid; padding:3px;}
  88.  
  89. #sbar:hover { opacity:1;
  90. -webkit-transition: all 0.9s ease;
  91. -moz-transition: all 0.9s ease;
  92. -o-transition: all 0.9s ease;}
  93.  
  94. #sbar:hover #tbar { margin-top:40px;
  95. margin-left: 0px;
  96. height:auto;}
  97.  
  98. #tbar { position:absolute;
  99. margin-top:40px;
  100. margin-left: -200px;
  101. width:70px;
  102. height:100px;
  103. -webkit-transition: all 0.9s ease; all 0.9s ease-out;
  104. -moz-transition: all 0.9s ease; all 1s ease-out;
  105. -o-transition: all 0.9s ease; all 0.9s ease-out;}
  106.  
  107.  
  108. #tlinks { width:190px; font-size:9px; font-family:calibri; line-height:16px; margin-bottom: 3px; float: left; display:block; overflow: hidden;text-align:center;text-transform: uppercase;background:{color:box};opacity: 1; }
  109.  
  110. #tlinks:hover { opacity:0.3;
  111. -webkit-transition: all 0.2s ease;
  112. -moz-transition: all 0.2s ease;
  113. -o-transition: all 0.2s ease;}
  114.  
  115.  
  116.  
  117. #posts{width:505px; overflow:hidden; border-left:0px solid; border-right:0px solid; padding:5px;}
  118.  
  119. #credit {position: fixed; opacity:3; font-family:cambria; font-size:10px; letter-spacing:0px; text-align:left; bottom:10px; right:20px; background: none; border:1px solid {color:border}; padding:3px; padding:10px; }
  120. #credit:hover {
  121. display:block;}
  122.  
  123.  
  124.  
  125. h1{color:{color:title}; font-family:calibri; font-size:16px; line-height:17px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  126.  
  127. h2{color:{color:title}; font-family:calibri; font-size:15px; line-height:14px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  128.  
  129. #info{display:block; font-size:8px; text-align:none; border:1px solid {color:border}; padding:1px; padding-right:3px; text-transform:uppercase}
  130.  
  131.  
  132. #tags {margin-top:-5px; float: center; position:absolute; width: 500px; opacity: 0; font-family: cambria; font-size:8px; color:{color:text}; text-transform: lowercase; -webkit-transition: opacity 0.5s linear;
  133. -webkit-transition: all 0.5s ease-in-out;
  134. -moz-transition: all 0.5s ease-in-out;
  135. -o-transition: all 0.5s ease-in-out;}
  136.  
  137.  
  138. #asker { float:left; margin-right:5px; padding:3px;}
  139.  
  140. #asked {
  141. font-family:cambrial;
  142. font-size:9px;
  143. letter-spacing:1px;
  144. font-style:normal;
  145. padding-bottom:3px;
  146. }
  147.  
  148. #description { display: block; width:175px; padding:5px; font-size:10px; color: {color:text}; border:1px solid {color:border}}
  149.  
  150.  
  151.  
  152. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  153. blockquote img, blockquote a img {max-width: 490px}
  154.  
  155. b, strong{color:{color:bold};}
  156. i, em {border: none; color:{color:italic};}
  157. p{margin-top:3px; margin-bottom:3px}
  158.  
  159. img a{color:{color:info}}
  160. .audio{background-color:black; display:block;}
  161.  
  162.  
  163. .user_1 .label {color:{color:lhover}; font-weight:bold}
  164. .user_2 .label {color:{color:text}; font-weight:bold}
  165. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  166.  
  167.  
  168. .borderimage
  169. {border: 1px solid {color:border}; background-color: transparent; padding:4px; margin:0px;}
  170.  
  171.  
  172.  
  173. .notes img{width:10px; position:relative; top:1px;}
  174. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  175. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  176.  
  177.  
  178.  
  179.  
  180.  
  181. </style>
  182. <style type="text/css">{CustomCSS}</style>
  183. </head>
  184.  
  185. <body>
  186. <BR>
  187.  
  188.  
  189. <div id="sbar">
  190. <div id="tbar">
  191.  
  192.  
  193. <a href="/" id="tlinks">refresh</a> <br>
  194. <a href="/ask" id="tlinks">message</a> <br>
  195. {block:ifLink1}<a href="{text:Link1}" id="tlinks">{text:Link1 Title}</a>{/block:ifLink1}<br>
  196. {block:ifLink2}<a href="{text:Link2}" id="tlinks">{text:Link2 Title}</a>{/block:ifLink2} <br>
  197. {block:ifLink3}<a href="{text:Link3}" id="tlinks">{text:Link3 Title}</a>{/block:ifLink3} <br>
  198. {block:ifLink4}<a href="{text:Link4}" id="tlinks">{text:Link4 Title}</a>{/block:ifLink4} <br>
  199. {block:ifLink5}<a href="{text:Link5}" id="tlinks">{text:Link5 Title}</a>{/block:ifLink5}
  200. </div>
  201.  
  202. <center> <div id="sidebarimg"><img src="{image:sidebar}""border="0" class="borderimage"/></div></center><br>
  203.  
  204. <center> <div id="description">
  205. {Description}</div></center><br>
  206. <center> <div id="pagination">
  207. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  208. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  209. </div></center>
  210.  
  211.  
  212.  
  213. </div>
  214. </div>
  215.  
  216.  
  217.  
  218. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme"> Theme</a></div>
  219.  
  220. <div id="entries">
  221. {block:Posts}
  222. <div id="posts">
  223.  
  224. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  225. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  226. {block:Text}{Body}{/block:Text}
  227.  
  228. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  229. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  230.  
  231. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  232. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  233.  
  234. {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}
  235.  
  236. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  237.  
  238.  
  239. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div><div id="asked">{Asker}:</div> {Question}<br>{Answer}{/block:Answer}
  240.  
  241. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  242.  
  243.  
  244.  
  245. <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>
  246. </div>
  247. <center><div id="tags"> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}</div> </center>
  248.  
  249.  
  250. </br></br>
  251.  
  252. {block:PostNotes}{PostNotes}{/block:PostNotes}
  253.  
  254. {/block:Posts}
  255.  
  256. </div>
  257.  
  258. </body>
  259. </html>
Advertisement
Add Comment
Please, Sign In to add comment