Advertisement
letsrp

Someday - Theme #16

Nov 24th, 2013
1,379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.48 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <!-- letsrp @ tumblr.com -->
  3.  
  4. <html>
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}" />
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  9. <meta name="description" content="{MetaDescription}" />
  10. <link href='http://fonts.googleapis.com/css?family=Economica|Kristi' rel='stylesheet' type='text/css'>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#250c0d" />
  14. <meta name="color:text" content="#b8a397" />
  15. <meta name="color:link" content="#150505" />
  16. <meta name="color:hover" content="#885454" />
  17. <meta name="color:side" content="#421d20" />
  18. <meta name="color:posts" content="#421d20" />
  19. <meta name="color:accent" content="#fcf1eb" />
  20. <meta name="color:bold" content="#341417" />
  21.  
  22. <meta name="image:background" content=""/>
  23. <meta name="image:png" content=""/>
  24. <meta name="image:title" content="" />
  25. <meta name="image:side" content="" />
  26. <meta name="image:updates" content="" />
  27.  
  28. <meta name="image:admin 1" content="" />
  29. <meta name="image:admin 2" content="" />
  30. <meta name="image:admin 3" content="" />
  31.  
  32. <meta name="text:link 1" content="" />
  33. <meta name="text:link 2" content="" />
  34. <meta name="text:link 3" content="" />
  35.  
  36. <meta name="text:admin 1" content="" />
  37. <meta name="text:admin 2" content="" />
  38. <meta name="text:admin 3" content="" />
  39.  
  40. <meta name="text:date 1" content=""/>
  41. <meta name="text:update 1" content=""/>
  42. <meta name="text:date 2" content=""/>
  43. <meta name="text:update 2" content=""/>
  44.  
  45. <meta name="if:tiny cursor" content="1"/>
  46.  
  47. <style type="text/css">
  48.  
  49. /* ------------ BODY & LINKS -------------- */
  50.  
  51. body{
  52. background-color:{color:background};
  53. background-image: url('{image:background}');
  54. background-attachment:fixed;
  55. color:{color:text};
  56. font-family:georgia;
  57. font-size:10px;
  58. line-height:10px;
  59. text-align:justify;
  60. }
  61.  
  62. a:link, a:active, a:visited{
  63. color: {color:link};
  64. text-decoration:none;
  65. -webkit-transition-duration: .40s;
  66. }
  67.  
  68. a:hover{
  69. color:{color:hover};
  70. -webkit-transition-duration: .40s;}
  71.  
  72. {block:iftinycursor}
  73. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}{/block:iftinycursor}
  74.  
  75. ::-webkit-scrollbar {
  76. width:5px;
  77. height:4px;
  78. background:{color:Background};
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb {
  82. background-color:{color:accent};
  83. }
  84.  
  85. b{
  86. color:{color:bold};
  87. }
  88.  
  89. /* ------------ SIDE -------------- */
  90.  
  91. #side1{
  92. width:350px;
  93. height:150px;
  94. background-color:{color:side};
  95. padding:10px;
  96. position:fixed;
  97. margin-top:120px;
  98. margin-left:70px;
  99. }
  100.  
  101. #snow{
  102. width: 350px;
  103. height: 150px;
  104. position:relative;
  105. overflow:hidden;
  106. }
  107.  
  108. #snow .apple{
  109. -webkit-transition: 0.8s all ease-in-out;
  110. -moz-transition: 0.8s all ease-in-out;
  111. o-transition: 0.8s all ease-in-out;
  112. position: absolute;
  113. background-image: url({image:side});
  114. width: 250px;
  115. height: 150px;
  116. }
  117.  
  118. #snow:hover .apple{
  119. left: -250px;
  120. }
  121.  
  122. #snow .witch{
  123. -webkit-transition: 0.8s all ease-in-out;
  124. -moz-transition: 0.8s all ease-in-out;
  125. o-transition: 0.8s all ease-in-out;
  126. position: absolute;
  127. background-color:{color:accent};
  128. right: 0px;
  129. bottom: 0px;
  130. width: 100px;
  131. background-image: url({image:title});
  132. height: 150px;
  133. }
  134.  
  135. #snow:hover .witch{
  136. margin-right: -125px;
  137. }
  138.  
  139. #update{
  140. width:180px;
  141. height:130px;
  142. background-color:{color:accent};
  143. padding:5px;
  144. font-size:8px;
  145. text-align:justify;
  146. }
  147.  
  148. .update {
  149. border-bottom:1px solid {color:bold};
  150. padding:2px 2px 1px 2px
  151. text-indent:5px;
  152. color:{color:bold};
  153. }
  154.  
  155. #admins{
  156. width:145px;
  157. height:140px;
  158. margin-left:200px;
  159. margin-top:-155px;
  160. line-height:8px;
  161. font-size:9px;
  162. text-align:center;
  163. }
  164.  
  165. .adm{
  166. width:145px;
  167. height:30px;
  168. float:left;
  169. margin-bottom:17px;
  170. }
  171.  
  172. .adm img{
  173. width:30px;
  174. height:30px;
  175. float:left;
  176. padding:7px;
  177. background-color:{color:accent};
  178. border-radius: 25px 10px / 10px 25px;
  179. -moz-border-radius: 25px 10px / 10px 25px;
  180. }
  181.  
  182. #side2{
  183. width:350px;
  184. height:150px;
  185. background-color:{color:side};
  186. padding:10px;
  187. position:fixed;
  188. margin-top:293px;
  189. margin-left:70px;
  190. }
  191.  
  192. .desc{
  193. width:160px;
  194. height:150px;
  195. padding-right:3px;
  196. margin-left:0px;
  197. margin-top:0px;
  198. overflow:auto;
  199. font-size:10px;
  200. line-height:11px;
  201. position:absolute;
  202. }
  203.  
  204. #prince{
  205. width:180px;
  206. margin-left:170px;
  207. }
  208.  
  209. #prince img{
  210. width:180px;
  211. height:166px;
  212. margin-top:-8px;
  213. }
  214.  
  215. .pag{
  216. height:20px;
  217. margin-top:75px;
  218. position:absolute;
  219. margin-left:235px;
  220. width:50px;
  221. text-align:center;
  222. line-height:16px;
  223. font-size:18px;
  224. }
  225.  
  226. /* ------------ MENU -------------- */
  227.  
  228. .menu{
  229. margin-top:-15px;
  230. padding: 10px;
  231. float: center;
  232. height: 20px;
  233. margin-left:0px;
  234. text-align: center;
  235. width:500px;
  236. z-index:999999;
  237. }
  238.  
  239. .menu a{
  240. display: inline;
  241. width:50px;
  242. height:35px;
  243. margin-left:5px;
  244. font-size:12px;
  245. background-color:{color:accent};
  246. border-radius: 25px 10px / 10px 25px;
  247. -moz-border-radius: 25px 10px / 10px 25px;
  248. padding:4px;
  249. }
  250.  
  251. .menu a:hover {
  252. background-color:{color:accent};
  253. }
  254.  
  255. /* ------------ ENTRIES -------------- */
  256.  
  257. #entry{
  258. width: 500px;
  259. margin-top:20px;
  260. margin-left:500px;
  261. position:absolute;
  262. }
  263.  
  264. #post{
  265. padding:10px;
  266. background-color:{color:posts};
  267. float:left;
  268. margin:5px;
  269. width:500px;
  270. }
  271.  
  272. /* ------------ TITLES -------------- */
  273.  
  274. #tit{
  275. font-size:18px;
  276. font-family:economica;
  277. text-align:center;
  278. text-transform:uppercase;
  279. padding:3px;
  280. }
  281.  
  282. #ltit{
  283. font-size:18px;
  284. font-family:economica;
  285. text-align:center;
  286. padding:3px;
  287. text-transform:uppercase;
  288. }
  289.  
  290. #quo{
  291. font-size:30px;
  292. font-family:kristi;
  293. text-align:center;
  294. padding:3px;
  295. line-height:20px;
  296. }
  297.  
  298. #src{
  299. margin-top:3px;
  300. text-align:center;
  301. margin-bottom:5px;
  302. font-size:10px;
  303. }
  304.  
  305. /* ------------ QUESTIONS -------------- */
  306.  
  307. .questions{
  308. color:{color:text};
  309. font-size:9px;
  310. line-height:11px;
  311. font-style:italic;
  312. text-transform: lowercase;
  313. text-align:left;
  314. }
  315.  
  316. .answer{
  317. color:{color:text};
  318. text-align:left;
  319. margin-top:1px;
  320. margin-left:10px;
  321. }
  322.  
  323. /* ------------ PERMA & TAGS -------------- */
  324.  
  325. #info {
  326. border-top:1px solid {color:accent};
  327. padding:3px;
  328. font-family: sans-serif;
  329. font-size:7.5px;
  330. text-align:left;
  331. text-transform:uppercase;
  332. transition-duration: 1s;
  333. -moz-transition-duration: 1;
  334. -webkit-transition-duration: 1s;
  335. -o-transition-duration: 1;
  336. }
  337.  
  338. #date{
  339. position:absolute;
  340. text-align:left;
  341. width:70px;
  342. opacity:1;
  343. height:auto;
  344. padding:2px;
  345. transition-duration: 1s;
  346. -moz-transition-duration: 1;
  347. -webkit-transition-duration: 1s;
  348. -o-transition-duration: 1;
  349. }
  350.  
  351. #tags{
  352. float:right;
  353. padding:2px;
  354. font-size:9px;
  355. text-align:right;
  356. width:500px;
  357. margin-top:-17px;
  358. position:absolute;
  359. transition-duration: 0.6s;
  360. -moz-transition-duration: 0.6s;
  361. -webkit-transition-duration: 0.6s;
  362. -o-transition-duration: 0.6s;
  363. opacity:0.0;
  364. }
  365.  
  366. #post:hover #tags{
  367. transition-duration: 0.6s;
  368. -moz-transition-duration: 0.6s;
  369. -webkit-transition-duration: 0.6s;
  370. -o-transition-duration: 0.6s;
  371. opacity:10;
  372. }
  373.  
  374. /* ------------ BLOCKQUOTE & P -------------- */
  375.  
  376. blockquote{
  377. padding-left:3px;
  378. margin-left:10px;
  379. margin-right:10px;
  380. border-left:2px solid {color:background};
  381. margin-top:1px;
  382. margin-bottom:1px;
  383. }
  384.  
  385. pre{
  386. color:{color:text};
  387. font-size:12px;
  388. margin-left:10px;
  389. padding:5px;
  390. text-align:center;
  391. }
  392.  
  393. /* ------------ AUDIO -------------- */
  394.  
  395. .audio{
  396. opacity: 1.0;
  397. position:relative;
  398. overflow:hidden;
  399. min-height:130px;
  400. font-size: 10px;
  401. font-family: calibri;
  402. }
  403.  
  404. .player{
  405. position:absolute;
  406. z-index:3;
  407. background:#000000;
  408. margin-top:45px;
  409. margin-left:73px;
  410. opacity:0.75;
  411. filter:alpha(opacity=75);
  412. border:0px #000000 solid;
  413. border-radius: 100px;}
  414.  
  415. .audioplayer{
  416. border: 0px solid {color:accent};
  417. width:363px;
  418. height:15px;
  419. overflow:hidden;
  420. padding:5px;
  421. padding-bottom:13px;
  422. margin-right:5px;
  423. margin-top: 5px;}
  424.  
  425. .audioinfo{
  426. margin-top: 15px;
  427. margin-left:120px;
  428. line-height:10px;
  429. font-family: calibri;
  430. font-size:10px!important;
  431. font-style: normal;}
  432.  
  433. .audiocaption{
  434. margin-left:20px;}
  435.  
  436. .audiocaption img{
  437. max-width:330px!important;}
  438.  
  439. .audiocaption blockquote img{
  440. max-width:320px!important;}
  441.  
  442. .audiocaption blockquote blockquote img{
  443. max-width:310px!important;}
  444.  
  445. /* ------------ CHAT -------------- */
  446.  
  447. .user_1 .label {color:{color:text}; font-weight:bold;}
  448. .user_2 .label {color:{color: text}; font-weight:bold;}
  449. .user_3 .label {color:{color:text}; font-weight:bold;}
  450. .user_4 .label {color:{color:text}; font-weight:bold;}
  451. .user_5 .label {color:{color: text}; font-weight:bold;}
  452. .user_6 .label {color:{color:text}; font-weight:bold;}
  453. .user_7 .label {color:{color:text}; font-weight:bold;}
  454. .user_8 .label {color:{color: text}; font-weight:bold;}
  455. .user_9 .label {color:{color:text}; font-weight:bold;}
  456. .user_10 .label {color:{color:text}; font-weight:bold;}
  457.  
  458. .ul.chat {}
  459. .chat ol {}
  460. .chat li {
  461. list-style:none;
  462. margin-left:-30px;
  463. padding:-5px;
  464. margin-bottom:3px;
  465. }
  466.  
  467. /* ------------ NOTES -------------- */
  468.  
  469. .notes{
  470. margin-left:-15px;
  471. margin-top:30px;
  472. width: 500px;
  473. font-size:10px;
  474. }
  475.  
  476. .notes a{
  477. color:{color:text};
  478. }
  479.  
  480. .notes a:hover{
  481. color:{color:text};
  482. }
  483.  
  484. ol.notes{
  485. list-style-type:none;
  486. }
  487.  
  488. ol.notes li.note{
  489. padding-bottom:7px;
  490. margin-bottom:12px;
  491. }
  492.  
  493. ol.notes li.note img.avatar{
  494. vertical-align:-6px;
  495. }
  496.  
  497. ol.notes li.note img{
  498. padding:2px;
  499. border-radius: 25px 10px / 10px 25px;
  500. -moz-border-radius: 25px 10px / 10px 25px;
  501. }
  502.  
  503. ol.notes li.note blockquote{
  504. padding-left:5px;
  505. margin-left:30px;
  506. }
  507.  
  508. /* ------------ CREDIT -------------- */
  509.  
  510. .credit {
  511. position:fixed;
  512. bottom:4px;
  513. right:4px;
  514. font-size: 18px;
  515. text-transform:uppercase;
  516. letter-spacing: 2px;
  517. line-height:8px;
  518. height:10px;
  519. padding: 5px;
  520. font-family:calibri;
  521. background-color:{color:posts};
  522. border:1px solid {color:link};
  523. }
  524.  
  525. .credit a{
  526. color:{color:link};
  527. }
  528.  
  529. .credit a:hover{
  530. color:{color:hover};
  531. }
  532.  
  533. {CustomCSS}
  534. </style>
  535. </head>
  536. <body>
  537.  
  538. <div id="side1">
  539. <div id="snow">
  540. <div class="apple"></div>
  541. <div class="witch"></div>
  542. <div style="width:340px;height:150px;background-color:{color:background};padding:5px;">
  543. <div id="update"><img src="{image:updates}" width="180">
  544. <span class="update">{text:date 1}</span> {text:update 1}<br>
  545. <span class="update">{text:date 2}</span> {text:update 2}
  546. </div></div>
  547. <div id="admins">
  548. <div class="adm"><img src="{image:admin 1}"> {text:admin 1}</div>
  549. <div class="adm"><img src="{image:admin 2}"> {text:admin 2}</div>
  550. <div class="adm"><img src="{image:admin 3}"> {text:admin 3}</div>
  551. </div></div></div></div>
  552.  
  553. <div id="side2">
  554. <div class="desc">{Description}</div>
  555. <div class="pag">{block:PreviousPage}<a href="{PreviousPage}">ยซ</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}</div>
  556. <div id="prince"><img src="{image:png}"></div>
  557. <div class="menu">
  558. <a href="{text:link 1}">001.</a>
  559. <a href="{text:link 2}">002.</a>
  560. <a href="{text:link 3}">003.</a>
  561. </div></div></div></div>
  562.  
  563. <div id="entry">
  564. {block:Posts}
  565. <div id="post">
  566.  
  567. {block:Title}<div id="tit">{Title}</div>{/block:Title}
  568. {block:Text}{Body}{/block:Text}
  569.  
  570. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">
  571. <br>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  572.  
  573. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  574.  
  575. {block:Quote}<div id="quo">"{Quote}"</div>
  576. {block:Source}<div id="src">โ€” {Source}</div>{/block:Source}{/block:Quote}
  577.  
  578. {block:Link}<div id="ltit"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  579. {/block:Link}
  580.  
  581. {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}
  582.  
  583. {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}
  584. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  585. </div><br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  586.  
  587. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  588.  
  589. {block:Answer}<div class="questions">{Asker} asked: {Question} </div>
  590. <div class="answer">{Answer}</div>{/block:answer}
  591.  
  592. <div id="info">
  593. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  594. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> + {ReblogParentName}</a> {block:ContentSource}<a href="{SourceURL}"> + {SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}<a href="{Permalink}"> + {NoteCount}</a></div>
  595.  
  596. {block:IfShowTags}{block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div>
  597.  
  598. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  599.  
  600. <div class="credit" align="right"><a href="http://letsrp.tumblr.com/">โ™›</a>
  601.  
  602. </div>
  603. </div>
  604. </body>
  605. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement