Advertisement
nayahelper

theme: lady luck

Jan 18th, 2015
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.52 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <!--
  4.  
  5. base code by ATHENAOFRP
  6. theme by LENAOFRP
  7.  
  8. do not steal or edit and redistribute as your own!
  9.  
  10. -->
  11. <head>
  12.  
  13. <link rel=”shortcut icon” href=”{Favicon}”/>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:text"content="#000">
  18. <meta name="color:link"content="#000">
  19. <meta name="color:post"content="#fff">
  20. <meta name="color:hover"content="#fff">
  21. <meta name="color:border"content="#000">
  22. <meta name="color:accent"content="#000">
  23. <meta name="color:background"content="#fff">
  24. <meta name="color:bold"content="#fff">
  25. <meta name="color:italic"content="#fff">
  26. <meta name="color:scrollbar"content="#000">
  27. <meta name="color:scrollbar bg"content="#fff">
  28.  
  29. <meta name="image:background"content="">
  30. <meta name="image:sbar1"content="">
  31. <meta name="image:sbar2"content="">
  32. <meta name="image:admin1"content="">
  33. <meta name="image:admin2"content="">
  34. <meta name="image:admin3"content="">
  35.  
  36. <meta name="text:click title" content="click title"/>
  37. <meta name="text:description" content=""/>
  38. <meta name="text:admin1 info" content="" />
  39. <meta name="text:admin2 info" content="" />
  40. <meta name="text:admin3 info" content="" />
  41. <meta name="text:link 1 label" content="" />
  42. <meta name="text:link 2 label" content="" />
  43. <meta name="text:link 3 label" content="" />
  44. <meta name="text:link 4 label" content="" />
  45. <meta name="text:link 1" content=""/>
  46. <meta name="text:link 2" content=""/>
  47. <meta name="text:link 3" content=""/>
  48. <meta name="text:link 4" content=""/>
  49.  
  50.  
  51. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  52. <link rel="shortcut icon" href="{Favicon}" />
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55.  
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57.  
  58. <script>
  59. (function($){
  60. $(document).ready(function(){
  61. $("a[title]").style_my_tooltips({
  62. tip_follows_cursor:true,
  63. tip_delay_time:30,
  64. tip_fade_speed:300,
  65. attribute:"title"
  66. });
  67. });
  68. })(jQuery);
  69. </script>
  70.  
  71.  
  72. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  73. <script type="text/javascript">
  74. $(document).ready(function(){
  75. $(".menu").click(function(){
  76. $(".down").toggleClass("up");
  77. });
  78. });
  79. </script>
  80.  
  81. <style type="text/css">
  82.  
  83.  
  84. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:100px;}
  85.  
  86. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar};height:10px !important;}
  87.  
  88. ::-webkit-scrollbar { height:2px;width:2px; background-color:{color:scrollbar bg};}
  89.  
  90. #s-m-t-tooltip {
  91. max-width:300px;
  92. padding:3px 5px 3px 5px;
  93. margin:20px 0px 0px 20px;
  94. background:{color:post};
  95. border:1px solid {color:border};
  96. text-transform:uppercase;
  97. color:{color:text};
  98. z-index:999999999999999999999999999999999999;
  99. font-family:arial;
  100. letter-spacing:1px;
  101. font-size:8px;
  102. }
  103.  
  104. body{
  105. color:{color:text};
  106. font-family:helvetica;
  107. font-size:10px;
  108. background:{color:background} url('{image:Background}') top left fixed repeat;
  109. }
  110.  
  111. h1 {
  112. font-size:8px;
  113. text-transform:uppercase;
  114. font-style:bold;
  115. text-align:right;
  116. letter-spacing:1px;
  117. background-color:{color:border};
  118. color:{color:text};
  119. padding:5px;
  120. }
  121.  
  122. h1 a{
  123. color:{color:link};
  124. }
  125.  
  126. h2 {
  127. font-size:8px;
  128. text-transform:uppercase;
  129. font-style:bold;
  130. text-align:right;
  131. letter-spacing:1px;
  132. background-color:{color:border};
  133. color:{color:text};
  134. padding:5px;
  135. }
  136.  
  137. h2 a{
  138. color:{color:link};
  139. }
  140.  
  141. h3 {
  142. margin-bottom:5px;
  143. font-size:12px;
  144. letter-spacing:0.3px;
  145. text-transform:lowercase;
  146. text-align:center;
  147. }
  148.  
  149.  
  150. h4 {
  151. margin-top:0px;
  152. margin-bottom:5px;
  153. font-size:14px;
  154. background-color:{color:background};
  155. padding:5px;
  156. text-transform:lowercase;
  157. text-align:right;
  158. }
  159.  
  160. blockquote {
  161. margin:0px;
  162. background:{color:background};
  163. border-left:5px solid {color:border};
  164. padding:5px;
  165. }
  166.  
  167.  
  168.  
  169. big {border-bottom:2px solid {color:border};
  170. padding:3px;
  171. font-size:8px;
  172. line-height:14px;
  173. font-weight:bold;
  174. text-transform:uppercase;
  175. background-color:{color:background};
  176. color:{color:text};
  177. }
  178.  
  179. pre {border-bottom:2px solid {color:background};
  180. padding:5px;
  181. text-transform:uppercase;
  182. font-size:110%;
  183. background-color:{color:border};
  184. color:{color:post};
  185. word-wrap:break-word;
  186. }
  187.  
  188. small {font-size:10px;}
  189.  
  190. b, strong { font-weight:bold;
  191. color:{color:bold}; }
  192. i { font-weight:italic;
  193. color:{color:italic}; }
  194. u {text-decoration:none;
  195. border-bottom:1px solid {color:text}; }
  196.  
  197.  
  198. a { color:{color:link};
  199. text-decoration:none;-moz-transition-duration:0.5s;
  200. -webkit-transition-duration:0.5s;
  201. -o-transition-duration:0.5s;}
  202. a:hover {color:{color:hover};}
  203.  
  204. #entries{
  205. width:500px;
  206. margin-left:580px;
  207. margin-top:25px;
  208. position:absolute;
  209. }
  210.  
  211. #post{
  212. padding-top:10px;
  213. padding-left:10px;
  214. padding-right:10px;
  215. padding-bottom:1px;
  216. background-color:{color:post};
  217. border:0px solid {color:border};
  218. width:500px;
  219. margin-left:0px;
  220. margin-bottom:28px;
  221. }
  222.  
  223.  
  224. .pagi {
  225. margin-top:550px;
  226. margin-left:250px;
  227. position:fixed;
  228. padding:1px;font-family:helvetica;
  229. font-size:3px;
  230. }
  231.  
  232. .pagi a {
  233. color:{color:link};
  234. }
  235.  
  236.  
  237.  
  238. #sidebar {margin-top:25px;
  239. margin-left:17px;
  240. position:fixed;
  241. }
  242.  
  243.  
  244. #sbar1 {
  245. border:10px solid {color:post};
  246. }
  247.  
  248. #sbar2 {
  249. margin-left:0px;
  250. margin-top:0px;
  251. position:fixed;
  252. }
  253.  
  254.  
  255. #description {
  256. overflow:hidden;
  257. position:fixed;
  258. text-align:justify;
  259. margin-top:0px;
  260. margin-left:223px;
  261. width:245px;
  262. height:205px;
  263. background-color:{color:post};
  264. padding:10px;
  265. padding-top:5px;
  266. font-size:10px;
  267. text-transform:normal;
  268. -webkit-transition: opacity 0.5s linear;
  269. -webkit-transition: all 0.5s linear;
  270. -moz-transition: all 0.5s linear;
  271. transition: all 0.5s linear;
  272. }
  273.  
  274.  
  275. #description h2 {
  276. margin-top:5px;
  277. margin-bottom:5px;
  278. }
  279.  
  280.  
  281.  
  282. .links {
  283. width:245px;
  284. height:45px;
  285. padding:10px;
  286. background-color:{color:post};
  287. position:fixed;
  288. margin-top:230px;
  289. margin-left:223px;
  290. }
  291.  
  292. .links a {
  293. border-bottom:2px solid {color:background};
  294. width:113px;
  295. margin-bottom:5px;
  296. text-align:left;
  297. padding:4px;
  298. font-weight:bold;
  299. color:{color:link};
  300. font-family:'arial';
  301. background-color:{color:border};
  302. font-size:9px;
  303. letter-spacing:1px;
  304. text-transform:uppercase;
  305. display:inline-block;
  306. }
  307.  
  308.  
  309. .down {
  310. opacity:0;
  311. height:433px;
  312. padding-left:10px;
  313. padding-right:10px;
  314. margin-left:18px;
  315. margin-top:26px;
  316. z-index:-999;
  317. -webkit-transition:all 0.6s;
  318. -moz-transition:all 0.3s;
  319. -ms-transition:all 0.6s;
  320. -o-transition:all 0.6s;
  321. transition:all 0.6s;
  322. }
  323.  
  324. .up {
  325. opacity:1;
  326. height:433px;
  327. padding-left:10px;
  328. padding-right:10px;
  329. margin-left:18px;
  330. margin-top:26px;
  331. z-index:10000000000;
  332. -webkit-transition:all 0.6s;
  333. -moz-transition:all 0.3s;
  334. -ms-transition:all 0.6s;
  335. -o-transition:all 0.6s;
  336. transition:all 0.6s;
  337. }
  338.  
  339. #nav {
  340. width:498px;
  341. z-index:10;
  342. position:fixed;
  343. background-color:{color:background};
  344. color:{color:post};
  345. }
  346.  
  347. #cont {
  348. font-size:12px;
  349. color:{color:text};
  350. font-family:arial;
  351. padding:10px;
  352. }
  353.  
  354.  
  355. .admins {margin-top:470px;
  356. position:fixed;
  357. letter-spacing:1px;
  358. font-family:arial;
  359. text-align:center;
  360. text-transform:uppercase;
  361. font-weight:bold;
  362. margin-left:17px;
  363. width:507px;
  364. padding:7px;
  365. color: {color:text};
  366. background-color:{color:post};
  367. }
  368.  
  369. .admins a {color:{color:text};}
  370.  
  371. .admins a:hover {
  372. color:{color:hover};
  373. cursor:help;
  374. }
  375.  
  376. #admin1 {
  377. margin-left:228px;
  378. margin-top:320px;
  379. }
  380.  
  381. #admin1 img {
  382. margin-left:5px;
  383. padding:5px;
  384. border:1px solid {color:border};
  385. width:64px;
  386. height:64px;
  387. border-radius:100%;
  388. }
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395. #info {
  396. width:513px;
  397. color:{color:link};
  398. background:{color:border};
  399. text-align:left;
  400. font-family:arial;
  401. letter-spacing:1px;
  402. font-size:8px;
  403. font-style:none;
  404. padding-left:7px;
  405. padding-top:5px;
  406. padding-bottom:4px;
  407. line-height:10px;
  408. text-transform:lowercase;
  409. margin-left:-10px;
  410. }
  411.  
  412. #info a {
  413. text-align:center;
  414. color:{color:post links};
  415. }
  416.  
  417. #info a:hover {
  418. -moz-transition-duration:0.4s;
  419. -webkit-transition-duration:0.4s;
  420. -o-transition-duration:0.4s;
  421. color:{color:Hover}
  422. }
  423.  
  424. .note {
  425. text-transform:uppercase;
  426. font-style:normal;
  427. letter-spacing:0px;
  428. font-size: 9px;
  429. text-align:left;
  430. line-height:90%;
  431. margin-left:-40px;
  432. }
  433.  
  434. .note li {
  435. list-style-type:none;
  436. border-bottom:1px solid {color:background};
  437. padding:10px 25px 10px 25px;
  438. text-align:left;
  439. margin:0px;
  440. -moz-transition-duration:0.5s;
  441. -webkit-transition-duration:0.5s;
  442. -o-transition-duration:0.5s;
  443. }
  444.  
  445. .note li img {
  446. border-radius:100px;
  447. margin-bottom:-3px;
  448. padding-right:20px;
  449. }
  450.  
  451. .audio {
  452. width:500px;
  453. padding-bottom:10px;
  454. background-color:{color:infobg};
  455. }
  456.  
  457. .albumart {
  458. float:left;
  459. padding:0px 10px 10px 0px;
  460. }
  461.  
  462. .albumart img {
  463. width:50px;
  464. height:50px;
  465. }
  466.  
  467. .playercontainer {
  468. text-align:left;
  469. padding:10px;
  470. background-color:#ffffff;
  471. width:480px;
  472. }
  473.  
  474. .audioinfo {
  475. padding:10px;
  476. color:{color:text};
  477. }
  478.  
  479. .asker{
  480. padding:2px;
  481. padding-right:5px;
  482. color:{color:bold};
  483. background-color:{color:background};
  484. font-size:10px;
  485. line-height:18px;
  486. font-weight:bold;
  487. font-style:italic;
  488. text-transform: lowercase;
  489. text-align:right;
  490. margin-bottom:10px;
  491. }
  492.  
  493. .asker a{
  494. color:{color:bold};
  495. }
  496.  
  497. .questions{
  498. text-align:left;
  499. padding:20px;
  500. background-color:{color:border};
  501. color:{color:text};
  502.  
  503. }
  504.  
  505. .answer{
  506. color:{color:text};
  507. text-align:left;
  508. margin-top:1px;
  509. }
  510.  
  511. #credit {
  512. width: 5px;
  513. height: 5px;
  514. font-weight:bold;
  515. font-family: arial;
  516. font-size: 8px;
  517. text-transform: uppercase;
  518. text-align: center;
  519. bottom: 10px;
  520. right: 10px;
  521. padding: 10px;
  522. color:{color:text};
  523. position: fixed;
  524. }
  525.  
  526.  
  527. {CustomCSS}</style>
  528.  
  529. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  530.  
  531. </head>
  532. <body>
  533.  
  534. <div id="sidebar">
  535.  
  536. <div id="sbar1"><img src="{image:sbar1}"></div>
  537.  
  538. </div>
  539. </div>
  540.  
  541.  
  542. </div>
  543.  
  544. <div id="stuff">
  545.  
  546. </div>
  547.  
  548.  
  549. <div class="admins"><a class="menu">{text:click title}</a></div>
  550. <div class="down" id="nav">
  551. <div id="cont">
  552. <div id="sbar2"><img src="{image:sbar2}"></div>
  553. <div id="description"><h2>{title}</h2>{text:description}</div>
  554. <div class="links">
  555. <a href="{text:link 1}">{text:link 1 label}</a>
  556. <a href="{text:link 2}">{text:link 2 label}</a>
  557. <a href="{text:link 3}">{text:link 3 label}</a>
  558. <a href="{text:link 4}">{text:link 4 label}</a>
  559. </div>
  560. <div id="admin1">
  561. <a title="{text:admin1 info}"><img src="{image:admin1}"></a>
  562. <a title="{text:admin2 info}"><img src="{image:admin2}"></a>
  563. <a title="{text:admin3 info}"><img src="{image:admin3}"></a>
  564. </div>
  565. </div>
  566. </div>
  567.  
  568.  
  569. {block:Pagination}
  570. <div class="pagi">
  571. {block:PreviousPage}
  572. <big><a href="{PreviousPage}">PREV</a></big><br>
  573. {/block:PreviousPage}
  574. {block:NextPage}
  575. <big><a href="{NextPage}">NEXT</a></big>
  576. {/block:NextPage}
  577. </div>
  578. {/block:Pagination}
  579.  
  580. </div>
  581.  
  582. <div id="entries">
  583.  
  584. {block:Posts}
  585.  
  586. <!-- {block:NoRebloggedFrom}
  587. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  588. {/block:NoRebloggedFrom} -->
  589. {block:ContentSource}<!-- {SourceURL}
  590. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  591. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  592. {/block:ContentSource}
  593.  
  594. <div id="post">
  595.  
  596.  
  597.  
  598. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  599.  
  600.  
  601.  
  602. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  603.  
  604. {block:Photoset}<center>{Photoset-500}<br></center>
  605. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  606.  
  607.  
  608. {block:Quote}
  609. <h3>❝ {Quote} ❞</h3>
  610. <p align="right">
  611. {block:Source}<h1>-{Source}</h1>{/block:Source}
  612. </p>
  613. {/block:Quote}
  614.  
  615.  
  616. {block:Video}
  617. {Video-500}<br>
  618. {PlayCountWithLabel}
  619. {/block:Video}
  620.  
  621.  
  622. {block:Link}
  623. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>
  624. {block:Description}{Description}{/block:Description}
  625. {/block:Link}
  626.  
  627. {block:Chat}
  628. {block:Lines}
  629. {block:Label}
  630. <b>{Label}</b>
  631. {/block:Label}
  632. &nbsp;{Line}<br><br>
  633. {/block:Lines}
  634. {/block:Chat}
  635.  
  636. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  637. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  638. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  639. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  640. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  641.  
  642.  
  643. {block:Answer}<div class="questions">{Question}</div>
  644. <div class="asker">{Asker}</div>
  645. <div class="answer">{Answer}</div>{/block:answer}
  646.  
  647. {block:Date}<div id="info"><a href="{Permalink}">{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}</a>{block:NoteCount} &middot; <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{/block:Date}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}">{tag}.</a>&nbsp;{/block:Tags}{/block:HasTags} {block:PermalinkPage} &middot; via <a href="{ReblogParentURL}">{ReblogParentName}</a> &middot; © <a href="{SourceURL}">{SourceLink}</a>{/block:RebloggedFrom}{/block:PermalinkPage}</div>
  648. <div class="note">
  649. {block:PostNotes}{PostNotes}{/block:PostNotes}
  650. </div>
  651. </div>
  652.  
  653. {/block:Posts}
  654.  
  655. </div>
  656. <div id="credit"><a href="http://lenaofrp.tumblr.com">▲</a></div>
  657. </div>
  658.  
  659.  
  660. </body>
  661. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement