Advertisement
letsrp

Nine Lives - Theme #17

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