letsrp

Platinum- Theme #4

Jul 8th, 2013
1,148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.26 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. .---. .-''-.,---------. .-'''-..-------. .-------.
  7. | ,_| .'_ _ \ \/ _ | _ _ \ \ _(`)_ \
  8. ,-./ ) / ( ` ) `--. ,---(`' )/`--| ( ' ) | | (_ o._)|
  9. \ '_ '`). (_ o _) | | \ (_ o _). |(_ o _) / | (_,_) /
  10. > (_) )| (_,_)___| :_ _: (_,_). '.| (_,_).' __| '-.-'
  11. ( . .-'' \ .---. (_I_) .---. \ | |\ \ | | |
  12. `-'`-'|__\ `-' / (_(=)_)\ `-' | | \ `' | |
  13. | \ / (_I_) \ /| | \ // )
  14. `--------``'-..-' '---' `-...-' ''-' `'-' `---'
  15.  
  16.  
  17. this theme was made by letsrp @ tumblr.com
  18. - don't use as base to make your own themes
  19. - don't edit and redistribute it
  20. - keep credit
  21. - don't steal, please
  22.  
  23. ゜・。。・゜☆゜・。。(◕‿◕✿)・゜゜・。。・゜☆゜・。。・゜
  24. -->
  25.  
  26. <html>
  27. <head>
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}" />
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  31. <meta name="description" content="{MetaDescription}" />
  32.  
  33. <!-- DEFAULT VARIABLES -->
  34. <meta name="color:Background" content="#d8dbd2"/>
  35. <meta name="color:Side" content="#f1f3ed"/>
  36. <meta name="color:Posts" content="#f1f3ed"/>
  37. <meta name="color:Quote" content="#969794"/>
  38. <meta name="color:Text" content="#747573"/>
  39. <meta name="color:Links" content="#676866"/>
  40. <meta name="color:Links Hover" content="#c6c9c6"/>
  41. <meta name="color:Permalink" content="#d5d4d3"/>
  42. <meta name="color:Scrollbar" content="#878886"/>
  43. <meta name="color:Title" content="#ffffff"/>
  44. <meta name="color:Navi" content="#f1f3ed"/>
  45. <meta name="color:Strip" content="#ffffff"/>
  46. <meta name="color:Text Shadow" content="#5e5a5a"/>
  47.  
  48. <meta name="image:Sidebar" content="http://static.tumblr.com/d99ad043d717b73bd9d7b2ad9592e793/yy7o4zk/Gezmpjsg9/tumblr_static_tumblr_mk8rgqjkrq1qgu4o5o3_250.gif"/>
  49. <meta name="image:Background" content=""/>
  50. <meta name="image:Strip" content="http://static.tumblr.com/316c0cece4249c68aa3f674fd7a4dc8d/yy7o4zk/elQmpjs8u/tumblr_static_tumblr_static_3.png"/>
  51. <meta name="image:Icon 1" content="http://static.tumblr.com/961e3204f06c99f15bca99ecc5fc7039/yy7o4zk/XJPmploty/tumblr_static_tumblr_inline_mphkgofy311qz4rgp.jpg"/>
  52. <meta name="image:Icon 2" content="http://static.tumblr.com/ac137f041f35ddd1697d43cb18c1efb0/yy7o4zk/vDzmplou2/tumblr_static_tumblr_inline_mpdn9u67bv1qz4rgp.jpg"/>
  53.  
  54. <meta name="if:Show Tags" content="1"/>
  55.  
  56. <meta name="text:Link 1 Title" content="navi"/>
  57. <meta name="text:Link 1" content="/#" />
  58. <meta name="text:Quote" content="I'm a fool for that sound in your sighs." />
  59. <meta name="text:Symbol" content="❈" />
  60. <meta name="text:Short Title" content="platinum"/>
  61.  
  62. <style type="text/css">
  63.  
  64. body{
  65. color:{color:Text};
  66. background-attachment:fixed;
  67. background-image: url('{image:Background}');
  68. background-color:{color:Background};
  69. text-align:justify;
  70. line-height:10px;
  71. font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  72. font-size:10px;
  73. }
  74.  
  75. a{
  76. color:{color:Links};
  77. text-decoration:none;
  78. }
  79.  
  80. a:hover{
  81. color:{color:Links Hover};
  82. text-decoration:none;
  83. }
  84.  
  85. b, strong {
  86. color: {color:Links};
  87. }
  88.  
  89. blockquote{
  90. padding-left:3px;
  91. margin-bottom:0px;
  92. margin-left:10px;
  93. margin-right:10px;
  94. border-left:3px solid {color:Background};
  95. }
  96.  
  97.  
  98. #onlyone{
  99. position:fixed;
  100. margin-top:180px;
  101. margin-left:890px;
  102. background-color:{color:Navi};
  103. height:110px;
  104. width:110px;
  105. padding:10px;
  106. }
  107.  
  108. #descript{
  109. position:fixed;
  110. margin-top:180px;
  111. margin-left:1090px;
  112. background-color:{color:Side};
  113. height:200px;
  114. width:110px;
  115. padding:10px;
  116. }
  117.  
  118. #posts{
  119. overflow:hidden;
  120. margin-top:0px;
  121. margin-left:280px;
  122. padding:15px;
  123. text-align:justify;
  124. width:500px;
  125. background-color:{color:posts};
  126. }
  127.  
  128. #side{
  129. position:fixed;
  130. margin-top:-8px;
  131. margin-left:-8px;
  132. background-color:{color:Side};
  133. height:100%;
  134. width:220px;
  135. }
  136.  
  137. #strip{
  138. background-image: url('{image:Strip}');
  139. position:fixed;
  140. margin-top:-8px;
  141. margin-left:210px;
  142. background-color:{color:Strip};
  143. height:100%;
  144. width:15px;
  145. }
  146.  
  147. #sidebarimg img {
  148. width:200px;
  149. height:200px;
  150. text-align:center;
  151. margin-top:150px;
  152. margin-left:9px;
  153. border-radius:100px;
  154. }
  155.  
  156. #audio{
  157. margin-bottom:5px;
  158. width:500px;
  159. height:105px;
  160. }
  161.  
  162. .albumart{
  163. width:100px;
  164. height:100px;
  165. }
  166.  
  167. .albumart img{
  168. width:100px;
  169. height:100px;
  170. float:left;
  171. }
  172.  
  173. .playercontainer{
  174. opacity: .2;
  175. display:block;
  176. width:100px;
  177. height:100px;
  178. }
  179.  
  180. .playercontainer:hover{
  181. opacity:.7;
  182. -webkit-transition: all 0.5s ease-in-out;
  183. -moz-transition: all 0.5s ease-in-out;
  184. -o-transition: all 0.5s ease-in-out;
  185. -ms-transition: all 0.5s ease-in-out;
  186. transition: all 0.5s ease-in-out;
  187. }
  188.  
  189. .player{
  190. margin-left:36px;
  191. margin-top:36px;
  192. width:25px;
  193. height:25px;
  194. overflow:hidden;
  195. }
  196.  
  197. .audioinfo{
  198. margin-left:110px;
  199. float:left;
  200. background-color:{color:Text};
  201. width:388px;
  202. padding:2px;
  203. margin-top:3px;
  204. }
  205.  
  206.  
  207. #info{
  208. display:block; margin:5px 0px 2px 0px;
  209. padding:4px;
  210. color:{color:Text};
  211. font-size:8px;
  212. font-family:calibri;
  213. line-height:110%;
  214. text-transform:uppercase;
  215. width:492px;
  216. letter-spacing:1px;
  217. text-align:center;
  218. border-top:1px dotted {color:Permalink};
  219. }
  220. }
  221.  
  222. #info a{
  223. color:{color:Links};
  224. }
  225.  
  226. #info a:hover{
  227. color:{color:Links Hover};
  228. }
  229.  
  230. #tags{
  231. margin-right:7px;
  232. font-family:cambria;
  233. text-align:center;
  234. text-transform:uppercase;
  235. font-size:8px;
  236. opacity:1;
  237. -webkit-transition:0.3s linear;
  238. outline: none;
  239. }
  240.  
  241. #entries:hover #tags{
  242. opacity:1; display:block;
  243. }
  244.  
  245.  
  246. #title2{font-family:arial narrow;
  247. font-weight:bold;
  248. font-size:36px;
  249. letter-spacing:-3px;
  250. color:{color:Title};
  251. text-shadow:{color:Text Shadow} 1px 1px 2px;
  252. line-height:40px; text-align:center;
  253. text-transform:lowercase;
  254. margin-left:280px;
  255. width:531px;
  256. height:35px;
  257. background-color:{color:Strip};
  258. background-image: url('{image:Strip}');
  259. }
  260.  
  261. #lolo{
  262. font-family:arial narrow;
  263. font-weight:bold;
  264. font-size:36px;
  265. letter-spacing:-3px;
  266. color:{color:Title};
  267. text-shadow:{color:Text Shadow} 1px 1px 2px;
  268. line-height:30px;
  269. text-align:center;
  270. text-transform:lowercase;
  271. margin-left:0px;
  272. width:510px;
  273. }
  274.  
  275. #lolo1{
  276. text-align:center;
  277. font-style:italic;
  278. font-size:12px;
  279. margin-left:0px;
  280. }
  281.  
  282. #source{
  283. margin-top:3px;
  284. text-align:right;
  285. margin-bottom:5px;
  286. font-size:10px;
  287. }
  288.  
  289. .chat{
  290. margin-left:-35px;
  291. line-height: 12px;
  292. list-style: none;
  293. }
  294.  
  295. .chat ul{
  296. line-height: 15px;
  297. list-style: none;
  298. line-height:20px;
  299. }
  300.  
  301. .person1{
  302. color: {color:Text};
  303. }
  304.  
  305. .person1 .label{
  306. font-weight: bold;
  307. color:{color:Text};
  308. }
  309.  
  310. .person2{
  311. color: {color:Text};
  312. left: 5px;
  313. }
  314.  
  315.  
  316. ::-webkit-scrollbar-thumb:vertical {background-color:#fff;height:50px; border:5px solid {color:Scrollbar};}
  317. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:Background};}
  318.  
  319. .q {
  320. padding:6px;
  321. text-align:center;width:
  322. 155px;margin-left:25px;
  323. font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  324. font-size:10.5px;
  325. color:{color:Quote};
  326. }
  327.  
  328.  
  329. .flopflip {
  330. -webkit-perspective: 1000;
  331. -moz-perspective: 1000;
  332. -o-perspective: 1000;
  333. width: 110px;
  334. height: 110px;
  335. }
  336.  
  337. .fliptheswitch {
  338. -webkit-transition: all 2s ease-in-out;
  339. -moz-transition: all 2s ease-in-out;
  340. -o-transition: all 2s ease-in-out;
  341. -ms-transition: all 2s ease-in-out;
  342. transition: all 2s ease-in-out;
  343. -webkit-transform-style: preserve-3d;
  344. -moz-transform-style: preserve-3d;
  345. -o-transform-style: preserve-3d;
  346. width: 110px;
  347. height: 110px;
  348. }
  349.  
  350. .flopflip:hover .fliptheswitch {
  351. -webkit-transform: rotateX(180deg);
  352. -moz-transform: rotateX(180deg);
  353. -o-transform: rotateX(180deg);
  354. }
  355.  
  356. .uno {
  357. overflow: hidden;
  358. -webkit-transition: all 2s ease-in-out;
  359. -moz-transition: all 2s ease-in-out;
  360. -o-transition: all 2s ease-in-out;
  361. -ms-transition: all 2s ease-in-out;
  362. transition: all 2s ease-in-out;
  363. -moz-backface-visibility: hidden;
  364. -webkit-backface-visibility: hidden;
  365. -o-backface-visibility: hidden;
  366. position: absolute;
  367. }
  368.  
  369. .dos {
  370. overflow: hidden;
  371. -webkit-transform: rotateX(180deg);
  372. -moz-transform: rotateX(180deg);
  373. -o-transform: rotateX(180deg);
  374. opacity: 0;
  375. -webkit-transition: all 2s ease-in-out;
  376. -moz-transition: all 2s ease-in-out;
  377. -o-transition: all 2s ease-in-out;
  378. -ms-transition: all 2s ease-in-out;
  379. transition: all 2s ease-in-out;
  380. -moz-backface-visibility: hidden;
  381. -webkit-backface-visibility: hidden;
  382. -o-backface-visibility: hidden;
  383. position: absolute;
  384. width: 110px;
  385. height: 110px;
  386. overflow: auto;
  387. }
  388.  
  389. .flopflip:hover .dos {
  390. -webkit-transition: all 2s ease-in-out;
  391. -moz-transition: all 2s ease-in-out;
  392. -o-transition: all 2s ease-in-out;
  393. -ms-transition: all 2s ease-in-out;
  394. transition: all 2s ease-in-out;
  395. opacity: 1;
  396. background-color: #fff;
  397. }
  398.  
  399. #swaggy {
  400. padding: 5px;
  401. height: 200px;
  402. width:120px;
  403. margin-top: 0px;
  404. }
  405.  
  406. #desc {
  407. position:fixed;
  408. padding:0px;
  409. text-align:justify;
  410. margin-top: 180px;
  411. width:120px;
  412. margin-left: 1020px;
  413. opacity: 0.0;
  414. background-color: {color:Side};
  415. border-bottom-right-radius:5px;
  416. border-top-right-radius:5px;
  417. width: 100px;
  418. height: 100px;
  419. transition-duration: 0.6s;
  420. -moz-transition-duration: 0.6s;
  421. -webkit-transition-duration: 0.6s;
  422. -o-transition-duration: 0.6s;
  423. }
  424.  
  425. #kar:hover #desc {
  426. opacity: 1.0;
  427. transition-duration: 0.6s;
  428. -moz-transition-duration: 0.6s;
  429. -webkit-transition-duration: 0.6s;
  430. -o-transition-duration: 0.6s;
  431. width: 130px;
  432. height:218px;
  433. }
  434.  
  435.  
  436. #quest{
  437. background-color:{color:Background};
  438. color:{color:Text};
  439. margin-left:10px;
  440. width:475px;
  441. height:auto;
  442. margin-top:7px;
  443. padding:10px;
  444. text-align:left;
  445. font-size:10px;
  446. font-family: georgia;
  447. text-transform:lowercase;
  448. font-weight:bold;
  449. font-style:italic;
  450. }
  451.  
  452.  
  453. #haha{
  454. position:fixed;
  455. width:130px;
  456. margin-left:890px;
  457. margin-top:310px;}
  458.  
  459. .slinks {
  460. opacity: 1;width: 50px;
  461. -webkit-transition: all 0.7s ease;
  462. -moz-transition: all 0.7s ease;
  463. -o-transition: all 0.7s ease;
  464. }
  465.  
  466. .slinks a{
  467. color: {color:Links};
  468. margin-top:4px;
  469. width: 122px;
  470. display: inline-block;
  471. text-align:center;
  472. background-color:{color:Navi};
  473. padding:4px;
  474. font-family:georgia;
  475. text-transform:uppercase;
  476. font-size:10px;
  477. letter-spacing:2px;
  478. }
  479.  
  480. .slinks a:hover{
  481. -webkit-transition: all 0.7s ease;
  482. -moz-transition: all 0.7s ease;
  483. -o-transition: all 0.7s ease; border-radius:5px;
  484. opacity:0.4;
  485. }
  486.  
  487. #pagination{
  488. color:{color:Quote};
  489. font-size:15px;
  490. font-family:cuprum;
  491. text-decoration:none;
  492. text-align:center;
  493. margin-top:1px;
  494. }
  495.  
  496. #pagination a{
  497. color:{color:Link Hover};
  498. padding:2px;
  499. }
  500.  
  501.  
  502. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  503.  
  504.  
  505. #sidebanner{
  506. position:fixed !important;
  507. width: 500px;
  508. height: auto;
  509. margin-top: 430px;
  510. color: {color:Title};
  511. font-family: lovenote;
  512. text-shadow: 1px 1px 2px {color:Text Shadow};
  513. font-weight: bold;
  514. font-size: 38px;
  515. font-weight: normal;
  516. line-height:15px;
  517. letter-spacing: 1px;
  518. font-style: normal;
  519. text-transform: lowercase;
  520. text-align: left;
  521. padding: 0px;
  522. margin-left: 790px;
  523. -webkit-transform: rotate(90deg);
  524. -moz-transform: rotate-(90deg);
  525. }
  526.  
  527. #crying {
  528. margin-top:0px;
  529. margin-left:265px;
  530. width:530px;
  531. text-align:center;
  532. text-transform:uppercase;
  533. }
  534.  
  535. #askerimg{
  536. float:left; margin: 0px 4px 2px 0;
  537. }
  538.  
  539. #questions {
  540. background-color:{color:permalink};
  541. color:{color:text};
  542. text-transform:lowercase;
  543. padding:20px;
  544. margin-bottom:0px;
  545. font-size:10px;
  546. text-align:center;
  547. line-height:15px;
  548. font-size: Georgia,Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  549. letter-spacing:1px;
  550. }
  551.  
  552. #questions a {
  553. color:{color:link};
  554. }
  555.  
  556. {CustomCSS}
  557. </style>
  558. </head>
  559. <body>
  560.  
  561. <div id="sidebanner"><span id="bubble">{text:Short Title}</span></div>
  562. <div id="kar"><div id="desc"><div id="text"></div>
  563. <div id="swaggy">
  564. {Description}
  565. </div></div></div>
  566.  
  567. <div id="haha">
  568. <div class="slinks">
  569. <a href="/">home</a>
  570. <a href="/ask">inbox</a>
  571. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  572. <a href="http://letsrp.tumblr.com/">credit</a>
  573. </div></div></div>
  574.  
  575. <div id="side"><div id="sidebarimg"><img src="{image:Sidebar}"/></div>
  576. <div class="q"><big><big>{text:Symbol}</big></big> <i>{text:Quote}</i>
  577. <div></div>
  578.  
  579. <br>
  580. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  581. </div></div></div>
  582.  
  583. <div id="strip"></div></div>
  584. <div id="onlyone">
  585. <div class="flopflip">
  586. <div class="fliptheswitch"><div class="uno"><div style="width:110px; height:110px; background-image:url({image:Icon 1});"></div></div>
  587. <div class="dos"><div style="width:110px; height:110px; background-image:url({image:Icon 2});">
  588.  
  589. </div></div></div></div></div></div></div></div>
  590.  
  591. {block:Posts}
  592. {block:Title}<div id="title2"> {text:Symbol} <i>{Title}</i></div>{/block:Title}
  593. <div id="posts">
  594.  
  595. {block:Text}{Body}{/block:Text}
  596.  
  597. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  598.  
  599. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  600.  
  601. {block:Quote}<div id="lolo1">"{Quote}"</div>
  602. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  603.  
  604. {block:Link}<div id="lolo"><a href="{URL}" class="link" {Target}> {text:symbol} <i>{Name}</i></a></div>
  605. {block:Description}{Description}{/block:Description}
  606. {/block:Link}
  607.  
  608. {block:Chat}<div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  609.  
  610. {block:Audio}<div id="_">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<div style="width:495px; height:30px;padding:2px;background-color:#fff; margin-left:0px;">
  611. {AudioPlayerWhite}</div><br>
  612. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  613. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  614. {block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">click here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  615. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div> {/block:Audio}
  616.  
  617. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  618.  
  619. {block:Answer}<div id="questions"><div class="askerimg"><img src="{AskerPortraitURL-16}">&nbsp;<strong><i><big><big><big><big>{Asker}</strong> asked:</big></big></big></big></i> <br>"{Question}"</div></div>{Answer}{/block:answer}
  620.  
  621. {block:Date}
  622. <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}<div id="crying">{PostNotes}{/block:PostNotes}
  623.  
  624. </div>
  625. </div>
  626. </div>
  627. </body>
  628. </html>
Advertisement
Add Comment
Please, Sign In to add comment