Advertisement
bramrps

THEME 27: LOVE & MEMORIES

Apr 10th, 2015
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.56 KB | None | 0 0
  1. <!-- Theme #27 by bramrps -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  10.  
  11.  
  12. <head>
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18.  
  19. <meta name="font:Body" content="Georgia" />
  20. <meta name="color:Background" content="#fff" />
  21. <meta name="color:Body" content="#000" />
  22. <meta name="color:Borders" content="#000" />
  23. <meta name="color:Bold" content="#000" />
  24. <meta name="color:Link" content="#8d8c8d" />
  25. <meta name="color:Link Hover" content="#fff" />
  26. <meta name="color:Sidebar Link" content="#000" />
  27. <meta name="color:Sidebars" content="#fff" />
  28. <meta name="color:Entries" content="#fff" />
  29. <meta name="color:Entry titles" content="#000" />
  30. <meta name="color:Link titles" content="#000" />
  31. <meta name="color:Title Color" content="#000" />
  32. <meta name="color:Info" content="#000" />
  33. <meta name="color:Ask Bg" content="#8d8c8d" />
  34. <meta name="color:Ask color" content="#000" />
  35. <meta name="color:Pre Bg" content="#8d8c8d" />
  36. <meta name="color:Pre Ends" content="#000" />
  37. <meta name="color:Pre Text" content="#000" />
  38. <meta name="color:Scrollbar" content="#000" />
  39.  
  40. <meta name="image:Image" content="" />
  41. <meta name="image:Background" content="" />
  42. <meta name="image:Ask Background" content="" />
  43. <meta name="image:Link Sidebar Bg" content="" />
  44. <meta name="image:Entry title Bg" content="" />
  45.  
  46. <meta name="text:Link1" content="link here" />
  47. <meta name="text:Link1 URL" content="/" />
  48. <meta name="text:Link2" content="link here" />
  49. <meta name="text:Link2 URL" content="/" />
  50. <meta name="text:Link3" content="link here" />
  51. <meta name="text:Link3 URL" content="/" />
  52. <meta name="text:Link4" content="link here" />
  53. <meta name="text:Link4 URL" content="/" />
  54.  
  55. <meta name="text:main" content="this is your main title" />
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. body {
  61. background: {color:Background};
  62. background-image: url('{image:Background}');
  63. background-attachment:fixed;
  64. position:absolute;
  65. font-size:12px;
  66. font-family: {font:Body};
  67. color:{color:Body};
  68. }
  69.  
  70. blockquote {
  71. margin-left: 15px;
  72. margin-right:15px;
  73. border-left: 1px solid {color:Borders};
  74. padding-left:5px;
  75. text-align: justify;
  76. }
  77.  
  78.  
  79. b, strong {
  80. color:{color:Bold};
  81. }
  82.  
  83. i, em {
  84. color:{color:Body}
  85. text-shadow: 0px 0px 2px #000;
  86. }
  87.  
  88. a {
  89. text-decoration:none;
  90. outline:normal;
  91. color:{color:Link};
  92. -webkit-transition: all 0.5s ease-in-out;
  93. -moz-transition: all 0.5s ease-in-out;
  94. -o-transition: all 0.5s ease-in-out;
  95. }
  96.  
  97. a:hover {
  98. -webkit-transition: all 0.5s ease-in-out;
  99. -moz-transition: all 0.5s ease-in-out;
  100. -o-transition: all 0.5s ease-in-out;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height:6px;
  105. width:4px;
  106. background-color: #ffffff;}
  107.  
  108. ::-webkit-scrollbar-thumb:vertical {
  109. background-color: {color:Scrollbar};}
  110.  
  111. ::-webkit-scrollbar-thumb:horizontal {
  112. background-color: {color:Scrollbar};}
  113.  
  114. pre {
  115. font-family:georgia;
  116. font-size:8px;
  117. text-transform:Uppercase;
  118. background-color:{color:Pre Bg};
  119. padding:2px;
  120. text-align:center;
  121. border-left:1px solid {color:Pre Ends};
  122. border-right:1px solid {color:Pre Ends};
  123. color:{color:Pre Text};
  124. }
  125.  
  126. h1 {
  127. margin-top:0px;
  128. margin-bottom:5px;
  129. background-image:url('{image:Entry title Bg}');
  130. color:{color:Entry titles};
  131. font-family:'georgia';
  132. font-style:normal;
  133. text-align:left;
  134. text-transform:uppercase;
  135. font-size: 20px;
  136. padding-bottom:0px;
  137. text-shadow: 1px 0px 0px #000;
  138. }
  139.  
  140. h2 {
  141. margin-top:0px;
  142. margin-bottom:2px;
  143. font-family:'georgia';
  144. text-transform:lowercase;
  145. text-align:center;
  146. font-size: 25px;
  147. color:{color:Link titles};
  148. text-shadow: 1px 0px 0px #000;
  149. }
  150.  
  151. h3 {
  152. margin-top:0px;
  153. margin-bottom:-5px;
  154. color:{color:Entry titles};
  155. background-image:url('{image:Entry title Bg}');
  156. font-family:'georgia';
  157. font-style:normal;
  158. text-align:center;
  159. text-transform:uppercase;
  160. font-size: 20px;
  161. text-shadow: 1px 0px 0px #000;
  162. }
  163.  
  164.  
  165. img {
  166. border: 0;
  167. max-width: 100%;}
  168.  
  169. img:hover {
  170. opacity:0.7;
  171. -webkit-transition:all 0.4s ease-in-out;
  172. -moz-transition:all 0.4s ease-in-out;
  173. -o-transition:all 0.4s ease-in-out;
  174. -ms-transition: all 0.4s ease-in-out;
  175. transition:all 0.5s ease-in-out
  176. }
  177.  
  178. #titlebar {
  179. position:fixed;
  180. top:60px;
  181. left:53px;
  182. width:500px;
  183. height:40px;
  184. background-color:transparent;
  185. }
  186.  
  187. #toptitle {
  188. font-family:'georgia';
  189. font-size:30px;
  190. text-transform:lowercase;
  191. letter-spacing:-2px;
  192. font-style:none;
  193. font-weight:bold;
  194. text-shadow: 1px 1px 1px #000;
  195. text-align:left;
  196. margin-top:0px;
  197. color:{color:Title Color};
  198. }
  199.  
  200. #sidebar {
  201. position:fixed;
  202. top:95px;
  203. left:53px;
  204. width:170px;
  205. height:320px;
  206. background-color:{color:Sidebars};
  207. border-color:{color:Borders};
  208. border-width:1px;
  209. border-style: solid;
  210. box-shadow:1px 0px 5px #000;
  211.  
  212. }
  213.  
  214.  
  215. #sidebar2 {
  216. position:fixed;
  217. top:91px;
  218. left:391px;
  219. width:170px;
  220. height:65px;
  221. padding-top:2px;
  222. background-color:transparent;
  223. }
  224.  
  225. #sidebar3 {
  226. position:fixed;
  227. top:390px;
  228. left:53px;
  229. width:170px;
  230. height:15px;
  231. background-color:transparent;
  232. }
  233.  
  234.  
  235.  
  236. #image {
  237. z-index:3;
  238. position:fixed;
  239. top:95px;
  240. left:227px;
  241. width:160px;
  242. height:320px;
  243. background-image:url('{image:Image}');
  244. background-color:#fff;
  245. border-color:{color:Borders};
  246. border-width:1px;
  247. border-style: solid;
  248. box-shadow:1px 0px 5px #000;
  249. }
  250.  
  251.  
  252.  
  253. #description {
  254. padding-top:10px;
  255. padding-right:10px;
  256. padding-left:10px;
  257. color:{color:Description};
  258. font-size:10px;
  259. text-align:justify;
  260. font-family:'georgia';
  261. }
  262.  
  263. #pagination {
  264. font-family:'georgia';
  265. font-size:10px;
  266. text-transform:lowercase;
  267. font-style:italic;
  268. display:inline-block;
  269. margin-top:7px;
  270. color:{color:Body};
  271. -webkit-transition: all 0.2s ease-in-out;
  272. -moz-transition: all 0.2s ease-in-out;
  273. -o-transition: all 0.2s ease-in-out;
  274. }
  275.  
  276. #links {
  277. text-align:center;
  278. }
  279.  
  280.  
  281. #links a{
  282. font-family:'georgia';
  283. background-image:url('{image:Link Sidebar Bg}');
  284. background-color:{color:Sidebars};
  285. border-color:{color:Borders};
  286. border-width:1px;
  287. border-style: solid;
  288. box-shadow:1px 0px 5px #000;
  289. color:#fff;
  290. width:170px;
  291. height:50px;
  292. line-height:50px;
  293. font-size:25px;
  294. font-weight:bold;
  295. text-transform:uppercase;
  296. display:inline-block;
  297. margin-top:2px;
  298. margin-bottom:0px;
  299. padding:0px;
  300. color:{color:Sidebar Link};
  301. text-shadow: 1px 0px 0px #000;
  302. -webkit-transition: all 0.2s ease-in-out;
  303. -moz-transition: all 0.2s ease-in-out;
  304. -o-transition: all 0.2s ease-in-out;
  305. }
  306.  
  307. #links a:hover{
  308. color:{color:Link Hover};
  309. text-transform:lowercase;
  310. -webkit-transition: opacity 0.7s linear;opacity: 1;
  311. -webkit-transition: all 0.3s ease-out;
  312. -moz-transition: all 0.3s ease-out;
  313. transition: all 0.3s ease-out;
  314. }
  315.  
  316.  
  317.  
  318.  
  319.  
  320. .user_1 .label {
  321. color:{color:Link};
  322. font-family:'georgia';
  323. font-size: 10px;
  324. padding: 5px;
  325. text-transform:uppercase;
  326. font-weight:bold
  327. }
  328.  
  329. .user_2 .label {
  330. color:{color:Entry titles};
  331. font-family:'georgia';
  332. font-size: 10px;
  333. padding: 5px;
  334. text-transform:uppercase;
  335. font-weight:bold
  336. }
  337.  
  338. .user_3 .label {
  339. color:{color:Link};
  340. font-family:'georgia';
  341. font-size: 10px;
  342. padding: 5px;
  343. text-transform:uppercase;
  344. font-weight:bold
  345. }
  346.  
  347. .user_4 .label {
  348. color:{color:Entry titles};
  349. font-family:'georgia';
  350. font-size: 10px;
  351. padding: 5px;
  352. text-transform:uppercase;
  353. font-weight:bold
  354. }
  355.  
  356. .user_5 .label {
  357. color:{color:Link};
  358. font-family:'georgia';
  359. font-size: 10px;
  360. padding: 5px;
  361. text-transform:uppercase;
  362. font-weight:bold
  363. }
  364.  
  365. .user_6 .label {
  366. color:{color:Entry titles};
  367. font-family:'georgia';
  368. font-size: 10px;
  369. padding: 5px;
  370. text-transform:uppercase;
  371. font-weight:bold
  372. }
  373.  
  374. .user_7 .label {
  375. color:{color:Link};
  376. font-family:'georgia';
  377. font-size: 10px;
  378. padding: 5px;
  379. text-transform:uppercase;
  380. font-weight:bold
  381. }
  382.  
  383. .user_8 .label {
  384. color:{color:Entry titles};
  385. font-family:'georgia';
  386. font-size: 10px;
  387. padding: 5px;
  388. text-transform:uppercase;
  389. font-weight:bold
  390. }
  391.  
  392. .user_9 .label {
  393. color:{color:Link};
  394. font-family:'georgia';
  395. font-size: 10px;
  396. padding: 5px;
  397. text-transform:uppercase;
  398. font-weight:bold
  399. }
  400.  
  401. .user_10 .label {
  402. color:{color:Entry titles};
  403. font-family:'georgia';
  404. font-size: 10px;
  405. padding: 5px;
  406. text-transform:uppercase;
  407. font-weight:bold
  408. }
  409.  
  410.  
  411. ul.chat, .chat ol, .chat li {
  412. list-style:none;
  413. margin-top:-8px;
  414. margin-bottom:0px;
  415. padding: 3px;
  416. }
  417.  
  418. p {
  419. margin-top:0px;
  420. margin-bottom:4px
  421. }
  422.  
  423.  
  424. #entries {
  425. position:absolute;
  426. margin-left:600px;
  427. margin-top:50px;
  428. font-size:10px;
  429. text-align:justify;
  430.  
  431. }
  432.  
  433. #post {
  434. background-color:{color:Entries};
  435. padding:8px;
  436. padding-top:5px;
  437. padding-bottom:5px;
  438. margin-bottom:35px;
  439. width:500px;
  440. border-color:{color:Borders};
  441. border-width:1px;
  442. border-style: solid;
  443. box-shadow:1px 0px 5px #000;
  444.  
  445. }
  446.  
  447.  
  448. #quotetext {
  449. font-family:'georgia';
  450. font-size:15px;
  451. color:{color:Borders};
  452. font-style:normal;
  453. text-align:center;
  454. margin-top:5px;
  455. padding:2px;
  456. }
  457.  
  458.  
  459. #asks {
  460. text-align:left;
  461. font-size:10px;
  462. font-family:'georgia';
  463. margin:5px;
  464. background-color:{color:Ask Bg};
  465. background-image:url('{image:Ask Background}');
  466. }
  467.  
  468. .asker {
  469. font-family:'georgia';
  470. color:{color:Ask color};
  471. text-transform:uppercase;
  472. margin-top:2px;
  473. margin-bottom:-8px;
  474. font-size:24px;
  475. font-weight:bold;
  476. text-shadow: 1px 0px 0px #000;
  477.  
  478. }
  479.  
  480.  
  481. #answers {
  482. padding-left:5px;
  483. padding-right:5px;
  484. margin-top:8px;
  485. margin-bottom:10px;
  486. text-align:justify;
  487. }
  488.  
  489. #audio {
  490. border-radius:100%;
  491. width:100%;
  492. height:100px;
  493. margin-bottom:5px
  494. }
  495.  
  496. .albumart {
  497. border-radius:50px;
  498. margin-top:15px;
  499. margin-left:15px;
  500. float:left;
  501. width:71px;
  502. height:71px
  503. }
  504.  
  505. .player {
  506. border-radius:50px;
  507. min-height:50px;
  508. margin-left:10px;
  509. margin-top:10px;
  510. display:block;
  511. height:59px;
  512. width:59px;
  513. padding:11px;
  514. overflow:hidden;
  515. position:absolute;
  516. opacity:0.5;
  517. background:#fff;
  518. -webkit-transition:all 0.4s ease-in-out;
  519. -moz-transition:all 0.4s ease-in-out;
  520. -o-transition:all 0.4s ease-in-out;
  521. -ms-transition: all 0.4s ease-in-out;
  522. transition:all 0.5s ease-in-out
  523. }
  524.  
  525. .player:hover {
  526. opacity:0.9;
  527. -webkit-transition:all 0.4s ease-in-out;
  528. -moz-transition:all 0.4s ease-in-out;
  529. -o-transition:all 0.4s ease-in-out;
  530. -ms-transition: all 0.4s ease-in-out;
  531. transition:all 0.5s ease-in-out}
  532.  
  533. .audioplayer {
  534. width:30px;
  535. height:30px;
  536. margin-top:17px;
  537. margin-left:17px;
  538. overflow:hidden
  539.  
  540. }
  541.  
  542. .audioinfo {
  543. font-size:9px;
  544. font-family:georgia;
  545. text-transform:uppercase;
  546. color:{color:text};
  547. text-align:left;
  548. padding-top:22px;
  549. margin-left:90px;
  550. }
  551.  
  552. .audiotitle {
  553. color:{color:Entry titles};
  554. margin-top:-3px;
  555. margin-bottom:-6px;
  556. margin-left:5px;
  557. text-transform: uppercase;
  558. font-size: 20px;
  559. font-family:'georgia';
  560. font-weight:bold;
  561. text-shadow: 1px 1px 1px #000;
  562. }
  563.  
  564. #info {
  565. font-family:'georgia';
  566. font-size:8px;
  567. text-align: right;
  568. margin-bottom: 0px;
  569. margin-top: 5px;
  570. padding-right:5px;
  571. padding: 0px;
  572. padding-top: 2px;
  573. color:{color:Body};
  574. text-transform:uppercase;
  575. background-color:transparent;
  576. border-top:1px solid {color:Info};
  577. }
  578.  
  579. #info2 {
  580. font-family:'georgia';
  581. font-size:8px;
  582. text-align: right;
  583. margin-bottom: -2px;
  584. padding: 0px;
  585. padding-top: 0px;
  586. padding-bottom:0px;
  587. padding-right:5px;
  588. color:{color:Body};
  589. text-transform:lowercase;
  590. font-style:italic;
  591. background-color:transparent;
  592. }
  593.  
  594. #credit a{
  595. position:fixed;
  596. right:3px;
  597. bottom:3px;
  598. padding:4px;
  599. background:white;
  600. font-size:11px;
  601. color:black;
  602. -moz-transition-duration:1s;
  603. -webkit-transition-duration:1s;
  604. -o-transition-duration:1s;
  605. }
  606.  
  607. #credit a:hover {
  608. opacity:1;
  609. color:white;
  610. background:black;
  611. -moz-transition-duration:1s;
  612. -webkit-transition-duration:1s;
  613. -o-transition-duration:1s;
  614. }
  615.  
  616.  
  617. </style>
  618. <style type="text/css">{CustomCSS}</style>
  619. </head>
  620.  
  621. <body>
  622.  
  623.  
  624.  
  625.  
  626. <div id="image">
  627.  
  628.  
  629. <div id="sidebar">
  630.  
  631. <div id="titlebar"><div id="toptitle">{text:main}</div></div>
  632.  
  633. <div id="sidebar3"><center>
  634. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">backward</a>{/block:PreviousPage}&nbsp;—&nbsp;{block:NextPage}<a href="{NextPage}">forward</a>{/block:NextPage}{/block:Pagination}</div> </center></div>
  635.  
  636. <div id="description">
  637. {block:Description}<div style="overflow:auto; width: 150px; height: 280px; text-align: justify; padding-right:2px;">
  638. {Description}</div>{/block:Description}
  639. </div></div>
  640.  
  641.  
  642. <div id="sidebar2">
  643. <div id="links">
  644. <a href="/">REFRESH</a><br>
  645. <a href="/ask">MESSAGE</a><br>
  646. <a href="{text:Link1 URL}">{text:Link1}</a><br>
  647. <a href="{text:Link2 URL}">{text:Link2}</a><br>
  648. <a href="{text:Link3 URL}">{text:Link3}</a><br>
  649. <a href="{text:Link4 URL}">{text:Link4}</a>
  650.  
  651. </div>
  652. </div>
  653.  
  654.  
  655.  
  656. </div>
  657.  
  658.  
  659. <div id="entries">
  660.  
  661. {block:Posts}
  662.  
  663. <div id="post">
  664.  
  665.  
  666. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  667.  
  668. {block:Quote}<div id="quotetext">&quot;{Quote}&quot; </div>
  669. <div style="font-family:georgia; font-size:10px; text-align:right; padding-bottom:2px;">— {Source}</div>{/block:Quote}
  670.  
  671. {block:Link}<a href="{URL}" class="link" {Target}> <h2>➝ {Name}</h2></a>
  672. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  673.  
  674. {block:Photo}<div style="padding-top:2px;"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  675. {block:Photoset}<div style="padding-top:2px;"><center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  676.  
  677. {block:Chat}{block:Title}<h3>{Title}</h3>{/block:Title}<div style="padding:10px;">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  678.  
  679. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}<br></li>{/block:Lines}</ul>
  680.  
  681. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  682.  
  683.  
  684.  
  685.  
  686. {block:Audio}
  687. <div id="audio">
  688. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  689. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 50px">{/block:AlbumArt}</div>
  690. <div class="audioinfo">
  691. <div class="audiotitle">{block:TrackName}{TrackName} ➝{/block:TrackName}</div><br>
  692. <div style="padding-left:20px;">{block:Artist}⋆ <b>Artist:</b> {Artist}{/block:Artist} {block:Album}<br>
  693. ⋆ <b>Album:</b> {Album}{/block:Album}<br>
  694. ⋆ <b>Played:</b> {FormattedPlayCount} times</div></div>
  695. {block:Caption}{Caption}{/block:Caption}</div>
  696. {/block:Audio}
  697.  
  698. {block:Answer}
  699. <div id="asks"><div style="font-family:'georgia'; text-transform:uppercase; font-size:24px; font-weight:bold; text-align:center; letter-spacing:-2px; text-shadow: 1px 0px 0px #000; color:{color:Ask color};">{Asker}&nbsp; wondered:</div><p></p></div>
  700. <div style="margin-left:5px; margin-right:5px; padding:5px; text-align:center; text-transform:normal; font-size:9px; padding-bottom:5px; background-color:{color:Ask Bg};">{Question}</div>
  701. <div id="answers">{Answer}</div>{/block:Answer}
  702.  
  703. <div id="info">{block:Date}<b><a href="{Permalink}">{TimeAgo}</a></b>{/block:Date}
  704. {block:NoteCount}with <i>{NoteCountWithLabel}</i>{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via (<b><a href="{ReblogParentURL}"><a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a></b>){/block:RebloggedFrom}
  705. {block:ContentSource} <a href="{SourceURL}">♥</a> {block:ContentSource}{/block:RebloggedFrom}<br>
  706. <div id="info2">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  707. </div></div>
  708.  
  709. </div>
  710. {block:PostNotes}<div style="padding-left:20px;">{PostNotes}</div>{/block:PostNotes}
  711. {/block:Posts}
  712.  
  713.  
  714. </div></div>
  715.  
  716. </div>
  717.  
  718.  
  719.  
  720. <div id="credit"><a href="http://bramrps.tumblr.com">BRPS</a></div>
  721. </body>
  722. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement