Advertisement
xivth

04. Queen

Jan 31st, 2014
6,187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.87 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. Theme 04. Queen by soldierholic
  7. Don't remove the credit!
  8. Please don't take, use as a base, or claim the theme as your own.
  9. --->
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Blockquote" content="#e3e3e3"/>
  18. <meta name="color:Bold" content="#4f002f"/>
  19. <meta name="color:Borders" content="#c4c4c4"/>
  20. <meta name="color:Clinks" content="#921e56"/>
  21.  
  22. <meta name="color:Info Text" content="#999898"/>
  23. <meta name="color:Info Link Hover" content="#e0e0e0"/>
  24. <meta name="color:Link" content="#ba3065"/>
  25. <meta name="color:Link Hover" content="#e0e0e0"/>
  26. <meta name="color:Pagination" content="#a64364"/>
  27.  
  28. <meta name="color:Scrollbar" content="#883149"/>
  29. <meta name="color:SBorders" content="#883149"/>
  30. <meta name="color:Tags" content="#ac5881"/>
  31. <meta name="color:Text" content="#858585"/>
  32. <meta name="color:Titles" content="#762045">
  33.  
  34. <meta name="image:Sidebar" content="http://static.tumblr.com/ac02da1ea4380cb5ded987d1f2bf46c8/yiih8yx/3Mnn0ao37/tumblr_static_girl_the_wild_s_c04_p01.png"/>
  35.  
  36. <meta name="text:Title" content="· Your Majesty ·" />
  37. <meta name="text:Sidebar Margin Top" content="50px" />
  38. <meta name="text:Navi Symbol" content="♛" />
  39.  
  40. <meta name="text:Link1" content="/" />
  41. <meta name="text:Link1 Title" content="Link 1" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link2 Title" content="Link 2" />
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Title" content="Link 3" />
  46. <meta name="text:Link4" content="/" />
  47. <meta name="text:Link4 Title" content="Link 4" />
  48. <meta name="text:Link5" content="/" />
  49. <meta name="text:Link5 Title" content="Link 5" />
  50. <meta name="text:Link6" content="/" />
  51. <meta name="text:Link6 Title" content="Link 6" />
  52. <meta name="text:Link7" content="/" />
  53. <meta name="text:Link7 Title" content="Link 7" />
  54. <meta name="text:Link8" content="/" />
  55. <meta name="text:Link8 Title" content="Link 8" />
  56. <meta name="text:Link9 " content="/" />
  57. <meta name="text:Link9 Title" content="Link 9 " />
  58. <meta name="text:Link10" content="/" />
  59. <meta name="text:Link10 Title" content="Link 10" />
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300,700' rel='stylesheet' type='text/css'>
  62. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  63. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  64. <script>
  65. (function($){
  66. $(document).ready(function(){
  67. $("a[title]").style_my_tooltips({
  68. tip_follows_cursor:true,
  69. tip_delay_time:0,
  70. tip_fade_speed:0,
  71. attribute:"title"
  72. });
  73. });
  74. })(jQuery);
  75. </script>
  76.  
  77. <style type="text/css">
  78.  
  79. @import url(http://static.tumblr.com/yiih8yx/TJUmtynmx/ostrichsansmedium.css);
  80. @import url(http://static.tumblr.com/6hsqxdt/md2mgu4of/tinytots.css);
  81.  
  82.  
  83. ::selection {
  84. background:{color:sborders};
  85. color:{color:background};}
  86.  
  87. ::-moz-selection {
  88. background:{color:sborders};
  89. color:{color:background};}
  90.  
  91. ::-webkit-scrollbar-thumb:vertical {
  92. background-color:{color:scrollbar};
  93. border-bottom:2px solid {color:background};
  94. border-top:2px solid {color:background};
  95. border-right:2px solid {color:background};
  96. height:7px;}
  97. ::-webkit-scrollbar-thumb:horizontal {
  98. background-color:{color:scrollbar};
  99. height:7px;}
  100. ::-webkit-scrollbar {
  101. background-color:{color:background};
  102. height:7px;
  103. width:8px;}
  104. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  105. background-color:{color:scrollbar};
  106. border-right:2px solid {color:background};
  107. display:block;
  108. height:6px;}
  109.  
  110. body {
  111. background:{color:background};
  112. margin:0px;
  113. color:{color:text};
  114. font-family:arial;
  115. font-size:11px;
  116. font-style: none;}
  117.  
  118. sup,small,sub {
  119. font-size:10px;}
  120.  
  121. b,strong {color:{color:bold};}
  122.  
  123. a:link, a:visited, a:active {
  124. color: {color:link};
  125. text-decoration: none;
  126. font-weight: normal;
  127. -webkit-transition: all 0.5s ease-in-out;
  128. -moz-transition: all 0.5s ease-in-out;
  129. -o-transition: all 0.5s ease-in-out;}
  130.  
  131. a:hover {
  132. -webkit-transition: all 0.5s ease-in-out;
  133. -moz-transition: all 0.5s ease-in-out;
  134. -o-transition: all 0.5s ease-in-out;
  135. color: {color:link hover};
  136. text-decoration: none;
  137. font-weight: normal;}
  138.  
  139. img {max-width:100%;}
  140.  
  141. blockquote {
  142. margin-left:25px;
  143. margin-right:5px;
  144. padding-left:5px;
  145. border-left:1px solid {color:blockquote};}
  146.  
  147. h1 {font-family: cambria;
  148. font-size:23px;
  149. font-weight:bold;
  150. text-transform: lowercase;
  151. letter-spacing:-2px;
  152. text-align: center;
  153. font-style: italic;
  154. color: {color:Titles};}
  155.  
  156. #s-m-t-tooltip {
  157. margin:-10px 0 0 10px;
  158. display:none;
  159. text-align:left;
  160. position:absolute;
  161. letter-spacing:2px;
  162. text-transform:uppercase;
  163. font-family:consolas;
  164. font-size:8px;
  165. z-index:999;
  166. padding:4px 4px;
  167. line-height:12px;
  168. color:{color:text};
  169. background:{color:background};}
  170.  
  171. #entry {
  172. position:relative;
  173. float:left;
  174. width:522px;
  175. top:15px;
  176. text-align:justify;
  177. left:550px;
  178. padding-bottom:20px;}
  179.  
  180. #post {
  181. width:500px;
  182. padding:10px;
  183. background-color: {color:background};}
  184.  
  185. #linkt a {font-family: cambria;
  186. font-size:18px;
  187. font-weight:lighter;
  188. text-transform: lowercase;
  189. letter-spacing:2px;
  190. text-align: center;
  191. font-style: italic;}
  192.  
  193. #pagination {
  194. position:fixed;
  195. margin-top:6px;
  196. width:285px;
  197. margin-top:-600px;
  198. margin-left:-20px;
  199. margin-bottom:-10px;
  200. text-align:center;
  201. font:13px cambria;
  202. font-style:italic;
  203. font-weight:bold;
  204. text-transform:lowercase;
  205. letter-spacing:-2px;}
  206.  
  207. .jump_page {
  208. padding: 4px 8px;
  209. color:{color:pagination};
  210. text-decoration:none;
  211. }
  212.  
  213. .current_page, .jump_page:hover {
  214. padding: 4px 8px;
  215. color: {color:link};
  216. text-decoration:none;
  217. }
  218.  
  219. #scont {
  220. margin-left:140px;
  221. position:fixed;
  222. margin-top:{text:Sidebar Margin Top};}
  223.  
  224. #sidebar {
  225. width:285px;
  226. position:fixed;
  227. margin-left:20px;
  228. padding:10px;
  229. z-index:-1;}
  230.  
  231. #sidebarimage {
  232. width:330px;
  233. z-index:-1;}
  234.  
  235. #sidebarimage img {
  236. width:330px;
  237. height:570px;
  238. border:1px solid {color:sborders};
  239. z-index:-1;}
  240.  
  241. #descont {
  242. margin-left:25px;
  243. margin-top:430px;
  244. width:280px;
  245. position:fixed;}
  246.  
  247. #desc {
  248. background-color:#fff;
  249. border:1px solid {color:sborders};
  250. text-align:justify;
  251. font:8px tinytots;
  252. padding:5px;
  253. overflow:auto;
  254. height:50px;
  255. text-transform:uppercase;}
  256.  
  257. #stitle {
  258. background-color:{color:sborders};
  259. color:#fff;
  260. font:18px 'ostrich_sansmedium';
  261. letter-spacing:2px;
  262. line-height:25px;
  263. text-align:center;
  264. text-transform:uppercase;}
  265.  
  266. #suits {
  267. margin-left: -60px;
  268. margin-top:-10px;
  269. z-index:-1;}
  270.  
  271. #suits a {
  272. background-color: {color:sborders};
  273. color: {color:background};
  274. display: block;
  275. width:62px;
  276. font:13px 'ostrich_sansmedium';
  277. padding-left: 9px;
  278. letter-spacing:4px;
  279. overflow:hidden;
  280. height:143px;
  281. line-height:143px;
  282. text-transform: uppercase;
  283. z-index:-1;
  284. -webkit-transition: all 0.5s ease-in-out;
  285. -moz-transition: all 0.5s ease-in-out;
  286. -o-transition: all 0.5s ease-in-out;
  287. -ms-transition: all 0.5s ease-in-out;}
  288.  
  289. #suits a:hover {
  290. width: 150px;
  291. margin-left: -50px;
  292. z-index:-1;
  293. -webkit-transition: all 0.5s ease-in-out;
  294. -moz-transition: all 0.5s ease-in-out;
  295. -o-transition: all 0.5s ease-in-out;
  296. -ms-transition: all 0.5s ease-in-out;}
  297.  
  298. #space {margin-bottom:20px;}
  299.  
  300. #ask {
  301. padding: 5px;}
  302.  
  303. #ask img {
  304. max-width: 30px;
  305. padding:2px;
  306. border:3px double {color:borders};}
  307.  
  308. #ask a {
  309. font:23px cambria;
  310. font-style:italic;
  311. letter-spacing:-2px;
  312. font-weight:bold;
  313. text-transform:lowercase;
  314. text-decoration: none;}
  315.  
  316. #ask b {
  317. font:23px cambria;
  318. font-style:italic;
  319. letter-spacing:-2px;
  320. font-weight:bold;
  321. text-transform:lowercase;
  322. text-decoration: none;}
  323.  
  324. #ask i {
  325. font:23px cambria;
  326. font-style:italic;
  327. letter-spacing:-2px;
  328. font-weight:bold;
  329. text-transform:lowercase;
  330. text-decoration: none;}
  331.  
  332. #info {
  333. border-top:1px dashed {color:borders};
  334. text-transform:uppercase;
  335. font-style:none;
  336. font-family:tinytots;
  337. font-size: 8px;
  338. width:500px;
  339. color:{color:info text};
  340. text-align:left;
  341. padding-left:15px;
  342. padding-right:5px;
  343. padding-top:4px;
  344. padding-bottom:3px;
  345. margin-top:2px;}
  346. #info a {
  347. color:{color:info text};}
  348. #info a:hover {
  349. color:{color:info link hover};}
  350.  
  351. #permap {
  352. text-transform:uppercase;
  353. font-style:none;
  354. font-family:'tinytots';
  355. font-size: 8px;
  356. width:500px;
  357. color:{color:info text};
  358. text-align:left;
  359. padding-left:15px;
  360. padding-right:5px;
  361. padding-top:3px;
  362. margin-left:1px;
  363. margin-top:2px;
  364. border-top: 1px solid {color:borders};
  365. margin-bottom:15px;}
  366. #permap a {color:{color:info text};}
  367. #permap a:hover {color:{color:info link hover};}
  368.  
  369. .rb {
  370. text-align:right;
  371. padding-right:10px;
  372. margin-top:-9px;
  373. padding-top:1px;}
  374.  
  375.  
  376. #tags {
  377. color:{color:info text};
  378. margin-top:-2px;
  379. padding-left:15px;
  380. text-align:center;
  381. line-height:8px;
  382. font-size:8px;
  383. margin-bottom:5px;
  384. text-transform:uppercase;
  385. font-family: 'tinytots';
  386. padding-right:10px;}
  387.  
  388. #tags a {color:{color:tags};}
  389. #tags a:hover {color:{color:link hover};}
  390.  
  391. #notes {
  392. text-align: left;
  393. padding-left:5px;}
  394. #notes blockquote a {color:{Color:text};}
  395. #notes img {width:10px;}
  396. #notes a {color:{color:link};}
  397. #notes a:hover {color:{color:link hover};
  398. text-decoration:none;}
  399.  
  400. li.note {
  401. list-style-type: none;
  402.  
  403. background-color:{color:background};
  404. font-family:consolas;
  405. font-size:8px;
  406. text-transform:uppercase;}
  407.  
  408. #credit a {
  409. padding:3px;
  410. position:fixed;
  411. z-index:9999;
  412. bottom:15px;
  413. right:15px;
  414. border:1px solid {color:borders};
  415. background:{color:background};
  416. letter-spacing:1px;
  417. text-transform:uppercase;
  418. font:8px 'tinytots';
  419. color: {color:link};
  420. -webkit-transition: all 0.5s ease-in-out;
  421. -moz-transition: all 0.5s ease-in-out;
  422. -o-transition: all 0.5s ease-in-out;}
  423.  
  424. #credit:hover {
  425. -webkit-transition: all 0.5s ease-in-out;
  426. -moz-transition: all 0.5s ease-in-out;
  427. -o-transition: all 0.5s ease-in-out;
  428. color: {color:link hover};
  429. text-decoration: none;
  430. font-weight: normal;}
  431. </style>
  432.  
  433.  
  434. </head><body>
  435.  
  436. <div id="credit"><a href="http://soldierholic.tumblr.com/">credit</a></div>
  437.  
  438. <div id="scont">
  439. <div id="sidebar">
  440.  
  441. <div id="suits">
  442. <a href="/">{text:Navi Symbol} index</a>
  443. <a href="/ask">{text:Navi Symbol} query</a>
  444. <a href="/submit">{text:Navi Symbol} grant</a>
  445. <a href="/archive">{text:Navi Symbol} notes</a>
  446. </div>
  447.  
  448. {block:Pagination}
  449. <div id="pagination">
  450. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  451. {block:JumpPagination length="5"}
  452. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  453. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  454. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  455. </div>
  456. {/block:Pagination}
  457.  
  458. </div>
  459.  
  460. <div id="descont">
  461. <div id="stitle">{text:Title}</div>
  462. <div id="desc">
  463. {Description}
  464. </div>
  465.  
  466. <select style="margin-top:5px; margin-left:65px; width: 150px; border: 1px solid {color:sborders}; padding: 3px; color: {color:clinks}; background-color: #fff; text-transform: uppercase; font: 8px tinytots; text-align:center; letter-spacing: 2px;" onChange="location.href=this.options[this.selectedIndex].value;">
  467. <option value="/">NAVIGATION</option>
  468. {block:IfLink1}<option value="{text:Link1}">{text:Link1 Title}</option>{/block:IfLink1}
  469. {block:IfLink2}<option value="{text:Link2}">{text:Link2 Title}</option>{/block:IfLink2}
  470. {block:IfLink3}<option value="{text:Link3}">{text:Link3 Title}</option>{/block:IfLink3}
  471. {block:IfLink4}<option value="{text:Link4}">{text:Link4 Title}</option>{/block:IfLink4}
  472. {block:IfLink5}<option value="{text:Link5}">{text:Link5 Title}</option>{/block:IfLink5}
  473. {block:IfLink6}<option value="{text:Link6}">{text:Link6 Title}</option>{/block:IfLink6}
  474. {block:IfLink7}<option value="{text:Link7}">{text:Link7 Title}</option>{/block:IfLink7}
  475. {block:IfLink8}<option value="{text:Link8}">{text:Link8 Title}</option>{/block:IfLink8}
  476. {block:IfLink9}<option value="{text:Link9}">{text:Link9 Title}</option>{/block:IfLink9}
  477. {block:IfLink10}<option value="{text:Link10}">{text:Link10 Title}</option>{/block:IfLink10}
  478. </select>
  479.  
  480. </div>
  481.  
  482. <div id="sidebarimage">
  483. <img src="{image:Sidebar}">
  484. </div>
  485.  
  486. </div>
  487. </div></div></div>
  488.  
  489. <div id="entry">{block:Posts}<div id="post">
  490. {block:ContentSource}
  491. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  492. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  493. {/block:SourceLogo}
  494. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  495. {/block:ContentSource}
  496.  
  497. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  498.  
  499. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  500.  
  501. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  502.  
  503. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  504.  
  505. {block:Link}<div id="linkt"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  506.  
  507. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  508.  
  509. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="84px" height="84px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerwhite}<br></span>
  510. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  511. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  512. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times<br><br>
  513. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  514.  
  515. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  516.  
  517. {block:Answer}
  518. <div id="ask"><table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 455px;"><div style="margin-top:-5px;"><i>{Asker}</i> <b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:20px;">{Question}</div></div></td>
  519. </tr></table></div>
  520. {Answer}
  521. {/block:Answer}
  522. </div>
  523.  
  524. {block:Date}
  525. <div id="space">
  526. <div id="info">Posted on {ShortMonth} {DayOfMonthWithZero}&mdash; <a href="{Permalink}">{TimeAgo}</a>
  527. <div class="rb">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} &middot; <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  528. {block:ContentSource} &middot; <a href="{SourceURL}">source</a>{/block:ContentSource} &middot; <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:Date}
  529.  
  530. {block:HasTags}<div id="tags">filed under&rarr; {block:Tags}&middot;<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  531. {/block:indexpage}
  532.  
  533. </div>
  534.  
  535.  
  536. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  537. {/block:Posts}
  538.  
  539. </div>
  540. </div>
  541.  
  542. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement