Advertisement
bramrps

THEME 6: ANNA

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