Advertisement
maidmargaery

01 the little queen

Sep 16th, 2014
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.56 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. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <!--
  12. BASE HTML/CSS/TUMBLR CODE BY EXCOLO [ excolo.tumblr.com ]
  13. -->
  14.  
  15. <meta name="text:link1" content="">
  16. <meta name="text:link1 url" content="/">
  17. <meta name="text:link2" content="">
  18. <meta name="text:link2 url" content="/">
  19. <meta name="text:link3" content="">
  20. <meta name="text:link3 url" content="/">
  21. <meta name="text:link4" content="">
  22. <meta name="text:link4 url" content="/">
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:topbar" content=""/>
  26.  
  27. <meta name="color:border" content=""/>
  28. <meta name="color:links" content=""/>
  29. <meta name="color:linkhover" content=""/>
  30. <meta name="color:content" content=""/>
  31. <meta name="color:post" content=""/>
  32.  
  33. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  34.  
  35. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  36.  
  37. <script>
  38. (function($){
  39. $(document).ready(function(){
  40. $("[title]").style_my_tooltips({
  41. tip_follows_cursor:true,
  42. tip_delay_time:200,
  43. tip_fade_speed:300
  44. }
  45. );
  46. });
  47. })(jQuery);
  48. </script>
  49.  
  50. <style type="text/css">
  51. body {
  52. font-family:Lucida Sans Unicode, Lucida Grande, Arial, sans serif;
  53. font-size:12px;
  54. color:#585858;
  55. margin:0px;
  56. padding:0px;
  57. }
  58.  
  59. a {
  60. color:{color:links};
  61. text-decoration:none;
  62. text-transform:uppercase;
  63. font-size:9px;
  64. letter-spacing:1px;
  65. }
  66.  
  67. a:hover {
  68. color:{color:linkhover};
  69. }
  70.  
  71. #container {
  72. width:100%;
  73. }
  74.  
  75. #topbar {
  76. /*float:left;*/
  77. width:100%;
  78. height:60px;
  79. background:#fff;
  80. background:url('{image:topbar}');
  81. background-position-y:45%;
  82. background-size:cover;
  83. padding:20px 10px;
  84. position:fixed;
  85. top:0;
  86. font-size:10px;
  87. border-bottom:3px solid {color:border};
  88. z-index:5;
  89. }
  90.  
  91. #hiddentopbar {
  92. height:110px;
  93. visibility:hidden;
  94. }
  95.  
  96. #topbar h1 {
  97. margin:0 auto;
  98. padding-top:10px;
  99. width:500px;
  100. text-align:center;
  101. text-transform:uppercase;
  102. letter-spacing:3px;
  103. font-size:13px;
  104. color:#fff;
  105. }
  106.  
  107. #sidebar {
  108. box-sizing:border-box;
  109. position:fixed;
  110. top:120px;
  111. left:840px;
  112. }
  113.  
  114. #sidebarimage {
  115. width:200px;
  116. z-index:20;
  117. }
  118.  
  119. #sidebarimage img {
  120. width:194px;
  121. background:{color:border};
  122. padding:3px;
  123. }
  124.  
  125. .pagnition {
  126. width:200px;
  127. text-align:center;
  128. font-size:13px;
  129. margin-bottom:5px;
  130. }
  131.  
  132. .pagnition a {
  133. font-size:13px;
  134. }
  135.  
  136. .pagnition a.arrow {
  137. font-size:16px;
  138. }
  139.  
  140. .description {
  141. width:180px;
  142. font-size:10px;
  143. font-style:italic;
  144. padding:10px;
  145. text-align:center;
  146. }
  147.  
  148.  
  149.  
  150. .links {
  151. width:500px;
  152. margin:10px auto 0;
  153. text-align:center;
  154. background:#fff;
  155. padding:5px;
  156. }
  157.  
  158. #topbar .links a {
  159. margin-right:5px;
  160. font-size:8px;
  161. }
  162.  
  163. #content {
  164. width:540px;
  165. height:100%;
  166. margin:10px 200px 0;
  167. padding: 0 20px;
  168. background:{color:content};
  169. z-index:-2;
  170. }
  171.  
  172. .post {
  173. background:{color:post};
  174. position:relative;
  175. padding:20px;
  176. margin:0px 0px 20px 0px;
  177. border: 1px solid #e2e2e2;
  178. font-size:10px;
  179. }
  180.  
  181. #postnotes {
  182. display:block;
  183. /*margin-left:-30px;*/
  184. /*color:black;*/
  185. width:580px;
  186. }
  187.  
  188. #postnotes img {
  189. display:none;
  190. }
  191.  
  192. #postnotes li {
  193. padding:5px;
  194. margin:5px 0 0;
  195. }
  196.  
  197. .post .meta {
  198. background:{color:content};
  199. border:1px solid #e2e2e2;
  200. padding:2px 5px;
  201. margin-top: 10px;
  202. }
  203.  
  204. .post .meta .meta-notes {
  205. text-align:right;
  206. width:162px;
  207. float:left;
  208. }
  209.  
  210. .post .meta .meta-date {
  211. text-align:left;
  212. width:162px;
  213. float:left;
  214. }
  215.  
  216. .post .meta .meta-reblog {
  217. text-align:center;
  218. float:left;
  219. width:162px;
  220. }
  221.  
  222. .sourcetag {
  223. width: 130px;
  224. position:absolute;
  225. top:0;
  226. left:-165px;
  227. text-align:right;
  228. padding:5px;
  229. line-height:10px;
  230. opacity:0;
  231. transition:all 0.5s ease;
  232. }
  233.  
  234. .post:hover .sourcetag {
  235. opacity:1;
  236. }
  237.  
  238. .tags li {
  239. display:block;
  240. }
  241.  
  242. .caption {
  243. text-align:center;
  244. }
  245.  
  246. .quote {
  247. font-size:20px;
  248. margin-bottom:5px;
  249. text-align:center;
  250. }
  251.  
  252. .quotemarks {
  253. font-size:35px;
  254. font-family:georgia;
  255. padding:2px;
  256. color:{color:links};
  257. }
  258. .endquote {
  259. position:relative;
  260. top:25px;
  261. }
  262.  
  263. .convo li{
  264. list-style: none;
  265. line-height:200%;
  266. text-align:center;
  267. }
  268.  
  269. .convo .label {
  270. text-transform: uppercase;
  271. letter-spacing:3px;
  272. }
  273.  
  274. .line_odd {
  275. background-color:#fff;
  276. padding:4px;
  277. }
  278.  
  279. .line_even {
  280. background-color:#f6f6f6;
  281. padding:4px;
  282. }
  283.  
  284. .linkpost .description {
  285. text-align:left;
  286. font-style:none;
  287. }
  288.  
  289. a.link {
  290. background:{color:border};
  291. padding:10px;
  292. width:480px;
  293. text-align:center;
  294. color: #fff;
  295. float:left;
  296. margin-bottom:15px;
  297. }
  298.  
  299. .clear {
  300. clear:both;
  301. }
  302.  
  303. #updates {
  304. width:190px;
  305. position:fixed;
  306. margin-top:-10px;
  307. margin-left:-10px;
  308. background:#fff;
  309. z-index:10;
  310. opacity:0;
  311. transition:all 0.5s ease;
  312. text-align:center;
  313. font-size:9px;
  314. padding:5px;
  315. }
  316.  
  317. #updates h1 {
  318. font-size:10px;
  319. text-transform:uppercase;
  320. color:{color:border};
  321. letter-spacing:1px;
  322. font-weight:bold;
  323. }
  324.  
  325. #updates h2 {
  326. background:{color:content};
  327. font-size:10px;
  328. text-transform:uppercase;
  329. }
  330.  
  331. #sidebar:hover #updates {
  332. opacity:1;
  333. }
  334.  
  335. #updates:hover {
  336. opacity:1;
  337. }
  338.  
  339. .asker-avatar {
  340. float:left;
  341. margin-right:10px;
  342. }
  343.  
  344. .question {
  345. background:{color:content};
  346. padding:10px;
  347. border:1px solid #e2e2e2;
  348. }
  349.  
  350. #s-m-t-tooltip {
  351. max-width:300px;
  352. margin:20px 15px;
  353. padding:3px 8px;
  354. background:#fff;
  355. color:{color:links};
  356. font-weight:300;
  357. z-index:999999;
  358. font-size:10px;
  359. font-family:'Alegreya'!important;
  360. letter-spacing:2px;
  361. }
  362.  
  363. {CustomCSS}
  364. </style>
  365.  
  366. </head>
  367.  
  368. <body>
  369. <div id="container">
  370.  
  371. <div id="topbar">
  372. <a href="/"><h1>{Title}</h1></a>
  373.  
  374. <div class="links">
  375. <a href="{text:link1 url}" title="{text:link1}">ask</a>
  376. <a href="{text:link2 url}" title="{text:link2}">tags</a>
  377. <a href="{text:link3 url}" title="{text:link3}">link 3</a>
  378. <a href="{text:link4 url}" title="{text:link4}">link 4</a>
  379. <a href="http://maidmargaerythemes.tumblr.com" title="made by maidmargaery">credit</a>
  380. </div>
  381.  
  382.  
  383. </div>
  384.  
  385. <div id="sidebar">
  386. <div class="pagnition">
  387. {block:Pagination}
  388. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page arrow">&larr;</a>{/block:PreviousPage}
  389. {block:NextPage}<a href="{NextPage}" class="jump_page arrow">&rarr;</a>{/block:NextPage}
  390. {/block:Pagination}
  391. </div>
  392. <div id="sidebarimage">
  393. <a href="/"><img src="{image:sidebar}"></a>
  394. </div>
  395.  
  396. <div class="description">
  397.  
  398. <div id="updates">
  399. <h1>updates</h1>
  400. <h2>title</h2>
  401. blah blah
  402. <h2>title2</h2>
  403. blah blah blah
  404. <h2>title3</h2>
  405. blah blah blah blah
  406. </div>
  407. {Description}
  408. </div>
  409.  
  410.  
  411. </div>
  412.  
  413.  
  414.  
  415.  
  416. <div id="content">
  417. <div id="hiddentopbar"></div>
  418. {block:Posts}
  419. <div class="post">
  420. {block:Answer}
  421. <div class="question"><img class="asker-avatar" src="{AskerPortraitURL-30}" alt=""><div class="asker">{Asker} asked:</div><div class="asker-question">{Question}</div></div><div class="clearfix"></div>
  422.  
  423. {block:Answerer}
  424. <div class="answer"><div class="answerer">{Answerer}</div><div class="answerer-answer">{Answer}</div><img class="answerer-avatar" src="{AnswererPortraitURL-30}" alt=""></div>
  425. {/block:Answerer}
  426.  
  427. <div class="replies">
  428. {Replies}
  429. </div>
  430. {/block:Answer}
  431.  
  432. {block:Text}
  433. {block:Title}
  434. <h3><a href="{Permalink}">{Title}</a></h3>
  435. {/block:Title}
  436.  
  437. {Body}
  438. {/block:Text}
  439.  
  440. {block:Photo}
  441. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  442.  
  443. {block:Caption}
  444. <div class="caption">{Caption}</div>
  445. {/block:Caption}
  446. {/block:Photo}
  447.  
  448. {block:Photoset}
  449. {Photoset-500}
  450.  
  451. {block:Caption}
  452. <div class="caption">{Caption}</div>
  453. {/block:Caption}
  454. {/block:Photoset}
  455.  
  456. {block:Quote}
  457. <div class="quote"><span class="quotemarks">“</span>{Quote}<span class="quotemarks endquote">”</span></div>
  458.  
  459. {block:Source}
  460. <div class="source">{Source}</div>
  461. {/block:Source}
  462. {/block:Quote}
  463.  
  464.  
  465.  
  466. <div class="linkpost">
  467. {block:Link}
  468. <a href="{URL}" class="link" {Target}>{Name}</a>
  469.  
  470. {block:Description}
  471. <div class="description">{Description}</div>
  472. {/block:Description}
  473. {/block:Link}
  474. </div>
  475.  
  476. {block:Chat}
  477. {block:Title}<h1>{Title}</h1>{/block:Title}
  478. <div class="convo">{block:Lines}
  479. <li class="line_{Alt}">
  480. {block:Label}
  481. <span class="label">{Label}</span>
  482. {/block:Label}
  483. {Line}
  484. </li>{/block:Lines}
  485. </div>
  486. {/block:Chat}
  487.  
  488. {block:Video}
  489. {Video-500}
  490.  
  491. {block:Caption}
  492. <div class="caption">{Caption}</div>
  493. {/block:Caption}
  494. {/block:Video}
  495.  
  496. {block:Audio}
  497. {AudioPlayerGrey}
  498. {AudioEmbed-500}
  499.  
  500. {block:Caption}
  501. <div class="caption">{Caption}</div>
  502. {/block:Caption}
  503. {/block:Audio}
  504.  
  505.  
  506.  
  507. <div class="meta">
  508. <div class="meta-date">
  509. {block:Date}<a href="{Permalink}">{12Hour}:{Minutes} {AMPM} {DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:Date}
  510. </div>
  511. <div class="meta-reblog">
  512. <a href="{ReblogURL}" class="reblog">reblog</a>
  513. </div>
  514. <div class="meta-notes">
  515. {block:NoteCount}<a href="{Permalink}#postnotes">{NoteCountWithLabel}</a>{/block:NoteCount}
  516. </div>
  517. <div class="clear"></div>
  518. </div>
  519.  
  520.  
  521.  
  522. <div class="sourcetag">
  523. {block:ContentSource}
  524. <a href="{SourceURL}">&#169;
  525. </a>
  526. {/block:ContentSource}
  527. {block:RebloggedFrom}
  528. <a href="{ReblogParentURL}">Via</a>
  529. {/block:RebloggedFrom}
  530. {block:HasTags}
  531. <ul class="tags">
  532. {block:Tags}
  533. <li>
  534. <a href="{TagURL}">{Tag}</a>
  535. </li>
  536. {/block:Tags}
  537. </ul>
  538. {/block:HasTags}
  539. </div>
  540.  
  541.  
  542. </div>
  543. {/block:Posts}
  544.  
  545. <div id="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  546.  
  547.  
  548. </div>
  549.  
  550. </div>
  551. </body>
  552. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement