Advertisement
bramrps

THEME 11: JUST LIKE JESSE JAMES

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