Advertisement
bramrps

THEME 23: THIS IS US

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