Advertisement
krluce

missmerxy's edit??/??

May 27th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.10 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4.  
  5. <!--
  6. Please Like Rate And Subscribe
  7. theme by sheymin.tumblr.com
  8. http://dancingbabytheme.tumblr.com/
  9. -->
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}"/>
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <meta name="image:background" content="http://static.tumblr.com/68c907cbd8e77fbf5aa67bee04e66503/nyr6guj/szumkpmee/tumblr_static_f76db85bafc84ac7bb0424aa6d7731e6.jpg">
  19. <meta name="image:sidebar" content="http://filesmelt.com/dl/what_a_gay.png">
  20. <meta name="image:autoplayicon" content="http://static.tumblr.com/rnn9k8v/AQkmgg6o1/minigif01.gif">
  21. <meta name="image:lace" content="http://s8.postimg.org/mdhfxnn69/078.gif">
  22.  
  23. <meta name="color:background" content="#ffffff">
  24. <meta name="color:links" content="#969696">
  25. <meta name="color:linkshover" content="#C4C4C4">
  26. <meta name="color:postbg" content="#ffffff">
  27. <meta name="color:permalinkbg" content="#FFABC8">
  28. <meta name="color:permalinktext" content="#FFFFFF">
  29. <meta name="color:permalinktexthover" content="#f3f3f3">
  30. <meta name="color:permalinkbghover" content="#FFC9DC">
  31. <meta name="color:highlightbg" content="#707070">
  32. <meta name="color:highlighttext" content="#EBEBEB">
  33. <meta name="color:sideborder" content="#FFABC8">
  34. <meta name="color:sideborderhover" content="#FFC9DC">
  35. <meta name="color:sidebarbg" content="#FFFFFF">
  36. <meta name="color:Accent" content="#FFC9DC">
  37.  
  38. <meta name="text:sidelinksposition" content="50">
  39. <meta name="text:musicplayercode" content="">
  40. <meta name="text:SidebarTitleThing" content="peepee">
  41. <meta name="text:link1" content="link 1">
  42. <meta name="text:link2" content="link 2">
  43. <meta name="text:link3" content="link 3">
  44. <meta name="text:link4" content="link 4">
  45. <meta name="text:link5" content="link 5">
  46. <meta name="text:link6" content="link 6">
  47. <meta name="text:url1" content="">
  48. <meta name="text:url2" content="">
  49. <meta name="text:url3" content="">
  50. <meta name="text:url4" content="">
  51. <meta name="text:url5" content="">
  52. <meta name="text:url6" content="">
  53.  
  54. <meta name="if:Link1" content="1">
  55. <meta name="if:Link2" content="1">
  56. <meta name="if:Link3" content="1">
  57. <meta name="if:Link4" content="1">
  58. <meta name="if:Link5" content="1">
  59. <meta name="if:Link6" content="1">
  60.  
  61. <meta name="if:Music Player" content="1">
  62. <meta name="if:Hover Permalink" content="1">
  63. <meta name="if:Border On Posts" content="0">
  64. <meta name="if:Centered Permalink Page Footer" content="0">
  65. <meta name="if:Tags Version 1" content="0">
  66. <meta name="if:Tags Version 2" content="1">
  67. <meta name="if:Hand Cursor On Link Hover" content="0">
  68. <meta name="if:Really Rounded Corners" content="1">
  69. <meta name="if:Captions On Permalink Page" content="1">
  70. <meta name="if:Tags On Permalink Page" content="1">
  71. <meta name="if:Infinite Scroll" content="1">
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. body{
  77. background-color:{color:background};
  78. background:url('{image:background}') fixed;
  79. margin:0;
  80. font-family: Verdana, Geneva, Tahoma, sans-serif;
  81. font-size:10px;
  82. }
  83.  
  84. @font-face { font-family: 'tinytots'; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  85.  
  86. html, body, a { cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  87.  
  88. {block:IfHandCursorOnLinkHover}
  89. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important; }
  90. {/block:IfHandCursorOnLinkHover}
  91.  
  92.  
  93. ::-webkit-scrollbar{
  94. height:7px;
  95. width:7px;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb{
  99. background:{color:Accent};
  100. }
  101.  
  102. ::-webkit-scrollbar-track{
  103. background:{color:background};
  104. }
  105.  
  106.  
  107. iframe#tumblr_controls{
  108. white-space:nowrap;
  109. opacity:.6;
  110. position:fixed !important;
  111. bottom:0px;
  112. z-index:99999999!important;
  113. -webkit-filter: invert(100%)!important;
  114. -moz-filter: invert(100%)!important;
  115. -o-filter: invert(100%)!important;
  116. -ms-filter: invert(100%)!important;
  117. filter: invert(100%)!important;
  118.  
  119. -webkit-transition: all 0.3s ease-in-out;
  120. -moz-transition: all 0.3s ease-in-out;
  121. -ms-transition: all 0.3s ease-in-out;
  122. -o-transition: all 0.3s ease-in-out;
  123. transition: all 0.3s ease-in-out;
  124. }
  125.  
  126. iframe#tumblr_controls:hover{
  127. opacity:1;
  128. }
  129.  
  130. a{
  131. color:{color:links};
  132. text-decoration:none;
  133.  
  134. -o-transition: all 1s ease-out;
  135. -moz-transition: all 1s ease-out;
  136. -webkit-transition: all 1s ease-out;
  137. -ms-transition: all 1s ease-out;
  138. transition: all 1s ease-out;
  139. }
  140.  
  141. a:hover{
  142. color:{color:linkshover};
  143.  
  144. -o-transition: all 0s ease-in;
  145. -moz-transition: all 0s ease-in;
  146. -webkit-transition: all 0s ease-in;
  147. -ms-transition: all 0s ease-in;
  148. transition: all 0s ease-in;
  149. }
  150.  
  151. h1{
  152. font-size:15px;
  153. font-weight:normal;
  154. font-family:consolas;
  155. letter-spacing:1px;
  156. line-height:12px;
  157. text-shadow:1px 1px #dddddd;
  158. padding:0;
  159. margin-bottom:0px;
  160. }
  161.  
  162. h2{
  163. font-size:13px;
  164. letter-spacing:2px;
  165. text-align:center;
  166. margin:10px 0 0 0px;
  167. line-height:11px;
  168. }
  169.  
  170. .post blockquote{
  171. border-left:3px solid {color:linkshover};
  172. margin: -5px 0 0 20px;
  173. padding-left: 9px;
  174. }
  175.  
  176. ::selection {
  177. background:{color:highlightbg};
  178. color:{color:highlighttext};
  179. }
  180.  
  181. ::-moz-selection {
  182. background:{color:highlightbg}
  183. color:{color:highlighttext};
  184. }
  185.  
  186. #sidebar{
  187. width:160px;
  188. float:left;
  189. top:150px;
  190. margin-left:-250px;
  191. position:fixed;
  192. background: {color:sidebarbg};
  193. padding: 10px;
  194. padding-bottom: 10px;
  195. -webkit-border-radius: 5px;
  196. -moz-border-radius: 5px;
  197. border-radius: 5px;
  198. font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  199. text-align:center;
  200. border:1px solid {color:sideborder};
  201. }
  202.  
  203. #desc{
  204. padding:10px;
  205. }
  206.  
  207. #sideimg{
  208. width: 160px;
  209. -webkit-border-radius: 5px;
  210. -moz-border-radius: 5px;
  211. border-radius: 5px;
  212. }
  213.  
  214. #postwrap{
  215. width:400px;
  216. margin-top:50px;
  217. }
  218.  
  219. #wrap{
  220. width:400px;
  221. margin-left:500px;
  222. }
  223.  
  224. .postt{
  225.  
  226. }
  227.  
  228. pre{
  229. white-space:normal;
  230. }
  231.  
  232. .post img{
  233. max-width:100%;
  234. }
  235.  
  236. .post{
  237. position:relative;
  238. width:400px;
  239. background:{color:postbg};
  240. padding:4px;
  241. margin-bottom:10px;
  242. z-index:999999;
  243.  
  244. {block:IfBorderOnPosts}
  245. border:1px solid {color:sideborder};
  246. {/block:IfBorderOnPosts}
  247.  
  248. {block:IfReallyRoundedCorners}
  249. -webkit-border-radius: 20px;
  250. -moz-border-radius: 20px;
  251. border-radius: 20px;
  252. {/block:IfReallyRoundedCorners}
  253.  
  254. {block:IfNotReallyRoundedCorners}
  255. -webkit-border-radius: 5px;
  256. -moz-border-radius: 5px;
  257. border-radius: 5px;
  258. {/block:IfNotReallyRoundedCorners}
  259.  
  260. }
  261.  
  262.  
  263. {block:PermalinkPage}
  264.  
  265. .footer{
  266. background:{color:postbg};
  267. font-family:tinytots;
  268. font-size:8px;
  269. text-transform:uppercase;
  270. color:{color:permalinkbg};
  271. padding: 10px;
  272. width: 387px;
  273. {block:IfCenteredPermalinkPageFooter}
  274. text-align:center;
  275. {block:IfCenteredPermalinkPageFooter}
  276.  
  277. -webkit-border-radius: 5px;
  278. -moz-border-radius: 5px;
  279. border-radius: 5px;
  280. }
  281.  
  282. .footer a{
  283. color:{color:permalinkbg};
  284.  
  285. -o-transition: all 1s ease-out;
  286. -moz-transition: all 1s ease-out;
  287. -webkit-transition: all 1s ease-out;
  288. -ms-transition: all 1s ease-out;
  289. transition: all 1s ease-out;
  290. }
  291.  
  292. .footer a:hover{
  293. color:{color:permalinkbghover};
  294.  
  295. -o-transition: all 0s ease-in;
  296. -moz-transition: all 0s ease-in;
  297. -webkit-transition: all 0s ease-in;
  298. -ms-transition: all 0s ease-in;
  299. transition: all 0s ease-in;
  300. }
  301.  
  302. .tags{
  303. }
  304.  
  305. .tag{
  306. }
  307.  
  308. {/block:PermalinkPage}
  309.  
  310. {block:IndexPage}
  311. .permalink{
  312. position:absolute;
  313. max-width:150px;
  314.  
  315. {block:IfNotHoverPermalink}
  316. {block:IfNotReallyRoundedCorners}
  317. right:3px;
  318. top:3px;
  319. {/block:IfNotReallyRoundedCorners}
  320.  
  321. {block:IfReallyRoundedCorners}
  322. right:-3px;
  323. top:-5px;
  324. {/block:IfReallyRoundedCorners}
  325.  
  326. opacity:1;
  327. {/block:IfNotHoverPermalink}
  328.  
  329. {block:IfHoverPermalink}
  330. {block:IfNotReallyRoundedCorners}
  331. right:5px;
  332. top:-1px;
  333. {/block:IfNotReallyRoundedCorners}
  334. {block:IfReallyRoundedCorners}
  335. right:-3px;
  336. top:-12px;
  337. {/block:IfReallyRoundedCorners}
  338.  
  339. opacity:0;
  340. {/block:IfHoverPermalink}
  341.  
  342. z-index:9999999;
  343. background:{color:permalinkbg};
  344. font-family:tinytots;
  345. font-size:8px;
  346. text-transform:uppercase;
  347. padding:5px 8px;
  348. text-align:right;
  349. float:right;
  350.  
  351. -webkit-transition: all .4s ease-in-out;
  352. -moz-transition: all .4s ease-in-out;
  353. -ms-transition: all .4s ease-in-out;
  354. -o-transition: all .4s ease-in-out;
  355. transition: all .4s ease-in-out;
  356.  
  357. -webkit-border-radius: 5px;
  358. -moz-border-radius: 5px;
  359. border-radius: 5px;
  360. }
  361.  
  362. {block:IfHoverPermalink}
  363. .permalink:hover{
  364. opacity:1;
  365.  
  366. {block:IfNotReallyRoundedCorners}
  367. right:5px;
  368. top:5px;
  369. {/block:IfNotReallyRoundedCorners}
  370.  
  371. {block:IfReallyRoundedCorners}
  372. right:-3px;
  373. top:-5px;
  374. {/block:IfReallyRoundedCorners}
  375.  
  376. background:{color:permalinkbghover};
  377. color:{color:permalinktexthover};
  378. }
  379.  
  380. .permalink:hover a{
  381. color:{color:permalinktexthover};
  382. }
  383.  
  384. .post:hover .permalink{
  385. opacity:1;
  386.  
  387. {block:IfNotReallyRoundedCorners}
  388. right:5px;
  389. top:5px;
  390. {/block:IfNotReallyRoundedCorners}
  391.  
  392. {block:IfReallyRoundedCorners}
  393. right:-3px;
  394. top:-5px;
  395. {/block:IfReallyRoundedCorners}
  396. }
  397. {/block:IfHoverPermalink}
  398.  
  399. .permalink a{
  400. text-decoration:none;
  401. color:{color:permalinktext};
  402. }
  403.  
  404. .tags{
  405. font-family:tinytots;
  406. font-size:8px;
  407. text-transform:uppercase;
  408. z-index:-9999999;
  409.  
  410. {block:IfTagsOnPermalinkPage}
  411. display:none;
  412. {block:IfTagsOnPermalinkPage}
  413.  
  414. opacity:1;
  415.  
  416. {block:IfTagsVersion1}
  417.  
  418. margin-top:-5px;
  419. margin-bottom:5px;
  420.  
  421. {block:IfReallyRoundedCorners}
  422. width:370px;
  423. margin-left:10px;
  424. {/block:IfReallyRoundedCorners}
  425.  
  426. {block:IfNotReallyRoundedCorners}
  427. width:380px;
  428. {/block:IfNotReallyRoundedCorners}
  429.  
  430. {/block:IfTagsVersion1}
  431.  
  432. {block:IfTagsVersion2}
  433.  
  434. margin-top:-13px;
  435.  
  436. padding:8px;
  437. padding-bottom:5px;
  438. background:#fff;
  439. width:398px;
  440. border:1px solid #cccccc;
  441. border-top:none;
  442. color:#bbbbbb;
  443. margin-bottom:10px;
  444.  
  445. {block:IfReallyRoundedCorners}
  446. width:370px;
  447. margin-left:10px;
  448.  
  449. -webkit-border-bottom-right-radius: 20px;
  450. -webkit-border-bottom-left-radius: 20px;
  451. -moz-border-radius-bottomright: 20px;
  452. -moz-border-radius-bottomleft: 20px;
  453. border-bottom-right-radius: 20px;
  454. border-bottom-left-radius: 20px;
  455. {/block:IfReallyRoundedCorners}
  456.  
  457. {block:IfNotReallyRoundedCorners}
  458. width:390px;
  459.  
  460. -webkit-border-bottom-right-radius: 5px;
  461. -webkit-border-bottom-left-radius: 5px;
  462. -moz-border-radius-bottomright: 5px;
  463. -moz-border-radius-bottomleft: 5px;
  464. border-bottom-right-radius: 5px;
  465. border-bottom-left-radius: 5px;
  466. {/block:IfNotReallyRoundedCorners}
  467.  
  468. {/block:IfTagsVersion2}
  469.  
  470. }
  471.  
  472. .tag{
  473. {block:IfTagsVersion1}
  474. background:#FFABC8;
  475. color:#ffffff;
  476. padding:5px 8px;
  477. text-decoration:none;
  478. {/block:IfTagsVersion1}
  479.  
  480. {block:IfTagsVersion2}
  481. color:#bbbbbb;
  482. text-decoration:none;
  483. {/block:IfTagsVersion2}
  484.  
  485. display: inline-block;
  486. margin-bottom: 5px;
  487.  
  488. -webkit-border-radius: 5px;
  489. -moz-border-radius: 5px;
  490. border-radius: 5px;
  491. }
  492.  
  493. .tag a{
  494. {block:IfTagsVersion1}
  495. background:#FFABC8;
  496. color:#ffffff;
  497. padding:5px 8px;
  498. text-decoration:none;
  499. {/block:IfTagsVersion1}
  500.  
  501. {block:IfTagsVersion2}
  502. color:#bbbbbb;
  503. text-decoration:none;
  504. {/block:IfTagsVersion2}
  505.  
  506. display:inline;
  507.  
  508. -webkit-border-radius: 5px;
  509. -moz-border-radius: 5px;
  510. border-radius: 5px;
  511. }
  512.  
  513. {/block:IndexPage}
  514.  
  515. {block:PermalinkPage}
  516.  
  517.  
  518. {/block:PermalinkPage}
  519.  
  520. .photoset{
  521. {block:IfReallyRoundedCorners}
  522. -webkit-border-radius: 15px;
  523. -moz-border-radius: 15px;
  524. border-radius: 15px;
  525. {/block:IfReallyRoundedCorners}
  526.  
  527. {block:IfNotReallyRoundedCorners}
  528. -webkit-border-radius: 5px;
  529. -moz-border-radius: 5px;
  530. border-radius: 5px;
  531. {/block:IfNotReallyRoundedCorners}
  532. }
  533.  
  534. .images img{
  535. margin-bottom:-1px;
  536. {block:IfReallyRoundedCorners}
  537. -webkit-border-radius: 15px;
  538. -moz-border-radius: 15px;
  539. border-radius: 15px;
  540. {/block:IfReallyRoundedCorners}
  541.  
  542. {block:IfNotReallyRoundedCorners}
  543. -webkit-border-radius: 5px;
  544. -moz-border-radius: 5px;
  545. border-radius: 5px;
  546. {/block:IfNotReallyRoundedCorners}
  547. }
  548.  
  549. .images{
  550. -webkit-transition: all .2s ease-in-out;
  551. -moz-transition: all .2s ease-in-out;
  552. -ms-transition: all .2s ease-in-out;
  553. -o-transition: all .2s ease-in-out;
  554. transition: all .2s ease-in-out;
  555. }
  556.  
  557. .images:hover{
  558. opacity:.8;
  559. }
  560.  
  561. .notes{
  562. list-style-type:none;
  563. font-family: tinytots;
  564. font-size: 8px;
  565. text-transform: none;
  566. background: {color:postbg};
  567. padding: 10px;
  568. width: 387px;
  569. margin-top:-10px;
  570.  
  571. {block:IfBorderOnPosts}
  572. border:1px solid {color:sideborder};
  573. {/block:IfBorderOnPosts}
  574.  
  575. -webkit-border-bottom-right-radius: 5px;
  576. -webkit-border-bottom-left-radius: 5px;
  577. -moz-border-radius-bottomright: 5px;
  578. -moz-border-radius-bottomleft: 5px;
  579. border-bottom-right-radius: 5px;
  580. border-bottom-left-radius: 5px;
  581. }
  582.  
  583. .notes img {
  584. -webkit-border-radius: 100px;
  585. -moz-border-radius: 100px;
  586. border-radius: 100px;
  587. padding: 5px;
  588. margin-bottom: -10px;
  589. }
  590.  
  591. .notes a{
  592. color:{color:permalinkbg};
  593. text-decoration:none;
  594. }
  595.  
  596. .comma:last-child{
  597. display:none;
  598. }
  599.  
  600. .boby{
  601. padding:5px 8px;
  602. }
  603.  
  604. #extra{
  605. position:absolute;
  606. margin-left:-95px;
  607. margin-top:{text:sidelinksposition}px;
  608. }
  609.  
  610. .linkies a{
  611. background: {color:sidebarbg};
  612. color: {color:links};
  613. font-family: tinytots;
  614. font-size: 8px;
  615. text-align: center;
  616. line-height:6px;
  617. text-transform:uppercase;
  618. width: 60px;
  619. display: inline-block;
  620. margin-top:4px;
  621. padding:6px 0px 4px 5px;
  622.  
  623. border-top: 1px solid {color:sideborder};
  624. border-bottom: 1px solid {color:sideborder};
  625. border-right: 12px solid {color:sideborder};
  626. border-left: 1px solid {color:sideborder};
  627.  
  628. -webkit-border-radius: 20px;
  629. -moz-border-radius: 20px;
  630. border-radius: 20px;
  631.  
  632. -webkit-transition: all .3s ease-in-out;
  633. -moz-transition: all .3s ease-in-out;
  634. -ms-transition: all .3s ease-in-out;
  635. -o-transition: all .3s ease-in-out;
  636. transition: all .3s ease-in-out;
  637. }
  638.  
  639. .linkies a:hover{
  640. color: {color:linkshover};
  641.  
  642. border-top: 1px solid {color:sideborderhover};
  643. border-bottom: 1px solid {color:sideborderhover};
  644. border-left: 12px solid {color:sideborderhover};
  645. border-right: 1px solid {color:sideborderhover};
  646.  
  647. -webkit-transition: all .4s ease-in-out;
  648. -moz-transition: all .4s ease-in-out;
  649. -ms-transition: all .4s ease-in-out;
  650. -o-transition: all .4s ease-in-out;
  651. transition: all .4s ease-in-out;
  652.  
  653. -webkit-border-radius: 15px 3px 15px 3px;
  654. -moz-border-radius: 15px 3px 15px 3px;
  655. border-radius: 15px 3px 15px 3px;
  656.  
  657. }
  658.  
  659. .albumart{
  660. width:60px;
  661. height:60px;
  662. background-size:60px 60px;
  663. }
  664.  
  665. .albumart img{
  666. width:60px;
  667. height:60px;
  668.  
  669. {block:IfReallyRoundedCorners}
  670. -webkit-border-top-left-radius: 10px;
  671. -moz-border-radius-topleft: 10px;
  672. border-top-left-radius: 10px;
  673. {block:IfReallyRoundedCorners}
  674.  
  675. {block:IfNotReallyRoundedCorners}
  676. -webkit-border-top-left-radius: 5px;
  677. -moz-border-radius-topleft: 5px;
  678. border-top-left-radius: 5px;
  679. {block:IfNotReallyRoundedCorners}
  680. }
  681.  
  682. .audio{
  683. position:relative;
  684. margin-bottom:-5px;
  685. padding:5px;
  686. width: 388px;
  687. line-height: 12px;
  688. }
  689.  
  690. .info {
  691. left: 80px;
  692. top: 20px;
  693. position: absolute;
  694. }
  695.  
  696. .player {
  697. height: 25px;
  698. width: 25px;
  699. overflow:hidden;
  700. position:absolute;
  701. top:18px;
  702. left:18px;
  703. }
  704.  
  705. .opac{
  706. width:60px;
  707. height:60px;
  708. background:#ffffff;
  709. position:absolute;
  710. top:5px;
  711. left:5px;
  712. opacity:.6;
  713.  
  714. -webkit-transition: all .2s ease-in-out;
  715. -moz-transition: all .2s ease-in-out;
  716. -ms-transition: all .2s ease-in-out;
  717. -o-transition: all .2s ease-in-out;
  718. transition: all .2s ease-in-out;
  719. }
  720.  
  721. .opac:hover{
  722. opacity:.8;
  723. }
  724.  
  725. .bobyau{
  726. padding: 0px 8px 5px 8px;
  727. }
  728.  
  729. .quote{
  730. font-size:12px;
  731. letter-spacing:2px;
  732. font-family:tahoma;
  733. margin:3px 0 0 20px;
  734. }
  735.  
  736. .linkk{
  737. font-family:tahoma;
  738. color:#ffffff;
  739. padding: 7px;
  740. font-size: 13px;
  741. letter-spacing: 2px;
  742. text-align: center;
  743. line-height: 13px;
  744. margin-left: 3px;
  745. margin-bottom: -5px;
  746. margin-top: 3px;
  747. width: 380px;
  748. display:inline-block;
  749. background:{color:Accent};
  750.  
  751. {block:IfNotReallyRoundedCorners}
  752. -webkit-border-radius: 5px;
  753. -moz-border-radius: 5px;
  754. border-radius: 5px;
  755. {/block:IfNotReallyRoundedCorners}
  756.  
  757. {block:IfReallyRoundedCorners}
  758. -webkit-border-radius: 15px;
  759. -moz-border-radius: 15px;
  760. border-radius: 15px;
  761. {/block:IfReallyRoundedCorners}
  762.  
  763. -webkit-transition: all .3s ease-in-out;
  764. -moz-transition: all .3s ease-in-out;
  765. -ms-transition: all .3s ease-in-out;
  766. -o-transition: all .3s ease-in-out;
  767. transition: all .3s ease-in-out;
  768. }
  769.  
  770. .linkk:hover{
  771. text-shadow:0px 0px 5px #ffffff;
  772. background:{color:linkshover};
  773. }
  774.  
  775. #nav{
  776. font-family:tinytots;
  777. font-size:8px;
  778. text-transform:uppercase;
  779. margin-top:5px;
  780. margin-bottom:-5px;
  781. color:{color:links}
  782. }
  783.  
  784. #title:hover{
  785. color:{color:links};
  786. }
  787.  
  788.  
  789. {block:IfMusicPlayer}
  790.  
  791. #musicplayer{
  792. background:{color:sidebarbg};
  793. border:1px solid {color:sideborder};
  794. border-bottom:1px solid {color:sidebarbg};
  795. display:inline;
  796. padding:5px;
  797. top:129px;
  798. height:10px;
  799. width:15px;
  800. z-index:4444;
  801. margin-left:-240px;
  802. position:fixed;
  803. text-align:center;
  804. overflow:hidden;
  805.  
  806. -webkit-border-top-left-radius: 20px;
  807. -webkit-border-top-right-radius: 20px;
  808. -moz-border-radius-topleft: 20px;
  809. -moz-border-radius-topright: 20px;
  810. border-top-left-radius: 20px;
  811. border-top-right-radius: 20px;
  812.  
  813. -webkit-transition: all .2s ease-in-out;
  814. -moz-transition: all .2s ease-in-out;
  815. -ms-transition: all .2s ease-in-out;
  816. -o-transition: all .2s ease-in-out;
  817. transition: all .2s ease-in-out;
  818. }
  819.  
  820. #icony{
  821. z-index:-4;
  822. margin-left:-2px;
  823.  
  824. -webkit-transition: all .2s ease-in-out;
  825. -moz-transition: all .2s ease-in-out;
  826. -ms-transition: all .2s ease-in-out;
  827. -o-transition: all .2s ease-in-out;
  828. transition: all .2s ease-in-out;
  829. }
  830.  
  831. #code{
  832. overflow:hidden;
  833. width:34px;
  834. margin-top:-5px;
  835. margin-left:-23px;
  836. z-index:99999;
  837.  
  838. -webkit-transition: all .2s ease-in-out;
  839. -moz-transition: all .2s ease-in-out;
  840. -ms-transition: all .2s ease-in-out;
  841. -o-transition: all .2s ease-in-out;
  842. transition: all .2s ease-in-out;
  843. }
  844.  
  845. #musicplayer:hover{
  846. }
  847.  
  848. #musicplayer:hover #icony{
  849. margin-top:15px;
  850. }
  851.  
  852. #musicplayer:hover #code{
  853. opacity:1;
  854. margin-top:-32px;
  855. }
  856.  
  857. {/block:IfMusicPlayer}
  858.  
  859. {block:IfNotInfiniteScroll}
  860.  
  861. #pagi {
  862. position: absolute;
  863. margin-top: 20px;
  864. text-align: center;
  865. margin-left: -10px;
  866. width: 100%;
  867. }
  868.  
  869. #pagi a{
  870. background:{color:sideborder};
  871. color:{color:sidebarbg};
  872. padding: 3px 5px 5px 5px;
  873. font-size: 15px;
  874. -webkit-border-radius: 100px;
  875. -moz-border-radius: 100px;
  876. border-radius: 100px;;
  877. }
  878. {/block:IfNotInfiniteScroll}
  879.  
  880.  
  881. .ask{
  882. background:{color:Accent};
  883. color:#ffffff;
  884. padding: 6px;
  885. padding-bottom: 14px;
  886.  
  887. {block:IfReallyRoundedCorners}
  888. -webkit-border-radius: 10px;
  889. -webkit-border-bottom-right-radius: 4px;
  890. -webkit-border-bottom-left-radius: 4px;
  891. -moz-border-radius: 10px;
  892. -moz-border-radius-bottomright: 4px;
  893. -moz-border-radius-bottomleft: 4px;
  894. border-radius: 10px;
  895. border-bottom-right-radius: 4px;
  896. border-bottom-left-radius: 4px;
  897. {/block:IfReallyRoundedCorners}
  898.  
  899. {block:IfNotReallyRoundedCorners}
  900. -webkit-border-radius: 5px;
  901. -webkit-border-bottom-right-radius: 4px;
  902. -webkit-border-bottom-left-radius: 4px;
  903. -moz-border-radius: 5px;
  904. -moz-border-radius-bottomright: 4px;
  905. -moz-border-radius-bottomleft: 4px;
  906. border-radius: 5px;
  907. border-bottom-right-radius: 4px;
  908. border-bottom-left-radius: 4px;
  909.  
  910. width: 381px;
  911. margin-left: -5px;
  912. {/block:IfNotReallyRoundedCorners}
  913. }
  914.  
  915. .askimg{
  916. margin-bottom: -10px;
  917. margin-right: 5px;
  918. -webkit-border-radius: 100px;
  919. -moz-border-radius: 100px;
  920. border-radius: 100px;
  921. }
  922.  
  923. #lace{
  924. background:url('{image:lace}');
  925. background-repeat:repeat-x;
  926. max-height:200px;
  927. width:100%;
  928. margin:0;
  929. z-index:9999999!important;
  930. position:fixed;
  931. top:0;
  932. }
  933.  
  934. {CustomCSS}
  935.  
  936. </style>
  937.  
  938. </head>
  939. <body>
  940.  
  941. <div id="lace"><img src="{image:lace}"></div>
  942.  
  943. {block:IfInfiniteScroll}
  944. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  945. {/block:IfInfiniteScroll}
  946.  
  947. <div id="wrap">
  948.  
  949. {block:IfMusicPlayer}
  950. <div id="musicplayer">
  951. <img id="icony" src="{image:autoplayicon}">
  952. <div id="code">{text:musicplayercode}</div>
  953. </div>
  954. {/block:IfMusicPlayer}
  955.  
  956. <div id="sidebar">
  957.  
  958. <div id="extra">
  959. <div class="linkies">
  960. {block:IfLink1}<a href="{text:url1}">{text:link1}</a><br>{/block:IfLink1}
  961. {block:IfLink2}<a href="{text:url2}">{text:link2}</a><br>{/block:IfLink2}
  962. {block:IfLink3}<a href="{text:url3}">{text:link3}</a><br>{/block:IfLink3}
  963. {block:IfLink4}<a href="{text:url4}">{text:link4}</a><br>{/block:IfLink4}
  964. {block:IfLink5}<a href="{text:url5}">{text:link5}</a><br>{/block:IfLink5}
  965. {block:IfLink6}<a href="{text:url6}">{text:link6}</a><br>{/block:IfLink6}
  966. </div>
  967. </div>
  968.  
  969. <a href="/"><img id="sideimg" src="{image:sidebar}"></a>
  970. <div id="nav">
  971. <a href="/">home</a> -
  972. <a href="/ask">message</a> -
  973. <a href="/archive">archive</a> -
  974. <a href="http://sheymin.tumblr.com">credit</a>
  975. </div>
  976.  
  977. <a href="/" id="title"><h1>{text:SidebarTitleThing}</h1></a>
  978.  
  979. <div id="desc">
  980. {Description}
  981. </div>
  982.  
  983. {block:IfNotInfiniteScroll}
  984. <div id="pagi">
  985. {block:Pagination}
  986.  
  987. {block:PreviousPage}
  988. <a href="{PreviousPage}">←</a>
  989. {/block:PreviousPage}
  990.  
  991. {block:NextPage}
  992. <a href="{NextPage}">→</a>
  993. {/block:NextPage}
  994.  
  995. {/block:Pagination}
  996. </div>
  997. {/block:IfNotInfiniteScroll}
  998.  
  999. </div><!--sidebar-->
  1000.  
  1001. <div id="postwrap">
  1002. {block:Posts}
  1003. <div class="postt">
  1004. <div class="post">
  1005.  
  1006. <div class="perm">
  1007. <div class="permalink">
  1008.  
  1009. {block:IndexPage}
  1010.  
  1011. <a href="{Permalink}" style="display:block">
  1012. {NoteCountWithLabel}
  1013. </a>
  1014.  
  1015. <a href="{ReblogURL}">
  1016. reblog
  1017. </a>
  1018.  
  1019.  
  1020. <!--{block:ContentSource}
  1021. <a href="{SourceURL}">
  1022. {block:SourceLogo}
  1023. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/>
  1024. {/block:SourceLogo}
  1025.  
  1026. {block:NoSourceLogo}
  1027. {SourceTitle}
  1028. {/block:NoSourceLogo}
  1029. </a>
  1030. {/block:ContentSource}-->
  1031.  
  1032. <!-- {block:NoRebloggedFrom}
  1033. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1034. {/block:NoRebloggedFrom} -->
  1035.  
  1036. {/block:IndexPage}
  1037.  
  1038. </div>
  1039. </div>
  1040.  
  1041. {block:Text}
  1042. {block:Title}
  1043. <h2>{Title}</h2>
  1044. {/block:Title}
  1045.  
  1046. <div class="boby">{Body}</div>
  1047. {/block:Text}
  1048.  
  1049. {block:Photo}
  1050. {LinkOpenTag}
  1051. <div class="images"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></div>
  1052. {LinkCloseTag}
  1053.  
  1054. {block:IfNotCaptionsOnPermalinkPage}
  1055. {block:Caption}
  1056. <div class="boby">{Caption}</div>
  1057. {/block:Caption}
  1058. {/block:IfNotCaptionsOnPermalinkPage}
  1059.  
  1060. {block:IfCaptionsOnPermalinkPage}
  1061. {block:PermalinkPage}
  1062. {block:Caption}
  1063. <div class="boby">{Caption}</div>
  1064. {/block:Caption}
  1065. {/block:PermalinkPage}
  1066. {/block:IfCaptionsOnPermalinkPage}
  1067.  
  1068. {/block:Photo}
  1069.  
  1070.  
  1071. {block:Photoset}
  1072. {Photoset-400}
  1073.  
  1074. {block:IfNotCaptionsOnPermalinkPage}
  1075. {block:Caption}
  1076. <div class="boby">{Caption}</div>
  1077. {/block:Caption}
  1078. {/block:IfNotCaptionsOnPermalinkPage}
  1079.  
  1080. {block:IfCaptionsOnPermalinkPage}
  1081. {block:PermalinkPage}
  1082. {block:Caption}
  1083. <div class="boby">{Caption}</div>
  1084. {/block:Caption}
  1085. {/block:PermalinkPage}
  1086. {/block:IfCaptionsOnPermalinkPage}
  1087.  
  1088. {/block:Photoset}
  1089.  
  1090.  
  1091. {block:Quote}
  1092. <div class="boby">
  1093. <div class="quote"><span style="font-size:50px;font-family: TimesNewRoman, Times, Baskerville, Georgia, serif;position:absolute;top:0px;left:9px;">“</span>{Quote}</div>
  1094.  
  1095. {block:Source}
  1096. <div style="text-align:right;"><br>—{Source}</div>
  1097. {/block:Source}
  1098. </div>
  1099. {/block:Quote}
  1100.  
  1101.  
  1102. {block:Video}
  1103. <div class="images">{Video-400}</div>
  1104.  
  1105. {block:IfNotCaptionsOnPermalinkPage}
  1106. {block:Caption}
  1107. <div class="boby">{Caption}</div>
  1108. {/block:Caption}
  1109. {/block:IfNotCaptionsOnPermalinkPage}
  1110.  
  1111. {block:IfCaptionsOnPermalinkPage}
  1112. {block:PermalinkPage}
  1113. {block:Caption}
  1114. <div class="boby">{Caption}</div>
  1115. {/block:Caption}
  1116. {/block:PermalinkPage}
  1117. {/block:IfCaptionsOnPermalinkPage}
  1118.  
  1119. {/block:Video}
  1120.  
  1121.  
  1122. {block:Link}
  1123.  
  1124. <a href="{URL}" {Target}>
  1125. <div class="linkk">{Name}</div>
  1126. </a>
  1127.  
  1128. <div class="boby">
  1129. {block:Description}
  1130. {Description}
  1131. {/block:Description}
  1132. </div>
  1133. {/block:Link}
  1134.  
  1135.  
  1136. {block:Chat}
  1137. <div class="boby">
  1138. {block:Title}
  1139. <h2>{Title}</h2>
  1140. {/block:Title}
  1141.  
  1142. {block:Lines}
  1143. <div class="line {Alt}">
  1144. {block:Label}
  1145. <b>{Label}</b>
  1146. {/block:Label}
  1147.  
  1148. &nbsp;{Line}
  1149. </div>
  1150. {/block:Lines}
  1151. </div>
  1152. {/block:Chat}
  1153.  
  1154.  
  1155. {block:Audio}
  1156.  
  1157. <div class="audio">
  1158.  
  1159. <div class="albumart">
  1160. {block:AlbumArt}
  1161. <img src="{AlbumArtURL}">
  1162. {/block:AlbumArt}
  1163. </div>
  1164.  
  1165. <div class="opac">
  1166. <div class="player">
  1167. {AudioPlayerWhite}
  1168. </div>
  1169. </div>
  1170.  
  1171. <div class="info">
  1172. <span style="font-size:9px;color:{color:Text}">♬{block:Artist}<i>{Artist}</i>—{/block:Artist}
  1173. {block:TrackName}{TrackName}{/block:TrackName}
  1174. <br>{FormattedPlayCount} plays
  1175. </div></div>
  1176. <br>
  1177. {block:Caption}
  1178. <div class="bobyau">{Caption}</div>
  1179. {/block:Caption}
  1180. {/block:Audio}
  1181.  
  1182.  
  1183. {block:Answer}
  1184. <div class="boby">
  1185. <div class="ask"><img class="askimg" src="{AskerPortraitURL-24}"><b>{Asker} asked:</b>
  1186. {Question}</div>
  1187.  
  1188. {Answer}
  1189. </div>
  1190. {/block:Answer}
  1191.  
  1192. </div><!--post-->
  1193.  
  1194. {block:IndexPage}
  1195. {block:HasTags}
  1196. <div class="tagbox">
  1197. <div class="tags">
  1198. {block:Tags}
  1199. <div class="tag">#<a href="{TagURL}">{Tag}</a></div>
  1200. {/block:Tags}
  1201. </div>
  1202. </div>
  1203. {/block:HasTags}
  1204. {/block:IndexPage}
  1205.  
  1206.  
  1207. {block:PermalinkPage}
  1208.  
  1209. </div><!--postt-->
  1210.  
  1211. <div class="footer">
  1212.  
  1213. {block:Date}
  1214. posted on {MonthNumber}/{DayOfMonthWithZero}/{ShortYear} at {12Hour}:{Minutes} {CapitalAmPm} with {NoteCountWithLabel}
  1215. {/block:Date}
  1216.  
  1217. {block:HasTags}
  1218. <div class="tags">
  1219. tagged:
  1220. {block:Tags}
  1221. <a class="tag" href="{TagURL}">#{Tag}</a><span class="comma">,</span>
  1222. {/block:Tags}
  1223. </div>
  1224. {/block:HasTags}
  1225.  
  1226. {block:RebloggedFrom}
  1227. <a href="{ReblogParentURL}">via</a> -
  1228. <a href="{ReblogRootURL}">source</a>
  1229. {/block:RebloggedFrom}
  1230.  
  1231. </div><!--footer-->
  1232.  
  1233. {block:PostNotes}
  1234. {PostNotes}
  1235. {/block:PostNotes}
  1236.  
  1237. {/block:PermalinkPage}
  1238.  
  1239. {/block:Posts}
  1240. </div><!--postwrap-->
  1241. </div><!--wrap-->
  1242.  
  1243. </body>
  1244. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement