Advertisement
tunystarks

raindrops keep fallin' on my head

Oct 21st, 2013
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  8.  
  9. <!----this theme was made by tunystarq! thank you for using it and feel free to edit as much as you like, just don't remove the credit!--->
  10.  
  11. <style>
  12. div#qTip {
  13. padding: 3px;
  14. display: none;
  15. text-align: center;
  16. position: absolute;
  17. font-size:7px;
  18. line-height:9px;
  19. font-family: 'Old Standard TT', serif;
  20. z-index: 1000;
  21. border: 1px solid {color:border};
  22. background-color:{color:background};
  23. color: {color:text};
  24. text-transform:uppercase;
  25. letter-spacing: 1px;
  26. }
  27. </style>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Crafty+Girls' rel='stylesheet' type='text/css'>
  30. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  31. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT' rel='stylesheet' type='text/css'>
  32.  
  33. <!----variable stuff--->
  34.  
  35. <meta name="color:Background" content="#ffffff"/>
  36. <meta name="color:Text" content="#838282"/>
  37. <meta name="color:Link" content="#b8b8b8"/>
  38. <meta name="image:sidebar" content=""/>
  39. <meta name="color:linkhover" content="#cecece"/>
  40. <meta name="color:bold" content="#cecece">
  41. <meta name="color:italic" content="#cecece">
  42. <meta name="color:asker bg" content="#f5f5f5">
  43. <meta name="color:border" content="#cecece">
  44. <meta name="color:link title" content="838282"/>
  45.  
  46. <meta name="text:Link1" content="" />
  47. <meta name="text:Link1 Title" content="" />
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Link2 Title" content="" />
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Link3 Title" content="" />
  52.  
  53. <meta name="if:blackandwhitehover" content="0"/>
  54. <meta name="if:transparenthover" content="1"/>
  55.  
  56. <!----css styling and stuff--->
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. iframe#tumblr_controls {
  62. top: 0% !important;
  63. right:0% !important;
  64. opacity:0.3;
  65. position: fixed !important;
  66. filter:alpha(opacity=30);
  67. -webkit-transition: all 0.7s ease;
  68. -moz-transition: all 0.7s ease;
  69. -o-transition: all 0.7s ease;
  70. }
  71. iframe#tumblr_controls:hover{
  72. top: 0% !important;
  73. right:0% !important;
  74. opacity:0.8;
  75. position: fixed !important;
  76. filter:alpha(opacity=80);
  77. -webkit-transition: all 0.7s ease;
  78. -moz-transition: all 0.7s ease;
  79. -o-transition: all 0.7s ease;
  80. }
  81.  
  82. a {color:;text-decoration:none;-webkit-tra… all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  83.  
  84. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  85.  
  86. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  87.  
  88. #biter
  89.  
  90. #bite a {display:block}
  91.  
  92. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  93.  
  94. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  95.  
  96. a {color:;text-decoration:none;-webkit-tra… all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  97.  
  98. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  99.  
  100. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  101.  
  102. #eater
  103.  
  104. #eat a {display:block}
  105.  
  106. #eat .yum {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  107.  
  108. #eat:hover .yum {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  109.  
  110.  
  111.  
  112. body {
  113. background:{color:background};
  114. margin:0px;
  115. color:{color:text};
  116. font-family: 'Old Standard TT', serif;
  117. font-size:10px;
  118. line-height:100%;
  119. }
  120.  
  121. a {
  122. color:{color:link};
  123. text-decoration: none;
  124. }
  125.  
  126. a:hover {
  127. color:{color:linkhover};
  128. }
  129.  
  130. img {
  131. border:none;
  132. }
  133.  
  134. blockquote {
  135. padding-left:5px;
  136. border-left:2px solid;
  137. }
  138.  
  139. blockquote blockquote {
  140. padding-left:5px;
  141. border-left:2px solid;
  142. }
  143.  
  144. h1 {
  145. font-size:15px;
  146. }
  147.  
  148. b, strong {
  149. color:{color:bold};
  150. font-weight:bold;
  151. }
  152.  
  153. i, em {
  154. color:{color:italic};
  155. }
  156.  
  157. #sidebar {
  158. width:150px;
  159. height:170px;
  160. position:fixed;
  161. margin-left:250px;
  162. margin-top:100px;
  163. }
  164. #sidebarimage {
  165. width: 100px;
  166. padding-bottom: 5px
  167. }
  168.  
  169. #sidebarimage img {
  170. width: 140px;
  171. height: 140px;
  172. -moz-border-radius: 70px;
  173. -webkit-border-radius: 70px;
  174. border-radius: 70px;
  175. border: 3px solid {color:border};
  176. }
  177. #title {
  178. font-size:13px;
  179. font-family: 'Pacifico', cursive;
  180. text-align:center;
  181. margin-bottom:0px;
  182. letter-spacing:1px;
  183. }
  184. #links {
  185. font-size:8px;
  186. text-align:center;
  187. position:absolute;
  188. margin-top:5px;
  189. width:150px;
  190. letter-spacing:2px;
  191. font-family: 'Old Standard TT', serif;
  192. }
  193. #linkstitle {
  194. font-size:10px;
  195. font-family: 'Pacifico', cursive;
  196. text-align:center;
  197. padding-top:10px;
  198. letter-spacing:1px;
  199. }
  200. #description {
  201. width:150px;
  202. font-size:8px;
  203. padding-top:10px;
  204. text-align: center;
  205. }
  206. #pagination {
  207. font-size:12px;
  208. text-align:center;
  209. }
  210.  
  211. #infohover {
  212.  
  213. {block:indexpage}
  214. position:absolute;
  215. font-size:8px;
  216. margin-left:540px;
  217. margin-top:-50px;
  218. font-family: 'Pacifico', cursive;
  219. {/block:indexpage}
  220. {block:permalinkpage}
  221. opacity:0;
  222. {/block:permalinkpage}
  223. }
  224.  
  225. .info {
  226. font-family: 'Old Standard TT', serif;
  227. padding: 2px;
  228. border: 1px solid {color:border};
  229. position:absolute;
  230. width:100px;
  231. font-size:8px;
  232. {block:indexpage}
  233. margin-top:-80px;
  234. margin-left:-10px;
  235. {/block:indexpage}
  236. {block:permalinkpage}
  237. display:none;
  238. {/block:permalinkpage}
  239. opacity: 0;
  240. filter: alpha(opacity=0);
  241. -webkit-transition: all 0.8s ease;
  242. -moz-transition: all 0.8s ease;
  243. transition: all 0.8s ease;
  244. }
  245.  
  246. #infohover:hover .info {
  247. opacity: 1;
  248. filter: alpha(opacity=100);
  249. }
  250.  
  251. #entries {
  252. padding:20px;
  253. width:400px;
  254. margin-left:500px;
  255. margin-top:100px;
  256. }
  257.  
  258. #post {
  259. margin-top:50px;
  260. margin-bottom:20px;
  261. width:400px;
  262.  
  263. {block:iftransparenthover}
  264. -webkit-transition: opacity 0.8s linear;
  265. opacity: 0.60;
  266. {/block:iftransparenthover}
  267. }
  268. #post:hover {
  269. {block:ifblackandwhitehover}
  270. -webkit-filter: grayscale(100%);
  271. z-index: -9999999999999999999999999px;
  272. -webkit-transition: all 0.9s ease-in-out;
  273. -moz-transition: all 0.9s ease-in-out;
  274. -o-transition: all 0.9s ease-in-out;
  275. -ms-transition: all 0.9s ease-in-out;
  276. transition: all 0.9s ease-in-out;
  277. {/block:ifblackandwhitehover}
  278. {block:iftransparenthover}
  279. -webkit-transition: opacity 0.8s linear;
  280. opacity: 1;
  281. {/block:iftransparenthover}
  282. }
  283. #questions {
  284. background-color: {color:asker bg};
  285. padding:11px;
  286. margin-top: 5px;
  287. margin-bottom:5px;
  288. font-size:10px;
  289. text-align:left;
  290. }
  291. .tags
  292. {
  293. font-size:10px;
  294. text-transform:lowercase;
  295. }
  296. #answer {
  297. font-size:10px;
  298. text-transform:lowercase;
  299. }
  300. .postview {
  301.  
  302. font-size:10px;
  303. text-transform:lowercase;}
  304. #cred {
  305. position:fixed;
  306. opacity:0.5;
  307. bottom:15px;
  308. right:15px;
  309. font-size:8px;
  310. padding:5px;
  311. text-transform:uppercase;
  312. padding: 2px 3px 2px 3px;}
  313.  
  314. {CustomCSS}</style></head><body>
  315.  
  316. <div id="sidebar">
  317. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  318. <div id="bite">
  319. <h4><center><div id="title">{Title}</div></center></h4>
  320. <div id="pagination">
  321. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  322. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  323. </div>
  324.  
  325. <div class="death">
  326. <div align="center">
  327. <div id="bite">
  328. <div id="description">{description}</div>
  329. <div id="eat">
  330. <div id="bite">
  331. <div id="linkstitle"> links
  332. <div class="yum">
  333. <div id="bite">
  334. <center><div id="links">
  335. <a href="/"title="home">I</a>
  336. <a href="/ask"title="questions">II</a>
  337. {block:ifLink1}<a href="{text:Link1}"title="{text:Link1 title}">III</a>{/block:ifLink1}
  338. {block:ifLink2}<a href="{text:Link2}"title="{text:Link2 title}">IV</a>{/block:ifLink2}
  339. {block:ifLink3}<a href="{text:Link3}"title="{text:Link3 title}">V</a>{/block:ifLink3} </center>
  340. </div>
  341. </div>
  342. </div>
  343. </div>
  344. </div>
  345. </div>
  346. </div>
  347. </div>
  348. </div>
  349. </div>
  350.  
  351. <div id="cred"><a href="http://tunystarks.tumblr.com/"><img src="http://static.tumblr.com/2sivwxx/s2Smv0xfm/icon.png"width=20px></a></div>
  352. <div id="entries">{block:Posts}<div id="post">
  353.  
  354. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  355.  
  356. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  357.  
  358. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  359.  
  360. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  361.  
  362. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  363.  
  364. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  365.  
  366. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  367.  
  368. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  369.  
  370. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  371. <div id="answer">{Answer}</div>{/block:answer}
  372.  
  373. <div id="infohover"> hover
  374. <div class="info">
  375. <div class="post view"> <a href="{Permalink}">view post</a></div>
  376. posted on {DayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {Month} {Year} at {12Hour}{AmPm} with {NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  377. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  378. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>{block:Info}{/block:Info}
  379.  
  380. {block:PostNotes}{PostNotes}{/block:PostNotes}
  381. {/block:Posts}</div>
  382. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement