Advertisement
xivth

04.5: Queen ; REVAMP

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