Advertisement
bramrps

THEME 7: CHERISH

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