Advertisement
Guest User

kissing in paris - an edited theme by niallrph

a guest
Jul 18th, 2013
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6.  
  7. <!--- blah blah blah --->
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <meta name="color:background" content="#e4c3a6"/>
  15. <meta name="color:text" content="#535369"/>
  16. <meta name="color:link" content="#535369"/>
  17. <meta name="color:link hover" content="#535369"/>
  18. <meta name="color:question" content="#e0e0e0"/>
  19. <meta name="color:post" content="#f8f0e9"/>
  20. <meta name="color:border" content="#535369"/>
  21. <meta name="color:info" content="#e1b48c"/>
  22. <meta name="color:question" content="#e1b48c"/>
  23. <meta name="color:line" content="#535369"/>
  24.  
  25. <meta name="image:sidebar" content="http://static.tumblr.com/16aa82064b6234d02cea68354c672232/n8hziwf/HaRmq5lpc/tumblr_static_charag1-_1_.png"/>
  26. <meta name="image:sidebar2" content="http://media.tumblr.com/22d30373318493e652dcd400c574c827/tumblr_inline_mq5wbs62yz1rj9dq9.png"/>
  27. <meta name="image:sidebar3" content="http://static.tumblr.com/2a1e8f5c54d38334570bbff6a4920c0f/n8hziwf/v8Amq5lu3/tumblr_static_charag1-_1_.png"/>
  28. <meta name="image:sidebar4" content="http://media.tumblr.com/22d30373318493e652dcd400c574c827/tumblr_inline_mq5wbs62yz1rj9dq9.png"/>
  29. <meta name="image:background" content="http://media.tumblr.com/170b1b15c19fccdb17292bb1782cb5bd/tumblr_inline_mq5waml2WS1rj9dq9.png"/>
  30. <meta name="image:ask" content="http://static.tumblr.com/8cca4e9229ef994bccc6e18cca79b6dd/n8hziwf/WUQmq5khu/tumblr_static_untitled-1.png"/>
  31. <meta name="image:home" content="http://static.tumblr.com/2770bf09594c7a0195a078a37156013d/n8hziwf/u9Mmq5kfz/tumblr_static_untitled-1.png"/>
  32. <meta name="image:nav" content="http://static.tumblr.com/6be6ccfde4dc40d67d9b8ccbc4c54a8f/n8hziwf/hcumq5ki8/tumblr_static_untitled-1.png"/>
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar-thumb:vertical {background-color:{color:text}; height:3px;}
  37. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:text}; height:3px !important;}
  38. ::-webkit-scrollbar {height:3px; width:5px; background-color:{color:background};}
  39.  
  40.  
  41. #bite
  42. #bite a{
  43. display:block
  44. }
  45. #bite .death {
  46. margin-top:0px;
  47. margin-left:0px;filter: alpha(opacity = 0);
  48. opacity:0;-webkit-transition: all 1s ease-out;
  49. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  50. }
  51.  
  52. #bite:hover .death {
  53. margin-top:0px;
  54. margin-left:0px;
  55. -webkit-transition: all 0.8s ease-out;
  56. -moz-transition: all 0.8s ease-out;
  57. transition: all 0.8s ease-out;
  58. filter: alpha(opacity = 80);
  59. filter: alpha(opacity = 80);
  60. opacity:1;
  61. }
  62.  
  63.  
  64. body {
  65. background:{color:background};
  66. margin:0px;
  67. color:{color:text};
  68. font-family:Courier New;
  69. font-size:10px;
  70. line-height:100%;
  71. font-style: none;
  72. }
  73.  
  74. a:link, a:visited, a:active {
  75. color: {color:link};
  76. text-decoration: none;
  77. font-weight: normal;
  78. }
  79.  
  80. a:hover {
  81. color: {color:link hover};
  82. text-decoration: none;
  83. font-weight: normal;
  84. }
  85.  
  86.  
  87.  
  88.  
  89. #entries {
  90. float:left;
  91. width:550px;
  92. margin-left:500px;
  93. margin-top:20px;
  94. text-align:justify;
  95. color:{color:text};
  96. }
  97.  
  98. #post {
  99. width:500px;
  100. margin-left:10px;
  101. padding-bottom: 15px;
  102. margin-top:0px;
  103. margin-bottom:-7px;
  104. font-style: none;
  105. font-weight: normal;
  106. line-height:16px;
  107. background-color:{color:post};
  108. margin-top: 10px;
  109. font-size:12px;
  110. font-family:Courier New;
  111. padding:5px;
  112. padding:15px;
  113. border:4px double {color:border};
  114.  
  115. }
  116.  
  117.  
  118. #pagination {
  119. font-size:35px;
  120. margin-top:20px;z-index:99999999999999999999999999999999;
  121. text-align:center;
  122. color:{color:link};position:fixed;
  123. width:200px;
  124. padding:0px;
  125. font-style:none;
  126. letter-spacing:2px;
  127. margin-left:40px;
  128. }
  129.  
  130.  
  131. .back{
  132. margin-top:0px;-webkit-transform: scale(.9);margin-left:0px;-webkit-opacity: 0.8;-moz-opacity: 0.8;transition: 0.5s ease;
  133. -webkit-transition: 0.5s ease;
  134. -moz-transition: 0.5s ease;
  135. } .back:hover{
  136. -webkit-opacity: 1;-moz-opacity: 1; opacity:1;margin-left:15px; -webkit-transform: scale(1);
  137. }
  138. #sigh {margin-top:-160px;margin-left:560px; z-index:999999999999999999;position:fixed; width:150px;padding:15; height:1000%; }
  139. #sigh a {display:block;-webkit-transform: scale(.9);-webkit-opacity: 0.8;-moz-opacity: 0.8;transition: 0.5s ease;margin-left:0px;
  140. -webkit-transition: 0.5s ease;
  141. -moz-transition: 0.5s ease; }
  142. #sigh a:hover{
  143. -webkit-transform: scale(1);margin-left:0px;-webkit-opacity: 1;-moz-opacity:1;transition: 0.5s ease;
  144. -webkit-transition: 0.5s ease;
  145. -moz-transition: 0.5s ease;
  146. }
  147. #ok {margin-top:-160px;margin-left:590px; z-index:1;position:fixed; width:5px;padding:1; height:1000%; border-left:35px solid {color:posts};border-right:5px solid {color:posts};}
  148.  
  149. #bg {
  150. width:500px;
  151. height:330px;
  152. position:fixed;
  153. background-color:#;
  154. margin-left:0px;
  155. margin-top:435px;
  156. padding:10px;
  157. }
  158.  
  159.  
  160. #sidebar {
  161. width:180px;
  162. height:167px;
  163. position:fixed;
  164. background-color:#;
  165. margin-left:150px;
  166. margin-top:120px;
  167. padding:10px;
  168. }
  169.  
  170. #sidebar2 {
  171. width:200px;
  172. height:150px;
  173. position:fixed;
  174. background-color:#;
  175. margin-left:170px;
  176. margin-top:265px;
  177. padding:10px;
  178. z-index:4;
  179. }
  180.  
  181. #sidebar3 {
  182. width:180px;
  183. height:167px;
  184. position:fixed;
  185. background-color:#;
  186. margin-left:45px;
  187. margin-top:270px;
  188. padding:10px;
  189. }
  190.  
  191. #sidebar4 {
  192. width:180px;
  193. height:167px;
  194. position:fixed;
  195. background-color:#;
  196. margin-left:45px;
  197. margin-top:120px;
  198. padding:10px;
  199. }
  200.  
  201.  
  202. #line1 {
  203. width:5px;
  204. height:1500px;
  205. position:fixed;
  206. background-color:{color:line};
  207. margin-left:1250px;
  208. margin-top:-10px;
  209. padding:10px;
  210. z-index:4;
  211. }
  212.  
  213. #line2 {
  214. width:1px;
  215. height:1500px;
  216. border-left:5px solid {color:line};
  217. position:fixed;
  218. background-color:#;
  219. margin-left:1230px;
  220. margin-top:-10px;
  221. padding:10px;
  222. z-index:4;
  223. }
  224.  
  225. #nav {
  226. margin-left:1100px;
  227. margin-top: 200px;
  228. position: fixed;
  229. z-index:6;
  230. }
  231.  
  232. #nav a {
  233. display:inline-block;
  234. width:216px;
  235. height:auto;
  236. padding:0px;
  237. margin-bottom:-10px; text-transform:lowercase; letter-spacing:1px;
  238. -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  239.  
  240.  
  241. #nav a:hover {
  242. color:#FFFFFF;
  243. text-align:center;
  244. text-decoration:none;
  245. letter-spacing:2px;
  246. -webkit-transition: opacity 0.8s linear; opacity:0.6; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  247.  
  248. }
  249.  
  250.  
  251. @font-face {font-family: 'reklame';
  252. src: url('http://static.tumblr.com/kyvxijz/4L4mn465t/reklamescript-regular_demo.otf') format('opentype');
  253. font-weight: normal; font-style: normal;}
  254.  
  255.  
  256. #title {
  257. position:fixed;
  258. width:80px;
  259. height:80px;
  260. padding:10px;
  261. margin-left:95px;
  262. margin-top:180px;
  263. font-family:'reklame';
  264. font-size:35px;
  265. line-height:35px;
  266. z-index:6;
  267. }
  268.  
  269. #desc {
  270. position:fixed;
  271. width:80px;
  272. height:80px;
  273. padding:10px;
  274. margin-left:215px;
  275. margin-top:315px;
  276. font-family:Courier New;
  277. font-size:12px;
  278. line-height:12px;
  279. z-index:6;
  280. }
  281.  
  282. #info {
  283. font-family:consolas;
  284. width:490px;
  285. height:17px;
  286. margin-top:10px;
  287. padding:2px;
  288. padding-left:8px;
  289. font-size:10px;
  290. background-color:{color:info};
  291. color:#000000;
  292. text-transform:uppercase;
  293. font-style:normal;
  294. letter-spacing:2px;
  295. text-align:center;
  296. -moz-transition-duration:0.5s;
  297. -webkit-transition-duration:0.5s;
  298. -o-transition-duration:0.5s;
  299. }
  300.  
  301. #info a {
  302. color:{color:link};
  303. text-align:right;
  304. letter-spacing:1px;
  305. font-style:normal;
  306. }
  307.  
  308. #info a:hover {
  309. color:{color:hover};
  310. }
  311.  
  312. #title2 {
  313. color:{color:title};
  314. font-style:italic;
  315. letter-spacing:1px;
  316. text-align:center;
  317. font-size:11px;
  318. margin-top:1px;
  319. margin-left:0px;
  320. padding:2px;
  321. width:245px;
  322. z-index:100;
  323. }
  324.  
  325.  
  326.  
  327. #question {
  328. background-color:{color:question};
  329. font-size:12px;
  330. font-weight:normal;
  331. font-family:Courier New;
  332. line-height:100%;
  333. color:{color:text};
  334. margin: 0 0 11px 0;
  335. padding: 10px 15px;
  336. position:relative;}
  337. }
  338.  
  339. #asker {
  340. width:500px;
  341. text-align:left;
  342. text-transform:lowercase;
  343. font-style: normal; color{color:link};}
  344.  
  345. #asker a {
  346. color:{color:link};}
  347. #asker img {
  348. float:left;
  349. margin-left:220px;
  350. vertical-align:top;
  351. margin-right:3px;
  352. max-height:15px;}
  353.  
  354. blockquote {
  355. border-left:4px solid {color:text};
  356. padding-left:5px;
  357. margin:0px 2px 0px 10px}
  358.  
  359. .tags {
  360. width:500px;
  361. text-transform:uppercase;
  362. font-family:cambria;
  363. font-style:italic;
  364. color:{color:transparent};
  365. letter-spacing:2px;
  366. line-height:120%;
  367. font-size:8px;
  368. text-align:center;
  369. padding:2px;
  370. -moz-transition-duration:0.5s;
  371. -webkit-transition-duration:0.5s;
  372. -o-transition-duration:0.5s;
  373. }
  374.  
  375. .tags a {
  376. color:{color:transparent};
  377. letter-spacing:1px;
  378. padding:1px;
  379. }
  380.  
  381. .tags a:hover {
  382. color:{color:transparent};
  383. }
  384.  
  385.  
  386.  
  387. {CustomCSS}</style>
  388.  
  389.  
  390. </head><body>
  391.  
  392. <div id="line1"></div>
  393. <div id="line2"></div>
  394.  
  395. <div id="sidebar">
  396. <img src="{image:sidebar}"></div>
  397.  
  398. <div id="sidebar2">
  399. <img src="{image:sidebar2}"></div>
  400.  
  401. <div id="sidebar3">
  402. <img src="{image:sidebar3}"></div>
  403.  
  404. <div id="sidebar4">
  405. <img src="{image:sidebar4}"></div>
  406.  
  407. <div id="bg">
  408. <img src="{image:background}"></div>
  409.  
  410. <div id="title"><center>{Title}</center></div>
  411. <div id="desc">{description}</div>
  412.  
  413. <div id="nav">
  414. <a href="/"><img src="{image:home}" /></a>
  415. <a href="/ask"><img src="{image:ask}" /></a>
  416. <a href="/navi"><img src="{image:nav}" /></a
  417. </div>
  418. <div id="pagination">
  419. {block:PreviousPage}
  420. <a href="{PreviousPage}">«</a>
  421. {/block:PreviousPage}
  422.  
  423. {block:NextPage}
  424. <a href="{NextPage}">»</a>
  425. {/block:NextPage}
  426. </div>
  427. {/block:Pagination}
  428.  
  429.  
  430. </div>
  431.  
  432.  
  433.  
  434. </div>
  435.  
  436. <div id="entries">{block:Posts}<div id="bite"><div id="post">
  437. {block:ContentSource}
  438. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  439. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  440. {/block:SourceLogo}
  441. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  442. {/block:ContentSource}
  443.  
  444. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  445.  
  446. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  447.  
  448. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  449.  
  450. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  451.  
  452. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  453.  
  454. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  455.  
  456. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  457.  
  458. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  459.  
  460. {block:Answer}<div id="question"><br> <div id="balloon"></div>
  461. {Question}<br><br></div> <div id="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br><div id="answer">{Answer}</div>{/block:answer}
  462.  
  463.  
  464. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  465. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  466. </div>
  467.  
  468. </div>
  469.  
  470.  
  471.  
  472. </div>
  473.  
  474.  
  475.  
  476. {block:PostNotes}{PostNotes}{/block:PostNotes}
  477. {/block:Posts}
  478.  
  479. </div>
  480.  
  481. </body>
  482.  
  483. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement