Advertisement
bramrps

THEME 3: WHERE IT IS

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