Advertisement
aiha

floating buttons theme (transparent) v1.0 pv1

Oct 6th, 2014
2,353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.89 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.  
  6. _. o |_ _. _
  7. (_| | | | (_| _>
  8.  
  9. > floating buttons theme: transparent ver. - v1.0
  10. aihas.tumblr.com
  11.  
  12.  
  13.  
  14. don't steal this and use
  15. it as a base that wouldn't
  16. be very nice
  17.  
  18. if you wanna put the credit
  19. stuff somewhere else that's cool!
  20. but don't remove it completely
  21.  
  22.  
  23. -->
  24.  
  25. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  26. <head>
  27.  
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
  30. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  31.  
  32. <meta name="color:Background" content="#ffffff" />
  33. <meta name="color:Buttons" content="#f0c3e7" />
  34. <meta name="color:Button Hover" content="#e7a8c9" />
  35. <meta name="color:Text" content="#999999" />
  36. <meta name="color:Link Text" content="#e7a8c9" />
  37. <meta name="color:Scrollbar" content="#e7a8c9" />
  38. <meta name="color:Scrollbar Background" content="#eeeeee" />
  39.  
  40. <meta name="if:500px" content="0"/>
  41. <meta name="if:400px" content="0"/>
  42. <meta name="if:250px" content="1"/>
  43.  
  44. <meta name="if:Round Corners" content="0"/>
  45. <meta name="if:Round Buttons" content="0"/>
  46. <meta name="if:Infinite Scroll" content="1"/>
  47. <meta name="if:Show Captions" content="1"/>
  48. <meta name="if:Show Tags" content="1"/>
  49. <meta name="if:Always Show Description" content="0"/>
  50.  
  51.  
  52. <meta name="text:Sidebar Position Margin" content="150"/>
  53. <meta name="text:Link 1 Title" content=""/>
  54. <meta name="text:Link 1 URL" content=""/>
  55. <meta name="text:Link 2 Title" content=""/>
  56. <meta name="text:Link 2 URL" content=""/>
  57. <meta name="text:Link 3 Title" content=""/>
  58. <meta name="text:Link 3 URL" content=""/>
  59. <meta name="text:Link 4 Title" content=""/>
  60. <meta name="text:Link 4 URL" content=""/>
  61.  
  62. <meta name="image:Sidebar Image" content="http://static.tumblr.com/f0b40132c3c2c955a12c5cca6c36e4b3/ygokpzg/IOInd1i0i/tumblr_static_bckc0ndmjfccwwgk0owo0go08.png"/>
  63. <meta name="image:Side Image" content=""/>
  64. <meta name="image:Background" content="http://static.tumblr.com/fd289b9e191ad59cc090ba2a79b64f35/ygokpzg/O1xnd1hsg/tumblr_static_a1sd68h6r4wksw044gkw0swoc.png"/>
  65. <meta name="image:Favicon" content="http://static.tumblr.com/62c052902e03f3e5981a9ffdc3e8aa5b/ygokpzg/TcFnd1jrh/tumblr_static_9ncy6149yqkg8w48gcs4880ws.gif"/>
  66.  
  67.  
  68.  
  69. <meta
  70. name="select:Background Size"
  71. content="background-size:100% 100%;"
  72. title="Stretch" />
  73. <meta
  74. name="select:Background Size"
  75. content="background-size:cover;"
  76. title="Max" />
  77. <meta
  78. name="select:Background Size"
  79. content=""
  80. title="Pattern" />
  81.  
  82.  
  83.  
  84. <meta
  85. name="select:Sidebar Position"
  86. content="top"
  87. title="Top" />
  88. <meta
  89. name="select:Sidebar Position"
  90. content="bottom"
  91. title="Bottom" />
  92.  
  93.  
  94.  
  95. <meta
  96. name="select:Side Image Position"
  97. content="bottom:0px; left:0px;"
  98. title="Bottom left" />
  99. <meta
  100. name="select:Side Image Position"
  101. content="bottom:0px; right:0px;"
  102. title="Bottom right" />
  103.  
  104.  
  105.  
  106. <meta
  107. name="select:Font"
  108. content="'Roboto','Arial'"
  109. title="Roboto" />
  110. <meta
  111. name="select:Font"
  112. content="'Inconsolata','Arial'"
  113. title="Inconsolata" />
  114. <meta
  115. name="select:Font"
  116. content="'Arial'"
  117. title="Arial" />
  118. <meta
  119. name="select:Font"
  120. content="'Consolas','Arial'"
  121. title="Consolas" />
  122.  
  123.  
  124. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  125. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  126. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  127. <link rel="shortcut icon" href="{image:Favicon}" />
  128. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  129. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  130. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  131. <style type="text/css">
  132.  
  133. body {
  134. background-color:{color:Background};
  135. background-image:url('{image:Background}');
  136. color:{color:Font};
  137. background-attachment:fixed;
  138. {select:Background Size}
  139. }
  140.  
  141. ::-webkit-scrollbar{
  142. width:8px;
  143. background-color: {color:Scrollbar Background};
  144. }
  145.  
  146. ::-webkit-scrollbar-thumb{
  147. background-color:{color:Scrollbar};
  148. }
  149.  
  150. #wrapper {
  151. position:relative;
  152. margin:0 auto;
  153. {block:If500px}width:742px;{/block:If500px}
  154. {block:If400px}width:642px;{/block:If400px}
  155. {block:If250px}width:492px;{/block:If250px}
  156. font-family:{select:Font};
  157. font-size:11px;
  158. line-height:150%;
  159. color:{color:Font};
  160. left:-30px;
  161. }
  162.  
  163. #wrapper a {
  164. text-decoration:none;
  165. color:{color:Link Text};
  166.  
  167. /* transition: .25s ease-in-out;
  168. -moz-transition: .25s ease-in-out;
  169. -webkit-transition: .25s ease-in-out; */
  170. }
  171.  
  172. #wrapper a:visited {
  173. color:{color:Link Text};
  174. }
  175.  
  176. #wrapper a:hover {
  177. /* opacity:0.7; */
  178. background-color:{color:Link Text};
  179. color:#ffffff;
  180. }
  181.  
  182. #wrapper ul {
  183. padding-left:25px;
  184. list-style-type:square;
  185. }
  186.  
  187. #wrapper ol {
  188. padding-left:25px;
  189. }
  190.  
  191.  
  192.  
  193. #wrapper #sidebar {
  194. position:fixed;
  195. {select:Sidebar Position}:{text:Sidebar Position Margin}px;
  196. z-index:1;
  197. }
  198.  
  199. #wrapper #sidebar p {
  200. margin:0px;
  201. color:{color:Text};
  202. }
  203.  
  204. #wrapper #sidebar #sdblock1,
  205. #wrapper #sidebar #sdblock2 #description {
  206. padding:10px;
  207. width:128px;
  208. background-color:rgba(255,255,255,0.4);
  209. border:none;
  210.  
  211. {block:IfRoundCorners}
  212. border-radius:8px;
  213. {/block:IfRoundCorners}
  214. }
  215.  
  216. #wrapper #sidebar #sdblock1 {
  217. margin-bottom:9px;
  218. }
  219.  
  220. #wrapper #sidebar #sdblock1 #portrait {
  221. display:block;
  222. margin-bottom:-4px;
  223.  
  224. transition: .25s ease-in-out;
  225. -moz-transition: .25s ease-in-out;
  226. -webkit-transition: .25s ease-in-out;
  227.  
  228. {block:IfRoundCorners}
  229. border-radius:3px;
  230. {/block:IfRoundCorners}
  231. }
  232.  
  233. #wrapper #sidebar #sdblock1 #portrait img {
  234. {block:IfRoundCorners}
  235. border-radius:3px;
  236. {/block:IfRoundCorners}
  237. }
  238.  
  239. #wrapper #sidebar #sdblock1 #portrait:hover {
  240. background-color:initial;
  241. }
  242.  
  243. #wrapper #sidebar #sdblock2 {
  244. overflow:hidden;
  245. margin-bottom:9px;
  246.  
  247. transition: .4s ease-in-out;
  248. -moz-transition: .4s ease-in-out;
  249. -webkit-transition: .4s ease-in-out;
  250.  
  251. {block:IfNotAlwaysShowDescription}
  252. opacity:0.0;
  253. {/block:IfNotAlwaysShowDescription}
  254. }
  255.  
  256. #wrapper #sidebar #sdblock2 #description {
  257. margin-bottom:9px;
  258. padding:5px 10px;
  259. font-size:10px;
  260. line-height:125%;
  261. }
  262.  
  263. #wrapper #sidebar #sdblock2 #pagi {
  264. position:relative;
  265. height:11px;
  266. margin-bottom:9px;
  267. }
  268.  
  269. #wrapper #sidebar #sdblock2 #pagi .navlink {
  270. display:inline-block;
  271. height:9px;
  272. margin:0px;
  273. overflow:hidden;
  274. border:solid 1px {color:Border};
  275. width:69px;
  276. text-align:center;
  277. font-size:9px;
  278. font-family:'Roboto','Arial';
  279. border:none;
  280. height:11px;
  281. line-height:12px;
  282. background-color:rgba(255,255,255,0.4);
  283.  
  284. transition: .0s ease-in-out;
  285. -moz-transition: .0s ease-in-out;
  286. -webkit-transition: .0s ease-in-out;
  287.  
  288. {block:IfRoundCorners}
  289. border-radius:6px;
  290. {/block:IfRoundCorners}
  291. }
  292.  
  293. #wrapper #sidebar #sdblock2 #pagi .navlink:hover {
  294. opacity:1.0;
  295. background-color:{color:Button Hover};
  296. }
  297.  
  298. #wrapper #sidebar #sdblock2 #pagi .navlink.l {
  299. float:left;
  300. }
  301.  
  302. #wrapper #sidebar #sdblock2 #pagi .navlink.r {
  303. float:right;
  304. }
  305.  
  306. #wrapper #sidebar #sidenav {
  307. position:absolute;
  308. top:0px;
  309. left:157px;
  310. line-height:0px;
  311. }
  312.  
  313. #wrapper #sidebar #sidenav .cstlink {
  314. display:block;
  315. height:9px;
  316. width:7px;
  317. background-color:{color:Buttons};
  318. margin:0px 0px 9px 0px;
  319. overflow:hidden;
  320. border:solid 1px {color:Border};
  321. font-size:9px;
  322. text-align:center;
  323. line-height:10px;
  324. text-indent:17px;
  325. padding-right:2px;
  326. text-transform:uppercase;
  327. white-space:nowrap;
  328. opacity:{text:Button Opacity};
  329. font-family:'Roboto','Arial';
  330. opacity:0.4;
  331. border:solid 1px {color:Buttons};
  332.  
  333. transition: .0s ease-in-out;
  334. -moz-transition: .0s ease-in-out;
  335. -webkit-transition: .0s ease-in-out;
  336.  
  337. {block:IfRoundButtons}
  338. border-radius:6px;
  339. {/block:IfRoundButtons}
  340. }
  341.  
  342. #wrapper #sidebar #sidenav .cstlink:hover {
  343. opacity:1.0;
  344. background-color:{color:Button Hover};
  345. border:solid 1px {color:Button Hover};
  346. width:auto;
  347. }
  348.  
  349. #wrapper #sidebar:hover #sdblock2 {
  350. opacity:1.0;
  351. }
  352.  
  353.  
  354.  
  355.  
  356.  
  357. #wrapper #posts {
  358. position:relative;
  359. left:250px;
  360. {block:If500px}width:530px;{/block:If500px}
  361. {block:If400px}width:430px;{/block:If400px}
  362. {block:If250px}width:280px;{/block:If250px}
  363. margin-top:50px;
  364. }
  365.  
  366. #wrapper #posts .permalink {
  367. display:block;
  368. position:absolute;
  369. width:11px;
  370. float:left;
  371. right:-10px;
  372. margin-top:-10px;
  373. font-size:10px;
  374. color:{color:Text};
  375. line-height:0px;
  376.  
  377. transition: .25s ease-in-out;
  378. -moz-transition: .25s ease-in-out;
  379. -webkit-transition: .25s ease-in-out;
  380. }
  381.  
  382. #wrapper #posts .permalink .pmlink {
  383. display:inline-block;
  384. width:7px;
  385. height:9px;
  386. background-color:{color:Buttons};
  387. margin:0px 0px 9px 0px;
  388. overflow:hidden;
  389. border:solid 1px {color:Border};
  390. position:relative;
  391. font-size:9px;
  392. text-align:center;
  393. line-height:10px;
  394. text-indent:17px;
  395. padding-right:2px;
  396. white-space:nowrap;
  397. opacity:{text:Button Opacity};
  398. font-family:'Roboto','Arial';
  399. border:solid 1px {color:Buttons};
  400. opacity:0.4;
  401.  
  402. transition: .0s ease-in-out;
  403. -moz-transition: .0s ease-in-out;
  404. -webkit-transition: .0s ease-in-out;
  405.  
  406. {block:IfRoundButtons}
  407. border-radius:5px;
  408. {/block:IfRoundButtons}
  409. }
  410.  
  411. #wrapper #posts .permalink .pmlink:hover {
  412. opacity:1.0;
  413. background-color:{color:Button Hover};
  414. border:solid 1px {color:Button Hover};
  415. width:auto;
  416. }
  417.  
  418. #wrapper #posts .permalink .pmlink .upper {
  419. text-transform:uppercase;
  420. }
  421.  
  422. #wrapper #posts .post {
  423. {block:If500px}width:500px;{/block:If500px}
  424. {block:If400px}width:400px;{/block:If400px}
  425. {block:If250px}width:250px;{/block:If250px}
  426. padding:10px;
  427. margin:30px 0px;
  428. color:{color:Text};
  429. background-color:rgba(255,255,255,0.4);
  430. border:none;
  431.  
  432. transition: .25s ease-in-out;
  433. -moz-transition: .25s ease-in-out;
  434. -webkit-transition: .25s ease-in-out;
  435.  
  436. {block:IfRoundCorners}
  437. border-radius:8px;
  438. {/block:IfRoundCorners}
  439. }
  440.  
  441. #wrapper #posts .post .maincontent {
  442. margin-bottom:-4px;
  443. }
  444.  
  445. #wrapper #posts .post h1 {
  446. font-size:11px;
  447. margin:0px;
  448. }
  449.  
  450. #wrapper #posts .post .caption blockquote,
  451. #wrapper #posts .post blockquote {
  452. border-left:solid 2px #ccc;
  453. margin:-3px 0px 9px 5px;
  454. padding-left:13px;
  455. }
  456.  
  457. #wrapper #posts .post .caption blockquote:last-child,
  458. #wrapper #posts .post blockquote:last-child {
  459. margin-bottom:0px;
  460. }
  461.  
  462. #wrapper #posts .post .caption blockquote:first-child {
  463. margin-top:3px;
  464. }
  465.  
  466. #wrapper #posts .post p {
  467. margin:2px 0px 10px 0px;
  468. color:{color:Text};
  469. }
  470.  
  471. #wrapper #posts .post p:last-child {
  472. margin-bottom:0px;
  473. }
  474.  
  475. #wrapper #posts .post pre {
  476. padding:5px;
  477. margin:0px;
  478. word-wrap:break-word;
  479. font-size:10px;
  480. background-color:rgba(255,255,255,0.35);
  481. }
  482.  
  483. #wrapper #posts .post .caption {
  484. padding:8px 0px 0px 0px;
  485. }
  486.  
  487.  
  488.  
  489. #wrapper #posts .post .text {
  490.  
  491. }
  492.  
  493. #wrapper #posts .post .text .texttitle {
  494. margin:0px 0px 10px 0px;
  495. font-size:20px;
  496. font-weight:bold;
  497. }
  498.  
  499.  
  500. #wrapper #posts .post .photo .imglink {
  501. background-color:initial;
  502. }
  503.  
  504. #wrapper #posts .post .photo .imglink:hover {
  505. opacity:0.8;
  506. }
  507.  
  508. #wrapper #posts .post .photo .maincontent img {
  509. max-width:100%;
  510. }
  511.  
  512.  
  513.  
  514. #wrapper #posts .post .quote .quotecontent {
  515. font-family:georgia,serif;
  516. font-size:19px;
  517. margin:0px 0px 10px 0px;
  518. line-height:120%;
  519. }
  520.  
  521.  
  522.  
  523. #wrapper #posts .post .link .linkctr {
  524. text-align:center;
  525. margin-bottom:7px;
  526. padding:5px;
  527. background-color:{color:Link Text};
  528. display:block;
  529. color:#ffffff;
  530.  
  531. {block:IfRoundCorners}
  532. border-radius:5px;
  533. {/block:IfRoundCorners}
  534. }
  535.  
  536. #wrapper #posts .post .link .linkctr:hover {
  537. background-color:rgba(255,255,255,0.35);
  538. color:{color:Link Text};
  539. }
  540.  
  541.  
  542.  
  543. #wrapper #posts .post .chat .texttitle {
  544. margin:0px 0px 20px 0px;
  545. font-size:20px;
  546. font-weight:bold;
  547. }
  548.  
  549. #wrapper #posts .post .chat .chatct {
  550. margin:-10px -10px 26px;
  551. }
  552.  
  553. #wrapper #posts .post .chat .chatct .odd {
  554. margin:0px;
  555. padding:5px 10px;
  556. background-color:rgba(200,200,200,0.1);
  557. }
  558.  
  559. #wrapper #posts .post .chat .chatct .even {
  560. margin:0px;
  561. padding:5px 10px;
  562. }
  563.  
  564. #wrapper #posts .post .chat .chatct:last-child {
  565. margin-bottom:-10px;
  566. }
  567.  
  568.  
  569.  
  570. #wrapper #posts .post .audio {
  571. min-height:80px;
  572. }
  573.  
  574. #wrapper #posts .post .audio #albumart {
  575. float:left;
  576. width:80px;
  577. height:80px;
  578. margin-right:10px;
  579. background-color:#fff;
  580. background-image:url('http://static.tumblr.com/738c2265772a00e6155b5756cac20878/ygokpzg/EKgnc9qjq/tumblr_static_471qy38bnl2ccgwoo0c8wkksk.png');
  581.  
  582. {block:IfRoundCorners}
  583. border-radius:3px;
  584. {/block:IfRoundCorners}
  585. }
  586.  
  587. #wrapper #posts .post .audio #albumart img {
  588. width:80px;
  589. height:80px;
  590.  
  591. {block:IfRoundCorners}
  592. border-radius:3px;
  593. {/block:IfRoundCorners}
  594. }
  595.  
  596. #wrapper #posts .post .audio #audioplayer {
  597. float:left;
  598. width:28px;
  599. height:28px;
  600. margin-top:24px;
  601. margin-left:-66px;
  602. padding:2px;
  603. background-color:#fff;
  604. overflow:hidden;
  605. opacity:0.8;
  606. }
  607.  
  608. #wrapper #posts .post .audio #trackinfo {
  609. min-height:80px;
  610. font-size:10px;
  611. margin-left:90px;
  612. }
  613.  
  614.  
  615.  
  616. #wrapper #posts .post .answer .question {
  617. padding:7px 10px 7px 10px;
  618. {block:If500px}width:440px;{/block:If500px}
  619. {block:If400px}width:340px;{/block:If400px}
  620. {block:If250px}width:190px;{/block:If250px}
  621. margin-bottom:10px;
  622. color:{color:Text};
  623. background-color:rgba(255,255,255,0.35);
  624.  
  625. {block:IfRoundCorners}
  626. -webkit-border-top-left-radius: 5px;
  627. -moz-border-radius-topleft: 5px;
  628. border-top-left-radius: 5px;
  629. {/block:IfRoundCorners}
  630. }
  631.  
  632. #wrapper #posts .post .answer .question .asker {
  633. margin-bottom:3px;
  634. }
  635.  
  636. #wrapper #posts .post .answer .asker-avatar {
  637. position:relative;
  638. float:right;
  639. }
  640.  
  641. #wrapper #posts .post .answer .answerbox {
  642. padding:7px 10px 7px 10px;
  643. {block:If500px}width:440px;{/block:If500px}
  644. {block:If400px}width:340px;{/block:If400px}
  645. {block:If250px}width:190px;{/block:If250px}
  646. margin-bottom:5px;
  647. background-color:rgba(255,255,255,0.35);
  648.  
  649. {block:IfRoundCorners}
  650. -webkit-border-bottom-left-radius:5px;
  651. -moz-border-radius-bottomleft:5px;
  652. border-bottom-left-radius:5px;
  653. {/block:IfRoundCorners}
  654. }
  655.  
  656. #wrapper #posts .post .answer .answerbox .answerer {
  657. margin-bottom:3px;
  658. }
  659.  
  660. #wrapper #posts .post .answer .answerer-avatar {
  661. float:right;
  662. }
  663.  
  664.  
  665.  
  666. #wrapper #posts .post .answer .answerbox img,
  667. #wrapper #posts .post .answer .replies img,
  668. #wrapper #posts .post .text img,
  669. #wrapper #posts .post .caption img,
  670. #wrapper #posts .post .description img {
  671. max-width:100%;
  672. margin:6px 0px;
  673. height:auto;
  674. }
  675.  
  676.  
  677.  
  678. #wrapper #posts .post .footer {
  679. font-size:10px;
  680. min-height:16px;
  681. padding:3px 10px 3px 10px;
  682. margin:10px -10px -10px -10px;
  683. background-color:rgba(255,255,255,0.35);
  684.  
  685. {block:IfRoundCorners}
  686. -webkit-border-bottom-right-radius: 8px;
  687. -webkit-border-bottom-left-radius: 8px;
  688. -moz-border-radius-bottomright: 8px;
  689. -moz-border-radius-bottomleft: 8px;
  690. border-bottom-right-radius: 8px;
  691. border-bottom-left-radius: 8px;
  692. {/block:IfRoundCorners}
  693. }
  694.  
  695. #wrapper #posts .post .footer a {
  696. color:{color:Text};
  697. }
  698.  
  699. #wrapper #posts .post .footer a:hover {
  700. background-color:{color:Link Text};
  701. color:#fff;
  702. }
  703.  
  704. #wrapper #posts .post .footer .tags {
  705. line-height:100%;
  706. }
  707.  
  708. #wrapper #posts .post .details {
  709. font-size:10px;
  710. margin:10px -10px -15px -10px;
  711. padding:5px 10px 5px 10px;
  712. min-height:10px;
  713. background-color:rgba(255,255,255,0.35);
  714. }
  715.  
  716. #wrapper #posts .post .details:last-child {
  717. margin: 10px -10px -10px;
  718.  
  719. {block:IfRoundCorners}
  720. -webkit-border-bottom-right-radius: 8px;
  721. -webkit-border-bottom-left-radius: 8px;
  722. -moz-border-radius-bottomright: 8px;
  723. -moz-border-radius-bottomleft: 8px;
  724. border-bottom-right-radius: 8px;
  725. border-bottom-left-radius: 8px;
  726. {/block:IfRoundCorners}
  727. }
  728.  
  729. #wrapper #posts .post .details .via {
  730. float:right;
  731. }
  732.  
  733. #wrapper #posts .post .notes {
  734. padding:0px;
  735. display:block;
  736. margin-top:23px;
  737. }
  738.  
  739. #wrapper #posts .post .notes ol {
  740. padding:0px 10px 0px 0px;
  741. font-size:10px;
  742. }
  743.  
  744. #wrapper #posts .post .notes ol img {
  745. display:none;
  746. }
  747.  
  748. #wrapper #posts .post .notes ol li {
  749. list-style:none;
  750. }
  751.  
  752. #wrapper #posts .post .notes ol blockquote {
  753. margin-top:0px;
  754. }
  755.  
  756.  
  757.  
  758. #sideimage {
  759. position:fixed;
  760. z-index:-1;
  761. {select:Side Image Position}
  762. }
  763.  
  764.  
  765.  
  766. #themecredit {
  767. position:fixed;
  768. bottom:15px;
  769. left:15px;
  770. display:inline-block;
  771. width:7px;
  772. height:9px;
  773. background-color:{color:Buttons};
  774. border:solid 1px {color:Border};
  775. overflow:hidden;
  776. font-size:9px;
  777. line-height:10px;
  778. text-indent:17px;
  779. padding-right:2px;
  780. white-space:nowrap;
  781. font-family:'Roboto','Arial';
  782. text-decoration:none;
  783. border:solid 1px {color:Buttons};
  784.  
  785. transition: .0s ease-in-out;
  786. -moz-transition: .0s ease-in-out;
  787. -webkit-transition: .0s ease-in-out;
  788.  
  789. {block:IfRoundButtons}
  790. border-radius:5px;
  791. {/block:IfRoundButtons}
  792. }
  793.  
  794. #themecredit:hover {
  795. opacity:1.0;
  796. background-color:{color:Button Hover};
  797. border:solid 1px {color:Button Hover};
  798. color:#ffffff;
  799. width:auto;
  800. }
  801.  
  802. #themecredit a:hover {
  803. background-color:{color:Button Hover};
  804. }
  805.  
  806.  
  807.  
  808. .tooltip {
  809. display: inline; position: relative;
  810. }
  811.  
  812. #s-m-t-tooltip{
  813. max-width:300px;
  814. z-index:10;
  815. margin:14px 14px 7px 18px;
  816. padding:4px 6px;
  817. font-family:{select:Font};
  818. font-size:9px;
  819. color:{color:Link Text};
  820. opacity:0.5;
  821. background-color:rgba(255,255,255,0.8);
  822. }
  823.  
  824.  
  825.  
  826. {CustomCSS}
  827.  
  828. </style>
  829. </head>
  830.  
  831. <body>
  832.  
  833. <div id="wrapper">
  834. <div id="sidebar">
  835.  
  836. <div id="sidenav">
  837.  
  838. <a class="cstlink"
  839. href="/">Home</a>
  840.  
  841. {block:AskEnabled}
  842. <a class="cstlink"
  843. href="/ask">Ask</a>
  844. {/block:AskEnabled}
  845.  
  846. {block:SubmissionsEnabled}
  847. <a class="cstlink"
  848. href="/submit">Submit</a>
  849. {/block:SubmissionsEnabled}
  850.  
  851. {block:IfLink1Url}
  852. <a class="cstlink"
  853. href="{text:Link 1 Url}">
  854. {text:Link 1 Title}</a>
  855. {/block:IfLink1Url}
  856.  
  857. {block:IfLink2Url}
  858. <a class="cstlink"
  859. href="{text:Link 2 URL}">
  860. {text:Link 2 Title}</a>
  861. {/block:IfLink2Url}
  862.  
  863. {block:IfLink3Url}
  864. <a class="cstlink"
  865. href="{text:Link 3 URL}">
  866. {text:Link 3 Title}</a>
  867. {/block:IfLink3Url}
  868.  
  869. {block:IfLink4Url}
  870. <a class="cstlink"
  871. href="{text:Link 4 URL}">
  872. {text:Link 4 Title}</a>
  873. {/block:IfLink4Url}
  874.  
  875. </div>
  876.  
  877. <div id="sdblock1">
  878. <a id="portrait" href="/">
  879. <img src="{image:Sidebar Image}" title="{Title}" width="128px" />
  880. </a>
  881. </div>
  882.  
  883.  
  884.  
  885. <div id="sdblock2">
  886.  
  887. <div id="description">
  888. {block:Description}
  889. <p align="center">{Description}</p>
  890. {/block:Description}
  891. </div>
  892.  
  893. {block:IfNotInfiniteScroll}
  894. {block:Pagination}
  895. <div id="pagi">
  896. {block:PreviousPage}
  897. <a href="{PreviousPage}"
  898. class="navlink l">PREVIOUS</a>
  899. {/block:PreviousPage}
  900.  
  901. {block:NextPage}
  902. <a href="{NextPage}"
  903. class="navlink r">NEXT</a>
  904. {/block:NextPage}
  905. </div>
  906. {/block:Pagination}
  907. {/block:IfNotInfiniteScroll}
  908.  
  909. </div>
  910.  
  911. </div><!-- end of #sidebar -->
  912.  
  913.  
  914.  
  915.  
  916.  
  917. <div id="posts">
  918. {block:Posts}
  919.  
  920. <div class="post">
  921.  
  922.  
  923. {block:IndexPage}
  924. <div class="permalink">
  925.  
  926. <a class="pmlink"
  927. href="{Permalink}">
  928. <span class="upper">{NoteCountWithLabel} </span>
  929. </a>
  930.  
  931. {block:RebloggedFrom}
  932. <a class="pmlink"
  933. href="{ReblogParentURL}">
  934. via <span class="upper">{ReblogParentName}</span>
  935. </a>
  936. {/block:RebloggedFrom}
  937.  
  938. {block:ContentSource}
  939. <a class="pmlink"
  940. href="{SourceURL}">
  941. src <span class="upper">{SourceTitle}</span>
  942. </a>
  943. {/block:ContentSource}
  944.  
  945. <a class="pmlink"
  946. href="{ReblogURL}">
  947. <span class="upper">reblog</span>
  948. </a>
  949.  
  950. </div>
  951. {/block:IndexPage}
  952.  
  953.  
  954.  
  955. {block:Text}
  956. <div class="text">
  957.  
  958. {block:Title}
  959. <div class="texttitle">
  960. {Title}
  961. </div>
  962. {/block:Title}
  963.  
  964. {Body}
  965.  
  966. </div>
  967. {/block:Text}
  968.  
  969.  
  970.  
  971. {block:Photo}
  972. <div class="photo">
  973.  
  974. <div class="maincontent" style="display:block;">
  975.  
  976. {block:LinkURL}
  977. {block:PermalinkPage}
  978. <a class="imglink" href="{LinkURL}">
  979. {/block:PermalinkPage}
  980. {/block:LinkURL}
  981.  
  982.  
  983.  
  984. {block:If500px}
  985. <img
  986. src="{PhotoURL-500}"
  987. alt="{PhotoAlt}"
  988. style="max-width:500px;">
  989. {/block:If500px}
  990.  
  991. {block:If400px}
  992. <img
  993. src="{PhotoURL-400}"
  994. alt="{PhotoAlt}"
  995. style="max-width:400px;">
  996. {/block:If400px}
  997.  
  998. {block:If250px}
  999. <img
  1000. src="{PhotoURL-250}"
  1001. alt="{PhotoAlt}"
  1002. style="max-width:250px;">
  1003. {/block:If250px}
  1004.  
  1005.  
  1006.  
  1007. {block:LinkURL}
  1008. {block:PermalinkPage}
  1009. <a href="{LinkURL}">
  1010. {/block:PermalinkPage}
  1011. {/block:LinkURL}
  1012.  
  1013. </div>
  1014.  
  1015. {block:IfShowCaptions}
  1016. {block:Caption}
  1017. <div class="caption">{Caption}</div>
  1018. {/block:Caption}
  1019. {/block:IfShowCaptions}
  1020.  
  1021.  
  1022. {block:IfNotShowCaptions}
  1023. {block:PermalinkPage}
  1024. {block:Caption}
  1025. <div class="caption">{Caption}</div>
  1026. {/block:Caption}
  1027. {/block:PermalinkPage}
  1028. {/block:IfNotShowCaptions}
  1029.  
  1030. </div>
  1031. {/block:Photo}
  1032.  
  1033.  
  1034.  
  1035. {block:Panorama}
  1036. <div class="panorama">
  1037.  
  1038. <div class="maincontent">
  1039. {LinkOpenTag}
  1040. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:100%;" />
  1041. {LinkCloseTag}
  1042. </div>
  1043.  
  1044. {block:IfShowCaptions}
  1045. {block:Caption}
  1046. <div class="caption">{Caption}</div>
  1047. {/block:Caption}
  1048. {/block:IfShowCaptions}
  1049.  
  1050. {block:IfNotShowCaptions}
  1051. {block:PermalinkPage}
  1052. {block:Caption}
  1053. <div class="caption">{Caption}</div>
  1054. {/block:Caption}
  1055. {/block:PermalinkPage}
  1056. {/block:IfNotShowCaptions}
  1057.  
  1058. </div>
  1059. {/block:Panorama}
  1060.  
  1061.  
  1062.  
  1063. {block:Photoset}
  1064. <div class="photoset">
  1065.  
  1066. <div class="maincontent">
  1067. {Photoset}
  1068. </div>
  1069.  
  1070. {block:IfShowCaptions}
  1071. {block:Caption}
  1072. <div class="caption">{Caption}</div>
  1073. {/block:Caption}
  1074. {/block:IfShowCaptions}
  1075.  
  1076. {block:IfNotShowCaptions}
  1077. {block:PermalinkPage}
  1078. {block:Caption}
  1079. <div class="caption">{Caption}</div>
  1080. {/block:Caption}
  1081. {/block:PermalinkPage}
  1082. {/block:IfNotShowCaptions}
  1083.  
  1084. </div>
  1085. {/block:Photoset}
  1086.  
  1087.  
  1088.  
  1089. {block:Quote}
  1090. <div class="quote">
  1091.  
  1092. <div class="quotecontent">
  1093. "{Quote}"
  1094. </div>
  1095.  
  1096. {block:Source}
  1097. <div class="source">&mdash; {Source}</div>
  1098. {/block:Source}
  1099.  
  1100. </div>
  1101. {/block:Quote}
  1102.  
  1103.  
  1104.  
  1105. {block:Link}
  1106. <div class="link">
  1107.  
  1108. <a class="linkctr" href="{URL}" {Target}>
  1109. {Name} &#9654;
  1110. </a>
  1111.  
  1112. {block:Description}
  1113. <div class="description">{Description}</div>
  1114. {/block:Description}
  1115.  
  1116. </div>
  1117. {/block:Link}
  1118.  
  1119.  
  1120.  
  1121. {block:Chat}
  1122. <div class="chat">
  1123.  
  1124. {block:Title}
  1125. <div class="texttitle">
  1126. {Title}
  1127. </div>
  1128. {/block:Title}
  1129.  
  1130. <div class="chatct">
  1131. {block:Lines}
  1132.  
  1133. <div class="{Alt} user_{UserNumber}">
  1134.  
  1135. {block:Label}
  1136. <span class="label">{Label}</span>
  1137. {/block:Label}
  1138.  
  1139. {Line}
  1140.  
  1141. </div>
  1142.  
  1143. {/block:Lines}
  1144. </div>
  1145.  
  1146. </div>
  1147. {/block:Chat}
  1148.  
  1149.  
  1150.  
  1151. {block:Video}
  1152. <div class="video">
  1153.  
  1154. {block:If500px}
  1155. {Video-500}
  1156. {/block:If500px}
  1157.  
  1158. {block:If400px}
  1159. {Video-400}
  1160. {/block:If400px}
  1161.  
  1162. {block:If250px}
  1163. {Video-250}
  1164. {/block:If250px}
  1165.  
  1166. {block:IfShowCaptions}
  1167. {block:Caption}
  1168. <div class="caption">{Caption}</div>
  1169. {/block:Caption}
  1170. {/block:IfShowCaptions}
  1171.  
  1172. {block:IfNotShowCaptions}
  1173. {block:PermalinkPage}
  1174. {block:Caption}
  1175. <div class="caption">{Caption}</div>
  1176. {/block:Caption}
  1177. {/block:PermalinkPage}
  1178. {/block:IfNotShowCaptions}
  1179.  
  1180. </div>
  1181. {/block:Video}
  1182.  
  1183.  
  1184.  
  1185. {block:Audio}
  1186. <div class="audio">
  1187.  
  1188. <div id="albumart">
  1189. {block:AlbumArt}
  1190. <img src="{AlbumArtURL}" />
  1191. {/block:AlbumArt}
  1192. </div>
  1193.  
  1194. <div id="audioplayer">
  1195. {block:AudioPlayer}
  1196. {AudioPlayer}
  1197. {/block:AudioPlayer}
  1198. </div>
  1199.  
  1200. <div id="trackinfo">
  1201.  
  1202. <b>Title:</b>
  1203. {block:TrackName}
  1204. {TrackName}
  1205. {/block:TrackName}
  1206. <br />
  1207.  
  1208. <b>Artist:</b>
  1209. {block:Artist}
  1210. {Artist}
  1211. {/block:Artist}
  1212. <br />
  1213.  
  1214. <b>Plays:</b>
  1215. {FormattedPlayCount}
  1216.  
  1217. </div>
  1218.  
  1219. {block:IfShowCaptions}
  1220. {block:Caption}
  1221. <div class="caption">{Caption}</div>
  1222. {/block:Caption}
  1223. {/block:IfShowCaptions}
  1224.  
  1225. {block:IfNotShowCaptions}
  1226. {block:PermalinkPage}
  1227. {block:Caption}
  1228. <div class="caption">{Caption}</div>
  1229. {/block:Caption}
  1230. {/block:PermalinkPage}
  1231. {/block:IfNotShowCaptions}
  1232.  
  1233. </div>
  1234. {/block:Audio}
  1235.  
  1236.  
  1237.  
  1238. {block:Answer}
  1239. <div class="answer">
  1240.  
  1241. <img class="asker-avatar" src="{AskerPortraitURL-30}" alt="">
  1242.  
  1243. <div class="question">
  1244. <div class="asker">{Asker}:</div>
  1245. <div class="asker-question">{Question}</div>
  1246. </div>
  1247.  
  1248. {block:Answerer}
  1249.  
  1250. <img class="answerer-avatar" src="{AnswererPortraitURL-30}" alt="">
  1251.  
  1252. <div class="answerbox">
  1253. <div class="answerer">{Answerer}:</div>
  1254. <div class="answerer-answer">{Answer}</div>
  1255. </div>
  1256.  
  1257. {/block:Answerer}
  1258.  
  1259. <div class="replies">
  1260. {Replies}
  1261. </div>
  1262.  
  1263. </div>
  1264. {/block:Answer}
  1265.  
  1266.  
  1267. {block:IndexPage}
  1268.  
  1269. {block:IfShowTags}
  1270. {block:HasTags}
  1271. <div class="footer">
  1272.  
  1273. <span class="tags">
  1274. {block:Tags}
  1275. <a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;
  1276. {/block:Tags}
  1277. </span>
  1278.  
  1279. </div>
  1280. {/block:HasTags}
  1281. {/block:IfShowTags}
  1282.  
  1283. {/block:IndexPage}
  1284.  
  1285.  
  1286.  
  1287. {block:PermalinkPage}
  1288.  
  1289. <div class="details">
  1290. {block:PostNotes}
  1291. {NoteCount}
  1292. &mdash;
  1293. {/block:PostNotes}
  1294.  
  1295. {block:Date}
  1296. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} &mdash; {12Hour}:{Minutes}{AmPm}
  1297. {/block:Date}
  1298.  
  1299. <div class="via">
  1300. {block:RebloggedFrom}
  1301. <a title="{ReblogParentName}" href="{ReblogParentURL}">
  1302. via</a>
  1303.  
  1304. . <a title="{ReblogRootName}" href="{ReblogRootURL}">
  1305. orig</a>
  1306. {/block:RebloggedFrom}
  1307.  
  1308. {block:ContentSource}
  1309. {block:Reblog} . {/block:Reblog}
  1310. <a title="{SourceTitle}" href="{SourceURL}">
  1311. src</a>
  1312. {/block:ContentSource}
  1313. </div>
  1314.  
  1315. {block:HasTags}<br>
  1316. Tagged: {block:Tags}
  1317. &nbsp;#<a href="{TagURL}">{Tag}</a>
  1318. {/block:Tags}
  1319. {/block:HasTags}
  1320.  
  1321. </div>
  1322.  
  1323.  
  1324. {block:PostNotes}
  1325. <div class="notes">
  1326. {PostNotes}
  1327. </div>
  1328. {/block:PostNotes}
  1329.  
  1330. {/block:PermalinkPage}
  1331.  
  1332. </div><!-- end of .post -->
  1333.  
  1334. {/block:Posts}
  1335. </div><!-- end of #posts -->
  1336.  
  1337. </div><!-- end of #wrapper -->
  1338.  
  1339.  
  1340.  
  1341.  
  1342. <!-- don't remove this unless you're putting the credit somewhere else! -->
  1343. <a href="http://aihas.tumblr.com/" id="themecredit">by AIHAS</a>
  1344.  
  1345. <img id="sideimage" src="{image:Side Image}" />
  1346.  
  1347.  
  1348. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1349. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1350.  
  1351. <script>
  1352. (function($){
  1353. $(document).ready(function(){
  1354. $("[title]").style_my_tooltips({tip_follows_cursor:true,
  1355. tip_delay_time:000,
  1356. tip_fade_speed:000
  1357. });
  1358. });
  1359. })(jQuery);
  1360. </script>
  1361.  
  1362.  
  1363.  
  1364.  
  1365. </body>
  1366. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement