Advertisement
dohdoro

IOS VERSION 2

Feb 12th, 2014
3,040
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.38 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. {block:IfInfiniteScroll}
  7. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  8. {/block:IfInfiniteScroll}
  9.  
  10. <link rel="shortcut icon" href="{Favicon}" />
  11.  
  12. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  13. <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>
  14.  
  15.  
  16. <!-- IOS THEME BY DOHDORO ----//*********
  17.  
  18. ***DO NOT REMOVE THE CREDIT PLEASE.
  19. ***DO NOT COMBINE MY CODES WITH SOMEONE ELSES
  20. ***DO NOT REDISTRIBUTE AND CLAIM AS YOURS
  21. ***DO NOT USE AS BASE --->
  22.  
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#afafaf"/>
  26. <meta name="color:Bold" content="#000000"/>
  27. <meta name="color:Italic" content="#000000"/>
  28. <meta name="color:Links" content="#000000"/>
  29. <meta name="color:Links Hover" content="#000000"/>
  30. <meta name="color:Home button" content="#ffffff"/>
  31. <meta name="color:Home button hover" content="#ADD8E6"/>
  32. <meta name="color:Phone Case Color" content="#fafafa"/>
  33. <meta name="color:Description Background" content="#fafafa"/>
  34. <meta name="color:Description Text" content="#000000"/>
  35. <meta name="color:Audio Border" content="#eeeeee"/>
  36. <meta name="color:Title" content="#eeeeee"/>
  37. <meta name="color:Phone Img Border" content="#ffffff"/>
  38. <meta name="color:Title" content="#ffffff"/>
  39. <meta name="color:Post Border" content="#eeeeee"/>
  40. <meta name="color:Posts Background" content="#ffffff"/>
  41. <meta name="color:Post Text" content="#afafaf"/>
  42. <meta name="color:Post links" content="#000000"/>
  43. <meta name="color:Post links Hover" content="#000000"/>
  44. <meta name="color:Ask Background" content="#eeeeee"/>
  45. <meta name="color:icon background" content="#ffffff"/>
  46. <meta name-"color:icon border" content="#000000"/>
  47. <meta name="color:second title" content="#ffffff"/>
  48. <meta name="color:pagination" content="#000000"/>
  49.  
  50.  
  51. <meta name="color:Asker Text" content="#000000"/>
  52. <meta name="color:Question Background" content="#fafafa"/>
  53. <meta name="color:Question Text" content="#000000"/>
  54. <meta name="color:Answer Background" content="#000000"/>
  55. <meta name="color:Answer Text" content="#ffffff"/>
  56. <meta name="color:Caption Background" content="#fafafa"/>
  57. <meta name="color:Caption Text" content="#afafaf"/>
  58.  
  59. <meta name="color:Bullets" content="#afafaf"/>
  60. <meta name="color:Bullets Hover" content="#000000"/>
  61.  
  62. <meta name="image:Background" content=""/>
  63. <meta name="image:Corner Image" content=""/>
  64. <meta name="image:Phone Background" content=""/>
  65.  
  66. <meta name="if:Show Captions" content="0">
  67. <meta name="if:Show Tags" content="0">
  68. <meta name="if:Infinite Scroll" content"0">
  69.  
  70. <meta name="text:Second title" content="">
  71.  
  72.  
  73. <meta name="text:Nav 1 URL" content="">
  74. <meta name="text:Nav 2 URL" content="">
  75. <meta name="text:Nav 3 URL" content="">
  76. <meta name="text:Nav 4 URL" content="">
  77. <meta name="text:Nav 5 URL" content="">
  78. <meta name="text:Nav 6 URL" content="">
  79.  
  80. <meta name="text:link 1 title" content="hover text">
  81. <meta name="text:link 2 title" content="hover text">
  82. <meta name="text:link 3 title" content="hover text">
  83. <meta name="text:link 4 title" content="hover text">
  84. <meta name="text:link 5 title" content="hover text">
  85. <meta name="text:link 6 title" content="hover text">
  86.  
  87.  
  88.  
  89.  
  90. <style type="text/css">
  91.  
  92. ::-webkit-scrollbar {width: 5px; height:1px; background: #ffffff; }
  93. ::-webkit-scrollbar-thumb { background-color: #000000; }
  94.  
  95. body {
  96. font-family:cambria;
  97. font-size:10px;
  98. color:{color:Text};
  99. background:{color:Background};
  100. background-image:url('{image:Background}');
  101. background-repeat:repeat;
  102. background-attachment:fixed;
  103.  
  104.  
  105. }
  106.  
  107. a {
  108. color:{color:Links};
  109. text-decoration:none;
  110.  
  111. }
  112. a:hover {
  113. color:{color:Links Hover};
  114.  
  115. }
  116.  
  117. b, strong{
  118. color:{color:Bold};
  119.  
  120. }
  121.  
  122. i, em {
  123. color:{color:Italic};
  124.  
  125. }
  126.  
  127. blockquote {
  128. padding:0px;
  129. Background:{color:Caption Background};
  130. }
  131.  
  132. #ccimage {
  133. position:fixed;
  134. bottom:0px;
  135. right:50px;
  136. }
  137.  
  138. #ios {
  139. position:fixed;
  140. left:990px;
  141. top:300px;
  142. width:160px;
  143. height:335px;
  144. background:{color:Phone Case Color};
  145. border-radius: 30px 30px 30px 30px;
  146. -webkit-border-radius: 30px 30px 30px 30px;
  147. -moz-border-radius: 30px 30px 30px 30px;
  148.  
  149.  
  150. }
  151.  
  152. #ios img {
  153. display:block;
  154. margin-left:-12px;
  155. margin-top:-8px;
  156.  
  157.  
  158. }
  159.  
  160. #phone img {
  161. position:fixed;
  162. margin-top:-297px;
  163. margin-left:10px;
  164. border:2px solid {color:Phone Img Border};
  165. background-image:url('{image:Phone Background}');
  166. -webkit-border-radius: 4px 4px 4px 4px;
  167. -moz-border-radius: 4px 4px 4px 4px;
  168. border-radius: 4px 4px 4px 4px;
  169.  
  170.  
  171. }
  172.  
  173. #title {
  174. position:fixed;
  175. bottom:190px;
  176. left:300px;
  177. width:150px;
  178. height:auto;
  179. font-family:arial black;
  180. font-size:35px;
  181. line-height:20px;
  182. letter-spacing:-3px;
  183. padding:5px;
  184. text-transform:lowercase;
  185. text-align:center;
  186. color:{color:title};
  187. }
  188.  
  189. @font-face{font-family:intro;src:url(http://static.tumblr.com/bj5zkci/28ymwvknj/intro.otf);}
  190.  
  191. #desc {
  192. position:fixed;
  193. overflow:hidden;
  194. background:{color:Description Background};
  195. color:{color:Description Text};
  196. width:190px;
  197. height:auto;
  198. padding:10px;
  199. bottom:120px;
  200. left:265px;
  201. font-size:9px;
  202. font-family:cambria;
  203. text-align:center;
  204. text-transform:uppercase;
  205.  
  206. border-radius: 70px 20px 70px 20px;
  207. }
  208.  
  209. #desc a {
  210. color:{color:links};
  211. }
  212.  
  213. #title2 {
  214. position:fixed;
  215. top:347px;
  216. left:1002px;
  217. width:129px;
  218. height:10px;
  219. background:#000;
  220. text-align:center;
  221. font-family:calibri;
  222. color:{color:second title};
  223. font-size:10px;
  224. text-transform:uppercase;
  225. padding:4px;
  226.  
  227.  
  228. }
  229.  
  230.  
  231. #home {
  232. position:fixed;
  233. margin-left:83px;
  234. margin-top:-30px;
  235.  
  236. }
  237.  
  238.  
  239. #home img {
  240. position:fixed;
  241. padding:0px;
  242. width:20px;
  243. height:20px;
  244. background:{color:Home button};
  245. -webkit-border-radius: 30px 30px 30px 30px;
  246. -moz-border-radius: 30px 30px 30px 30px;
  247. border-radius: 30px 30px 30px 30px;
  248.  
  249.  
  250. }
  251.  
  252. #home img:hover{
  253. webkit-box-shadow: 3px 3px 3px #7C7C7C;
  254. box-shadow: 3px 3px 3px #7C7C7C;
  255. }
  256.  
  257.  
  258. #nav {
  259. position:fixed;
  260. z-index:99999;
  261. margin-top:-200px;
  262. margin-left:28px;
  263.  
  264. }
  265.  
  266. #nav img {
  267. display:inline-block;
  268. background:{color:icon background};
  269. border:1px solid {color:icon border};
  270. margin:0px;
  271. padding:3px;
  272. border-radius: 5px 5px 5px 5px;
  273. -webkit-border-radius: 5px 5px 5px 5px;
  274. -moz-border-radius: 5px 5px 5px 5px;
  275.  
  276. }
  277.  
  278. #nav img:hover{
  279. background:#00CED1;
  280. -webkit-transition: all 0.8s ease-in;
  281. -moz-transition: all 0.8s ease-in;
  282. -o-transition: all 0.8s ease-in;
  283. -webkit-transition: all 0.8s ease-out;
  284. -moz-transition: all 0.8s ease-out;
  285. -o-transition: all 0.8s ease-out;
  286. webkit-box-shadow: 2px 2px 1px #7C7C7C;
  287. box-shadow: 2px 2px 1px #7C7C7C;
  288. }
  289.  
  290.  
  291. #contain {
  292. max-width:500px;
  293. top:0px;
  294. margin-bottom:30px;
  295. margin-left:460px;
  296. }
  297.  
  298.  
  299. #posts {
  300. left:20px;
  301. margin:30px;
  302. width:400px;
  303. padding-left:30px;
  304. padding-right:30px;
  305. border:1px solid {color:Post Border};
  306. background:{color:Posts Background};
  307. color:{color:Post text};
  308.  
  309.  
  310. }
  311.  
  312.  
  313. #posts a{
  314. color:{color:Post Links Hover};
  315. }
  316.  
  317. #posts pre {
  318. white-space:pre-wrap;
  319. word-wrap:break-word;
  320.  
  321.  
  322. }
  323.  
  324. #posts img{
  325. max-width:100%;
  326.  
  327. }
  328.  
  329.  
  330. h1 {
  331. font-family:cambria;
  332. font-size:10px;
  333. text-align:center;
  334. }
  335.  
  336. h1 a{
  337. color:{color:Post Links};
  338. text-decoration:none;
  339.  
  340. }
  341.  
  342. #quotes {
  343. font-family:calibri;
  344. font-size:13px;
  345. text-align:center;
  346. letter-spacing:0px;
  347. text-transform:uppercase;
  348.  
  349. }
  350.  
  351. #audio {
  352. width:100%;
  353. margin-left:10px;
  354.  
  355. }
  356.  
  357.  
  358. .tumblr_audio_player {
  359. height: 40px;
  360. width: 350px;
  361. border:10px solid {color:Audio Border};
  362. }
  363.  
  364. #ask {
  365. padding:20px;
  366. background:{color:Question Background};
  367. color:{color:Question Text};
  368. font-size:11px;
  369. font-family:cambria;
  370.  
  371. }
  372.  
  373.  
  374. #asker {
  375. font-size:20px;
  376. background:{color:Asker Background};
  377. color:{color:Asker Text};
  378. font-family:helvetica;
  379. font-style:italic;
  380. font-weight:bold;
  381. text-align:right;
  382. letter-spacing:-2px;
  383. text-transform:uppercase;
  384.  
  385. }
  386.  
  387. #answers {
  388. Background:{color:Answer Background};
  389. Color:{color:Answer Text};
  390. padding:20px;
  391. font-size:11px;
  392. font-family:cambria;
  393. }
  394.  
  395. #caption {
  396. width:390;
  397. margin-top:7px;
  398. color:{color:Caption Text};
  399. background:{color:Caption Background};
  400. padding:10px;
  401. word-wrap:break-word;
  402. font-size:10px;
  403. font-family:cambria;
  404.  
  405. }
  406.  
  407. #caption img{
  408. width:400px;
  409. }
  410.  
  411. #info {
  412. width:400px;
  413. margin-left:0px;
  414. text-align:left;
  415. color:{color:Bullets};
  416. font-size:30px;
  417. font-family:Cambria;
  418. text-align:left;
  419.  
  420.  
  421. }
  422.  
  423. #info a:hover {
  424. color:{color:Bullets Hover};
  425.  
  426. }
  427.  
  428. #info a {
  429. color:{color:Bullets};
  430. }
  431.  
  432.  
  433. #moreinf a {
  434. position:relative;
  435. display:inline-block;
  436. margin-top:0px;
  437. margin-left:0px;
  438. color:{color:Bullets};
  439. font-size:30px;
  440. font-family:Cambria;
  441. text-align:left;
  442.  
  443. }
  444.  
  445. #moreinf a:hover{
  446. color:{color:Bullets Hover};
  447. }
  448.  
  449. #tags {
  450. width:400px;
  451. margin-left:0px;
  452. padding:10px;
  453. text-align:left;
  454. color:{color:Info Text};
  455. font-size:9px;
  456. font-family:calibri;
  457. text-align:left;
  458. text-transform:uppercase;
  459.  
  460. }
  461. #notecounts {
  462. color:{color:Post link};
  463. font-family:Cambria;
  464. font-size:10px;
  465. text-align:right;
  466. }
  467.  
  468. ol.notecounts {
  469. list-style-type:none;
  470. }
  471.  
  472. #s-m-t-tooltip {
  473. max-width:300px;
  474. margin-top:25px;
  475. margin-left:15px;
  476. padding-left:5px;
  477. padding-right:5px;
  478. padding-top:1px;
  479. padding-bottom:1px;
  480. z-index:999999;
  481. border:0px double #eee;
  482. background-color:#FFF;
  483. color:#888;
  484. font-family:cambria;
  485. font-size:9px;
  486. letter-spacing:1px;
  487. text-transform:lowercase;
  488. line-height:13px;
  489. border:3px double #eee;
  490.  
  491.  
  492.  
  493. }
  494.  
  495.  
  496. #pagination {
  497. display:inline-block;
  498. bottom:250px;
  499. left:1070px;
  500. font-size:30px;
  501. font-family:helvetica;
  502. color:{color:pagination};
  503. }
  504.  
  505.  
  506. #thmcredit {
  507. position:fixed;
  508. z-index:99999;
  509. bottom:5px;
  510. right:10px;
  511. background:#ffffff;
  512. font-weight:bold;
  513. font-size:10px;
  514. color:#000000;
  515. font-family:Cambria;
  516.  
  517. </style>
  518.  
  519.  
  520.  
  521.  
  522.  
  523. <body>
  524.  
  525. <div id="title">{title}</div>
  526.  
  527. <div id="desc">{description}</div>
  528.  
  529. <div id="bite">
  530. <div id="ios">
  531.  
  532. <img src="http://static.tumblr.com/bj5zkci/QUtn0qscp/untitled-1_copy.png"></a>
  533.  
  534.  
  535. <div id="phone"><img src="{image:Phone Background}" height="243" style="max-width:137px"></a></div>
  536.  
  537.  
  538. <div id="title2"><img src="http://static.tumblr.com/bj5zkci/r2Hn0rcws/untitled-6_copy.png" style="float:left; margin-left:0px; margin-top:1px"></a>{text:second title}<img src="http://static.tumblr.com/bj5zkci/UXsn0rdbv/untitled-7.png" style="float:right; margin-top:1px;"></a></div>
  539.  
  540. <div id="home">
  541. <a href="/"><img src="http://static.tumblr.com/bj5zkci/I6Wn0v8xc/home-25.png"></a></div>
  542.  
  543.  
  544. <div id="nav">
  545.  
  546. <a href="{text:Nav 1 URL}" title="{text:link 1 title}"><img src="http://static.tumblr.com/bj5zkci/tYWn0v739/speech_bubble_filled-25.png"></a>
  547.  
  548. <a href="{text:Nav 2 URL}" title="{text:link 2 title}"><img src="http://static.tumblr.com/bj5zkci/uCwn0vbf4/design-25.png"></a>
  549.  
  550. <a href="{text:Nav 3 URL}" title="{text:link 3 title}"><img src="http://static.tumblr.com/bj5zkci/VBYn0v8te/download2-25.png"></a><br>
  551.  
  552. <a href="{text:Nav 4 URL}" title="{text:link 4 title}"><img src="http://static.tumblr.com/bj5zkci/CMIn0wvjj/settings-25.png"></a>
  553.  
  554. <a href="{text:Nav 5 URL}" title="{text:link 5 title}"><img src="http://static.tumblr.com/bj5zkci/1kwn0v8vs/umbrella-25.png"></a>
  555.  
  556. <a href="{text:Nav 6 URL}" title="{text:link 6 title}"><img src="http://static.tumblr.com/bj5zkci/yfTn0v7c8/candy-25.png"></a>
  557.  
  558.  
  559. </div>
  560.  
  561.  
  562.  
  563. </div>
  564.  
  565.  
  566.  
  567.  
  568. {block:IfNotInfiniteScroll}
  569. <div id="pagination">
  570. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  571. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  572. </div>
  573. {/block:IfNotInfiniteScroll}
  574.  
  575.  
  576.  
  577. <div id="contain">
  578. <div class ="autopagerize_page_element">
  579. {block:posts}
  580.  
  581. <div id="posts">
  582. {block:ContentSource}
  583. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  584. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  585. {/block:SourceLogo}
  586. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  587. {/block:ContentSource}
  588. <div id="moreinf">
  589. <div style="text-align:right"><a href="{ReblogURL}" title="reblog">•</a>
  590.  
  591. {block:NoteCount}<a href="{Permalink}" title="{NoteCount}">•</a>{/block:NoteCount}<br><br>
  592. </div>
  593. </div>
  594.  
  595. {block:text}{block:title}<h1>{title}</h1>{/block:title}{body}{/block:text}
  596.  
  597. {block:photo}<img src="{PhotoURL-400}"/>
  598. {block:ifShowCaptions}
  599. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  600. {/block:ifShowCaptions}{/block:photo}
  601.  
  602. {block:Photoset}{Photoset-400}
  603. {block:ifShowCaptions}
  604. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  605. {/block:ifShowCaptions}{/block:Photoset}
  606.  
  607. {block:Quote}<div id="quotes">❝{Quote}❞</div> {block:Source}<div align="right"></div>{/block:Source}{/block:Quote}
  608.  
  609. {block:Link}
  610. <h1><a href="{URL}" target="{Target}">{Name}></a></h1>
  611. {block:Description}{Description}{/block:Description} {/block:Link}
  612.  
  613. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
  614. {block:Lines}{block:Lable}<b>{Lable}</b>{/block:Lable}{Line}<br>{/block:Lines}{/block:Chat}
  615.  
  616. {block:Audio}<div id="audio">{AudioPlayerGrey}</div>
  617. {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}{/block:Audio}
  618.  
  619. {block:Video}{Video-400}
  620. {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}{/block:Video}
  621.  
  622. {block:Answer}
  623. <div id="asker">{Asker} ASKED </div></p>
  624. <div id="ask">
  625. {Question}</div>
  626. <div id="answers">{Answer}</div>
  627. {/block:Answer}
  628.  
  629.  
  630. <div id="info">
  631. {block:RebloggedFrom}
  632. <a href="{ReblogParentURL}" title="via:{ReblogParentName}">•</a>
  633. <a href="{ReblogRootURL}" title="source:{ReblogRootName}">•</a>
  634. {/block:RebloggedFrom}
  635. <div id="tags">
  636. {block:HasTags}{block:ifShowTags}{block:Tags}tagged: <a href="{TagURL}">ϟ{Tag}</a>
  637. {/block:Tags}{/block:ifShowTags} {/block:HasTags}
  638.  
  639. </div></div>
  640.  
  641. {block:PermalinkPage} {block:PostNotes}
  642. <div id="notecounts">{PostNotes}</div>
  643. {/block:PostNotes}{/block:PermalinkPage}
  644.  
  645. </div>
  646. {/block:posts}
  647.  
  648. </div>
  649. <div id="thmcredit">
  650. <a href="http://dohdoro.tumblr.com" title="theme credit">DTHM.</a></div>
  651.  
  652.  
  653. <div id="ccimage"><img src="{image:Corner Image}"</a></div>
  654. </body></head>
  655. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement