Advertisement
bramrps

THEME 14: LOVE YOU LIKE THAT

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