Advertisement
bramrps

THEME 9: THAT LOVIN' FEELING

Jun 7th, 2014
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.87 KB | None | 0 0
  1. <!-- THEME #9 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:Lyric 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. <meta name="text:Link7" content="link" />
  52. <meta name="text:Link7 URL" content="/" />
  53.  
  54. <meta name="text:main" content="this is your main title" />
  55. <meta name="text:lyric" content="this is a lyric or quote" />
  56.  
  57. <style type="text/css">
  58.  
  59. body {
  60. background: {color:Background};
  61. background-image: url('{image:Background}');
  62. background-attachment:fixed;
  63. position:absolute;
  64. font-size:12px;
  65. font-family: {font:Body};
  66. color:{color:Body};
  67. }
  68.  
  69. blockquote {
  70. margin-left: 25px;
  71. border-left: 1px solid {color:Borders};
  72. padding:5px;
  73. padding-left:10px;
  74. text-align: justify;
  75. }
  76.  
  77.  
  78. b, strong {
  79. color:{color:Link};
  80. text-shadow: 0px 0px 2px {color:Link};
  81. }
  82.  
  83. i, em {
  84. color:{color:Body}
  85. text-shadow: 0px 0px 2px {color:Body};
  86. }
  87.  
  88. a {
  89. text-decoration:none;
  90. outline:none;
  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. color:{color:Link Hover};
  99. letter-spacing:2px;
  100. -webkit-transition: all 0.5s ease-in-out;
  101. -moz-transition: all 0.5s ease-in-out;
  102. -o-transition: all 0.5s ease-in-out;
  103. }
  104.  
  105. h1 {
  106. margin-top:3px;
  107. margin-bottom:10px;
  108. color:{color:Entry titles};
  109. font-family:'head versus heart';
  110. font-style:normal;
  111. text-align:right;
  112. text-transform:uppercase;
  113. font-size: 25px;
  114. color: {color:Entry titles};
  115. text-shadow: 2px 3px 1px #000;
  116. padding-bottom:0px;
  117. }
  118.  
  119. h2 {
  120. margin-top:5px;
  121. margin-bottom:-5px;
  122. font-family:'georgia';
  123. text-transform:uppercase;
  124. text-align:center;
  125. font-size: 20px;
  126. color:{color:Link};
  127. text-shadow: 2px 3px 1px #000;
  128. }
  129.  
  130. #topbar {
  131. position:fixed;
  132. width:450px;
  133. height:51px;
  134. left:50px;
  135. top:44px;
  136. }
  137.  
  138. #toptitle {
  139. text:{text:main};
  140. font-family:'rochester';
  141. font-size:40px;
  142. padding-left:5px;
  143. color:{color:Title Color};
  144. font-style:normal;
  145. text-align:left;
  146. margin-top:0px;
  147. text-shadow: 2px 3px 1px #000;
  148. }
  149.  
  150.  
  151.  
  152. #borderbar1 {
  153. position:fixed;
  154. top:86px;
  155. left:50px;
  156. width:392px;
  157. height:415px;
  158. padding:5px;
  159. background-image:url('{image:Borderbar}');
  160. background-attachment:fixed;
  161. background-color:#fff;
  162. border-color:{color:Borders};
  163. border-style:solid;
  164. border-width:1px
  165. }
  166.  
  167. #borderbar2 {
  168. position:fixed;
  169. top:46px;
  170. left:1081px;
  171. width:195px;
  172. height:533px;
  173. padding:5px;
  174. background-image:url('{image:Borderbar}');
  175. background-attachment:fixed;
  176. background-color:#fff;
  177. border-color:{color:Borders};
  178. border-style:solid;
  179. border-width:1px
  180. }
  181.  
  182.  
  183. #sidebar {
  184. position:fixed;
  185. top:343px;
  186. left:58px;
  187. width:375px;
  188. height:150px;
  189. padding:5px;
  190. background-color:{color:Sidebars};
  191. border-color:{color:Borders};
  192. border-style:solid;
  193. border-width:1px
  194. }
  195.  
  196.  
  197. #sidebar2 {
  198. position:fixed;
  199. top:305px;
  200. left:51px;
  201. width:400px;
  202. height:100px;
  203. padding:0px;
  204. }
  205.  
  206. #sidebar3 {
  207. position:fixed;
  208. top:414px;
  209. left:1079px;
  210. width:200px;
  211. height:120px;
  212. padding:5px;
  213. }
  214.  
  215.  
  216. #image {
  217. z-index:3;
  218. position:fixed;
  219. top:54px;
  220. left:1089px;
  221. width:179px;
  222. height:352px;
  223. padding:5px;
  224. background-image:url('{image:Image}');
  225. background-attachment:none;
  226. background-size:auto;
  227. background-position:top left;
  228. background-repeat:no-repeat;
  229. float:center;
  230. overflow:hidden;
  231. background-color:#fff;
  232. border-color:{color:Borders};
  233. border-style:solid;
  234. border-width:1px
  235. }
  236.  
  237. #image2 {
  238. z-index:3;
  239. position:fixed;
  240. top:95px;
  241. left:58px;
  242. width:375px;
  243. height:197px;
  244. padding:5px;
  245. background-image:url('{image:Image2}');
  246. background-attachment:none;
  247. background-size:auto;
  248. background-position:top left;
  249. background-repeat:no-repeat;
  250. float:center;
  251. overflow:hidden;
  252. background-color:#fff;
  253. border-color:{color:Borders};
  254. border-style:solid;
  255. border-width:1px
  256. }
  257.  
  258.  
  259. #description {
  260. padding:10px;
  261. color:{color:Description};
  262. font-size:11px;
  263. text-align:justify;
  264. font-family:{font:Body};
  265. }
  266.  
  267. #pagination {
  268. background:black;
  269. color:white;
  270. }
  271.  
  272. #links {
  273. text-align:center;
  274. }
  275.  
  276.  
  277. #links a{
  278. font-family:'calibri';
  279. background-color:{color:Link Bg};
  280. color:#fff;
  281. border-color:{color:Borders};
  282. border-style:solid;
  283. border-width:1px;
  284. width:125px;
  285. height:25px;
  286. line-height:25px;
  287. font-size:10px;
  288. text-transform:uppercase;
  289. display:inline-block;
  290. margin-top:5px;
  291. margin-bottom:0px;
  292. padding:0px;
  293. color:{color:Link};
  294. -webkit-transition: all 0.2s ease-in-out;
  295. -moz-transition: all 0.2s ease-in-out;
  296. -o-transition: all 0.2s ease-in-out;
  297. }
  298.  
  299. #links a:hover{
  300. color:{color:Background};
  301. background:{color:Link Hover};
  302. letter-spacing:3px;
  303. font-style:italic;
  304. -webkit-transition: opacity 0.7s linear;opacity: 1;
  305. -webkit-transition: all 0.3s ease-out;
  306. -moz-transition: all 0.3s ease-out;
  307. transition: all 0.3s ease-out
  308. }
  309.  
  310. #links2 {
  311. text-align:center;
  312. }
  313.  
  314.  
  315. #links2 a{
  316. font-family:'calibri';
  317. background-color:{color:Link Bg};
  318. color:#fff;
  319. border-color:{color:Borders};
  320. border-style:solid;
  321. border-width:1px;
  322. width:92px;
  323. height:75px;
  324. line-height:75px;
  325. font-size:10px;
  326. text-transform:uppercase;
  327. display:inline-block;
  328. margin-top:5px;
  329. margin-bottom:0px;
  330. padding:0px;
  331. color:{color:Link};
  332. -webkit-transition: all 0.2s ease-in-out;
  333. -moz-transition: all 0.2s ease-in-out;
  334. -o-transition: all 0.2s ease-in-out;
  335. }
  336.  
  337. #links2 a:hover{
  338. color:{color:Background};
  339. background:{color:Link Hover};
  340. letter-spacing:3px;
  341. font-style:italic;
  342. -webkit-transition: opacity 0.7s linear;opacity: 1;
  343. -webkit-transition: all 0.3s ease-out;
  344. -moz-transition: all 0.3s ease-out;
  345. transition: all 0.3s ease-out
  346. }
  347. .user_1 .label {
  348. color:{color:Title};
  349. font-family:'georgia';
  350. font-size: 10px;
  351. padding: 5px;
  352. text-transform:uppercase;
  353. font-weight:bold
  354. }
  355.  
  356. .user_2 .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.  
  366. ul.chat, .chat ol, .chat li {
  367. list-style:none;
  368. margin-top:-8px;
  369. padding: 3px;
  370. }
  371.  
  372. p {
  373. margin-top:0px;
  374. margin-bottom:0px
  375. }
  376.  
  377. #entries {
  378. font-size:10px;
  379. margin-left: 395px;
  380. margin-top:40px;
  381. float: right;
  382. text-align: justify;
  383. }
  384.  
  385. #post {
  386. background-color:{color:Entries};
  387. border-style:double;
  388. border-color:{color:Entries Border};
  389. font-size:10px;
  390. padding: 5px;
  391. padding-top: 0px;
  392. padding-bottom: 6px;
  393. margin-bottom:0px;
  394. width: 500px;
  395. color:{color:Body};
  396. text-align: left;
  397. overflow:hidden;
  398. }
  399.  
  400. #postbg {
  401. padding:5px;
  402. width:522x;
  403. margin-bottom:25px;
  404. margin-left:100px;
  405. background-image: url('{image:Borderbar}');
  406. overflow: hidden;
  407. border:1px solid {color:Borders};
  408. }
  409.  
  410. #quotetext {
  411. font-family:'rochester';
  412. font-size:25px;
  413. color:{color:Borders};
  414. font-style:normal;
  415. text-align:justify;
  416. margin-top:5px;
  417. padding:2px;
  418. }
  419.  
  420. #sublyric {
  421. margin-top:-10px;
  422. font-family:'code bold';
  423. font-size:15px;
  424. text-align:center;
  425. text-transform:uppercase;
  426. color:{color:Lyric Color};
  427. }
  428.  
  429.  
  430. #asks {
  431. text-align:justify;
  432. font-size:11px;
  433. font-family:'georgia';
  434. margin:5px;
  435. padding:10px;
  436. background-color:transparent;
  437. border:1px solid {color:Borders};
  438. }
  439.  
  440. .asker {
  441. font-family:'code bold';
  442. text-transform:uppercase;
  443. margin-bottom:-8px;
  444. font-size:20px;
  445. letter-spacing:1px;
  446. text-shadow:2px 3px 1px #000;
  447. font-style:normal;
  448.  
  449. }
  450.  
  451. #answers {
  452. margin-left:5px;
  453. margin-top:8px;
  454. margin-bottom:10px;
  455. }
  456.  
  457. #info {
  458. font-family:'calibri';
  459. text-align: center;
  460. margin-bottom: -4px;
  461. padding: 0px;
  462. padding-top: 2px;
  463. color:{color:Link};
  464. text-transform:uppercase;
  465. border-color:{color:Borders};
  466. border-top:1px solid;
  467. }
  468.  
  469.  
  470. #credit a{
  471. position:fixed;
  472. right:3px;
  473. bottom:3px;
  474. padding:4px;
  475. background:white;
  476. font-size:11px;
  477. color:black;
  478. -moz-transition-duration:1s;
  479. -webkit-transition-duration:1s;
  480. -o-transition-duration:1s;
  481. }
  482.  
  483. #credit a:hover {
  484. opacity:1;
  485. color:white;
  486. background:black;
  487. -moz-transition-duration:1s;
  488. -webkit-transition-duration:1s;
  489. -o-transition-duration:1s;
  490. }
  491.  
  492.  
  493. </style>
  494. <style type="text/css">{CustomCSS}</style>
  495. </head>
  496.  
  497. <body>
  498.  
  499. <div id="borderbar1">
  500.  
  501. </div>
  502.  
  503. <div id="image2">
  504.  
  505. <div id="topbar">
  506. <div id="toptitle">{text:main}</div>
  507.  
  508. </div>
  509.  
  510. <div id="sidebar">
  511.  
  512. <div id="description">
  513. <div id="sublyric">{text:lyric}</div><br>
  514. {block:Description}
  515. {Description}{/block:Description}<br><br>
  516. <center>
  517. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} ♡ {block:NextPage} <a href="{NextPage}">forth</a>{/block:NextPage}</center>
  518. </div></div>
  519. <div id="sidebar2">
  520. <div id="links">
  521. <a href="/">home</a>
  522. <a href="/ask">askbox</a>
  523. <a href="/submit">submit</a>
  524. </div>
  525.  
  526. <div id="borderbar2">
  527.  
  528. </div>
  529.  
  530. <div id="sidebar3">
  531. <div id="links2">
  532. <a href="{text:Link4 URL}">{text:Link4}</a>
  533. <a href="{text:Link5 URL}">{text:Link5}</a><br>
  534. <a href="{text:Link6 URL}">{text:Link6}</a>
  535. <a href="{text:Link7 URL}">{text:Link7}</a><br>
  536. </div>
  537. </div>
  538.  
  539. </div>
  540.  
  541. </div>
  542.  
  543. <div id="image">
  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. <br>{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>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  564. {block:Photoset}<div style="padding-top:5px;"><center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}</div>{/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}"><div style="padding-top:3px;">{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:'code bold'; text-transform:uppercase; font-size:17px; text-align:left; 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