Advertisement
chiaravee

THEME #1 BY LOLITAMIRAI @ TUMBLR: 未来/Future

Dec 24th, 2013
2,338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.25 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <!--
  5.  
  6. THEME #1 BY LOLITAMIRAI: 未来/'Dream'
  7.  
  8. >>>base theme by tukut @ tumblr, editing done by me<<<
  9. >>>♥ other credits are found on the credits page ♥<<<
  10.  
  11. ***TOC::***
  12. 1.) you can edit as much as you want idgaf just dont redistribute it as your own
  13. 2.) you can move or replace the link that goes to my main blog on the navigation thing AS LONG AS YOU MOVE IT TO A SECOND PAGE!!!
  14. 3.) under no circumstances are you allowed to claim it as your own
  15.  
  16. please and thank you!!! i hope you enjoy the theme!! if you have any questions/suggestions/comments/questions/complaints/whatevers, just send me an ask @ lolitamirai.tumblr.com
  17.  
  18. -->
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head>
  21. <!-- DEFAULT VARIABLES -->
  22. <meta name="color:Background" content="#3b627e" />
  23. <meta name="color:text" content="#3b627e" />
  24. <meta name="color:link" content="#3b627e" />
  25. <meta name="color:post title color" content="" />
  26. <meta name="color:footer color" content="#3b627e" />
  27. <meta name="color:footer color hover" content="#3b627e" />
  28. <meta name="color:notes text" content="#3b627e" />
  29. <meta name="color:scroll" content="" />
  30.  
  31. <meta name="if:Show Tags" content="1" />
  32. <meta name="if:400px" content="1" />
  33.  
  34. <meta name="if:link 1" content="1" />
  35. <meta name="if:link 2" content="1" />
  36. <meta name="if:link 3" content="1" />
  37. <meta name="if:link 4" content="1" />
  38. <meta name="if:link 5" content="1" />
  39.  
  40. <meta name="if:shadow" content="1" />
  41. <meta name="if:bgcover" content="1" />
  42. <meta name="if:customcursor" content="1" />
  43.  
  44. <meta name="if:music" content="1" />
  45.  
  46. <meta name="if:Show Album Art on Audio Posts" content="1" />
  47.  
  48. <meta name="text:sidebaropacity" content="1" />
  49. <meta name="text:postopacity" content="1" />
  50. <meta name="text:SidebarLeft" content="100" />
  51. <meta name="text:SidebarTop" content="150" />
  52. <meta name="text:music top" content="300">
  53. <meta name="text:sidebar img left" content="">
  54. <meta name="text:sidebar img top" content="">
  55. <meta name="text:billy code" content="" />
  56. <meta name="text:custom cursor" content="">
  57.  
  58. <meta name="text:linkies title" content="" />
  59. <meta name="text:link 1 name" content="" />
  60. <meta name="text:link 2 name" content="" />
  61. <meta name="text:link 3 name" content="" />
  62. <meta name="text:link 4 name" content="" />
  63. <meta name="text:link 5 name" content="" />
  64. <meta name="text:link 1 url" content="" />
  65. <meta name="text:link 2 url" content="" />
  66. <meta name="text:link 3 url" content="" />
  67. <meta name="text:link 4 url" content="" />
  68. <meta name="text:link 5 url" content="" />
  69.  
  70.  
  71. <meta name="image:top" content="" />
  72. <meta name="image:background" content="" />
  73. <meta name="image:sidebar" content="" />
  74. <meta name="image:Favicon" content="" />
  75.  
  76.  
  77. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  78. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  79. <link rel="shortcut icon" href="{image:favicon}" />
  80. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  81. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  82. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  83. <style type="text/css">
  84.  
  85. @font-face {
  86. font-family: "fipps";
  87. src: url('http://static.tumblr.com/dcmqige/SuOmybl7g/04b_30__.ttf');
  88. }
  89.  
  90. @font-face {
  91. font-family: "ronda";
  92. src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf');
  93. }
  94.  
  95. {block:ifcustomcursor}html, body, a:hover {cursor: url({text:custom cursor}), url({text:custom cursor}), progress !important;} {/block:ifcustomcursor}
  96.  
  97. body {
  98. background: {color:Background} url('{image:Background}') {block:ifbgcover} center fixed ;
  99. -webkit-background-size: cover;
  100. -moz-background-size: cover;
  101. -o-background-size: cover;
  102. background-size: cover; {/block:ifbgcover}
  103.  
  104.  
  105. {block:ifnotbgcover} top left fixed repeat {block:ifnotbgcover};
  106. margin: 0;
  107.  
  108. padding: 0;
  109. font-family: ronda;
  110. font-size:8px;
  111. }
  112.  
  113. ::-webkit-scrollbar {
  114. height: 0px;
  115. width: 8px;
  116. background: {color:background};
  117. opacity:0;
  118. }
  119.  
  120. ::-webkit-scrollbar-thumb {
  121. background: {color:scroll};
  122. height: 8px;
  123. width: 8px;
  124. border-radius: 2px;
  125. -moz-border-radius: 2px;
  126. -webkit-border-radius: 2px;
  127. -o-border-radius: 2px;
  128. -ms-border-radius: 2px;
  129. }
  130.  
  131.  
  132. .clear {
  133. clear: both;
  134. height: 0px;
  135. overflow: hidden;
  136. }
  137.  
  138. a img {
  139. border: none;
  140. }
  141.  
  142.  
  143. #topborder {
  144. width:100%;
  145. height:100px;
  146. background: url('{image:top}') top fixed repeat-x;
  147. position:fixed;
  148. opacity: 1;
  149. z-index:999;
  150. }
  151.  
  152. #fipps{
  153. font-family: fipps;
  154. font-size: 16px;
  155. }
  156.  
  157.  
  158. #wrapper {
  159. {block:ifnot400px} width: 845px; {/block:ifnot400px}
  160.  
  161. {block:if400px} width: 745px; {/block:if400px}
  162. margin: 0 auto;
  163. z-index:999;
  164.  
  165. }
  166.  
  167. #wrapper #title {
  168. text-align:center;
  169. margin: 30px 0;
  170. color: #fff;
  171. font-size: 50px;
  172. font-weight: bold;
  173. font-family: arial;
  174. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  175. letter-spacing: -1px;
  176. }
  177.  
  178. #wrapper #title a {
  179. color: #fff;
  180. text-decoration: none;
  181. }
  182.  
  183. #wrapper #content {
  184.  
  185. margin-top: 50px;
  186. {block:ifnot400px} width: 520px; {/block:ifnot400px}
  187.  
  188. {block:if400px} width: 420px; {/block:if400px}
  189. {block:ifsidebarleft} float: right; {/block:ifsidebarleft}
  190. {block:ifnotsidebarleft} float: left; {/block:ifnotsidebarleft}
  191. }
  192.  
  193. #wrapper #content .post {
  194. {block:ifshadow} box-shadow:rgba(0,0,0,0.1)9px 9px; {/block:ifshadow}
  195.  
  196. {block:ifnot400px} width: 500px; {/block:ifnot400px}
  197.  
  198. {block:if400px} width: 400px; {/block:if400px}
  199. font-family: ronda;
  200. font-size:8px;
  201. background: rgba(255,255,255,{text:postopacity});
  202. padding: 15px;
  203. position: relative;
  204. -webkit-border-radius: 10px;
  205. -moz-border-radius: 10px;
  206. border-radius: 10px;
  207. z-index:999;
  208. }
  209.  
  210. #wrapper #content .post .media {
  211. text-align: center;
  212. margin-bottom: 10px;
  213.  
  214. }
  215.  
  216. #wrapper #content .post .quotebg {
  217. font-family: georgia, serif;
  218. font-size: 150px;
  219. color: {color:Background};
  220. opacity: 0.2;
  221. filter: alpha(opacity=20);
  222. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  223. position: absolute;
  224. top: 70px;
  225. left: 10px;
  226. }
  227.  
  228. #wrapper #content .post .quote {
  229. color: {color:Background};
  230. font-weight: bold;
  231. padding: 20px 20px 5px 20px;
  232. }
  233.  
  234. #wrapper #content .post .quote.short {
  235. font-size: 33px;
  236. line-height: 35px;
  237. }
  238.  
  239. #wrapper #content .post .quote.medium {
  240. font-size: 25px;
  241. line-height: 28px;
  242. }
  243.  
  244. #wrapper #content .post .quote.long {
  245. font-size: 18px;
  246. line-height: 22px;
  247. }
  248.  
  249. #wrapper #content .post .quote_source *:first-child {
  250. margin-top: 0px;
  251. }
  252.  
  253. #wrapper #content .post .quote_source *:last-child {
  254. margin-bottom: 0px;
  255. }
  256.  
  257. #wrapper #content .post .quote *:first-child {
  258. margin-top: 0px;
  259. }
  260.  
  261. #wrapper #content .post .quote *:last-child {
  262. margin-bottom: 0px;
  263. }
  264.  
  265. #wrapper #content .post .copy {
  266. color: {color:text};
  267. padding: 10px;
  268. font-size:8px;
  269. line-height: 15px;
  270. }
  271.  
  272. #wrapper #content .post .copy a {
  273. color: {color:link};
  274. }
  275.  
  276. #wrapper #content .post .copy p {
  277. margin: 10px 0 0 0;
  278. padding: 0;
  279. }
  280.  
  281. #wrapper #content .post .copy pre {
  282. margin: 10px 0px 10px 0px;
  283. padding: 10px;
  284. background-color: #e6e6e6;
  285. font: normal 11px Courier, monospace;
  286. overflow: auto;
  287. }
  288.  
  289. #wrapper #content .post .copy > p:first-child {
  290. margin-top: 0;
  291. }
  292.  
  293. #wrapper #content .post .copy img {
  294. max-width: 100%;
  295.  
  296. }
  297.  
  298. #wrapper #content .post .audio {
  299. float: left;
  300. padding: 7px;
  301. margin-bottom: 10px;
  302. -moz-border-radius: 4px;
  303. -webkit-border-radius: 4px;
  304. border-radius: 4px;
  305. }
  306.  
  307. #wrapper #content .post .audio .player {
  308. float: left;
  309. }
  310.  
  311. #wrapper #content .post .audio .player .audio_player embed {
  312. border: 1px solid #c8c8c8;
  313. }
  314.  
  315.  
  316.  
  317. .tumblr_audio_player {height: 40px; width: 210px;}
  318.  
  319. #wrapper #content .post .audio .meta a {
  320. color: #666;
  321. text-decoration: none;
  322. }
  323.  
  324. #wrapper #content .post .album_art {
  325. float:left;
  326. }
  327.  
  328. #wrapper #content .post .question {
  329. color: #494949;
  330. font-size:8px;
  331. font-weight: bold;
  332. background: #f1f1f1;
  333. -moz-border-radius: 8px;
  334. -webkit-border-radius: 8px;
  335. border-radius: 8px;
  336. margin: 0 0 15px 0;
  337. padding: 15px 20px;
  338. position: relative;
  339. }
  340.  
  341. #wrapper #content .post .question .nipple {
  342. width: 13px;
  343. height: 7px;
  344. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  345. position: absolute;
  346. bottom: -7px;
  347. left: 30px;
  348. }
  349.  
  350. #wrapper #content .post .asker_container {
  351. margin: 0 0 20px 24px;
  352. }
  353.  
  354. #wrapper #content .post .asker_container img {
  355. margin: 0 12px -7px 0;
  356. }
  357.  
  358. #wrapper #content .post .asker_container a.asker {
  359. color: {color:Body};
  360. }
  361.  
  362. #wrapper #content .post .title {
  363. color:{color:post title color};
  364. font-size:16px;
  365. font-family:fipps;
  366. text-align:center;
  367. padding: 5px 5px 0 5px;
  368. }
  369.  
  370. #wrapper #content .post img {
  371. max-width: 100%;
  372. -webkit-border-radius: 10px;
  373. -moz-border-radius: 10px;
  374. border-radius: 10px;
  375. }
  376.  
  377. #wrapper #content .post .chat {
  378. background-color: #fff;
  379. border-left: 5px solid #dedddd;
  380. margin: 10px 10px 0 10px;
  381. font-size:8px;
  382. }
  383.  
  384. #wrapper #content .post .chat .lines {
  385. margin-left: 1px;
  386. }
  387.  
  388. #wrapper #content .post .chat .lines .line {
  389. background-color: #eaeaea;
  390. color: #494949;
  391. margin-bottom: 1px;
  392. padding: 3px 5px;
  393. }
  394.  
  395. #wrapper #content .post .chat .lines .line.even {
  396. background-color: #dedddd;
  397. }
  398.  
  399. #wrapper #content .post .link {
  400. margin: 4px 0 2px 0;
  401. font-size:8px;
  402. line-height: 25px;
  403. }
  404.  
  405. #wrapper #content .post .link a {
  406. background-color: {color:link};
  407. color: #fff;
  408. padding: 5px 7px;
  409. -moz-border-radius: 4px;
  410. -webkit-border-radius: 4px;
  411. border-radius: 4px;
  412. font-family:fipps;
  413. font-size:16px;
  414. -webkit-transition: all 0.3s ease-out;
  415. -moz-transition: all 0.3s ease-out;
  416. transition: all 0.3s ease-out;
  417. }
  418.  
  419. #wrapper #content .post .link a:hover {
  420. opacity: 0.8;
  421. filter: alpha(opacity=90);
  422. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  423. }
  424.  
  425. #wrapper #content .post .footer {
  426. background: {color:footer color};
  427. -moz-border-radius: 4px;
  428. -webkit-border-radius: 4px;
  429. border-radius: 4px;
  430. font-family: ronda;
  431. font-size:8px;
  432. color: #666;
  433. padding: 5px 10px;
  434. margin-top: 10px;
  435. -webkit-transition: all 0.3s ease-out;
  436. -moz-transition: all 0.3s ease-out;
  437. transition: all 0.3s ease-out;
  438. }
  439.  
  440. #wrapper #content .post .footer.for_permalink:hover {
  441. opacity: 0.9;
  442. filter: alpha(opacity=90);
  443. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  444. background:{color:footer color hover};
  445. }
  446.  
  447. #wrapper #content .post .footer .date {
  448. width: 67%;
  449. float: left;
  450. color: {color:notes text};
  451. }
  452.  
  453. #wrapper #content .post .footer .notes {
  454. width: 33%;
  455. float: right;
  456. text-align: right;
  457. color: {color:notes text};
  458. }
  459.  
  460. #wrapper #content .post .footer .notes a {
  461. color: {color:notes text};
  462. }
  463.  
  464. #wrapper #content .post .footer .tags a {
  465. color: {color:notes text};
  466. }
  467.  
  468. #wrapper #content .post .footer .tags .tag-commas:last-child {
  469. display: none;
  470. }
  471.  
  472. #wrapper #content .post .footer.with_source_url .tags {
  473. max-width: 330px;
  474. float: left;
  475. }
  476.  
  477. #wrapper #content .post .footer.with_source_url .source_url {
  478. float: right;
  479. max-width: 160px;
  480. overflow: hidden;
  481. white-space: nowrap;
  482.  
  483. }
  484.  
  485. #wrapper #content .post .footer.with_source_url .source_url img {
  486. vertical-align: top;
  487. -moz-opacity: 0.5;
  488. opacity: 0.5;
  489. }
  490.  
  491. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  492. -moz-opacity: 0.7;
  493. opacity: 0.7;
  494. }
  495.  
  496. #wrapper #content .post a {
  497. color: {color:link};
  498. text-decoration: none;
  499. }
  500.  
  501. #wrapper #content .post .copy blockquote {
  502. margin: 10px 0px 10px 10px;
  503. padding-left: 15px;
  504. border-left: solid 4px #dcdcdc;
  505. }
  506.  
  507.  
  508.  
  509. #wrapper #content .bottom {
  510. /* background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;*/
  511. width: 513px;
  512. height: 40px;
  513. margin: 0 auto;
  514. }
  515.  
  516. #wrapper #content #navigation {
  517. text-align: right;
  518. padding-bottom: 35px;
  519. text-transform: lowercase;
  520. }
  521.  
  522. #wrapper #content #navigation a {
  523. background-color: #fff;
  524. color: {color:Background};
  525. padding: 5px 10px;
  526. text-decoration: none;
  527. margin-left: 25px;
  528. }
  529.  
  530. #wrapper #content #navigation a:hover {
  531. opacity: 0.9;
  532. filter: alpha(opacity=90);
  533. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  534. }
  535.  
  536. #wrapper #content #navigation.jump_pagination {}
  537.  
  538. #wrapper #content #navigation.jump_pagination a {
  539. margin: 0 0 0 4px;
  540. }
  541.  
  542. #wrapper #content #navigation.jump_pagination .current_page {
  543. color: #fff;
  544. background-color: rgba(255,255,255, 0.1);
  545. border: 2px solid #fff;
  546. padding: 3px 8px;
  547. margin: 0 0 0 4px;
  548. cursor: default;
  549. }
  550.  
  551. #wrapper #content #navigation.jump_pagination .jump_page {}
  552.  
  553. #wrapper #content .post .notecontainer {
  554. background: #eaeaea;
  555. -moz-border-radius: 4px;
  556. -webkit-border-radius: 4px;
  557. border-radius: 4px;
  558. font-family: ronda;
  559. font-size:8px;
  560. color: #666;
  561. margin-top: 10px;
  562. margin-bottom: -10px;
  563. }
  564.  
  565. #wrapper #content .post .notecontainer a {
  566. color: #666;
  567. }
  568.  
  569. #wrapper #content .post .notecontainer ol.notes {
  570. padding: 0px 0 10px 0;
  571. list-style-type: none;
  572. font-size: 11px;
  573. }
  574.  
  575. #wrapper #content .post .notecontainer ol.notes li.note {
  576. padding: 10px 10px 0 10px;
  577. }
  578.  
  579. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  580. vertical-align: -4px;
  581. margin-right: 10px;
  582. width: 16px;
  583. height: 16px;
  584. }
  585.  
  586. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  587. font-weight: normal;
  588. }
  589.  
  590. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  591. font-weight: normal;
  592. }
  593.  
  594. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  595. border-left: 2px solid #666;
  596. padding: 4px 10px;
  597. margin: 10px 0px 0px 25px;
  598. }
  599.  
  600. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  601. text-decoration: none;
  602. }
  603.  
  604. #wrapper #content #searchresults {
  605. color: #fff;
  606. margin: 0 0 15px 0;
  607. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  608. font-family: ronda;
  609. font-size:8px;
  610. }
  611.  
  612. #wrapper #content #searchresults .search_query {
  613. font-weight: bold;
  614. }
  615.  
  616. #wrapper #content #searchresults .search_query:before {
  617. content:'“';
  618. }
  619.  
  620. #wrapper #content #searchresults .search_query:after {
  621. content:'”';
  622. }
  623.  
  624. #wrapper #sidebar {
  625. margin-top: 120px;
  626. position: fixed;
  627. width: 180px;
  628. {block:ifsidebarleft}float: left;
  629. {block:ifnot400px} margin-left:{text:SidebarLeft}px; margin-top:{text:SidebarTop}px; {/block:ifnot400px} {/block:ifsidebarleft}
  630. {block:if400px} margin-left:{text:SidebarLeft}px; margin-top:{text:SidebarTop}px; {/block:if400px} {/block:ifsidebarleft}
  631. color: {color:Background};
  632. font-family: ronda;
  633. font-size:8px;
  634. }
  635.  
  636. #wrapper #sidebar a {
  637. color:{color:link};
  638. }
  639.  
  640. #wrapper #sidebar #sideimg {
  641. position: relative;
  642. top: {text:sidebar img top}px;
  643. left: {text:sidebar img left}px;
  644. z-index:-999;
  645. }
  646.  
  647. #wrapper #sidebar #navbutts {
  648. background: #fff;
  649. width: 115px;
  650. height: 25px;
  651. margin-bottom:5px;
  652. margin-left:32px;
  653. text-align:center;
  654. -webkit-border-radius: 10px;
  655. -moz-border-radius: 10px;
  656. border-radius: 10px;
  657. opacity: {text:sidebaropacity};
  658. {block:ifshadow} box-shadow:rgba(0,0,0,0.1)5px 5px; {/block:ifshadow}
  659. z-index:999;
  660.  
  661. }
  662.  
  663. #wrapper #sidebar #oops {
  664. margin:2px;
  665.  
  666. }
  667.  
  668.  
  669. #wrapper #sidebar #navbutts a {
  670. color:{color:link};
  671. z-index:999;
  672. }
  673.  
  674.  
  675. #wrapper #sidebar #music {
  676. background: #fff;
  677. top:{text:musictop};
  678. width: 115px;
  679. height: 25px;
  680. margin-bottom:5px;
  681. margin-top:5px;
  682. margin-left:32px;
  683. text-align:center;
  684. -webkit-border-radius: 10px;
  685. -moz-border-radius: 10px;
  686. border-radius: 10px;
  687. opacity: {text:sidebaropacity};
  688. {block:ifshadow} box-shadow:rgba(0,0,0,0.1)5px 5px; {/block:ifshadow}
  689. padding-top:8px;
  690. padding-left:1px;
  691. font-family:ronda;
  692. overflow:hidden;
  693.  
  694. }
  695.  
  696. #wrapper #sidebar a {
  697. color: {color:Background};
  698. }
  699.  
  700. #wrapper #sidebar #top {
  701. background: rgba(255,255,255,{text:sidebaropacity});
  702. {block:ifshadow} box-shadow:rgba(0,0,0,0.1)9px 9px; {/block:ifshadow}
  703. padding: 0 20px;
  704.  
  705. -webkit-border-radius: 10px;
  706. -moz-border-radius: 10px;
  707. border-radius: 10px;
  708. }
  709.  
  710.  
  711. #wrapper #sidebar #top #pages {
  712. margin-bottom: 15px;
  713. font-size: 12px;
  714. }
  715.  
  716.  
  717. #wrapper #sidebar #top #description {
  718. color: {color:text};
  719. font-size:8px;
  720. position: relative;
  721. padding:10px;
  722. padding-bottom:3px;
  723. text-align: center;
  724. overflow:hidden;
  725. }
  726.  
  727. #wrapper #sidebar #top #description a {
  728. color: {color:link};
  729. }
  730.  
  731. #wrapper #sidebar #top #description .links {
  732. background-color:transparent;
  733. font-family:ronda;
  734. }
  735.  
  736. .linkies {
  737. width:120px;
  738. height:18px;
  739. margin-left: 0px;
  740. padding-left: 2px;
  741. background: transparent;
  742. font-family:ronda;
  743. font-weight:none;
  744. border: 1px dotted {color:nav border};
  745. -webkit-appearance: none;
  746. margin-top: 5px;
  747. letter-spacing: 2px;
  748. text-transform:none;
  749. font-size: 8px;
  750. }
  751.  
  752. #wrapper #sidebar #top #search {
  753. background: #fff;
  754. border: 1px solid {color:Background};
  755.  
  756. -moz-border-radius: 4px;
  757. -webkit-border-radius: 4px;
  758. border-radius: 4px;
  759. }
  760.  
  761. #wrapper #sidebar #top #search-scope {
  762. padding-top: 5px;
  763. font-size: 11px;
  764. text-align: center;
  765. }
  766.  
  767. #wrapper #sidebar #top #search-scope input,
  768. #wrapper #sidebar #top #search-scope label {
  769. cursor: pointer;
  770. }
  771.  
  772. #wrapper #sidebar #top #search form {
  773. margin: 0;
  774. }
  775.  
  776. #wrapper #sidebar #top #search form .query {
  777. padding: 5px;
  778. border: none;
  779. background: transparent;
  780. outline: none;
  781. width: 125px;
  782. float: left;
  783. color: {color:Background};
  784. }
  785.  
  786. #wrapper #sidebar #top #search form .submit {
  787. background: {color:Background};
  788. color: #fff;
  789. border: none;
  790. padding: 5px 7px;
  791. margin: 3px 3px 2px 0;
  792. float: right;
  793. -moz-border-radius: 3px;
  794. -webkit-border-radius: 3px;
  795. border-radius: 3px;
  796. cursor: pointer;
  797. }
  798.  
  799. #wrapper #sidebar #top #search form .submit:hover {
  800. opacity: 0.9;
  801. filter: alpha(opacity=90);
  802. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  803. }
  804.  
  805. #wrapper #sidebar #top .heading {
  806. color: #fff;
  807. font-family: helvetica, arial, sans-serif;
  808. font-size: 17px;
  809. margin-top: 20px;
  810. padding: 10px;
  811. background-color: {color:Background};
  812. -webkit-border-top-left-radius: 4px;
  813. -webkit-border-top-right-radius: 4px;
  814. -moz-border-radius-topleft: 4px;
  815. -moz-border-radius-topright: 4px;
  816. border-top-left-radius: 4px;
  817. border-top-right-radius: 4px;
  818. }
  819.  
  820. #wrapper #sidebar #top a .heading {
  821. color: #fff;
  822. text-decoration: none;
  823. }
  824.  
  825. #wrapper #sidebar #top .heading#followontumblr {
  826. background: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-en_US.png') center left no-repeat {color:Background};
  827. text-indent: -9999px;
  828. -moz-border-radius: 4px;
  829. -webkit-border-radius: 4px;
  830. border-radius: 4px;
  831.  
  832. {block:German}
  833. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-de_DE.png');
  834. {/block:German}
  835.  
  836. {block:Japanese}
  837. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-ja_JP.png');
  838. {/block:Japanese}
  839.  
  840. {block:Italian}
  841. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-it_IT.png');
  842. {/block:Italian}
  843.  
  844. {block:French}
  845. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-fr_FR.png');
  846. {/block:French}
  847. }
  848.  
  849. #wrapper #sidebar #top .heading#followontumblr:hover,
  850. #wrapper #sidebar #top .heading#twitter:hover {
  851. opacity: 0.9;
  852. filter: alpha(opacity=90);
  853. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  854. }
  855.  
  856. #wrapper #sidebar #top .heading#twitter {
  857. background: url('http://assets.tumblr.com/themes/redux/sidebar-twitter.png') right center no-repeat {color:Background};
  858. }
  859.  
  860. #wrapper #sidebar #top .heading#following {
  861. background: url('http://assets.tumblr.com/themes/redux/sidebar-following.png') right center no-repeat {color:Background};
  862. }
  863.  
  864. #wrapper #sidebar #top .content {
  865. margin-top: 2px;
  866. padding: 7px 10px;
  867. background: #eaeaea;
  868. color: #666;
  869. font-size: 11px;
  870. overflow: hidden;
  871. }
  872.  
  873. #wrapper #sidebar #top a {
  874. text-decoration: none;
  875. }
  876.  
  877. #wrapper #sidebar #top #following-avatars.content {
  878. padding: 4px;
  879. }
  880.  
  881. #wrapper #sidebar #top #following-avatars.content a img {
  882. margin: 5px;
  883. }
  884.  
  885. #wrapper #sidebar #top #buttons {
  886. padding: 20px 0 0 0;
  887. }
  888.  
  889. #wrapper #sidebar #top #buttons .button {
  890. width: 35%;
  891. height: 21px;
  892. float: left;
  893. background: left center no-repeat transparent;
  894. padding: 2px 0 0 30px;
  895. font-size: 14px;
  896. }
  897.  
  898. #wrapper #sidebar #top #buttons a {
  899. color: {color:Background};
  900. text-decoration: none;
  901. }
  902.  
  903. #wrapper #sidebar #top #buttons div {
  904. padding-bottom: 10px;
  905. }
  906.  
  907. #wrapper #sidebar #top #buttons .button#button-rss {
  908. background-image: url('http://assets.tumblr.com/themes/redux/button-rss.png?2');
  909. text-transform: capitalize;
  910. }
  911.  
  912. #wrapper #sidebar #top #buttons .button#button-random {
  913. background-image: url('http://assets.tumblr.com/themes/redux/button-random.png?2');
  914. }
  915.  
  916. #wrapper #sidebar #top #buttons .button#button-archive {
  917. background-image: url('http://assets.tumblr.com/themes/redux/button-archive.png?2');
  918. }
  919.  
  920. #wrapper #sidebar #top #buttons .button#button-mobile {
  921. background-image: url('http://assets.tumblr.com/themes/redux/button-mobile.png?2');
  922. }
  923.  
  924. #wrapper #sidebar #bottom {
  925. background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  926. width: 250px;
  927. height: 25px;
  928. }
  929.  
  930. #wrapper #sidebar #copyright {
  931. text-align: center;
  932. color: #fff;
  933. font-size: 12px;
  934. margin-bottom: 10px;
  935. }
  936.  
  937. #wrapper #sidebar #copyright a {
  938. color: #fff;
  939. margin-left: 15px;
  940. }
  941.  
  942. #tumblr_controls{
  943.  
  944. position:fixed !important;
  945.  
  946. -webkit-filter: invert(100%)
  947.  
  948. }
  949.  
  950. </style>
  951. <!--[if lt IE 7.]>
  952. <style type="text/css">
  953. #wrapper #sidebar #bottom {
  954. background: transparent;
  955. }
  956.  
  957. #wrapper #sidebar #top #avatar {
  958. background: none;
  959. }
  960.  
  961. #wrapper #sidebar #top #avatar img {
  962. border: 5px solid #f1f1f1;
  963. }
  964.  
  965. #wrapper #sidebar #top .heading#followontumblr {
  966. background-image: none;
  967. text-indent: 0;
  968. }
  969.  
  970. #wrapper #sidebar #top .heading#twitter {
  971. background-image: none;
  972. }
  973.  
  974. #wrapper #sidebar #top .heading#following {
  975. background-image: none;
  976. }
  977.  
  978. #wrapper #content .post .audio .player {
  979. float: none;
  980. }
  981.  
  982. #wrapper #content .post .audio .meta {
  983. display: none;
  984. float: none;
  985. }
  986. </style>
  987. <![endif]-->
  988.  
  989. <!--[if lt IE 8.]>
  990. <style type="text/css">
  991. #wrapper #content .bottom {
  992. background: transparent;
  993. }
  994.  
  995. #wrapper #content .post .footer {
  996. background: transparent;
  997. color: #000;
  998. }
  999.  
  1000. #wrapper #content .post .audio {
  1001. float: none;
  1002. background: transparent;
  1003. }
  1004.  
  1005. #wrapper #content .post .notecontainer .notes {
  1006. padding: 0;
  1007. margin: 0;
  1008. }
  1009. </style>
  1010. <![endif]-->
  1011.  
  1012.  
  1013.  
  1014. <style type="text/css">{CustomCSS}</style>
  1015. </head>
  1016. <body>
  1017.  
  1018. <div="topborder"></div><a href="/"><div style="position:fixed; top: {text:the sidebar img top}px; right: {text: sidebar img left}px; z-index:-999;"><img src=
  1019. "{Image:the sidebar}"></div></a>
  1020.  
  1021. <div id="topborder"></div>
  1022.  
  1023.  
  1024.  
  1025.  
  1026. <div id="wrapper">
  1027.  
  1028.  
  1029. <div id="content">
  1030.  
  1031. {block:SearchPage}
  1032. {block:SearchResults}
  1033. <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  1034. {/block:SearchResults}
  1035.  
  1036. {block:NoSearchResults}
  1037. <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  1038. {/block:NoSearchResults}
  1039. {/block:SearchPage}
  1040.  
  1041. {block:Posts}
  1042. <div class="post">
  1043.  
  1044. {block:Photo}
  1045.  
  1046. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:100%;" />{LinkCloseTag}</div>
  1047.  
  1048. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1049. {/block:Photo}
  1050.  
  1051. {block:Photoset}
  1052. <div class="media" style="max-width:100%">{LinkOpenTag}{Photoset}{LinkCloseTag}</div>
  1053. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption} {/block:Photoset}
  1054.  
  1055.  
  1056.  
  1057. {block:Video}
  1058.  
  1059. {block:ifnot400px}
  1060. <div class="media">{Video-500}</div> {/block:ifnot400px}
  1061.  
  1062. {block:if400px}
  1063. <div class="media">{Video-400}</div> {/block:if400px}
  1064.  
  1065.  
  1066. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1067. {/block:Video}
  1068.  
  1069. {block:Audio}
  1070.  
  1071. {block:AudioEmbed}
  1072. {AudioEmbed}
  1073. {/block:AudioEmbed}
  1074.  
  1075. {block:AudioPlayer}
  1076. {block:IfShowAlbumArtOnAudioPosts}
  1077. {block:AlbumArt}
  1078. <div class="album_art">
  1079. <img src="{AlbumArtURL}" width="100px" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  1080. </div>
  1081. {/block:AlbumArt}
  1082. {/block:IfShowAlbumArtOnAudioPosts}
  1083.  
  1084. <div class="audio">
  1085. <div class="player">{AudioPlayerWhite}</div>
  1086.  
  1087. <div class="clear"></div>
  1088. </div>
  1089. {/block:AudioPlayer}
  1090.  
  1091. <div class="clear"></div>
  1092.  
  1093. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1094.  
  1095. {/block:Audio}
  1096.  
  1097. {block:Quote}
  1098. <div class="quote {Length}">{Quote}</div>
  1099. <div class="copy">
  1100. <div class="quotebg">“</div>
  1101. {block:Source}
  1102. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  1103. <tr>
  1104. <td valign="top" style="width:20px;">&mdash;</td>
  1105. <td valign="top" class="quote_source">
  1106. {Source}
  1107. </td>
  1108. </tr>
  1109. </table>
  1110. {/block:Source}
  1111. </div>
  1112. {/block:Quote}
  1113.  
  1114. {block:Text}
  1115. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1116. <div class="copy">{Body}</div>
  1117. {/block:Text}
  1118.  
  1119. {block:Answer}
  1120. <div class="question">
  1121. <div class="nipple"></div>
  1122. {Question}
  1123. </div>
  1124. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  1125. <div class="copy">{Answer}</div>
  1126. {/block:Answer}
  1127.  
  1128. {block:Chat}
  1129. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1130. <div class="chat">
  1131. <div class="lines">
  1132. {block:Lines}
  1133. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  1134. {/block:Lines}
  1135. </div>
  1136. </div>
  1137. <div class="clear"></div>
  1138. <div style="height:10px;"></div>
  1139. {/block:Chat}
  1140.  
  1141. {block:Link}
  1142. <div class="link"><center><a href="{URL}" {Target}>{Name}</a></center></div>
  1143. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  1144. {/block:Link}
  1145.  
  1146. {block:Date}
  1147. <a href="{Permalink}">
  1148. <div class="footer for_permalink">
  1149. <div class="date">
  1150. {block:Reblog}
  1151. {TimeAgo} {block:NoteCount}♡ {NoteCountWithLabel}{/block:NoteCount}
  1152. {/block:Reblog}
  1153.  
  1154. {block:NotReblog}
  1155. {TimeAgo} {block:NoteCount}♡ {NoteCountWithLabel}{/block:NoteCount}
  1156. {/block:NotReblog}
  1157. </div>
  1158. <div class="notes"> </div>
  1159. <div class="clear"></div>
  1160. </div>
  1161. </a>
  1162. {/block:Date}
  1163.  
  1164. <div class="footer" style="
  1165. display:none;
  1166. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  1167. ">
  1168. {block:IfShowTags}
  1169. {block:HasTags}<div class="tags">✩ {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}</div>{/block:HasTags}
  1170. {/block:IfShowTags}
  1171.  
  1172. {block:ContentSource}<!--
  1173. <a href="{SourceURL}" class="source_url">
  1174. {lang:Source}{:ppidkimin}
  1175. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1176. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  1177. </a>-->
  1178. {/block:ContentSource}
  1179.  
  1180.  
  1181.  
  1182. <div class="clear"></div>
  1183. </div>
  1184.  
  1185. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  1186.  
  1187. {block:IfDisqusShortname}
  1188. {block:Permalink}
  1189. <div class="notecontainer" style="margin:20px 0 1px 0; padding:1px 10px 10px 10px;">
  1190. <div id="disqus_thread"></div>
  1191. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  1192. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  1193. </div>
  1194. <div style="text-align:right; margin-top:5px;">
  1195. {lang:Blog comments powered by Disqus 2}
  1196. </div>
  1197. {/block:Permalink}
  1198. {/block:IfDisqusShortname}
  1199.  
  1200. </div>
  1201. <div class="bottom"></div>
  1202. {/block:Posts}
  1203.  
  1204. {block:Pagination}
  1205. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  1206. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  1207.  
  1208. {block:IfEnableJumpPagination}
  1209. {block:JumpPagination length="5"}
  1210. {block:CurrentPage}
  1211. <span class="current_page">{PageNumber}</span>
  1212. {/block:CurrentPage}
  1213.  
  1214. {block:JumpPage}
  1215. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1216. {/block:JumpPage}
  1217.  
  1218. {/block:JumpPagination}
  1219. {/block:IfEnableJumpPagination}
  1220.  
  1221. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  1222. </div>
  1223. {/block:Pagination}
  1224.  
  1225. </div>
  1226.  
  1227.  
  1228. <div id="sidebar">
  1229.  
  1230. <div id="navbutts">
  1231.  
  1232. <a href="/" title="home"><img src="http://static.tumblr.com/dcmqige/9ohmybmwr/tumblr_inline_mn41t8zsvz1qz4rgp.gif"></a>
  1233.  
  1234. <a href="/ask" title="ask"><img src="http://static.tumblr.com/dcmqige/MDPmybq8g/tumblr_inline_mn41t6dbyf1qz4rgp.gif"></a>
  1235.  
  1236. <a href="/submit" title="submit"><img src="http://static.tumblr.com/dcmqige/VYXmybmy4/tumblr_inline_mkp7o4vtom1qz4rgp.gif"></a>
  1237.  
  1238. <a href="http://lolitamirai.tumblr.com" title="theme"><img src="http://static.tumblr.com/dcmqige/Xtumybpdb/tumblr_inline_mnvwkfb4cf1qz4rgp.gif"></a>
  1239.  
  1240. </div>
  1241.  
  1242.  
  1243. <div id="top">
  1244.  
  1245. <div id="description">{Description}</div>
  1246.  
  1247. <div id="link"><center><form action="" method="get" name="category">
  1248. <select class="linkies" name="cat" onChange="javascript:window.open(document.category.cat.value,'_self')">
  1249. <option value="/">{text:linkies title}</option>
  1250. {block:ifLink1}<option value="{text:Link 1 url}">{text:Link 1 name}</option>{/block:ifLink1}
  1251. {block:ifLink2}<option value="{text:Link 2 url}">{text:Link 2 name}</option>{/block:ifLink2}
  1252. {block:ifLink3}<option value="{text:link 3 url}">{text:link 3 name}</option>{/block:ifLink3}
  1253. {block:ifLink4}<option value="{text:link 4 url}">{text:link 4 name}</option>{/block:ifLink4}
  1254. {block:ifLink5}<option value="{text:link 5 url}">{text:link 5 name}</option>{/block:ifLink5}
  1255. </select>
  1256. </form></center>
  1257. </div>
  1258.  
  1259.  
  1260. {block:HasPages}
  1261. <div id="pages">
  1262. {block:Pages}<a href="{URL}" class="page">{Label}</a>{/block:Pages}
  1263. <div class="clear"></div>
  1264. </div>
  1265. {/block:HasPages}
  1266.  
  1267.  
  1268.  
  1269. <br>
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275. </div>
  1276. {block:ifmusic}<div id="music">{text:billy code}</div>{/block:ifmusic}
  1277. <div id="sideimg"><a href="/"><img src="{image:sidebar}"></a></div>
  1278.  
  1279. </div>
  1280.  
  1281.  
  1282.  
  1283. <div class="clear"></div>
  1284. </div>
  1285.  
  1286.  
  1287.  
  1288.  
  1289. </body>
  1290. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement