Advertisement
bramrps

THEME 8: ROYALS

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