dawnsalvatore

Theme #034

Nov 18th, 2012
844
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.79 KB | None | 0 0
  1. <!-- theme #034 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:Ask" content="#f5f3f0" />
  17. <meta name="color:Title" content="#1d1c1a" />
  18. <meta name="color:Text" content="#575552" />
  19. <meta name="color:Link" content="#c4c0bc" />
  20. <meta name="color:Linkhover" content="#eeeae4" />
  21. <meta name="color:Border" content="#dbd7d1" />
  22. <meta name="color:Scrollbar" content="#b2b6b6" />
  23. <meta name="color:Scrollbg" content="#fffffe" />
  24. <meta name="color:Italic" content="#a09b92"/>
  25. <meta name="color:Bold" content="#999692"/>
  26.  
  27. <meta name="font:title" content="georgia" />
  28. <meta name="font:body" content="cambria" />
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:background" content="" />
  32.  
  33. <meta name="text:Link1" content="" />
  34. <meta name="text:Link1 Title" content="" />
  35. <meta name="text:Link2" content="" />
  36. <meta name="text:Link2 Title" content="" />
  37. <meta name="text:Link3" content="" />
  38. <meta name="text:Link3 Title" content="" />
  39. <meta name="text:Link4" content="" />
  40. <meta name="text:Link4 Title" content="" />
  41. <meta name="text:Link5" content="" />
  42. <meta name="text:Link5 Title" content="" />
  43. <meta name="text:Link6" content="" />
  44. <meta name="text:Link6 Title" content="" />
  45.  
  46.  
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. @font-face {
  52. font-family: "handsean";
  53. src: url(http://static.tumblr.com/huq2wzq/hJKmawne0/handsean.ttf);
  54. }
  55.  
  56. @font-face {
  57. font-family: "visitor";
  58. src: url(http://static.tumblr.com/huq2wzq/V4Wmbbgsc/visitor1.ttf);
  59. }
  60.  
  61. @font-face {
  62. font-family: "pacifico";
  63. src: url(http://static.tumblr.com/pfarbl3/kCWm8gu9y/pacifico.ttf);
  64. }
  65.  
  66. ::-webkit-scrollbar {height: 5px;width: 6px;}
  67. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  68. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  69.  
  70. 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;}
  71.  
  72. 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;}
  73.  
  74. 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}
  75.  
  76. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  77. a:hover{opacity:1; padding:0px; -webkit-transition:all 0.2s ease-out; -moz-transition:all 0s ease-out; transition:all 0s ease-out; color:{color:linkhover};}
  78.  
  79.  
  80.  
  81. #entries{margin-left:575px; width:540px; font-family: cambria}
  82. #entries:hover #tags {
  83. opacity: 1;
  84. display: block;
  85. margin-left:500px; padding:8px;
  86. -webkit-transition: opacity 0.5s linear;
  87. -webkit-transition: all 0.5s ease-in-out;
  88. -moz-transition: all 0.5s ease-in-out;
  89. -o-transition: all 0.5s ease-in-out;}
  90.  
  91. #title{font-family: georgia; font-size:12px; letter-spacing:0px; line-height:16px; letter-spacing:2px; font-weight:normal; font-style:italic; text-transform:none; margin:0px; padding:0px; text-align:center; border-bottom:1px solid {color:border}; padding:2px; width:150px; z-index:100;}
  92.  
  93.  
  94. #sidebarimg img {max-width:200px; max-height:200px ; text-align:center}
  95.  
  96.  
  97. #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;}
  98.  
  99.  
  100.  
  101. #posts{width:505px; overflow:hidden; border-left:0px solid; border-right:0px solid; padding:3px;}
  102.  
  103. #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;
  104. -moz-transition-duration:0.5s;
  105. -webkit-transition-duration:0.5s;
  106. -o-transition-duration:0.5s;
  107. }
  108.  
  109. #credit:hover {
  110. display:block;
  111. -webkit-transform: rotate(-360deg);
  112.  
  113. }
  114.  
  115.  
  116.  
  117. 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}
  118.  
  119. 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}
  120.  
  121. #info{display:block; font-size:9px; text-align:none; border-top:1px solid {color:border}; padding-right:3px; opacity: 1;}
  122.  
  123.  
  124. #tags {float: left; position:absolute;padding-top: 2px; width: 200px; opacity: 0; font-family: cambria; font-size:9px; color:{color:text}; text-transform: lowercase; margin-left:450px; margin-top:-5px; padding: 5px; line-height:11px; -webkit-transition: opacity 0.5s linear;
  125. -webkit-transition: all 0.5s ease-in-out;
  126. -moz-transition: all 0.5s ease-in-out;
  127. -o-transition: all 0.5s ease-in-out;}
  128.  
  129.  
  130.  
  131. #questions {background-color:{color:transparent}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:{font:body}; font-size:11px}
  132. #questions a {color:{color:link}}
  133.  
  134. #question { padding:12px;
  135. background-color: {color:ask};
  136. position: relative;}
  137.  
  138. #question:after, #demo:before { border: solid transparent;
  139. content: ' ';
  140. height: 0; left: 100%;
  141. position: absolute;
  142. width: 0;}
  143.  
  144. #question:after { border-width: 7px;
  145. border-left-color: {color:ask};
  146. top: 12px;}
  147.  
  148. #question:before { border-width: 10px;
  149. border-left-color: {color:ask};
  150. top: 10px;}
  151.  
  152. #description { display: block; width:175px; background: url(http://static.tumblr.com/akhimg2/fAbm9o4gq/untitled-2.png) no-repeat 0 3px; padding-left: 10px; padding-top:10px; font-size:10px; color: {color:text}; }
  153.  
  154.  
  155.  
  156.  
  157.  
  158. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  159. blockquote img, blockquote a img {max-width: 490px}
  160.  
  161. b, strong{color:{color:bold};}
  162. i, em {border: none; color:{color:italic};}
  163. p{margin-top:3px; margin-bottom:3px}
  164.  
  165. img a{color:{color:info}}
  166. .audio{background-color:black; display:block;}
  167.  
  168.  
  169. .user_1 .label {color:{color:lhover}; font-weight:bold}
  170. .user_2 .label {color:{color:text}; font-weight:bold}
  171. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  172.  
  173.  
  174. .borderimage
  175. {border: 1px solid {color:border}; background-color: transparent; padding:5px; margin:0px;}
  176.  
  177.  
  178.  
  179. .notes img{width:10px; position:relative; top:1px;}
  180. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  181. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  182.  
  183.  
  184.  
  185.  
  186.  
  187. </style>
  188. <style type="text/css">{CustomCSS}</style>
  189. </head>
  190.  
  191. <body>
  192. <BR>
  193.  
  194.  
  195. <div id="sbar">
  196.  
  197. <center> <a href="/">refresh</a> ·
  198. <a href="/ask">message</a>
  199. {block:ifLink1}<a href="{text:Link1}"> · {text:Link1 Title}</a>{/block:ifLink1}
  200. {block:ifLink2}<a href="{text:Link2}"> · {text:Link2 Title}</a>{/block:ifLink2}
  201. </center>
  202.  
  203. <center> <div id="sidebarimg"><img src="{image:sidebar}""border="0" class="borderimage"/></div></center>
  204. <center><div id="title">{Title}</div></center>
  205.  
  206. <center> {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  207. {block:ifLink4}<a href="{text:Link4}"> · {text:Link4 Title}</a>{/block:ifLink4}
  208. {block:ifLink5}<a href="{text:Link5}"> · {text:Link5 Title}</a>{/block:ifLink5}
  209. {block:ifLink6}<a href="{text:Link6}"> · {text:Link6 Title}</a>{/block:ifLink6}
  210.  
  211. </center>
  212.  
  213.  
  214. <center> <div id="description">
  215. {Description}</div></center><br><br>
  216. <center> {block:Pagination}
  217. <div class="pagination">
  218. {block:PreviousPage}
  219. <a class="jumppage" href="{PreviousPage}">«</a>
  220. {/block:PreviousPage}
  221.  
  222. {block:JumpPagination length="5"}
  223. {block:CurrentPage}
  224. <span class="currentpage">{PageNumber}</span>
  225. {/block:CurrentPage}
  226.  
  227. {block:JumpPage}
  228. <a class="jumppage" href="{URL}">{PageNumber}</a>
  229. {/block:JumpPage}
  230. {/block:JumpPagination}
  231.  
  232. {block:NextPage}
  233. <a class="jumppage" href="{NextPage}">»</a>
  234. {/block:NextPage}
  235. </div>
  236. {/block:Pagination}</center>
  237.  
  238.  
  239.  
  240. </div>
  241. </div>
  242.  
  243.  
  244.  
  245. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme"> Theme</a></div>
  246.  
  247. <div id="entries">
  248. {block:Posts}
  249. <div id="posts">
  250.  
  251.  
  252. <div id="tags"> {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  253.  
  254. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  255. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  256. {block:Text}{Body}{/block:Text}
  257.  
  258. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  259. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  260.  
  261. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  262. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  263.  
  264. {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}
  265.  
  266. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  267.  
  268.  
  269. {block:Answer}
  270. <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;">{Asker}: {Question}</div> <BR>
  271. {Answer}
  272. {/block:Answer}
  273.  
  274. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  275.  
  276.  
  277. <br><center><div id="info">posted on {DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>{/block:Date}{block:NoteCount} with<a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} + <a href="{ReblogURL}" target="_blank">reblog</a></center>
  278. </div>
  279.  
  280.  
  281.  
  282. </br></br>
  283.  
  284. {block:PostNotes}{PostNotes}{/block:PostNotes}
  285.  
  286. {/block:Posts}
  287.  
  288. </div>
  289.  
  290. </body>
  291. </html>
Advertisement
Add Comment
Please, Sign In to add comment