Advertisement
gasp

shoujo theme v1.1

May 10th, 2013
17,496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.96 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. <!--
  3. ╔═.♥.══════════════════════════════════════════════════════════════════╗
  4.  
  5. ---------------------------SHOUJO THEME V1.1----------------------------
  6. by toukos
  7.  
  8. ╚══════════════════════════════════════════════════════════════════.♥.═╝
  9.  
  10. -->
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. {block:ifSnowStorm}<script src="http://static.tumblr.com/p2evvtm/7Lzm07nfv/snowstorm.js"></script>
  13. <script>
  14. snowStorm.snowColor = '#ffffff'; // Snow Color
  15. snowStorm.flakesMaxActive = 800; // Amount of Snowflakes Falling
  16. snowStorm.flakeBottom = null; // Snowflakes piling up on bottom of your screen?
  17. </script>{/block:ifSnowStorm}
  18.  
  19. <head>
  20. <!-- DEFAULT VARIABLES -->
  21. <meta name="text:a musicbox code" content="" />
  22. <meta name="text:dropbox title" content="navigation" />
  23. <meta name="text:link 1 url" content=""/>
  24. <meta name="text:link 1 title" content=""/>
  25. <meta name="text:link 2 url" content=""/>
  26. <meta name="text:link 2 title" content=""/>
  27. <meta name="text:link 3 url" content=""/>
  28. <meta name="text:link 3 title" content=""/>
  29. <meta name="text:link 4 url" content=""/>
  30. <meta name="text:link 4 title" content=""/>
  31. <meta name="text:link 5 url" content=""/>
  32. <meta name="text:link 5 title" content=""/>
  33. <meta name="text:link 6 url" content=""/>
  34. <meta name="text:link 6 title" content=""/>
  35. <meta name="text:link 7 url" content=""/>
  36. <meta name="text:link 7 title" content=""/>
  37. <meta name="text:the sidebar img position top" content="45"/>
  38. <meta name="text:the sidebar img position left" content="900"/>
  39. <meta name="text:sidebar position top" content="70"/>
  40. <meta name="text:sidebar position left" content="0"/>
  41.  
  42. <meta name="if:top thingy" content="1">
  43. <meta name="if:rounded border" content="1">
  44. <meta name="if:400px" content="1">
  45. <meta name="if:500px" content="0">
  46. <meta name="if:Page Navigation" content="0" />
  47. <meta name="if:Infinite Scroll" content="1" />
  48. <meta name="if:Music Box" content="1" />
  49. <meta name="if:Box Shadows" content="1" />
  50. <meta name="if:Snow Storm" content="0" />
  51. <meta name="if:link 1" content="0"/>
  52. <meta name="if:link 2" content="0"/>
  53. <meta name="if:link 3" content="0"/>
  54. <meta name="if:link 4" content="0"/>
  55. <meta name="if:link 5" content="0"/>
  56. <meta name="if:link 6" content="0"/>
  57. <meta name="if:link 7" content="0"/>
  58.  
  59. <meta name="color:Background and Text" content="#9b8c92" />
  60. <meta name="color:link" content="" />
  61. <meta name="color:Footer" content="#f1ede6" />
  62. <meta name="color:Border" content="#ccc4bd" />
  63.  
  64. <meta name="font:Body" content="Arial" />
  65. <meta name="font:Accent" content="Lucida Sans" />
  66.  
  67. <meta name="if:Show Tags" content="1" />
  68. <meta name="if:Show Album Art on Audio Posts" content="0" />
  69.  
  70. <meta name="image:Favicon" content="http://media.tumblr.com/98aa88143087db556a71b5ec6748f048/tumblr_inline_mi5xk8TMq51qz4rgp.gif" />
  71. <meta name="image:Background" content="http://lh5.ggpht.com/-XQwTbImBtIM/TkG7Db1mM2I/AAAAAAAAAQI/szPg9bhczgA/s128/77words_patterns5_042.gif" />
  72. <meta name="image:the sidebar" content="" />
  73. <meta name="image:bottom sidebar img" content="http://media.tumblr.com/f132c8524437625e7acecb530f90ae46/tumblr_inline_mk4ytc2y9L1qz4rgp.gif" />
  74.  
  75. <meta name="image:top thingy" content="http://dl5.glitter-graphics.net/pub/591/591115t8qpmw0bs5.gif" />
  76.  
  77.  
  78.  
  79. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  80. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  81. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  82. <link rel="shortcut icon" href="{image:favicon}" />
  83. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  84. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  85. <style type="text/css">
  86. A:link {text-decoration: none}
  87. A:visited {text-decoration: none}
  88. A:active {text-decoration: none}
  89. A:hover {text-decoration: none}
  90.  
  91.  
  92.  
  93.  
  94. ::-webkit-scrollbar {
  95. height: 0px;
  96. width: 8px;
  97. background: #ffffff;
  98. opacity:0;
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. background: #ffffff url('{image:background}');
  103. height: 8px;
  104. width: 8px;
  105. border-radius: 2px;
  106. -moz-border-radius: 2px;
  107. -webkit-border-radius: 2px;
  108. -o-border-radius: 2px;
  109. -ms-border-radius: 2px;
  110. }
  111.  
  112.  
  113.  
  114. #topthingy {
  115. width:100%;
  116. height:100px;
  117. background: url('{image:top thingy}') top fixed repeat-x;
  118. position:fixed;
  119. opacity: 1;
  120. }
  121.  
  122. body {
  123. background: {color:Background and Text} url('{image:Background}') top left fixed repeat;
  124. margin: 0;
  125. padding: 0;
  126. font-family: {font:Body};
  127. }
  128.  
  129.  
  130. .clear {
  131. clear: both;
  132. height: 0px;
  133. overflow: hidden;
  134. }
  135.  
  136. a img {
  137. border: none;
  138. }
  139.  
  140. hie {
  141. font-size:11px;
  142. color: {color:background and text}
  143. }
  144.  
  145.  
  146.  
  147. #wrapper {
  148. width: 845px;
  149. margin: 0 auto;
  150. }
  151.  
  152.  
  153. #wrapper #title {
  154. margin: 30px;
  155. color: #fff;
  156. font-size: 50px;
  157. font-weight: bold;
  158. font-family: {font:Title};
  159.  
  160. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  161. letter-spacing: -1px;
  162. }
  163.  
  164. #wrapper #title a {
  165. color: #fff;
  166. text-decoration: none;
  167. color:{color:link};
  168. font-weight: bold;
  169. }
  170.  
  171. #wrapper #content {
  172. margin-top: -30px;
  173. width: {block:if400px}410px{/block:if400px}{block:if500px}510px{/block:if500px};
  174. float: left;
  175. margin-left: 250px;
  176. top: -5px;
  177. }
  178.  
  179.  
  180. #fonty {
  181. color: {color:sidebar title}
  182. }
  183.  
  184. #wrapper #content .post {
  185. {block:IfBoxShadows}
  186. box-shadow:rgba(0,0,0,0.06)6px 6px;{/block:IfBoxShadows}
  187. border: {color:Border} 1px solid;
  188. font-family: {font:Body};
  189. background: #fff;
  190. padding: 4px;
  191. position: relative;
  192. color: {color:background and text};{block:ifroundedborder}
  193. border-radius: 20px;{/block:ifroundedborder}
  194. }
  195.  
  196. #wrapper #content .post .media {
  197. text-align: center;
  198. margin-bottom: 0px;
  199. opacity: 0.95;
  200. -webkit-transition: all 0.3s ease-out;
  201. -moz-transition: all 0.3s ease-out;
  202. transition: all 0.3s ease-out;
  203. }
  204.  
  205. #wrapper #content .post .media:hover {
  206. -webkit-transition: all 0.3s ease-out;
  207. -moz-transition: all 0.3s ease-out;
  208. transition: all 0.3s ease-out;
  209. opacity: 1;
  210. }
  211.  
  212. #wrapper #content .post .quotebg {
  213. font-family: georgia, serif;
  214. font-size: 150px;
  215. color: {color:Background and Text};
  216. opacity: 0.2;
  217. filter: alpha(opacity=20);
  218. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  219. position: absolute;
  220. top: 70px;
  221. left: 10px;
  222. }
  223.  
  224. #wrapper #content .post .quote {
  225. color: {color:Background and Text};
  226. font-weight: bold;
  227. padding: 20px 20px 5px 20px;
  228. }
  229.  
  230. #wrapper #content .post .quote.short {
  231. font-size: 33px;
  232. line-height: 35px;
  233. }
  234.  
  235. #wrapper #content .post .quote.medium {
  236. font-size: 25px;
  237. line-height: 28px;
  238. }
  239.  
  240. #wrapper #content .post .quote.long {
  241. font-size: 18px;
  242. line-height: 22px;
  243. }
  244.  
  245. #wrapper #content .post .quote_source *:first-child {
  246. margin-top: 0px;
  247. }
  248.  
  249. #wrapper #content .post .quote_source *:last-child {
  250. margin-bottom: 0px;
  251. }
  252.  
  253. #wrapper #content .post .quote *:first-child {
  254. margin-top: 0px;
  255. }
  256.  
  257. #wrapper #content .post .quote *:last-child {
  258. margin-bottom: 0px;
  259. }
  260.  
  261. #wrapper #content .post .copy {
  262. color: {color:background and text};
  263. padding: 10px;
  264. font-size: 13px;
  265. line-height: 15px;
  266. }
  267.  
  268. #wrapper #content .post .copy a {
  269. color: {color:background and text};
  270. text-decoration: none;
  271. color:{color:link};
  272. }
  273.  
  274. #wrapper #content .post .copy p {
  275. margin: 10px 0 0 0;
  276. padding: 0;
  277. }
  278.  
  279. #wrapper #content .post .copy pre {
  280. margin: 10px 0px 10px 0px;
  281. padding: 10px;
  282. background-color: #e6e6e6;
  283. font: normal 11px Courier, monospace;
  284. overflow: auto;
  285. }
  286.  
  287. #wrapper #content .post .copy > p:first-child {
  288. margin-top: 0;
  289. }
  290.  
  291. #wrapper #content .post .copy img {
  292. max-width: 100%;
  293. }
  294.  
  295. #wrapper #content .post .audio {
  296. background: #fff;
  297. float: left;
  298. padding: 7px;
  299.  
  300. margin-top:2px;
  301.  
  302. margin-left:82px;
  303.  
  304. margin-bottom: 10px;{block:ifroundedborder}
  305. border-radius: 20px;{/block:ifroundedborder}
  306. }
  307.  
  308. #wrapper #content .post .audio .player {
  309. float: left;
  310. }
  311.  
  312. #wrapper #content .post .audio .player .audio_player embed {
  313. border: 1px solid {color:border};
  314. }
  315.  
  316. #wrapper #content .post .audio .meta {
  317. padding: 8px 13px;
  318. height: 13px;
  319. float: left;
  320. color: #666;
  321. font-family: {font:Accent};
  322. font-size: 11px;
  323. text-transform: lowercase;
  324. }
  325.  
  326. #wrapper #content .post .audio .meta a {
  327. color: #666;
  328. text-decoration: none;
  329. }
  330.  
  331. #wrapper #content .post .album_art {
  332. text-align: center;
  333. }
  334.  
  335. #wrapper #content .post .question {
  336. color: #494949;
  337. font-size: 14px;
  338. font-weight: bold;
  339. background: #f1f1f1;{block:ifroundedborder}
  340. border-radius: 20px;{/block:ifroundedborder}
  341. margin: 0 0 15px 0;
  342. padding: 15px 20px;
  343. position: relative;
  344. }
  345.  
  346. #wrapper #content .post .question .nipple {
  347. width: 13px;
  348. height: 7px;
  349. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  350. position: absolute;
  351. bottom: -7px;
  352. left: 30px;
  353. }
  354.  
  355. #wrapper #content .post .asker_container {
  356. margin: 0 0 20px 24px;
  357. }
  358.  
  359. #wrapper #content .post .asker_container img {
  360. margin: 0 12px -7px 0;
  361. }
  362.  
  363. #wrapper #content .post .asker_container a.asker {
  364. color: {color:Body};
  365. }
  366.  
  367. #wrapper #content .post .title {
  368. color: #494949;
  369. font-size: 16px;
  370. font-weight: bold;
  371. padding: 10px 10px 0 10px;
  372. }
  373.  
  374. #wrapper #content .post img {
  375. max-width: 550px;{block:ifroundedborder}
  376. border-radius: 20px;{/block:ifroundedborder}
  377. }
  378.  
  379. #wrapper #content .post .chat {
  380. background-color: #fff;
  381. border-left: 1px solid #dedddd;
  382. margin: 10px 10px 0 10px;
  383. font-size: 12px;
  384. }
  385.  
  386. #wrapper #content .post .chat .lines {
  387. margin-left: 1px;
  388. }
  389.  
  390. #wrapper #content .post .chat .lines .line {
  391. background-color: #eaeaea;
  392. color: #494949;
  393. margin-bottom: 1px;
  394. padding: 3px 5px;
  395. }
  396.  
  397. #wrapper #content .post .chat .lines .line.even {
  398. background-color: #dedddd;
  399. }
  400.  
  401. #wrapper #content .post .link {
  402. margin: 4px 0 2px 0;
  403. font-size: 11px;
  404. line-height: 25px;
  405. }
  406.  
  407. #wrapper #content .post .link a {
  408. background-color: {color:Background and Text};
  409. color: #fff;
  410. padding: 5px 7px;{block:ifroundedborder}
  411. border-radius: 20px;{/block:ifroundedborder}
  412. }
  413.  
  414. #wrapper #content .post .link a:hover {
  415. opacity: 0.9;
  416. filter: alpha(opacity=90);
  417. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  418. }
  419.  
  420. #wrapper #content .post .footer {
  421. background: {color:Footer};
  422. border-bottom-right-radius: 20px;
  423. border-bottom-left-radius: 20px;
  424.  
  425. font-family: {font:Accent};
  426. font-size: 10px;
  427. color: #666;
  428. padding: 1px 10px;
  429. margin-top: -4px;
  430. text-transform:lowercase;
  431. }
  432.  
  433.  
  434. }
  435.  
  436. #wrapper #content .post .footer:hover {
  437. color: {color:footer text};
  438. -webkit-transition: all 0.2s ease-out;
  439. -moz-transition: all 0.2s ease-out;
  440. transition: all 0.2s ease-out;
  441.  
  442. }
  443.  
  444. #wrapper #content .post .footer.for_permalink:hover {
  445. opacity: 0.7;
  446. filter: alpha(opacity=90);
  447. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  448. }
  449.  
  450.  
  451. #wrapper #content .post .footer .date {
  452. width: 67%;
  453. float: left;
  454. color: #666;
  455. }
  456.  
  457. #wrapper #content .post .footer .notes {
  458. width: 33%;
  459. float: right;
  460. text-align: right;
  461. color: #666;
  462. }
  463.  
  464. #wrapper #content .post .footer .notes a {
  465. color: #666;
  466. }
  467.  
  468. #wrapper #content .post .footer .tags a {
  469. color: #4a4a51;
  470. text-decoration: none;
  471. }
  472.  
  473. #wrapper #content .post .footer .tags .tag-commas:last-child {
  474. display: none;
  475. }
  476.  
  477. #wrapper #content .post .footer.with_source_url .tags {
  478. max-width: 330px;
  479. float: left;
  480. }
  481.  
  482. #wrapper #content .post .footer.with_source_url .source_url {
  483. float: right;
  484. max-width: 160px;
  485. overflow: hidden;
  486. white-space: nowrap;
  487.  
  488. }
  489.  
  490. #wrapper #content .post .footer.with_source_url .source_url img {
  491. vertical-align: top;
  492. -moz-opacity: 0.5;
  493. opacity: 0.5;
  494. }
  495.  
  496. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  497. -moz-opacity: 0.7;
  498. opacity: 0.7;
  499. }
  500.  
  501. #wrapper #content .post a {
  502. color: #6e7173;
  503. text-decoration: none;
  504. }
  505.  
  506. #wrapper #content .post .copy blockquote {
  507. margin: 10px 0px 10px 10px;
  508. padding-left: 15px;
  509. border-left: solid 1px #dcdcdc;
  510. }
  511.  
  512. #wrapper #content .post .copy blockquote blockquote {
  513. border-left: solid 1px #cccccc;
  514. }
  515.  
  516. #wrapper #content .post .copy blockquote blockquote blockquote {
  517. border-left: solid 1px #bcbcbc;
  518. }
  519.  
  520. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  521. border-left: solid 1px #acacac;
  522. }
  523.  
  524. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  525. border-left: solid 1px #9c9c9c;
  526. }
  527.  
  528. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  529. border-left: solid 1px #8c8c8c;
  530. }
  531.  
  532. #wrapper #content .bottom {
  533. background: url('') top center no-repeat transparent;
  534. width: 390px;
  535. height: 15px;
  536. margin: 0 auto;
  537. }
  538.  
  539. #wrapper #content #navigation {
  540. text-align: center;
  541. padding-bottom: 35px;
  542. text-transform: lowercase;
  543. }
  544.  
  545. #wrapper #content #navigation a {
  546. background-color: #fff;
  547. color: {color:Background and Text};
  548. padding: 5px 10px;
  549. text-decoration: none;
  550. margin-left: 25px;
  551. }
  552.  
  553. #wrapper #content #navigation a:hover {
  554. opacity: 0.9;
  555. filter: alpha(opacity=90);
  556. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  557. }
  558.  
  559. #wrapper #content #navigation.jump_pagination {}
  560.  
  561. #wrapper #content #navigation.jump_pagination a {
  562. margin: 0 0 0 4px;
  563. }
  564.  
  565. #wrapper #content #navigation.jump_pagination .current_page {
  566. color: #fff;
  567. background-color: rgba(255,255,255, 0.1);
  568. border: 1px solid #fff;
  569. padding: 3px 8px;
  570. margin: 0 0 0 4px;
  571. cursor: default;
  572. }
  573.  
  574. #wrapper #content #navigation.jump_pagination .jump_page {}
  575.  
  576. #wrapper #content .post .notecontainer {
  577. background: #eaeaea;{block:ifroundedborder}
  578. border-radius: 20px;{/block:ifroundedborder}
  579. font-family: {font:Accent};
  580. font-size: 11px;
  581. color: #666;
  582. margin-top: 10px;
  583. margin-bottom: -10px;
  584. }
  585.  
  586. #wrapper #content .post .notecontainer a {
  587. color: #666;
  588. text-decoration: none;
  589. color:{color:link};
  590. }
  591.  
  592. #wrapper #content .post .notecontainer ol.notes {
  593. padding: 0px 0 10px 0;
  594. list-style-type: none;
  595. font-size: 11px;
  596. }
  597.  
  598. #wrapper #content .post .notecontainer ol.notes li.note {
  599. padding: 10px 10px 0 10px;
  600. }
  601.  
  602. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  603. vertical-align: -4px;
  604. margin-right: 10px;
  605. width: 16px;
  606. height: 16px;
  607. }
  608.  
  609. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  610. font-weight: normal;
  611. }
  612.  
  613. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  614. font-weight: normal;
  615. }
  616.  
  617. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  618. border-left: 1px solid #666;
  619. padding: 4px 10px;
  620. margin: 10px 0px 0px 25px;
  621. }
  622.  
  623. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  624. text-decoration: none;
  625. }
  626.  
  627.  
  628.  
  629. #wrapper #musicbox #top {
  630. {block:ifroundedborder}
  631. border-radius: 20px;{/block:ifroundedborder}
  632. border: {color:border} 1px solid;
  633. background: #fff;
  634. width: 150px;
  635. height: 52px;
  636. margin-left: 0px;
  637. margin-top: -7px;
  638. }
  639.  
  640. #wrapper #musicbox #top #move {
  641.  
  642. margin-top: 5px;
  643. }
  644.  
  645.  
  646. #wrapper #sidebar #top {
  647. border: {color:border} 1px solid;
  648.  
  649. background: #fff;
  650. padding: 0 20px;
  651. {block:IfBoxShadows}
  652. box-shadow:rgba(0,0,0,0.06)6px 6px;{/block:IfBoxShadows}
  653.  
  654.  
  655. }
  656.  
  657.  
  658.  
  659.  
  660. .titlos {
  661. color:{color:title};
  662. text-align: center;
  663. padding-bottom:4px;
  664. font-size: 34px;
  665. font-family: arial;
  666. line-height: 30px;
  667. }
  668. .titlos a {
  669. color:{color:title hover};
  670. }
  671.  
  672. #wrapper #sidebar {
  673.  
  674. position:fixed !important;
  675.  
  676. margin-top:{text:sidebar position top}px;
  677. width: 195px;
  678.  
  679. margin-left:{text:sidebar position left}px;
  680.  
  681.  
  682. color: {color:Background and Text};
  683. }
  684.  
  685. #wrapper #sidebar #top {
  686. {block:ifroundedborder}
  687. border-radius: 20px;{/block:ifroundedborder}
  688. border: {color:border} 1px solid;
  689. background: #fff;
  690. padding: 0 20px;
  691.  
  692.  
  693.  
  694. }
  695.  
  696.  
  697.  
  698.  
  699. #wrapper #sidebar #avatar {
  700. width: 120px;
  701. height: 135px;
  702. padding: 8px 0 0 0px;
  703. background: url('') top left no-repeat transparent;
  704. position: relative;
  705. top: {text:sidebar img position top}px;
  706. left: {text:sidebar img position left}px;
  707. }
  708.  
  709. #wrapper #sidebar #top #description {
  710. font-size: 11px;
  711. position: relative;
  712. top: -18px;
  713. }
  714.  
  715. #wrapper #sidebar #top #description a {
  716. color: {color:Background and Text};
  717. text-decoration: none;
  718. color:{color:link};
  719. font-size:11px;
  720. }
  721.  
  722. #wrapper #sidebar #top .heading {
  723. color: #fff;
  724. font-family: helvetica, arial, sans-serif;
  725. font-size: 17px;
  726. margin-top: 20px;
  727. padding: 10px;
  728. background-color: {color:Background and Text};
  729. }
  730.  
  731. #wrapper #sidebar #top a .heading {
  732. color: #fff;
  733. text-decoration: none;
  734. }
  735.  
  736. #wrapper #sidebar #top .content {
  737. margin-top: 2px;
  738. padding: 7px 10px;
  739. background: #eaeaea;
  740. color: #666;
  741. font-size: 11px;
  742. overflow: hidden;
  743. }
  744.  
  745. #wrapper #sidebar #top a {
  746. text-decoration: none;
  747. }
  748.  
  749. #wrapper #sidebar #bottom {
  750. background: url('') top center no-repeat transparent;
  751. width: 250px;
  752. height: 25px;
  753. }
  754.  
  755.  
  756. #music {
  757. position:fixed;
  758. top:10px;
  759. left:10px;
  760. height:10px;
  761. width:35px;
  762. {block:IfBoxShadows}
  763. box-shadow:rgba(0,0,0,0.06)5px 5px;{/block:IfBoxShadows}
  764. border: {color:border} 1px solid;
  765. background-color:#fff;{block:ifroundedborder}
  766. border-radius:20px;{block:ifroundedborder}
  767. -webkit-transition: all 0.4s ease-in-out;
  768. padding:12px 0px 12px 0px;
  769. text-align:center;
  770. }
  771.  
  772. #musicplayer {
  773. margin-top:-35px;
  774. height: 50px;
  775. padding-top:0px;
  776. opacity: 0;
  777. padding-left: 3px;
  778. -webkit-transition: all 0.5s ease-in-out;
  779. }
  780.  
  781. #musicplayer:hover {
  782. margin-top:-10px;
  783. opacity: 1;
  784.  
  785. }
  786.  
  787. #music:hover
  788. {
  789. border: {color:border} 1px solid;
  790. padding:5px;
  791. height:30px;
  792. width:140px;
  793. -webkit-transition: all 0.4s ease-in-out;
  794. }
  795.  
  796.  
  797.  
  798. </style>
  799. <!--[if lt IE 7.]>
  800. <style type="text/css">
  801. #wrapper #sidebar #bottom {
  802. background: transparent;
  803. }
  804.  
  805. #wrapper #sidebar #top #avatar {
  806. background: none;
  807. }
  808.  
  809. #wrapper #sidebar #top #avatar img {
  810. border: 1px solid #f1f1f1;
  811. }
  812.  
  813. #wrapper #sidebar #top .heading#followontumblr {
  814. background-image: none;
  815. text-indent: 0;
  816. }
  817.  
  818. #wrapper #sidebar #top .heading#twitter {
  819. background-image: none;
  820. }
  821.  
  822. #wrapper #sidebar #top .heading#following {
  823. background-image: none;
  824. }
  825.  
  826. #wrapper #content .post .audio .player {
  827. float: none;
  828. }
  829.  
  830. #wrapper #content .post .audio .meta {
  831. display: none;
  832. float: none;
  833. }
  834. </style>
  835. <![endif]-->
  836.  
  837. <!--[if lt IE 8.]>
  838. <style type="text/css">
  839. #wrapper #content .bottom {
  840. background: transparent;
  841. }
  842.  
  843. #wrapper #content .post .footer {
  844. background: transparent;
  845. color: #000;
  846. }
  847.  
  848. #wrapper #content .post .audio {
  849. float: none;
  850. background: transparent;
  851. }
  852.  
  853. #wrapper #content .post .notecontainer .notes {
  854. padding: 0;
  855. margin: 0;
  856. }
  857. </style>
  858. <![endif]-->
  859. <style type="text/css">{CustomCSS}</style>
  860. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  861. </head>
  862. <body>
  863. <div="topthingy2"></div><a href="/"><div style="position:fixed; top: {text:the sidebar img position top}px; right: {text:the sidebar img position left}px; z-index:-1;"><img src=
  864. "{Image:the sidebar}"></div></a>
  865.  
  866. <div id="topthingy"></div>
  867. <div id="wrapper">
  868. <br><br><br>
  869.  
  870.  
  871. <div id="content">
  872. {block:ifinfinitescroll}<div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  873. {block:Posts}
  874. <div class="post">
  875. {block:ifinfinitescroll}<div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  876. {block:Photo}
  877. <div class="media">{LinkOpenTag}{block:if400px}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:if400px}{block:if500px}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:if500px}{LinkCloseTag}</div>
  878. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  879. {/block:Photo}
  880. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  881. {block:Photoset}
  882. <div class="media">{LinkOpenTag}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}{LinkCloseTag}</div>
  883. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  884. {block:PermalinkPage}<a class="no" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:PermalinkPage}
  885. {/block:Photoset}
  886. {block:ifinfinitescroll} </div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  887. {block:Video}
  888. <div class="media">{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}</div>
  889. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  890. {/block:Video}
  891. {block:ifinfinitescroll} </div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  892. {block:Audio}
  893.  
  894. {block:AudioEmbed}
  895. {AudioEmbed}
  896. {/block:AudioEmbed}
  897.  
  898. {block:AudioPlayer}
  899. {block:ifshowalbumartonaudioposts}
  900. {block:AlbumArt}
  901. <div class="media">
  902. {block:if400px} <img src="{AlbumArtURL}" width="400px" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" />{/block:if400px}
  903. {block:if500px}<img src="{AlbumArtURL}" width="500px" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" />
  904. {/block:if500px}
  905. </div>
  906. {/block:AlbumArt}
  907. {/block:ifshowalbumartonaudioposts}
  908.  
  909. <div class="audio">
  910. <div class="player">{AudioPlayerWhite}</div>
  911. <div class="meta">{block:PlayCount}{PlayCountWithLabel}!{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  912. <div class="clear"></div>
  913. </div>
  914. {/block:AudioPlayer}
  915.  
  916. <div class="clear"></div>
  917.  
  918. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  919.  
  920. {/block:Audio}
  921. {block:ifinfinitescroll} </div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  922. {block:Quote}
  923. <div class="quotebg">“</div>
  924. <div class="quote {Length}">{Quote}</div>
  925. <div class="copy">
  926. {block:Source}
  927. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  928. <tr>
  929. <td valign="top" style="width:20px;">&mdash;</td>
  930. <td valign="top" class="quote_source">
  931. {Source}
  932. </td>
  933. </tr>
  934. </table>
  935. {/block:Source}
  936. </div>
  937. {/block:Quote}
  938. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  939. {block:Text}
  940. {block:Title}<div class="title">{Title}</div>{/block:Title}
  941. <div class="copy">{Body}</div>
  942. {/block:Text}
  943. {block:ifinfinitescroll} </div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  944. {block:Answer}
  945. <div class="question">
  946. <div class="nipple"></div>
  947. <b>{Question}</b>
  948. </div>
  949. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  950. <div class="copy">{Answer}</div>
  951. {/block:Answer}
  952. {block:ifinfinitescroll} </div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  953. {block:Chat}
  954. {block:Title}<div class="title">{Title}</div>{/block:Title}
  955. <div class="chat">
  956. <div class="lines">
  957. {block:Lines}
  958. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  959. {/block:Lines}
  960. </div>
  961. </div>
  962. <div class="clear"></div>
  963. <div style="height:10px;"></div>
  964. {/block:Chat}
  965. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  966. {block:Link}
  967. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  968. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  969. {/block:Link}{block:ifinfinitescroll}</div>{/block:ifinfinitescroll}
  970. {block:Date}
  971. <a href="{Permalink}">
  972. <div class="footer for_permalink">
  973. <div class="date">
  974. {block:Reblog}
  975. {TimeAgo}
  976. {/block:Reblog}
  977.  
  978. {block:NotReblog}
  979. {TimeAgo}
  980. {/block:NotReblog}
  981. </div>
  982. <div class="notes">{block:NoteCount}{NoteCount} %{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  983. <div class="clear"></div>
  984. </div>
  985. </a>
  986. {/block:Date}
  987.  
  988. <div class="footer" style="
  989. display:none;
  990. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  991.  
  992. ">
  993. {block:IfShowTags}
  994. {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  995. {/block:IfShowTags}
  996.  
  997.  
  998. <div class="clear"></div>
  999. </div>
  1000.  
  1001. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  1002. </div><br>
  1003. {/block:Posts}{block:ifinfinitescroll}</div>{/block:ifinfinitescroll}
  1004.  
  1005.  
  1006.  
  1007. {block:ifpagenavigation}
  1008.  
  1009. <center>
  1010. {block:Pagination} <div id="classic-pagination">
  1011. {block:NextPage} <a href="{NextPage}">←</a>{/block:NextPage}
  1012. {block:PreviousPage} <a href="{PreviousPage}">→</a {/block:PreviousPage}
  1013.  
  1014.  
  1015. </div><!-- #classic-pagination -->{/block:Pagination}
  1016.  
  1017. </center>
  1018.  
  1019.  
  1020. {/block:ifpagenavigation}<br>
  1021. </div>
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027. <div id="sidebar">
  1028.  
  1029.  
  1030.  
  1031. <center><div id="avatar"><a href="/"></a></div>
  1032.  
  1033.  
  1034. </center>
  1035.  
  1036. <div id="top">
  1037.  
  1038.  
  1039. <br><p>
  1040.  
  1041.  
  1042. <center><div id="description">{Description}</div></center><center>
  1043.  
  1044.  
  1045. </div><br><center><td><tr>
  1046. <div id="musicbox"><div id="top">
  1047.  
  1048. <center><div id="move">
  1049. <a href="/" title="home">
  1050. <img src="http://media.tumblr.com/b0cc9770f66a411c1ac0a4791341a11b/tumblr_inline_mi5xawucaj1qz4rgp.gif"></a>
  1051. &nbsp;
  1052. <a href="/ask" title="ask">
  1053. <img src="http://media.tumblr.com/62ba07f19e6f98abd0157efb7ec9ce8d/tumblr_inline_mi5xb2xHwl1qz4rgp.gif"></a>
  1054. &nbsp;
  1055. <a href="/submit" title="submit">
  1056. <img src="http://media.tumblr.com/4b5c2fd9e49307c339005c8c30ab4b3a/tumblr_inline_mi5xayvcuE1qz4rgp.gif"></a>
  1057. &nbsp;
  1058. <a href="/about" title="about">
  1059. <img src="http://media.tumblr.com/492bb87d39c4c86ab04dfcb7a5fc624c/tumblr_inline_mi5xb5adJd1qz4rgp.gif"></a>
  1060.  
  1061.  
  1062. <select onChange="location.href=this.options[this.selectedIndex].value;" style="font-family:verdana; font-size:10px; color:{color:background and text}; width: 150px;">
  1063. <option value="/">{text:dropbox title}</option>
  1064.  
  1065. {block:Iflink1}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:Iflink1}
  1066. {block:Iflink2}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:Iflink2}
  1067. {block:Iflink3}<option value="{text:link 3 url}">{text:link 3 title}</option>{/block:Iflink3}
  1068. {block:Iflink4}<option value="{text:link 4 url}">{text:link 4 title}</option>{/block:Iflink4}
  1069. {block:Iflink5}<option value="{text:link 5 url}">{text:link 5 title}</option>{/block:Iflink5}
  1070. {block:Iflink6}<option value="{text:link 6 url}">{text:link 6 title}</option>{/block:Iflink6}
  1071. {block:Iflink7}<option value="{text:link 7 url}">{text:link 7 title}</option>{/block:Iflink7}
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078. <!--
  1079. ----------------------------------------------------------------------
  1080. yo if you remove the credit i will come to ur house and slamdunk your disemboweled organs (you're allowed to place the credit elsewhere, like on a credit page so long as you have credit to me somewhere on your blog)
  1081. ----------------------------------------------------------------------
  1082. -->
  1083.  
  1084. <option value="http://toukos.tumblr.com/">theme credit</option>
  1085. </select></center>
  1086. <br>
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092. </div> {block:IfMusicBox}
  1093. <div id="music">
  1094. <center><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif"/></center>
  1095. <div id="musicplayer">{text:a Musicbox code}</div>
  1096. </div> {/block:IfMusicBox}
  1097. <p>
  1098. <img src="{image:bottom sidebar img}">
  1099.  
  1100.  
  1101. <center></center>
  1102. </div></center>
  1103.  
  1104. <div id="bottom"></div></div>
  1105.  
  1106.  
  1107. </div>
  1108.  
  1109. </div>
  1110.  
  1111.  
  1112. </body>
  1113. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement