Advertisement
bramrps

THEME 10: part 1

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