Advertisement
interludethenshivers

Theme 07, The Queen Victoria

Jun 2nd, 2013
869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.18 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.  
  3. <!--THEME 07, THE QUEEN VICTORIA BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:Link" content="#8c8c8c">
  12. <meta name="color:Hover" content="#d0d0d0">
  13. <meta name="color:InfoBg" content="#f0f0f0">
  14. <meta name="color:Text" content="#a7a5a5">
  15. <meta name="color:Tags" content="#9b9a9a">
  16. <meta name="color:Scrollbar" content="#d6d5d5">
  17. <meta name="color:AskBorder" content="#b9b8b8">
  18. <meta name="color:Description" content="#7e7e7e">
  19. <meta name="color:Title" content="#3c3c3c">
  20.  
  21. <meta name="text:Link1" content="LINK I">
  22. <meta name="text:Link1 url" content="/">
  23. <meta name="text:Link2" content="LINK II">
  24. <meta name="text:Link2 url" content="/">
  25. <meta name="text:Link3" content="LINK III">
  26. <meta name="text:Link3 url" content="/">
  27. <meta name="text:Link4" content="LINK IV">
  28. <meta name="text:Link4 url" content="/">
  29.  
  30. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  31. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32. <link rel="shortcut icon" href="{Favicon}" />
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  34.  
  35. <style type="text/css">
  36.  
  37. @font-face { font-family: "Title"; src: url('http://static.tumblr.com/kvpds3v/2fJmns2fq/abrahamlincoln.ttf'); }
  38. a {
  39. color:{color:link};
  40. text-decoration:none;
  41. -moz-transition-duration:0.5s;
  42. -webkit-transition-duration:0.5s;
  43. -o-transition-duration:0.5s;
  44. }
  45.  
  46. a:hover {
  47. color:{color:hover};
  48. text-decoration:none;
  49. -moz-transition-duration:0.5s;
  50. -webkit-transition-duration:0.5s;
  51. -o-transition-duration:0.5s;
  52. }
  53.  
  54. iframe#tumblr_controls {
  55. right:3px !important;
  56. position: fixed !important;
  57. opacity: 0.5;
  58.  
  59. -webkit-transition: opacity 0.7s linear;
  60. -webkit-transition: all 0.8s ease-out;
  61. -moz-transition: all 0.8s ease-out;
  62. transition: all 0.8s ease-out;
  63. -webkit-filter: invert(100%);
  64. }
  65.  
  66. iframe#tumblr_controls:hover{
  67. -webkit-transition: opacity 0.7s linear;
  68. opacity: 1;
  69.  
  70. -webkit-transition: all 0.4s ease-out;
  71. -moz-transition: all 0.4s ease-out;
  72. transition: all 0.4s ease-out;
  73. }
  74.  
  75. iframe#tumblr_controls {
  76. top: 0% !important;
  77. right:0% !important;
  78. position: fixed !important;
  79. }
  80.  
  81.  
  82. ::-webkit-scrollbar {background-color:#fff; height:8px; width:8px}
  83. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  84. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  85.  
  86. body {
  87. background-color:#fff;
  88. font-family:Calibri;
  89. font-weight:normal;
  90. }
  91.  
  92. /*THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM
  93.  
  94. JUST DONT'T STEAL OR USE AS BASE CODE... OR REMOVE THE CREDIT*/
  95.  
  96.  
  97. h1 {
  98. font-weight:none;
  99. font-style:italic;
  100. font-size:10px;
  101. font-family:times;
  102. text-align:center;
  103. line-height:80%;
  104. letter-spacing:1px;
  105. text-transform:none;
  106. color:{color:text};
  107. }
  108.  
  109. h2 {
  110. line-height:100%;
  111. font-family:cambria;
  112. text-transform:uppercase;
  113. font-size:12px;
  114. text-align:center;
  115. color:{color:text};
  116. font-weight:normal;
  117. padding:5px;
  118. padding-bottom:2px;
  119. }
  120.  
  121.  
  122. blockquote {
  123. border-left-width:2px;
  124. border-left-style:double;
  125. border-left-color:{color:text};
  126. padding-left:5px;
  127. margin:5px;
  128. }
  129.  
  130. #theme {
  131. background-color:#fff;
  132. width:700px;
  133. margin: 0 auto -12px auto;
  134. text-align: center;
  135. }
  136.  
  137. #stuff {
  138. width:500px;
  139. margin-top:75px;
  140. text-align:justify;
  141. font-size:11px;
  142. line-height:90%;
  143. letter-spacing:0x;
  144. color:{color:text};
  145. }
  146.  
  147. #stuffcontainer {
  148. float:left;
  149. margin-left:200px;
  150. margin-top:75px;
  151. text-align:justify;
  152. background-color:{color:bg};
  153. color:{color:text};
  154. margin-bottom: 35px;
  155. }
  156.  
  157.  
  158.  
  159.  
  160. .caption {
  161. width:500px;
  162. text-align:justify;
  163. line-height:120%;
  164. }
  165. /*THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM*/
  166. .ask {
  167. padding:10px;
  168. text-align:left;
  169. color:{color:text};
  170. background-color:{color:infobg};
  171. border-bottom:1px solid {color:AskBorder};
  172. }
  173.  
  174. .ans {
  175. font-style:italic;
  176. text-align:left;
  177. padding:10px;
  178. color:{color:text};
  179. }
  180.  
  181. .audio {
  182. width:500px;
  183. padding-bottom:10px;
  184. background-color:{color:infobg};
  185. }
  186.  
  187. .albumart {
  188. float:left;
  189. padding:0px 10px 10px 0px;
  190. }
  191.  
  192. .albumart img {
  193. width:45px;
  194. height:45px;
  195. }
  196.  
  197. .playercontainer {
  198. text-align:left;
  199. padding:10px;
  200. background-color:#ffffff;
  201. width:480px;
  202. }
  203.  
  204. .audioinfo {
  205. padding:10px;
  206. color:{color:text};
  207. }
  208.  
  209. #postinfo {
  210. width:490px;
  211. padding:5px;
  212. font-size:8px;
  213. text-transform:uppercase;
  214. font-style:normal;
  215. letter-spacing:2px;
  216. text-align:left;
  217. -moz-transition-duration:0.5s;
  218. -webkit-transition-duration:0.5s;
  219. -o-transition-duration:0.5s;
  220. color:{color:link};
  221. }
  222.  
  223. #postinfo a {
  224. color:{color:link};
  225. text-align:center;
  226. letter-spacing:1px;
  227. font-style:normal;
  228. }
  229.  
  230. #postinfo a:hover {
  231. color:{color:hover};
  232. }
  233.  
  234. .note {
  235. text-transform:uppercase;
  236. font-style:normal;
  237. letter-spacing:0px;
  238. font-size: 9px;
  239. text-align:left;
  240. line-height:90%;
  241. margin-left:-40px;
  242. }
  243.  
  244. .note li {
  245. list-style-type:none;
  246. border-bottom:1px solid {color:AskBorder};
  247. padding:10px 25px 10px 25px;
  248. text-align:left;
  249. margin:0px;
  250. -moz-transition-duration:0.5s;
  251. -webkit-transition-duration:0.5s;
  252. -o-transition-duration:0.5s;
  253. }
  254.  
  255. .tags {
  256. font-style:normal;
  257. width:500px;
  258. text-transform:uppercase;
  259. font-style:normal;
  260. color:{color:tags};
  261. letter-spacing:2px;
  262. line-height:120%;
  263. font-size:8px;
  264. text-align:left;
  265. padding:2px;
  266. -moz-transition-duration:0.5s;
  267. -webkit-transition-duration:0.5s;
  268. -o-transition-duration:0.5s;
  269. }
  270. /*THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM*/
  271. .tags a {
  272. color:{color:tags};
  273. letter-spacing:1px;
  274. padding:1px;
  275. }
  276.  
  277. .tags a:hover {
  278. background-color:{color:tags};
  279. color:#fff;
  280. }
  281.  
  282. ul.chat, .chat ol, .chat li {
  283. list-style:none;
  284. margin:0px;
  285. padding:2px;
  286. }
  287.  
  288. .label {
  289. text-decoration:underline;
  290. font-weight:700;
  291. background-color:{color:infobg};
  292. margin-right:5px;
  293. }
  294.  
  295. #sidebar {
  296. position:fixed;
  297. margin-top:180px;
  298. margin-left:-170px;
  299. text-align:left;
  300. }
  301.  
  302. #sidebar img {
  303. width:350px;
  304. height:auto;
  305. margin-bottom:10px;
  306. }
  307.  
  308. #desc {
  309. z-index:99999999;
  310. position:fixed;
  311. width:120px;
  312. margin-top:260px;
  313. margin-left:-2px;
  314. text-align:justify;
  315. font-family:cambria;
  316. font-style:italic;
  317. font-size:11px;
  318. color:{color:description};
  319. }
  320. /*THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM*/
  321. #desc a {
  322. color:{color:link};
  323. }
  324.  
  325. #desc:first-letter {
  326. width:20px;
  327. height:20px;
  328. padding:5px;
  329. margin-bottom:0px;
  330. margin-right:8px;
  331. float:left;
  332. color:#fff;
  333. font-family:times;
  334. font-size:26px;
  335. font-style:italic;
  336. line-height:20px;
  337. text-transform:uppercase;
  338. text-align:center;
  339. background-color:{color:description};
  340. }
  341.  
  342. #title{
  343. -webkit-text-stroke-width: .5px;
  344. -webkit-text-stroke-color: #fff;
  345. font-weight:bold;
  346. letter-spacing:1px;
  347. text-transform:uppercase;
  348. position:fixed;
  349. margin-top:200px;
  350. margin-left:-40px;
  351. font-family:title;
  352. font-size:38px;
  353. color:{color:Title};
  354. text-shadow:-1px 0px {color:Title};
  355. }
  356.  
  357. .nav {background: transparent;
  358. font-family:cambria;
  359. text-transform:none;
  360. text-align: center;
  361. width:92px;
  362. height: 100px;
  363. top:355px;
  364. position: fixed;
  365. left: 40px;
  366. padding: 15px;
  367. letter-spacing: 2px;
  368. font-size: 8px;
  369. margin-left:290px;
  370. }
  371.  
  372. #navlink {
  373. -webkit-transition: 0.5s ease-in;
  374. font-weight: none;
  375. font-style: none;
  376. font-size: 8px;
  377. text-align: center;
  378. padding: 2px 0px 2px 0px;
  379. border-bottom: 1px dotted {color:Text};
  380. }
  381.  
  382. .pagi {
  383. position:fixed;
  384. margin-top:441px;
  385. margin-left:39px;
  386. font-family:cambria;
  387. font-size:8px;
  388. text-transform:uppercase;
  389. letter-spacing:3px;
  390. font-style:normal;
  391. text-align:center;
  392. color:{color:text};
  393. }
  394.  
  395. .pagi a {
  396. color:{color:link};
  397. }
  398.  
  399.  
  400.  
  401. {CustomCSS}
  402.  
  403. </style>
  404.  
  405. <script type="text/javascript" src="http://static.tumblr.com/kvpds3v/RRQmns75k/gunsorhands.txt"></script>
  406.  
  407. </head>
  408.  
  409. <body>
  410. <div id="theme">
  411. <div id="sidebar">
  412. <img src="http://static.tumblr.com/kvpds3v/lR6mns1bc/hola.jpg">
  413. </div>
  414.  
  415. <div id="desc">
  416. {Description}
  417. </div>
  418.  
  419. <div id="title">
  420. {Title}
  421. </div>
  422.  
  423. <div class="nav">
  424. {block:IfLink1}
  425. <div id="navlink" style="border-top: 1px dotted {color:Text};">
  426. <a href="{text:link1 url}">{text:link1}</a></div>
  427. {/block:IfLink1}
  428. {block:IfLink2}
  429. <div id="navlink"><a href="{text:link2 url}">{text:link2}</a></div>
  430. {/block:IfLink2}
  431. {block:IfLink3}
  432. <div id="navlink"><a href="{text:link3 url}">{text:link3}</a></div>
  433. {/block:IfLink3}
  434. {block:IfLink4}
  435. <div id="navlink"><a href="{text:link4 url}">{text:link4}</a></div>
  436. {/block:IfLink4}
  437. </div>
  438.  
  439. {block:Pagination}
  440. <div class="pagi">
  441. {block:PreviousPage}
  442. <a href="{PreviousPage}">
  443. </a>
  444. {/block:PreviousPage}
  445. {CurrentPage} of {TotalPages}
  446. {block:NextPage}
  447. <a href="{NextPage}">
  448. </a>
  449. {/block:NextPage}
  450. </div>
  451. {/block:Pagination}
  452.  
  453.  
  454. <div id="stuffcontainer">
  455.  
  456. {block:Posts}
  457.  
  458. <div id="stuff">
  459.  
  460. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  461.  
  462. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  463. <!--CREDIT:THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM-->
  464. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  465. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  466.  
  467. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  468.  
  469. {block:Photoset}<center>{Photoset-500}</center>
  470. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  471.  
  472. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  473.  
  474. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  475.  
  476. {block:Answer}<div class="ask"><b>{Asker}</b> asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  477.  
  478. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  479. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  480. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  481. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  482. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  483. <!--THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM-->
  484.  
  485.  
  486. {block:Date}<div id="postinfo">
  487. {MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  488. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  489. <div class="note">
  490. {block:PostNotes}{PostNotes}{/block:PostNotes}
  491. </div>
  492. <center><img src="http://static.tumblr.com/kvpds3v/Pkamnjgvb/22.png"></center>
  493. {block:HasTags}
  494. <div class="tags">
  495. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  496. {/block:HasTags}
  497.  
  498. </div>
  499. {/block:Posts}
  500.  
  501.  
  502. </div>
  503.  
  504. </div>
  505. </div>
  506. </div>
  507. </body>
  508. </html>
  509. <!--THEME 07 BY INTERLUDE-THEN-SHIVERS.TUMBLR.COM
  510.  
  511. PLEASE TALK TO ME-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement