Advertisement
befuddlement

myrcellas

Apr 4th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.79 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. <!--- obligatory theft warning:if you steal this theme i will send a llama to eat you. please don’t remove the credit. myrcellas theme by hannah at athlstan.tumblr.com --->
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:text" content="#b5b5b5"/>
  14. <meta name="color:link" content="#bdbdbd"/>
  15. <meta name="color:link hover" content="#000000"/>
  16. <meta name="color:link2" content="#f8f8f8"/>
  17. <meta name="color:link2 hover" content="000000"/>
  18. <meta name="color:toplinks" content="#ffffff"/>
  19. <meta name="color:toplinkshov" content="#f8f8f8"/>
  20. <meta name="color:border" content="#f8f8f8"/>
  21. <meta name="color:side" content="#ffffff"/>
  22. <meta name="color:sidetext" content="777777">
  23. <meta name="color:bold" content="#968686"/>
  24. <meta name="color:scroll" content="000000">
  25. <meta name="color:scrollbg" content="ffffff">
  26.  
  27. <meta name="image:lsidebar" content=""/>
  28.  
  29. <meta name="text:Link1" content="/" />
  30. <meta name="text:Link1 Title" content="home" />
  31. <meta name="text:Link2" content="/ask" />
  32. <meta name="text:Link2 Title" content="ask" />
  33. <meta name="text:Link3" content="" />
  34. <meta name="text:Link3 Title" content="" />
  35. <meta name="text:Link4" content="" />
  36. <meta name="text:Link4 Title" content="" />
  37. <meta name="text:Link5" content="" />
  38. <meta name="text:Link5 Title" content="" />
  39.  
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
  42.  
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Playfair-Display' rel='stylesheet' type='text/css'>
  45.  
  46. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  47. <style>
  48. div#qTip {
  49. padding: 4px;
  50. border-right-width: 2px;
  51. border-bottom-width: 2px;
  52. display: none;
  53. font: 8px calibri;
  54. text-align: left;
  55. position: absolute;
  56. z-index: 1000;
  57. background: #ffffff;
  58. color:{color:text};
  59. border-radius: 1px;
  60. text-transform:uppercase;
  61. letter-spacing: 1px;
  62. }
  63. </style>
  64.  
  65. <script type="text/javascript"
  66. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  67.  
  68. <style type="text/css">
  69.  
  70. /*--- S C R O L L B A R ---*/
  71.  
  72. ::-webkit-scrollbar, ::-webkit-scrollbar-corner{background-color:{color:scrollbg};width:5px;height:5px;}
  73. ::-webkit-scrollbar-thumb{background:{color:scroll};}
  74.  
  75. /*--- B A S E ---*/
  76.  
  77. body {
  78. background-color:{color:background};
  79. margin-top:0px;
  80. color:{color:text};
  81. font-family: baskerville;
  82. font-size:10px;
  83. line-height:110%;
  84. }
  85.  
  86. a:link, a:visited, a:active {
  87. color: {color:link};
  88. text-decoration: none;
  89. font-weight: normal;
  90. -webkit-transition: opacity 0.7s linear;
  91. opacity: 0.7s;
  92. -webkit-transition: all 0.6s ease-out;
  93. -moz-transition: all 0.6s ease-out;
  94. transition: all 0.6s ease-out;
  95. }
  96.  
  97. a:hover {
  98. color: {color:link hover};
  99. text-decoration: none;
  100. font-weight: normal;
  101. -webkit-transition: opacity 0.7s linear;
  102. opacity: 0.7s;
  103. -webkit-transition: all 0.6s ease-out;
  104. -moz-transition: all 0.6s ease-out;
  105. transition: all 0.6s ease-out;
  106. }
  107.  
  108. b {
  109. color:{color:bold};
  110. }
  111.  
  112. h1 {
  113. font-size:10px;
  114. letter-spacing:3px;
  115. line-height:170%;
  116. text-transform:lowercase;
  117. font-style:normal;
  118. font-weight:normal;
  119. }
  120.  
  121. h2 {
  122. font-size:10px;
  123. line-height:130%;
  124. text-shadow:#eeeeee 0px 1px 1px;
  125. letter-spacing:2px;
  126. padding-left:10px;
  127. padding-right:10px;
  128. text-transform:lowercase;
  129. font-style:italic;
  130. font-weight:normal;
  131. text-align:justify;
  132. }
  133.  
  134. h3 {
  135. font-size:8px;
  136. line-height:150%;
  137. text-shadow:#eeeeee 0px 1px 1px;
  138. letter-spacing:2px;
  139. padding-left:10px;
  140. padding-right:10px;
  141. text-transform:lowercase;
  142. font-weight:normal;
  143. background-color:#f8f8f8;
  144. padding:3px 5px 7px 5px;
  145. margin-top:19px;
  146. margin-left:0px;
  147. width:395px;
  148. height:5px;
  149. }
  150.  
  151. blockquote {
  152. padding:0px 10px 0px 5px;
  153. margin-left:5px;
  154. width:375px;
  155. overflow:hidden;
  156. border-left: 1px solid #f8f8f8;
  157. }
  158.  
  159.  
  160. /*--- S I D E ---*/
  161.  
  162. #title2 {
  163. font-style:italic;
  164. letter-spacing:2px;
  165. text-shadow:#eeeeee 0px 1px 1px;
  166. text-transform:lowercase;
  167. font-size:12px;
  168. margin-left:2px;
  169. padding:3px 3px 0px 3px;
  170. margin-bottom:-3px;
  171. z-index:100;
  172. }
  173.  
  174. #title2 a {
  175. color:{color:text};
  176. }
  177.  
  178. #sidebar {
  179. font-family:'Playfair Display';
  180. width:215px;
  181. position:fixed;
  182. margin-top:130px;
  183. background-color:{color:side};
  184.  
  185. }
  186.  
  187. #side {
  188. margin-left:70px;
  189. border:1px solid {color:border};
  190. padding:10px 10px 15px 10px;
  191. }
  192.  
  193. #lsidebar {
  194. width:200px;
  195. }
  196.  
  197. #lsidebar img {
  198. width: 200px;
  199. position:fixed;
  200. bottom:0px;
  201. margin-left:300px;
  202. -webkit-transition: opacity 0.7s linear;
  203. opacity: 0.7s;
  204. -webkit-transition: all 0.6s ease-out;
  205. -moz-transition: all 0.6s ease-out;
  206. transition: all 0.6s ease-out
  207. }
  208.  
  209. #lsidebar img:hover {
  210. opacity:.9;
  211. -webkit-transition: opacity 0.7s linear;
  212. opacity: 0.7s;
  213. -webkit-transition: all 0.6s ease-out;
  214. -moz-transition: all 0.6s ease-out;
  215. transition: all 0.6s ease-out;
  216. }
  217.  
  218.  
  219. /*--- D E S C R I P T I O N ---*/
  220.  
  221. #desc {
  222. width:111px;
  223. font-size:7.5px;
  224. text-align:justify;
  225. color:{color:sidetext};
  226. text-transform:lowercase;
  227. padding:5px;
  228. }
  229.  
  230.  
  231.  
  232. /*--- N A V I G A T I O N ---*/
  233.  
  234. #toplink {
  235. text-align:center;
  236. margin-right:1px;
  237. }
  238.  
  239. #toplink a {
  240. padding:3px;
  241. font-family:cambria;
  242. line-height:8px;
  243. font-size:7.5px;
  244. color:{color:link2};
  245. letter-spacing: 2px;
  246. text-align:center;
  247. text-transform: uppercase;
  248. -webkit-transition: opacity 0.7s linear;
  249. opacity: 0.7s;
  250. -webkit-transition: all 0.6s linear;
  251. -moz-transition: all 0.6s linear;
  252. transition: all 0.6s linear}
  253.  
  254. #toplink a:hover {
  255. background-color:{color:toplinkshov};
  256. color:#131313;
  257. -webkit-transition: opacity 0.7s linear;
  258. opacity: 0.7s;
  259. -webkit-transition: all 0.6s linear;
  260. -moz-transition: all 0.6s linear;
  261. transition: all 0.6s linear;
  262. }
  263.  
  264. /*--- P A G I N A T I O N ---*/
  265.  
  266. #pagination {
  267. width:118px;
  268. text-align:center;
  269. font-size:7px;
  270. margin-bottom:10px;
  271. position:fixed;
  272. text-transform: lowercase;
  273. -webkit-transition: opacity 0.7s linear;
  274. opacity: 0.7s;
  275. -webkit-transition: all 0.6s linear;
  276. -moz-transition: all 0.6s linear;
  277. transition: all 0.6s linear;
  278. }
  279.  
  280. #pagination a {
  281. padding:3px;
  282. }
  283.  
  284. #pagination a:hover {
  285. color:{color:link hover};
  286. background-color:{color:toplinkshov};
  287. }
  288.  
  289. /*--- E N T R I E S ---*/
  290.  
  291. #entries {
  292. width:422px;
  293. top:5px;
  294. text-align:left;
  295. margin-left:550px;
  296. padding-top:50px;
  297. }
  298.  
  299. #post {
  300. margin-bottom:55px;
  301. width:400px;
  302. padding:10px;
  303. border:0px solid {color:border};
  304. }
  305.  
  306. /*--- I N F O ---*/
  307.  
  308. .info {
  309. color:{sidetext};
  310. background-color:{color:side};
  311. margin-left:-3px;
  312. width:400px;
  313. font-size:8px;
  314. text-transform:lowercase;
  315. text-align:center;
  316. padding: 1px 3px 8px 3px;
  317. line-height:12px;
  318. height:11px;
  319. letter-spacing: 1px;
  320. -webkit-transition: opacity 0.7s linear;
  321. opacity: 0.7s;
  322. -webkit-transition: all 0.6s ease-out;
  323. -moz-transition: all 0.6s ease-out;
  324. transition: all 0.6s ease-out;
  325. }
  326.  
  327. .info a:link {
  328. color:{desclink};
  329. padding:3px;
  330. }
  331.  
  332. .info a:hover {
  333. color:{color:link hover};
  334. background-color:{color:border};
  335. -webkit-transition: opacity 0.7s linear;
  336. opacity: 0.7s;
  337. -webkit-transition: all 0.6s ease-out;
  338. -moz-transition: all 0.6s ease-out;
  339. transition: all 0.6s ease-out;
  340. }
  341.  
  342.  
  343.  
  344. /*--- T A G S ---*/
  345.  
  346.  
  347. .tags {
  348. color:{color:link}
  349. text-transform:lowercase;
  350. margin-bottom: 10px;
  351. margin-top:3px;
  352. font-size: 7.5px;
  353. font-style: italic;
  354. text-align:center;
  355. line-height:10px;
  356. padding:4px;
  357. -webkit-transition: opacity 0.7s linear;
  358. opacity: 0.7s;
  359. -webkit-transition: all 0.6s ease-in;
  360. -moz-transition: all 0.6s ease-in;
  361. transition: all 0.6s ease-in;
  362.  
  363.  
  364. .tags a:hover {
  365. color: {color:text}
  366. background-color:{color:border};
  367. -webkit-transition: opacity 0.7s linear;
  368. opacity: 0.7s;
  369. -webkit-transition: all 0.6s ease-in;
  370. -moz-transition: all 0.6s ease-in;
  371. transition: all 0.6s ease-in;
  372. }
  373.  
  374. /*--- C R E D I T ---*/
  375.  
  376. .credit a {
  377. padding:5px;
  378. color:{color:link};
  379. background-color:#000000;
  380. border:1px solid #000000;
  381. -webkit-transition: opacity 0.7s linear;
  382. opacity: 0.7s;
  383. -webkit-transition: all 0.6s ease-in;
  384. -moz-transition: all 0.6s ease-in;
  385. transition: all 0.6s ease-in;
  386. }
  387.  
  388. .credit a:hover {
  389. background-color:{color:sidelinkshov};}
  390. border:1px solid #131313;
  391. }
  392.  
  393. /*--- O T H E R ---*/
  394.  
  395. #ask {
  396. float:left;
  397. margin-right:5px;
  398. }
  399.  
  400.  
  401. .qsource {
  402. text-align:right;
  403. }
  404.  
  405.  
  406. .playerbutton {
  407. width:20px;
  408. height:20px;
  409. overflow:hidden;
  410. }
  411.  
  412.  
  413. .player {
  414. opacity:.5;
  415. padding:0px 5px 5px 0px;
  416. margin-top:23px;
  417. margin-left:53px;
  418. background-color: #ffffff;
  419. position: absolute;
  420. z-index: 1000;
  421. }
  422.  
  423.  
  424. .audio{
  425. position:absolute;
  426. width:20px;
  427. height:20px;
  428. }
  429.  
  430.  
  431. .albumcover{
  432. width:50px;
  433. height:50px;
  434. position:absolute;
  435. margin-left:30px;
  436. padding:10px;
  437. border:1px solid #f2f2f2;
  438. background-color:#ffffff;
  439. }
  440.  
  441.  
  442. .albumcover img{
  443. float:left;
  444. opacity:1;
  445. width:50px;
  446. }
  447.  
  448.  
  449. .audioinfo{
  450. background-color:#f8f8f8;
  451. height: 40px;
  452. margin-top:17px;
  453. display:block;
  454. width:350px;
  455. text-align: left;
  456. padding-left: 50px;
  457. }
  458.  
  459. .text {
  460. max-width:400px;
  461. overflow:hidden;
  462.  
  463. ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; text-transform: normal;text-align: left; font-style: normal;}
  464.  
  465. ol.notes li.note {padding: 3px;}
  466.  
  467. ol.notes li.note img.avatar {vertical-align: -6px; margin-left:21px; margin-right: 10px; width: 18px; height: 18px; padding:5px; border:1px solid {color:border};}
  468.  
  469. ol.notes li.note span.action {font-style: normal;}
  470.  
  471. ol.notes li.note .answer_content {font-weight: normal;}
  472.  
  473. ol.notes li.note blockquote {color: {color:text}; background-color: #f8f8f8; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  474.  
  475. ol.notes li.note blockquote a {text-decoration: none; font-weight: bold;}
  476.  
  477.  
  478.  
  479.  
  480. {CustomCSS}</style>
  481.  
  482.  
  483. </head><body>
  484.  
  485. </div></div>
  486.  
  487.  
  488.  
  489. <div id="sidebar">
  490. <div id="side">
  491. <div id="title2"><a href="/">{Title}</a></div></br>
  492. <div id="toplink">
  493. {block:ifLink1}<a href="{text:Link1}" >{text:Link1 Title}</a>{/block:ifLink1}
  494. {block:ifLink2}<a href="{text:Link2}" >{text:Link2 Title}</a>{/block:ifLink2}
  495. {block:ifLink3}<a href="{text:Link3}" >{text:Link3 Title}</a>{/block:ifLink3}
  496. {block:ifLink4}<a href="{text:Link4}" >{text:Link4 Title}</a>{/block:ifLink4}
  497. {block:ifLink5}<a href="{text:Link5}" >{text:Link5 Title}</a>{/block:ifLink5}
  498. </div>
  499.  
  500.  
  501.  
  502. <div id="desc">
  503. {Description}
  504. </div>
  505.  
  506. <div id="pagination">
  507. {block:Pagination}<div class="pagination">
  508. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  509. {block:JumpPagination length="5"}{block:CurrentPage}
  510. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  511. {/block:CurrentPage}
  512. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  513. {/block:JumpPagination}
  514. {block:NextPage}<a href="{NextPage}">→</a> {/block:NextPage}
  515. </div>{/block:Pagination}
  516. </div>
  517. </div>
  518.  
  519.  
  520.  
  521. <div id="lsidebar">
  522.  
  523. <img src="{image:lsidebar}" />
  524.  
  525. </div></div>
  526. </br>
  527.  
  528.  
  529.  
  530. </div>
  531.  
  532.  
  533. <div id="entries">{block:Posts}<div id="post">
  534. {block:ContentSource}
  535. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  536. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  537. {/block:SourceLogo}
  538. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  539. {/block:ContentSource}
  540.  
  541. {block:Text}<h1><center>{block:Title}{Title}{/block:Title}</center></h1>{Body}{/block:Text}
  542.  
  543. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" width="400px" ></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  544.  
  545. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  546.  
  547. {block:Quote}<h2>"{Quote}"</h2>
  548. {block:Source}<div class="qsource"> —{Source}</div>{/block:Source}{/block:Quote}
  549.  
  550. {block:Link}<h1><center><a href="{URL}" {Target}>{Name} →</a></center></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  551.  
  552. {block:Chat}{block:Title}<h1><center>{Title}</center></h1>{/block:Title}<div style="line-height:14.5px;">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  553.  
  554. {block:Audio}
  555. <div class="audio">
  556. <div class="player"><div class="playerbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  557. <div class="albumcover"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="albumcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  558. <div class="audioinfo">
  559. </div><br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  560.  
  561. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  562.  
  563. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="padding:5px;border:1px solid #f2f2f2; background-color:#ffffff; width:20px; margin-left:20px; margin-top:10px;"></div><h3><b>{Asker} asked:</b> <br> {Question}</h3><br>{Answer}{/block:Answer}
  564.  
  565.  
  566. <div class="info">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  567. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  568. {block:HasTags}{block:Tags}&nbsp;&nbsp;#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  569.  
  570. </div>
  571.  
  572.  
  573. </div>
  574.  
  575. {block:PostNotes}{PostNotes}{/block:PostNotes}
  576. {/block:Posts}
  577.  
  578. <div style="text-align:right; position:fixed; bottom:15px; right:15px;"><div class="credit"><a href="http://athlstan.tumblr.com/">TH</a></div></div>
  579.  
  580.  
  581.  
  582. </div>
  583.  
  584. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement