letsrp

Million Ways - Theme #10

Oct 12th, 2013
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.43 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!--
  4. .---. .-''-.,---------. .-'''-..-------. .-------.
  5. | ,_| .'_ _ \ \/ _ | _ _ \ \ _(`)_ \
  6. ,-./ ) / ( ` ) `--. ,---(`' )/`--| ( ' ) | | (_ o._)|
  7. \ '_ '`). (_ o _) | | \ (_ o _). |(_ o _) / | (_,_) /
  8. > (_) )| (_,_)___| :_ _: (_,_). '.| (_,_).' __| '-.-'
  9. ( . .-'' \ .---. (_I_) .---. \ | |\ \ | | |
  10. `-'`-'|__\ `-' / (_(=)_)\ `-' | | \ `' | |
  11. | \ / (_I_) \ /| | \ // )
  12. `--------``'-..-' '---' `-...-' ''-' `'-' `---'
  13.  
  14.  
  15. this theme was made by letsrp @ tumblr.com
  16. - don't use as base to make your own themes
  17. - don't edit and redistribute it
  18. - keep credit
  19. - don't steal, please
  20. -->
  21.  
  22. <html>
  23. <head>
  24. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script><script> $(document).ready(function(){$("#titulo").click(function(){$("#menu").slideToggle("slow");});});</script>
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}" />
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  29. <meta name="description" content="{MetaDescription}" />
  30.  
  31. <!-- DEFAULT VARIABLES -->
  32. <meta name="color:background" content="#dfc2a6" />
  33. <meta name="color:text" content="#695f52" />
  34. <meta name="color:link" content="#ac8058" />
  35. <meta name="color:hover" content="#ffffff" />
  36. <meta name="color:perma" content="#e1e4c8">
  37. <meta name="color:accent" content="#eff1db" />
  38. <meta name="color:desc bg" content="#d1af8e" />
  39. <meta name="color:ask" content="#dfc2a6" />
  40. <meta name="color:scroll" content="#f8f6f3" />
  41. <meta name="color:scroll bg" content="#d1af8e" />
  42. <meta name="color:navi" content="#cca176" />
  43. <meta name="color:shadow" content="#dbb794" />
  44. <meta name="color:nav text" content="#b18255" />
  45. <meta name="color:bold" content="#975f2b" />
  46. <meta name="color:desc text" content="#664e4e" />
  47.  
  48. <meta name="image:png" content="http://static.tumblr.com/f3064a708915216f7c4dfa882cb42309/yy7o4zk/Xsdmuel6p/tumblr_static_palvin_barbara_png_by_cherryproductionsorg-d5mj8fd.png"/>
  49. <meta name="image:sidebar" content="http://static.tumblr.com/724d7d98109fbc6fd609f10cf126ce28/yy7o4zk/er3mueaux/tumblr_static_side.gif"/>
  50. <meta name="image:background" content=""/>
  51.  
  52. <meta name="if:show tags" content="0"/>
  53. <meta name="if:tiny cursor" content="0"/>
  54. <meta name="if:400pxPost" content="0"/>
  55.  
  56. <meta name="text:counter code" content="add ur code here" />
  57. <meta name="text:Parent Link" content="click for links" />
  58.  
  59. <meta name="text:Link1" content="/" />
  60. <meta name="text:Link1 Title" content="link 1" />
  61. <meta name="text:Link2" content="/" />
  62. <meta name="text:Link2 Title" content="link 2" />
  63. <meta name="text:Link3" content="/" />
  64. <meta name="text:Link3 Title" content="link 3" />
  65.  
  66. <meta name="text:png right" content="960px" />
  67. <meta name="text:png up" content="300px" />
  68.  
  69. <meta name="font:body" content="Lucida Sans" />
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74. /* ------------ BODY & LINKS -------------- */
  75.  
  76. body{
  77. background-color:{color:background};
  78. background-image: url('{image:Background}');
  79. background-attachment:fixed;
  80. color:{color:text};
  81. font-family:{font:body};
  82. font-size:9px;
  83. line-height:11px;
  84. text-align:justify;
  85. }
  86.  
  87. a:link, a:active, a:visited{
  88. color: {color:link};
  89. text-decoration:none;
  90. -webkit-transition-duration: .50s;
  91. }
  92.  
  93. a:hover{
  94. color:{color:hover};
  95. -webkit-transition-duration: .50s;}
  96.  
  97. {block:iftinycursor}
  98. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}{/block:iftinycursor}
  99.  
  100.  
  101. ::-webkit-scrollbar-thumb{
  102. background-color: {color:scroll};
  103. border: 2px solid {color:scroll bg};
  104. height:auto;
  105. -moz-border-radius: 10px;
  106. border-radius: 10px;
  107. }
  108.  
  109. ::-webkit-scrollbar {
  110. height:auto;
  111. width:9px;
  112. background-color: {color:scroll};
  113. border: 4px solid {color:scroll bg};
  114. }
  115.  
  116. b, strong {
  117. color: {color:bold};
  118. }
  119.  
  120. /* ------------ SIDE & DESC -------------- */
  121.  
  122. #sidebar{
  123. width: 245px;
  124. height:245px;
  125. margin-top: 90px;
  126. margin-bottom: 15px;
  127. margin-left:100px;
  128. background-color:{color:accent};
  129. padding:5px;
  130. position:fixed;
  131. }
  132.  
  133. #desc{
  134. width: 235px;
  135. height:35px;
  136. margin-top: 350px;
  137. margin-left:100px;
  138. background-color:{color:desc bg};
  139. padding:10px;
  140. position:fixed;
  141. overflow:auto;
  142. color:{color:desc text};
  143. }
  144.  
  145. /* ------------ POSTS -------------- */
  146.  
  147. #entries{
  148. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  149. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  150. margin-left:390px;
  151. margin-top:40px;
  152. position:absolute;
  153. }
  154.  
  155. .post{
  156. padding:25px;
  157. background-color:{color:accent};
  158. float:left;
  159. margin:10px;
  160. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  161. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  162. }
  163.  
  164. /* ------------ TITLES -------------- */
  165.  
  166. #tit{
  167. font-size:16px;
  168. color:{color:text};
  169. font-family:calibri;
  170. text-align:left;
  171. padding:3px;
  172. }
  173.  
  174. #ltit{
  175. font-size:14px;
  176. color:{color:text};
  177. font-family:calibri;
  178. text-align:left;
  179. padding:3px;
  180. }
  181.  
  182. #quo{
  183. font-size:14px;
  184. color:{color:text};
  185. font-family:calibri;
  186. text-align:left;
  187. padding:3px;
  188. line-height:13px;
  189. }
  190.  
  191. #source{
  192. margin-top:3px;
  193. text-align:right;
  194. margin-bottom:5px;
  195. font-size:9px;
  196. font-family:{font:body};
  197. }
  198.  
  199. /* ------------ QUESTIONS -------------- */
  200.  
  201. #q{
  202. color:{color:text};
  203. }
  204.  
  205. #asker{
  206. height:16px;
  207. background-color:{color:navi};
  208. margin-bottom:3px;
  209. }
  210.  
  211. #asker a{
  212. font-family: calibri;
  213. padding-left:5px;
  214. font-size: 13px;
  215. letter-spacing: 2px;
  216. color:{color:nav text};
  217. text-align: left;
  218. text-indent:40px;
  219. text-transform: uppercase;
  220. line-height:16px;
  221. text-shadow: 1px 1px 0px {color:shadow};
  222. }
  223.  
  224. #asker a:hover{
  225. height:16px;
  226. margin-bottom:3px;
  227. text-transform: uppercase;
  228. line-height:16px;
  229. }
  230.  
  231. .askerimg{
  232. float:left;
  233. margin-left:10px;
  234. }
  235.  
  236. .questions{
  237. color:{color:text};
  238. font-size:9px;
  239. line-height:11px;
  240. font-style:italic;
  241. text-transform: lowercase;
  242. padding:7px;
  243. text-align:left;
  244. background:{color:ask};
  245. }
  246.  
  247. .answer{
  248. color:{color:text};
  249. text-align:left;
  250. margin-top:1px;
  251. }
  252.  
  253. /* ------------ NAVI -------------- */
  254.  
  255. #beso {
  256. width: 255px;
  257. height:20px;
  258. margin-top: 405px;
  259. margin-left:100px;
  260. position:fixed;
  261. }
  262.  
  263. .menu {
  264. list-style: none;
  265. margin: 0;
  266. text-align: center;
  267. display:block;
  268. }
  269.  
  270. .menu a {
  271. padding: 6px;
  272. letter-spacing: 2px;
  273. font-family:calibri;
  274. text-transform: uppercase;
  275. background-color:{color:accent};
  276. font-size: 10px;
  277. color: {color:link};
  278. display:block;
  279. }
  280.  
  281. .menu a:hover{
  282. background-color:{color:perma};
  283. letter-spacing:8px;
  284. color:{color:link};
  285. }
  286.  
  287. #menu {
  288. display: none;
  289. width: 255px;
  290. }
  291.  
  292. #titulo {
  293. background-color: {color:navi};
  294. height: 20px;
  295. width: 255px;
  296. }
  297.  
  298. h1 {
  299. font-family: calibri;
  300. font-size: 13px;
  301. letter-spacing: 2px;
  302. margin:0px;
  303. color:{color:nav text};
  304. text-align: center;
  305. text-transform: uppercase;
  306. line-height:20px;
  307. text-shadow: 1px 1px 0px {color:shadow};
  308. }
  309.  
  310. /* ------------ PERMA & TAGS -------------- */
  311.  
  312. #info{
  313. display:block;
  314. background: {color:perma};
  315. color:{color:text};
  316. padding:1px;
  317. height:16px;
  318. line-height:18px;
  319. font-family:Lucida Sans;
  320. margin-top:15px;
  321. font-size:8px;
  322. text-transform:uppercase;
  323. border-bottom:1px solid transparent;
  324. -webkit-transition-duration:0.7s;
  325. -o-transition-duration:0.7s;
  326. -moz-transition-duration:0.7s;
  327. margin-bottom:2px;
  328. text-align:center;
  329. }
  330.  
  331. #info:hover {
  332. border-bottom:1px dashed {color:ask};
  333. }
  334.  
  335. #info a{
  336. color:{color:link};
  337. }
  338.  
  339. #info a:hover{
  340. color:{color:hover};
  341. }
  342.  
  343. #tags{
  344. margin-right:7px;
  345. text-align:center;
  346. text-transform:lowercase;
  347. font-size:9px;
  348. font-style:italic;
  349. opacity:1;
  350. -webkit-transition:0.3s linear;
  351. outline: none;
  352. font-family:{font:body};
  353. }
  354.  
  355. /* ------------ BLOCKQUOTE & P -------------- */
  356.  
  357. blockquote{
  358. padding-left:3px;
  359. padding-right:3px;
  360. margin-left:10px;
  361. margin-right:10px;
  362. border-left:1px dashed {color:background};
  363. margin-top:1px;
  364. margin-bottom:1px;
  365. }
  366.  
  367. p{
  368. margin-top:6px;
  369. margin-bottom:6px;}
  370.  
  371. pre{
  372. color:{color:text};
  373. font-size:12px;
  374. margin-left:10px;
  375. padding:10px;
  376. }
  377.  
  378. /* ------------ AUDIO -------------- */
  379.  
  380. .audio{
  381. opacity: 1.0;
  382. position:relative;
  383. overflow:hidden;
  384. min-height:130px;
  385. font-size: 10px;
  386. font-family:{font:body};}
  387.  
  388. .player{
  389. position:absolute;
  390. z-index:3;
  391. background:#000000;
  392. margin-top:45px;
  393. margin-left:73px;
  394. opacity:0.75;
  395. filter:alpha(opacity=75);
  396. border:0px #000000 solid;
  397. border-radius: 100px;}
  398.  
  399. .audioplayer{
  400. border: 0px solid {color:perma};
  401. width:363px;
  402. height:15px;
  403. overflow:hidden;
  404. padding:5px;
  405. padding-bottom:13px;
  406. margin-right:5px;
  407. margin-top: 5px;}
  408.  
  409. .audioinfo{
  410. margin-top: 15px;
  411. margin-left:120px;
  412. line-height:10px;
  413. font-family: {font:body};
  414. font-size:10px!important;
  415. font-style: normal;}
  416.  
  417. .audiocaption{
  418. margin-left:20px;}
  419.  
  420. .audiocaption img{
  421. max-width:330px!important;}
  422.  
  423. .audiocaption blockquote img{
  424. max-width:320px!important;}
  425.  
  426. .audiocaption blockquote blockquote img{
  427. max-width:310px!important;}
  428.  
  429. /* ------------ CHAT -------------- */
  430.  
  431. .user_1 .label {color:{color:text}; font-weight:bold;}
  432. .user_2 .label {color:{color: text}; font-weight:bold;}
  433. .user_3 .label {color:{color:text}; font-weight:bold;}
  434. .user_4 .label {color:{color:text}; font-weight:bold;}
  435. .user_5 .label {color:{color: text}; font-weight:bold;}
  436. .user_6 .label {color:{color:text}; font-weight:bold;}
  437. .user_7 .label {color:{color:text}; font-weight:bold;}
  438. .user_8 .label {color:{color: text}; font-weight:bold;}
  439. .user_9 .label {color:{color:text}; font-weight:bold;}
  440. .user_10 .label {color:{color:text}; font-weight:bold;}
  441.  
  442. .ul.chat {}
  443. .chat ol {}
  444. .chat li {
  445. list-style:none;
  446. margin-left:-30px;
  447. padding:-5px;
  448. margin-bottom:3px;
  449. }
  450.  
  451. /* ------------ NOTES -------------- */
  452.  
  453. .notes{
  454. margin-left:-15px;
  455. margin-top:30px;
  456. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  457. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  458. font-size:10px;
  459. }
  460.  
  461. .notes a:hover{
  462. color:{color:link};
  463. }
  464.  
  465. ol.notes{
  466. list-style-type:none;
  467. }
  468.  
  469. ol.notes li.note{
  470. padding-bottom:7px;
  471. margin-bottom:12px;
  472. border-bottom:1px dashed {color:accent};
  473. }
  474.  
  475. ol.notes li.note img.avatar{
  476. vertical-align:-6px;
  477. }
  478.  
  479. ol.notes li.note img{
  480. padding:2px;
  481. }
  482.  
  483. ol.notes li.note blockquote{
  484. padding-left:5px;
  485. margin-left:30px;
  486. }
  487.  
  488. /* ------------ PAG -------------- */
  489.  
  490. #sigh {
  491. position: fixed;
  492. background-image: url('{image:png}');
  493. margin-top:{text:png up};
  494. margin-left:{text:png right};
  495. width:245px;
  496. height:400px;
  497. }
  498.  
  499. #count {
  500. position: fixed;
  501. background:{color:accent};
  502. {block:If400pxPost}
  503. margin-top:540px;
  504. margin-left:1120px;
  505. {/block:If400pxPost}
  506. {block:IfNot400pxPost}
  507. margin-top:540px;
  508. margin-left:1200px;
  509. {/block:IfNot400pxPost}
  510. width:15px;
  511. height:15px;
  512. text-align:center;
  513. padding:7px;
  514. border-radius:100px;
  515. line-height:16px;
  516. }
  517.  
  518. #pag {
  519. position: fixed;
  520. background-color:{color:accent};
  521. {block:If400pxPost}
  522. margin-top:570px;
  523. margin-left:1080px;
  524. {/block:If400pxPost}
  525. {block:IfNot400pxPost}
  526. margin-top:570px;
  527. margin-left:1160px;
  528. {/block:IfNot400pxPost}
  529. width:40px;
  530. height:40px;
  531. text-align:center;
  532. padding:7px;
  533. border-radius:100px;
  534. }
  535.  
  536. #pagination {
  537. font-size:30px;
  538. font-family:calibri;
  539. line-height:35px;
  540. color:{color:link};
  541. }
  542.  
  543. #pagination a{
  544. color:{color:hover};
  545. }
  546.  
  547. /* ------------ CREDIT -------------- */
  548.  
  549. .credit {
  550. position:fixed;
  551. bottom:4px;
  552. right:10px;
  553. font-size: 8px;
  554. text-transform:uppercase;
  555. letter-spacing: 2px;
  556. padding: 5px;
  557. font-family:calibri;
  558. }
  559.  
  560. .credit a{
  561. color:{color:link};
  562. opacity:0.9;
  563. }
  564.  
  565. .credit a:hover{
  566. color:{color:hover};
  567. }
  568.  
  569. </style>
  570. </head>
  571. <body>
  572. <div id="sidebar"><img src="{image:sidebar}"></div></div>
  573. <div id="desc">{Description}</div></div>
  574.  
  575. <div id="beso">
  576. <div id="menu"><div class="menu">
  577. <a href="{text:Link1}">{text:Link1 Title}</a>
  578. <a href="{text:Link2}">{text:Link2 Title}</a>
  579. <a href="{text:Link3}">{text:Link3 Title}</a>
  580. </div></div><div id="titulo"><a href="#"><h1>{text:Parent Link}</h1></a></div></div><div id="sigh"></div>
  581. <div id="pag"><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div></div>
  582. <div id="count">{text:counter code}</div></div></div>
  583.  
  584. <div id="entries">
  585. {block:Posts}
  586. <div class="post">
  587.  
  588. {block:Title}<div id="tit">{Title}</div>{/block:Title}
  589. {block:Text}{Body}{/block:Text}
  590.  
  591. {block:Photo}{LinkOpenTag}{block:If400pxPost}<img src="{PhotoURL-500}"width=400px>{/block:If400pxPost}{block:IfNot400pxPost}<img src="{PhotoURL-500}">{/block:IfNot400pxPost}
  592. <br>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  593.  
  594. {block:Photoset}{block:If400pxPost}{Photoset-400}{/block:If400pxPost}{block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  595.  
  596. {block:Quote}<div id="quo">"{Quote}"</div>
  597. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  598.  
  599. {block:Link}<div id="ltit"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  600. {/block:Link}
  601.  
  602. {block:Chat}{block:Title}<div id="tit">{Title}</div>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul><br>{/block:Chat}
  603.  
  604. {block:Audio}<div class="audio"><span style="position:absolute; width:60px; height:60px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 0.7; border-radius: 0px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  605. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  606. </div><br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  607.  
  608. {block:Video}{block:If400pxPost}{Video-400}{/block:If400pxPost}{block:IfNot400pxPost}{Video-500}{/block:IfNot400pxPost}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  609.  
  610. {block:Answer}<div id="q"><div id="asker"><div class="askerimg"><img src="{AskerPortraitURL-16}"></div>{Asker}</div><div class="questions">"{Question}"</div><div class="answer">{Answer}</div></div>{/block:answer}
  611.  
  612. {block:Date}
  613. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{block:IfShowTags}{block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div><br>{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  614.  
  615. <div class="credit" align="right"><a href="http://letsrp.tumblr.com/">theme</a></div>
  616. </div>
  617. </div>
  618. </div>
  619. </body>
  620. </html>
Advertisement
Add Comment
Please, Sign In to add comment