Advertisement
letsrp

Ex-girlfriend - Theme #23

May 29th, 2014
1,939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.32 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. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10. <meta name="description" content="{MetaDescription}" />
  11. <link href='http://fonts.googleapis.com/css?family=Archivo+Narrow' rel='stylesheet' type='text/css'>
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14. <meta name="color:background" content="#f5ebcd" />
  15. <meta name="color:text" content="#ffffff" />
  16. <meta name="color:link" content="#ffffff" />
  17. <meta name="color:hover" content="#ffffff" />
  18. <meta name="color:post" content="#9cc194" />
  19. <meta name="color:accent" content="#c1666f" />
  20. <meta name="color:scroll" content="#7ca274" />
  21.  
  22. <!-- IMAGES -->
  23. <meta name="image:background" content=""/>
  24. <meta name="image:side1" content=""/>
  25. <meta name="image:side2" content=""/>
  26.  
  27. <!-- LINKS -->
  28. <meta name="text:link 1 url" content="/"/>
  29. <meta name="text:link 1" content="home"/>
  30. <meta name="text:link 2 url" content="/"/>
  31. <meta name="text:link 2" content="mssg"/>
  32. <meta name="text:link 3 url" content="/"/>
  33. <meta name="text:link 3" content="navi"/>
  34.  
  35. <!-- TEXTS -->
  36. <meta name="text:quote" content=""/>
  37.  
  38. <!-- IFS -->
  39. <meta name="if:show tags" content="0"/>
  40. <meta name="if:tiny cursor" content="1"/>
  41.  
  42. <style type="text/css">
  43.  
  44. /* ------------ BODY & LINKS -------------- */
  45.  
  46. body{
  47. background-color:{color:background};
  48. background-image: url('{image:background}');
  49. background-attachment:fixed;
  50. color:{color:text};
  51. font-family:calibri;
  52. font-size:10px;
  53. line-height:13px;
  54. text-align:justify;
  55. -webkit-transition: background 0.5s ease-in;
  56. transition: background 0.5s ease-in;
  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: 5px;}
  73. ::-webkit-scrollbar-track {background-color: {color:background};}
  74. ::-webkit-scrollbar-thumb {background-color: {color:scroll};}
  75.  
  76. strong{
  77. color:{color:background};
  78. }
  79.  
  80. /* ------------ HEADER & SIDEBAR -------------- */
  81.  
  82.  
  83. #s{
  84. position:fixed;
  85. width:450px;
  86. height:400px;
  87. margin-left:100px;
  88. background-color:;
  89. margin-top:80px;
  90. }
  91.  
  92. #s1{
  93. width:450px;
  94. height:200px;
  95. background-color:{color:post};
  96. overflow:auto;
  97. }
  98.  
  99. #desc{
  100. position:absolute;
  101. width:120px;
  102. line-height:10px;
  103. overflow:auto;
  104. letter-spacing:1px;
  105. font-family:'Trebuchet ms';
  106. font-size:10px;
  107. height:165px;
  108. padding-right:10px;
  109. margin-top:17px;
  110. margin-left:305px;
  111. }
  112.  
  113. #s1a{
  114. width:450px;
  115. position:relative;
  116. height:200px;
  117. z-index:999999999;
  118. background-image: url('{image:side1}');
  119. background-color:{color:post};
  120. -webkit-transition-duration:0.7s;
  121. -o-transition-duration:0.7s;
  122. -moz-transition-duration:0.7s;
  123. }
  124.  
  125. #s1:hover #s1a{
  126. width:450px;
  127. height:200px;
  128. margin-left:-165px;
  129. background-image: url('{image:side1}');
  130. }
  131.  
  132. #cold{
  133. background-color:{color:accent};
  134. width:200px;
  135. line-height:9px;
  136. font-family:'archivo narrow';
  137. letter-spacing:.6px;
  138. text-transform:uppercase;
  139. font-size:8px;
  140. word-spacing:2px;
  141. height:40px;
  142. padding:20px;
  143. margin-top:5px;
  144. }
  145.  
  146. #s2{
  147. width:450px;
  148. height:200px;
  149. background-color:{color:post};
  150. margin-top:5px;
  151. }
  152.  
  153. #s2a{
  154. width:450px;
  155. position:fixed;
  156. height:200px;
  157. z-index:999999999;
  158. background-image: url('{image:side2}');
  159. -webkit-transition-duration:0.7s;
  160. -o-transition-duration:0.7s;
  161. -moz-transition-duration:0.7s;
  162. }
  163.  
  164. .chico{
  165. opacity:0;
  166. width:400px;
  167. height:150px;
  168. position:relative;
  169. margin-left:25px;
  170. margin-top:25px;
  171. background-color:{color:background};
  172. -webkit-transition:all 1s ease-in-out;
  173. transition:all 1.5s ease-in-out;
  174. -moz-transition:all 1s ease-in-out;
  175. -o-transition:all 1s ease-in-out;
  176. transform:scale(0);
  177. -webkit-transform:scale(0);
  178. -moz-transform:scale(0);
  179. -o-transform:scale(0);
  180. }
  181.  
  182. .chichov:hover{
  183. opacity:1;
  184. -webkit-transition:all 1s ease-in-out;
  185. transition:all 1.5s ease-in-out;
  186. -moz-transition:all 1s ease-in-out;
  187. -o-transition:all 1s ease-in-out;
  188. }
  189.  
  190. .chichov:hover .chico{
  191. opacity:1;
  192. transform:scale(1);
  193. -webkit-transform:scale(1);
  194. -moz-transform:scale(1);
  195. -o-transform:scale(1);
  196. }
  197.  
  198. .chicos{
  199. width:380px;
  200. height:130px;
  201. position:relative;
  202. padding:10px;
  203. text-align: justify;
  204. letter-spacing:1px;
  205. line-height:10px;
  206. overflow:auto;
  207. font-family:'Trebuchet ms';
  208. font-size:10px;
  209. }
  210.  
  211.  
  212. /* ------------ PAGINATION -------------- */
  213.  
  214. #pag{
  215. width:190px;
  216. height:15px;
  217. margin-left:4px;
  218. margin-top:3px;
  219. background-color:{color:accent};
  220. position:fixed;
  221. line-height:16px;
  222. padding:5px;
  223. font-size:10px;
  224. text-transform:uppercase;
  225. text-align:center;
  226. }
  227.  
  228. /* ------------ MENU -------------- */
  229.  
  230. #yes{
  231. position:absolute;
  232. width: 205px;
  233. margin-top:-80px;
  234. margin-left:245px;
  235. text-align:center;
  236. }
  237.  
  238. .link a {
  239. display:inline-block;
  240. width: 47px;
  241. height: 47px;
  242. margin-left: 2px;
  243. color:{color:link};
  244. margin-top: 1px;
  245. background-color:{color:post};
  246. border-bottom:4px solid {color:accent};
  247. line-height: 50px;
  248. font-size: 10px;
  249. font-family: courier new;
  250. text-transform: uppercase;
  251. -webkit-transition-duration: .3s;
  252. }
  253.  
  254. .link a:hover {
  255. color:{color:hover};
  256. -webkit-transition-duration: .2s;
  257. }
  258.  
  259.  
  260. /* ------------ POSTS -------------- */
  261.  
  262. #entries{
  263. width: 500px;
  264. margin-left:600px;
  265. margin-top:25px;
  266. position:absolute;
  267. padding-bottom:20px;
  268. }
  269.  
  270. .post{
  271. padding:10px;
  272. background-color:{color:post};
  273. font-size:10px;
  274. font-family:'Trebuchet ms';
  275. float:left;
  276. margin-bottom:20px;
  277. width: 500px;
  278. }
  279.  
  280. /* ------------ TITLES -------------- */
  281.  
  282. #tit{
  283. text-align:center;
  284. font-family:'archivo narrow';
  285. letter-spacing:.6px;
  286. text-transform:uppercase;
  287. text-decoration:underline overline;
  288. font-size:12px;
  289. word-spacing:2px;
  290. margin-bottom:6px;
  291. }
  292.  
  293. #ltit{
  294. font-family: 'calibri';
  295. background-color:{color:accent};
  296. font-size:10px;
  297. text-align:center;
  298. text-transform:uppercase;
  299. letter-spacing: 5px;
  300. margin-top:3px;
  301. margin-bottom:5px;
  302. padding:10px;
  303. }
  304.  
  305. #quo{
  306. font-size:12px;
  307. color:{color:text};
  308. text-align:left;
  309. padding:3px;
  310. line-height:13px;
  311. font-style:italic;
  312. }
  313.  
  314. #source{
  315. margin-top:3px;
  316. text-align:right;
  317. margin-bottom:5px;
  318. font-size:9px;
  319. text-transform:lowercase;
  320. font-family:arial;
  321. }
  322.  
  323. #blurb{
  324. background-color:{color:accent};
  325. padding:4px;
  326. text-align:center;
  327. font-family:'archivo narrow';
  328. letter-spacing:.6px;
  329. text-transform:uppercase;
  330. text-decoration:underline overline;
  331. height:10px;
  332. line-height:12px;
  333. font-size:8px;
  334. word-spacing:2px;
  335. }
  336.  
  337. h1{
  338. font-size:9px;
  339. font-weight:normal;
  340. background-color:{color:post};
  341. margin-left:20px;
  342. margin-right:20px;
  343. border-left:5px solid {color:accent};
  344. padding:5px;
  345. }
  346.  
  347. /* ------------ QUESTIONS -------------- */
  348.  
  349. #asker{
  350. width:490px;
  351. height:15px;
  352. background-color:{color:accent};
  353. text-transform:uppercase;
  354. line-height:14px;
  355. padding:5px;
  356. font-family:calibri;
  357. text-align:center;
  358. letter-spacing:5px;
  359. font-size:10px;
  360. color{color:link};
  361. }
  362.  
  363. #asker a{
  364. color:{color:link};
  365. }
  366.  
  367. #asker a:hover{
  368. color:{color:hover};
  369. }
  370.  
  371. #question{
  372. background-color:{color:background};
  373. font-size:11px;
  374. font-family:arial;
  375. line-height:90%;
  376. color:{color:post};
  377. margin: 0 0 11px 0;
  378. padding: 10px 15px;
  379. position:relative;
  380. }
  381.  
  382. #answer{
  383. font-size:10px;
  384. }
  385.  
  386. /* ------------ PERMA & TAGS -------------- */
  387.  
  388. #perma{
  389. background-color:{color:accent};
  390. width:510px;
  391. height:15px;
  392. padding-right:10px;
  393. overflow:auto;
  394. text-align: left;
  395. line-height:15px;
  396. margin-left:-10px;
  397. margin-top:-10px;
  398. margin-bottom:10px;
  399. }
  400.  
  401. #data{
  402. font-size:7px;
  403. text-transform:uppercase;
  404. margin-left:-500px;
  405. font-family:arial;
  406. color:{color:text};
  407. -webkit-transition-duration:0.7s;
  408. -o-transition-duration:0.7s;
  409. -moz-transition-duration:0.7s;
  410. }
  411.  
  412. .post:hover #data{
  413. font-size:7px;
  414. text-transform:uppercase;
  415. margin-left:0px;
  416. text-align:right;
  417. font-family:arial;
  418. color:{color:text};
  419. }
  420.  
  421. #data a{
  422. color:{color:link};
  423. }
  424.  
  425. #data a:hover{
  426. color:{color:hover};
  427. }
  428.  
  429. #tags{
  430. margin-top:5px;
  431. text-align:left;
  432. text-transform:lowercase;
  433. background-color:{color:background};
  434. color:{color:text};
  435. font-size:9px;
  436. text-indent:10px;
  437. font-style:italic;
  438. -webkit-transition:0.3s linear;
  439. font-family:calibri;
  440. }
  441.  
  442. #tags a{
  443. color:{color:link};
  444. }
  445.  
  446. #tags a:hover{
  447. color:{color:hover};
  448. }
  449.  
  450.  
  451. /* ------------ BLOCKQUOTE & P -------------- */
  452.  
  453. blockquote{
  454. padding-left:3px;
  455. margin-left:20px;
  456. margin-right:20px;
  457. border-left:3px solid {color:background};
  458. margin-top:1px;
  459. margin-bottom:1px;
  460. }
  461.  
  462. p{
  463. margin-top:6px;
  464. margin-bottom:6px;}
  465.  
  466. pre{
  467. color:{color:accent};
  468. background-color:{color:background};
  469. text-align:center;
  470. font-size:10px;
  471. text-transform:uppercase;
  472. padding:3px;
  473. }
  474.  
  475. /* ------------ AUDIO -------------- */
  476.  
  477. .audio{
  478. opacity: 1.0;
  479. position:relative;
  480. overflow:hidden;
  481. min-height:130px;
  482. font-size: 10px;
  483. }
  484.  
  485. .player{
  486. position:absolute;
  487. z-index:3;
  488. background:#000000;
  489. margin-top:45px;
  490. margin-left:73px;
  491. opacity:0.75;
  492. filter:alpha(opacity=75);
  493. border:0px #000000 solid;
  494. border-radius: 100px;}
  495.  
  496. .audioplayer{
  497. border: 0px solid {color:perma};
  498. width:363px;
  499. height:15px;
  500. overflow:hidden;
  501. padding:5px;
  502. padding-bottom:13px;
  503. margin-right:5px;
  504. margin-top: 5px;}
  505.  
  506. .audioinfo{
  507. margin-top: 15px;
  508. margin-left:120px;
  509. line-height:10px;
  510. font-size:10px!important;
  511. font-style: normal;}
  512.  
  513. .audiocaption{
  514. margin-left:20px;}
  515.  
  516. .audiocaption img{
  517. max-width:330px!important;}
  518.  
  519. .audiocaption blockquote img{
  520. max-width:320px!important;}
  521.  
  522. .audiocaption blockquote blockquote img{
  523. max-width:310px!important;}
  524.  
  525. /* ------------ CHAT -------------- */
  526.  
  527. .user_1 .label {color:{color:text}; font-weight:bold;}
  528. .user_2 .label {color:{color: text}; font-weight:bold;}
  529. .user_3 .label {color:{color:text}; font-weight:bold;}
  530. .user_4 .label {color:{color:text}; font-weight:bold;}
  531. .user_5 .label {color:{color: text}; font-weight:bold;}
  532. .user_6 .label {color:{color:text}; font-weight:bold;}
  533. .user_7 .label {color:{color:text}; font-weight:bold;}
  534. .user_8 .label {color:{color: text}; font-weight:bold;}
  535. .user_9 .label {color:{color:text}; font-weight:bold;}
  536. .user_10 .label {color:{color:text}; font-weight:bold;}
  537.  
  538. .ul.chat {}
  539. .chat ol {}
  540. .chat li {
  541. list-style:none;
  542. margin-left:-30px;
  543. padding:-5px;
  544. margin-bottom:3px;
  545. }
  546.  
  547. /* ------------ NOTES -------------- */
  548.  
  549. .notes{
  550. margin-left:-15px;
  551. margin-top:30px;
  552. width:490px;
  553. font-size:10px;
  554. text-align:center;
  555. }
  556.  
  557. .notes a:hover{
  558. color:{color:link};
  559. }
  560.  
  561. ol.notes{
  562. list-style-type:none;
  563. }
  564.  
  565. ol.notes li.note{
  566. padding-bottom:7px;
  567. margin-bottom:12px;
  568. }
  569.  
  570. ol.notes li.note img.avatar{
  571. vertical-align:-6px;
  572. }
  573.  
  574. ol.notes li.note img{
  575. padding:2px;
  576. border-radius:10px;
  577. }
  578.  
  579. ol.notes li.note blockquote{
  580. padding-left:5px;
  581. margin-left:30px;
  582. }
  583.  
  584. {CustomCSS}
  585. </style>
  586. </head>
  587. <body>
  588.  
  589. <div id="s">
  590. <div id="s1"><div id="desc">{Description}</div>
  591. <div id="s1a">
  592. </div></div>
  593.  
  594. <div id="cold">
  595. <span style="font-size:16px;">❝</span>
  596. {text:quote}</div>
  597.  
  598. <div id="yes"><div class="link">
  599. <a href="{text:link 1 url}">{text:link 1}</a>
  600. <a href="{text:link 2 url}">{text:link 2}</a>
  601. <a href="{text:link 3 url}">{text:link 3}</a>
  602. <a href="http://letsrp.tumblr.com/">cred</a>
  603. </div>
  604.  
  605. <div id="pag">
  606. {block:PreviousPage}
  607. <a href="{PreviousPage}">prev </a> //
  608. {/block:PreviousPage}
  609. {block:NextPage}
  610. <a href="{NextPage}"> next</a>
  611. {/block:NextPage}</center>
  612. </div></div>
  613.  
  614. <div id="s2">
  615. <div id="s2a">
  616.  
  617. <div class="dip">
  618. <div class="chichov">
  619. <div class="chico">
  620. <div class="chicos">
  621.  
  622. <div id="blurb">amet quam id libero suscipit venenatis.</div>
  623. <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet </h1>
  624.  
  625. <div id="blurb">amet quam id libero suscipit venenatis.</div>
  626. <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet </h1>
  627.  
  628. <div id="blurb">amet quam id libero suscipit venenatis.</div>
  629. <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet </h1>
  630.  
  631. </div></div></div></div></div></div></div>
  632.  
  633. <div id="entries">
  634. {block:Posts}
  635. <div class="post">
  636. <div id="perma">
  637. <div id="data">
  638. {block:Date}posted <a href="{Permalink}">{Timeago}</a>{/block:Date}{block:NoteCount}, with {NoteCount} notes {/block:NoteCount}{block:RebloggedFrom}/ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>
  639. {/block:ContentSource}</div></div>
  640.  
  641. {block:Title}<div id="tit">{Title}</div>{/block:Title}
  642. {block:Text}{Body}{/block:Text}
  643.  
  644. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}"width=500px>
  645. <br>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  646.  
  647. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  648.  
  649. {block:Quote}<div id="quo">"{Quote}"</div>
  650. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  651.  
  652. {block:Link}<div id="ltit"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  653. {/block:Link}
  654.  
  655. {block:Chat}<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}
  656.  
  657. {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}
  658. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  659. </div><br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  660.  
  661. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  662.  
  663. {block:Answer}
  664. <div id="asker">▲▼▲ {Asker} ▲▼▲</div><div id="question">{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  665.  
  666. {block:IfShowTags}{block:HasTags}<div id="tags">tagged as: {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div><br>{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  667.  
  668.  
  669. </div>
  670. </div>
  671. </div>
  672. </body>
  673. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement