dohdoro

lucky - theme

Feb 5th, 2014
3,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.76 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.  
  4. <head>
  5. <title>{Title}</title>
  6. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}" />
  9.  
  10. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#afafaf"/>
  15. <meta name="color:Bold" content="#000000"/>
  16. <meta name="color:Italic" content="#000000"/>
  17. <meta name="color:Links" content="#000000"/>
  18. <meta name="color:Links Hover" content="#000000"/>
  19. <meta name="color:Nav Icon Background" content="#F0E68C"/>
  20. <meta name="color:Nav Icon Background Hover" content="#ADD8E6"/>
  21. <meta name="color:Nav Icon Border" content="#ffffff"/>
  22. <meta name="color:Nav Background" content="#000000"/>
  23. <meta name="color:Nav text" content="#ffffff"/>
  24. <meta name="color:Nav Hover" content="#ADD8E6">
  25. <meta name="color:Sidebar" content="#fafafa"/>
  26. <meta name="color:Sidebar Text" content="#afafaf"/>
  27. <meta name="color:Sidebar Background" content="#ffffff"/>
  28. <meta name="color:Description Background" content="#fafafa"/>
  29. <meta name="color:Description Text" content="#000000"/>
  30. <meta name="color:Audio Border" content="#eeeeee"/>
  31.  
  32. <meta name="color:Post Border" content="#eeeeee"/>
  33. <meta name="color:Post Background" content="#ffffff"/>
  34. <meta name="color:Post Text" content="#afafaf"/>
  35. <meta name="color:Post links" content="#000000"/>
  36. <meta name="color:Post links Hover" content="#000000"/>
  37. <meta name="color:Ask Background" content="#eeeeee">
  38.  
  39.  
  40. <meta name="color:Asker Text" content="#000000"/>
  41. <meta name="color:Question Background" content="#fafafa"/>
  42. <meta name="color:Question Text" content="#000000"/>
  43. <meta name="color:Answer Background" content="#ffffff"/>
  44. <meta name="color:Answer Text" content="#000000"/>
  45. <meta name="color:Asker Border" content="#afafaf"/>
  46. <meta name="color:Caption Background" content="#fafafa"/>
  47. <meta name="color:Caption Text" content="#afafaf"/>
  48.  
  49. <meta name="color:Info Text" content="#afafaf"/>
  50. <meta name="color:Info link" content="#000000"/>
  51.  
  52. <meta name="image:Background" content=""/>
  53. <meta name="image:Description" content=""/>
  54.  
  55. <meta name="if:Hide Captions" content="0">
  56.  
  57. <meta name="text:Nav 1" content="link one">
  58. <meta name="text:Nav 1 URL" content="">
  59. <meta name="text:Nav 2" content="link two">
  60. <meta name="text:Nav 2 URL" content="">
  61. <meta name="text:Nav 3" content="link three">
  62. <meta name="text:Nav 3 URL" content="">
  63. <meta name="text:Nav 4" content="link four">
  64. <meta name="text:Nav 4 URL" content="">
  65.  
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. ::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }
  71. ::-webkit-scrollbar-thumb { background-color: #000000; -webkit-border-radius: 1ex; }
  72.  
  73. body {
  74. font-family:cambria;
  75. font-size:10px;
  76. color:{color:Text};
  77. background:{color:Background};
  78. background-image:url('{image:Background}');
  79. background-repeat:no-repeat;
  80. background-attachment:fixed;
  81. background-position:right 50px bottom 0px;
  82.  
  83. }
  84.  
  85. a {
  86. color:{color:Links};
  87. text-decoration:none;
  88.  
  89. }
  90. a:hover {
  91. color:{color:Links Hover};
  92.  
  93. }
  94.  
  95. b, strong{
  96. color:{color:Bold};
  97.  
  98. }
  99.  
  100. i, em {
  101. color:{color:Italic};
  102.  
  103. }
  104.  
  105. blockquote {
  106. padding:0px;
  107. Background:{color:Caption Background};
  108. }
  109.  
  110. #dyo {
  111. position:fixed;
  112. z-index:99999;
  113. top:0px;
  114. left:0px;
  115. height:120px;
  116. width:100%;
  117.  
  118. }
  119.  
  120.  
  121. #sidebar {
  122. position:fixed;
  123. left:350px;
  124. top:310px;
  125. width:200px;
  126. font-size:30px;
  127. background:{color:Sidebar Background};
  128.  
  129. }
  130.  
  131.  
  132. #desc {
  133. position:fixed;
  134. overflow:hidden;
  135. background:{color:Description Background};
  136. color:{color:Description Text};
  137. width:200px;
  138. padding:15px;
  139. top:360px;
  140. left:280px;
  141. font-size:10px;
  142. line-height:10px;
  143. font-family:cambria;
  144. text-align:left;
  145. -webkit-border-radius: 20px 20px 20px 20px;
  146. -moz-border-radius: 20px 20px 20px 0px;
  147. border-radius: 20px 20px 20px 20px;
  148. }
  149.  
  150. #desctext {
  151.  
  152.  
  153. }
  154. #desc img{
  155. display:block;
  156. float:left;
  157. padding-right:4px;
  158. max-width:100px;
  159. }
  160.  
  161. #navcon {
  162. position:fixed;
  163. left:250px;
  164. top:367px;
  165.  
  166. }
  167.  
  168.  
  169. #navcon img {
  170. display:inline-block;
  171. padding:4px;
  172. background:{color:Nav Icon Background};
  173. border:1px solid {color:Nav Icon Border};
  174. -webkit-border-radius: 20px 20px 20px 20px;
  175. -moz-border-radius: 20px 20px 20px 0px;
  176. border-radius: 20px 20px 20px 20px;
  177.  
  178.  
  179. }
  180.  
  181. #navcon img:hover{
  182. background:{color:Nav Icon Background Hover};
  183. -webkit-transition: all 0.8s ease-in;
  184. -moz-transition: all 0.8s ease-in;
  185. -o-transition: all 0.8s ease-in;
  186. -webkit-transition: all 0.8s ease-out;
  187. -moz-transition: all 0.8s ease-out;
  188. -o-transition: all 0.8s ease-out;
  189. }
  190.  
  191.  
  192. #nav {
  193. position:fixed;
  194. left:300px;
  195. top:335px;
  196. }
  197.  
  198. #nav a {
  199. background:{color:Nav Background};
  200. color:{color:Nav Text};
  201. width:200px;
  202. font-family:cambria;
  203. font-size:9px;
  204. text-transform:uppercase;
  205. text-align:left;
  206.  
  207.  
  208. }
  209.  
  210. #nav a:hover {
  211. color:{color:Nav Hover};
  212.  
  213. }
  214.  
  215. #contain {
  216. width:540px;
  217. margin-top:120px;
  218. margin-bottom:30px;
  219. margin-left:100px;
  220. }
  221.  
  222.  
  223. #posts {
  224. overflow:hidden;
  225. margin:60px;
  226. width:400px;
  227. padding:20px;
  228. border:3px double {color:Post Border};
  229. margin-left:460px;
  230. color:{color:Post text};
  231. background:{color:Posts Background};
  232.  
  233. }
  234.  
  235. #posts:hover #info {
  236. opacity:1;
  237. filter:alpha(opacity=100);
  238. -webkit-transition:all 1s;
  239. -moz-transition:all 1s;
  240. -ms-transition:all 1s;
  241. -o-transition:all 1s;
  242. transition:all 1s;
  243.  
  244. }
  245.  
  246. #posts a{
  247. color:{color:Post Links Hover};
  248. }
  249.  
  250. #posts pre {
  251. white-space:pre-wrap;
  252. word-wrap:break-word;
  253.  
  254.  
  255. }
  256.  
  257.  
  258. h1 {
  259. font-family:cambria;
  260. font-size:10px;
  261. text-align:center;
  262. }
  263.  
  264. h1 a{
  265. color:{color:Post Links};
  266. text-decoration:none;
  267.  
  268. }
  269.  
  270. #quotes {
  271. font-family:calibri;
  272. font-size:13px;
  273. text-align:center;
  274. letter-spacing:0px;
  275. text-transform:uppercase;
  276.  
  277. }
  278.  
  279. #audio {
  280. width:100%;
  281. margin-left:10px;
  282.  
  283. }
  284.  
  285.  
  286. .tumblr_audio_player {
  287. height: 40px;
  288. width: 350px;
  289. border:10px solid {color:Audio Border};
  290. }
  291.  
  292. #ask {
  293. padding:20px;
  294. background:{color:Question Background};
  295. color:{color:Question Text};
  296. font-size:11px;
  297. font-family:cambria;
  298.  
  299. }
  300.  
  301.  
  302. #asker {
  303. font-size:35px;
  304. background:{color:Asker Background};
  305. color:{color:Asker Text};
  306. font-family:intro;
  307. letter-spacing:-3px;
  308. text-transform:uppercase;
  309. text-align:right;
  310. border-bottom:1px solid {color:Asker Border};
  311.  
  312. }
  313.  
  314. #answers {
  315. Background:{color:Answer Background};
  316. Color:{color:Answer Text};
  317. padding:20px;
  318. font-size:11px;
  319. font-family:cambria;
  320. }
  321.  
  322. #caption {
  323. width:390;
  324. margin-top:7px;
  325. color:{color:Caption Text};
  326. background:{color:Caption Background};
  327. padding:10px;
  328. word-wrap:break-word;
  329. font-size:10px;
  330. font-family:cambria;
  331.  
  332. }
  333.  
  334. #caption img{
  335. width:400px;
  336. }
  337.  
  338. #info {
  339. width:400px;
  340. padding:10px;
  341. margin-left:0px;
  342. text-align:left;
  343. color:{color:Info Text};
  344. font-family:cambria;
  345. font-size:10px;
  346. text-transform:uppercase;
  347. border-top:1px solid {color:Post Border};
  348. border-bottom:1px solid {color:Post Border};
  349. opacity:0;
  350. filter:alpha(opacity=0);
  351. text-align:left;
  352. border-top:0px solid #eee;
  353. padding:5px;
  354. margin-top:0px;
  355. font-size:8px;
  356. letter-spacing:1px;
  357. text-transform:uppercase;
  358. -webkit-transition:all 1s;
  359. -moz-transition:all 1s;
  360. -ms-transition:all 1s;
  361. -o-transition:all 1s;
  362. transition:all 1s; }
  363.  
  364. }
  365.  
  366. #info a:hover {
  367. margin-top:10px;
  368. opacity:1;
  369. -moz-transition-duration:1s;
  370. -webkit-transition-duration:1s;
  371. -o-transition-duration:1s; }
  372. }
  373.  
  374. #info a {
  375. color:{color:Info Link};
  376. }
  377.  
  378.  
  379. #moreinf a {
  380. color:{color:Post Links};
  381. font-size:10;
  382. font-family:Cambria;
  383. text-align:left;
  384.  
  385. }
  386.  
  387. #moreinf a:hover{
  388. color:{color:Post Links Hover};
  389. }
  390.  
  391. #notecounts {
  392. color:{color:Post link};
  393. font-family:Cambria;
  394. font-size:10px;
  395. text-align:left;
  396. }
  397.  
  398. ol.notecounts {
  399. list-style-type:none;
  400. }
  401.  
  402. #s-m-t-tooltip {
  403. max-width:300px;
  404. margin-top:25px;
  405. margin-left:15px;
  406. padding-left:5px;
  407. padding-right:5px;
  408. padding-top:1px;
  409. padding-bottom:1px;
  410. z-index:999999;
  411. border:0px double #eee;
  412. background-color:#FFF;
  413. color:#888;
  414. font-family:cambria;
  415. font-size:9px;
  416. letter-spacing:1px;
  417. text-transform:lowercase;
  418. line-height:13px;
  419. -webkit-border-radius: 10px;
  420. -moz-border-radius: 10px;
  421. border-radius: 10px;
  422. box-shadow: 1px 1px 0px #888;
  423.  
  424.  
  425. }
  426.  
  427. #thmcredit {
  428. position:fixed;
  429. z-index:99999;
  430. bottom:5px;
  431. right:10px;
  432. font-size:20px;
  433. color:#000000;
  434. }
  435.  
  436. @font-face{font-family:intro;src:url(http://static.tumblr.com/bj5zkci/28ymwvknj/intro.otf);}
  437.  
  438. </style>
  439.  
  440.  
  441.  
  442.  
  443.  
  444. <body>
  445.  
  446.  
  447.  
  448. <div id="dyo">
  449. <object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor1=F0E932&up_fishColor2=0CFAD6&up_fishColor3=70F440&up_backgroundColor=000000&up_fishColor7=F4B540&up_fishColor10=40F4A3&up_backgroundImage=http://&up_fishColor5=F440C7&up_fishColor6=FC92B4&up_numFish=10&up_foodColor=FCB347&up_fishName=Fish&up_fishColor8=F4CA40&up_fishColor4=F45540&up_fishColor9=F45540&" width="100%" height="70px"><param name="movie" value="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor1=F0E932&up_fishColor2=0CFAD6&up_fishColor3=70F440&up_backgroundColor=000000&up_fishColor7=F4B540&up_fishColor10=40F4A3&up_backgroundImage=http://&up_fishColor5=F440C7&up_fishColor6=FC92B4&up_numFish=10&up_foodColor=FCB347&up_fishName=Fish&up_fishColor8=F4CA40&up_fishColor4=F45540&up_fishColor9=F45540&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
  450.  
  451. </div>
  452.  
  453.  
  454. <div id="contain">
  455.  
  456. <div id="sidebar">
  457.  
  458. <div id="desc"><img src="{image:Description}">{description}</a></div>
  459.  
  460.  
  461. </div>
  462.  
  463.  
  464. <div id="navcon">
  465. <span><a href="/" title="home"><img src="http://static.tumblr.com/bj5zkci/eDen0i2w6/home.png"</a><br></span>
  466. <span><a href="/archive" title="memories"><img src="http://static.tumblr.com/bj5zkci/ZPIn0i3bs/folder.png"</a><br></span>
  467. <span><a href="/ask" title="msg"><img src="http://static.tumblr.com/bj5zkci/1YAn0i3eb/comment.png"</a></span>
  468.  
  469. </div>
  470.  
  471. <div id="nav">
  472.  
  473. <a href="{text:Nav 1 URL}">{text:NAV 1}</a>
  474. <a href="{text:Nav 2 URL}">{text:NAV 2}</a>
  475. <a href="{text:Nav 3 URL}">{text:NAV 3}</a>
  476. <a href="{text:Nav 4 URL}">{text:NAV 4}</a>
  477.  
  478.  
  479. </div>
  480.  
  481. <div class ="autopagerize_page_element">
  482.  
  483. {block:posts}
  484.  
  485. <div id="posts">
  486.  
  487. <div id="moreinf">
  488.  
  489.  
  490. <div style="text-align:right"><a href="{ReblogURL}">REBLOG</a>
  491.  
  492. {block:NoteCount} // <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}<br><br>
  493. </div>
  494. </div>
  495.  
  496. {block:text}{block:title}<h1>{title}</h1>{/block:title}{body}{/block:text}
  497.  
  498. {block:photo}<img src="{PhotoURL-400}"/>
  499. {block:ifHideCaptions}
  500. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  501. {/block:ifHideCaptions}{/block:photo}
  502.  
  503. {block:Photoset}{Photoset-400}
  504. {block:ifHideCaptions}
  505. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  506. {/block:ifHideCaptions}{/block:Photoset}
  507.  
  508. {block:Quote}<div id="quotes">❝{Quote}❞</div> {block:Source}<div align="right"></div>{/block:Source}{/block:Quote}
  509.  
  510. {block:Link}
  511. <h1><a href="{URL}" target="{Target}">{Name}></a></h1>
  512. {block:Description}{Description}{/block:Description} {/block:Link}
  513.  
  514. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
  515. {block:Lines}{block:Lable}<b>{Lable}</b>{/block:Lable}{Line}<br>{/block:Lines}{/block:Chat}
  516.  
  517. {block:Audio}<div id="audio">{AudioPlayerGrey}</div>
  518. {block:ifHideCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifHideCaptions}{/block:Audio}
  519.  
  520. {block:Video}{Video-400}
  521. {block:ifHideCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifHideCaptions}{/block:Video}
  522.  
  523. {block:Answer}
  524. <span id="asker">{Asker}</span></p>
  525. <div id="ask">
  526. {Question}</div>
  527. <div id="answers">{Answer}</div>
  528. {/block:Answer}
  529.  
  530.  
  531. <div id="info">
  532. {block:RebloggedFrom}
  533. reblog: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> //
  534. origin: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  535. {/block:RebloggedFrom}
  536. {block:HasTags}tagged: {block:Tags}<a href="{TagURL}">ϟ{Tag}</a>
  537. {/block:Tags} {/block:HasTags}
  538.  
  539. </div>
  540.  
  541. {block:PermalinkPage} {block:PostNotes}
  542. <div id="notecounts">{PostNotes}</div>
  543. {/block:PostNotes}{/block:PermalinkPage}
  544.  
  545. </div>
  546. {/block:posts}
  547. </div>
  548.  
  549. <div id="thmcredit">
  550. <a href="http://dohdoro.tumblr.com" title="theme credit">♪</a></div>
  551. </body>
  552.  
  553. </head>
  554. </html>
Advertisement
Add Comment
Please, Sign In to add comment