Advertisement
gnny

THEME 006

Jan 23rd, 2014
2,760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.12 KB | None | 0 0
  1. <!------------------------------------------------------------------------
  2.  
  3.  
  4. THEME 006
  5. from ginny.co.vu
  6.  
  7. Please don't steal, redistribute, use as a base code, or remove the credit. Any problems, let me know!!
  8.  
  9.  
  10. ------------------------------------------------------------------------->
  11.  
  12. <head>
  13.  
  14. <meta name="image:background" content="" />
  15. <meta name="image:side" content="" />
  16.  
  17. <meta name="color:background" content="#fff" />
  18. <meta name="color:blockquote" content="#444" />
  19. <meta name="color:blog title" content="#1d1812" />
  20. <meta name="color:captions" content="#f4f4f4" />
  21. <meta name="color:description background" content="#1d1812" />
  22. <meta name="color:description text" content="#fff" />
  23. <meta name="color:font" content="#000" />
  24. <meta name="color:links" content="#555" />
  25. <meta name="color:links hover" content="#a94925" />
  26. <meta name="color:posts" content="#fff" />
  27. <meta name="color:scrollbar" content="#000" />
  28. <meta name="color:side links" content="#000" />
  29. <meta name="color:side links hover" content="#555" />
  30. <meta name="color:title" content="#fff" />
  31. <meta name="color:title background" content="#070502" />
  32.  
  33. <meta name="text:link1 url" content="" />
  34. <meta name="text:link1 title" content="" />
  35. <meta name="text:link2 url" content="" />
  36. <meta name="text:link2 title" content="" />
  37. <meta name="text:link3 url" content="" />
  38. <meta name="text:link3 title" content="" />
  39.  
  40. <meta name="if:Posts Width 500" content="" />
  41. <meta name="if:Posts Width 400" content="1" />
  42. <meta name="if:Hover For Date" content="1" />
  43.  
  44. <title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}
  48. <meta name="description" content="{MetaDescription}" />
  49. {/block:Description}
  50.  
  51. <link href="http://static.tumblr.com/7e5jjoa/fJUmncmuf/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53. <script src="http://static.tumblr.com/7e5jjoa/0lemncmux/jquery.style-my-tooltips.js"></script>
  54.  
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("[title]").style_my_tooltips();
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63. <style type="text/css">
  64.  
  65. /* --------------------------------------
  66. BASICS
  67. -------------------------------------- */
  68.  
  69. a:link, a:active, a:visited {
  70. color:{color:links};
  71. text-decoration:underline;
  72. -webkit-transition-duration: 0.7s;
  73. -moz-transition-duration: 0.7s;
  74. }
  75.  
  76. a:hover {
  77. color:{color:links hover};
  78. -webkit-transition-duration:0.7s;
  79. -moz-transition-duration: 0.7s;
  80. }
  81.  
  82. blockquote {
  83. border-left:2px solid {color:blockquote};
  84. margin-left:8px;
  85. margin-right:0px;
  86. padding-left:5px;
  87. text-align: justify;
  88. word-wrap: break-word;
  89. }
  90.  
  91. blockquote img {
  92. max-width:350px;
  93. }
  94.  
  95. body {
  96. background-attachment: fixed;
  97. background-color:{color:background};
  98. background-image:url('{image:background}');
  99. background-repeat: repeat;
  100. color:{color:font};
  101. font-family:'time';
  102. font-size:10px;
  103. line-height:14px;
  104. text-align: left;
  105. }
  106.  
  107. #s-m-t-tooltip{
  108. background:{color:font};
  109. border-radius:0px;
  110. box-shadow:0px 0px 0 rgba(0,0,0,0.15),0px 0px 0 rgba(255,255,255,0.3);
  111. color:{color:background};
  112. font-family:'calibri';
  113. font-size:8px;
  114. letter-spacing:1px;
  115. line-height:12px;
  116. margin:15px 15px 15px 15px;
  117. max-width:300px;
  118. -moz-border-radius:0px;
  119. -moz-box-shadow:0px 0px 0, 0px 0px 0;
  120. padding-bottom:2px;
  121. padding-left:4px;
  122. padding-right:4px;
  123. padding-top:2px;
  124. text-transform:uppercase;
  125. -webkit-border-radius:0px;
  126. -webkit-box-shadow:0px 0px 0 0px 0px 0;
  127. z-index:10;
  128. }
  129.  
  130. ::-webkit-scrollbar {
  131. background-color:{color:background};
  132. width: 6px;
  133. }
  134.  
  135. ::-webkit-scrollbar-thumb {
  136. background:{color:scrollbar};
  137. }
  138.  
  139. /* --------------------------------------
  140. SIDEBAR
  141. -------------------------------------- */
  142.  
  143. #bargh {
  144. background-color:{color:description background};
  145. color:{color:description text};
  146. display:inline-block;
  147. font-size:9px;
  148. font-style:italic;
  149. line-height:18px;
  150. margin-top:90px;
  151. opacity:0.8;
  152. padding:10px;
  153. width:160px;
  154. }
  155.  
  156. #blogtitl {
  157. color:{color:blog title};
  158. font-size:24px;
  159. letter-spacing:10px;
  160. line-height:45px;
  161. margin-top:355px;
  162. text-transform:uppercase;
  163. }
  164.  
  165. #linkc {
  166. margin-left:-10px;
  167. margin-top:0px;
  168. }
  169.  
  170. #linkc a {
  171. color:{color:side links};
  172. display:inline-block;
  173. font-size:7px;
  174. opacity:0.8;
  175. padding:2px;
  176. text-decoration:none;
  177. text-transform:uppercase;
  178. width:20px;
  179. }
  180.  
  181. #linkc a:hover {
  182. color:{color:side links hover};
  183. font-size:7px;
  184. }
  185.  
  186. #sidelol {
  187. background-image:url('{image:side}');
  188. background-repeat: repeat;
  189. height:100%;
  190. margin-left:-8px;
  191. margin-top:-8px;
  192. position:fixed;
  193. text-align:center;
  194. width:370px;
  195. }
  196.  
  197. /* --------------------------------------
  198. POSTS
  199. -------------------------------------- */
  200.  
  201. #bottom {
  202. color:{color:font};
  203. font-size:9px;
  204. margin-top:3px;
  205. {block:ifHoverForDate}
  206. margin-top:-13px;
  207. opacity:0;
  208. {/block:ifHoverForDate}
  209. padding:3px;
  210. -webkit-transition-duration: 0.7s;
  211. -moz-transition-duration: 0.7s;
  212. }
  213.  
  214. #bottom a {
  215. color:{color:font};
  216. text-decoration:none;
  217. -webkit-transition-duration: 0.7s;
  218. -moz-transition-duration: 0.7s;
  219. }
  220.  
  221. #caption {
  222. background-color:{color:captions};
  223. margin-top:6px;
  224. padding:15px;
  225. }
  226.  
  227. #post {
  228. background-color:{color:posts};
  229. margin-bottom:170px;
  230. margin-top:30px;
  231. padding:10px;
  232. {block:ifPostsWidth500}
  233. width:500px;
  234. {/block:ifPostsWidth500}
  235. {block:ifPostsWidth400}
  236. width:400px;
  237. {/block:ifPostsWidth400}
  238. }
  239.  
  240. #post:hover #bottom {
  241. margin-top:3px;
  242. opacity:1;
  243. }
  244.  
  245. #post img {
  246. {block:ifPostsWidth400}
  247. max-width:400px;
  248. {/block:ifPostsWidth400}
  249. }
  250.  
  251. #postbox {
  252. margin-left:450px;
  253. padding-top:60px;
  254. {block:ifPostsWidth500}
  255. width:500px;
  256. {/block:ifPostsWidth500}
  257. {block:ifPostsWidth400}
  258. width:400px;
  259. {/block:ifPostsWidth400}
  260. }
  261.  
  262. #tags {
  263. font-size:9px;
  264. font-style:italic;
  265. margin-top:4px;
  266. text-transform:lowercase;
  267. }
  268.  
  269. #tags a {
  270. padding-left:3px;
  271. padding-right:3px;
  272. text-decoration:none;
  273. }
  274.  
  275. #via {
  276. float:right;
  277. }
  278.  
  279. /* --------------------------------------
  280. TITLE, LINKS, QUOTES
  281. -------------------------------------- */
  282.  
  283. .quote {
  284. background-color:{color:title background};
  285. color:{color:title};
  286. font-size:12px;
  287. font-style:italic;
  288. line-height:18px;
  289. padding:30px;
  290. }
  291.  
  292. .quote a {
  293. color:{color:title};
  294. }
  295.  
  296. .title {
  297. background-color:{color:title background};
  298. color:{color:title};
  299. font-size:14px;
  300. font-style:italic;
  301. font-weight:none;
  302. line-height:14px;
  303. padding:10px;
  304. }
  305.  
  306. .title a {
  307. color:{color:title};
  308. }
  309.  
  310. /* --------------------------------------
  311. QUESTIONS
  312. -------------------------------------- */
  313.  
  314. #answer {
  315. background-color:{color:captions};
  316. color:{color:font};
  317. padding:20px;
  318. }
  319.  
  320. #question a {
  321. color:{color:title};
  322. }
  323.  
  324. #question {
  325. background-color:{color:title background};
  326. color:{color:title};
  327. font-size:14px;
  328. font-style:italic;
  329. line-height:14px;
  330. padding:20px;
  331. }
  332.  
  333. /* --------------------------------------
  334. AUDIO
  335. -------------------------------------- */
  336.  
  337. #audio {
  338. background-color:{color:posts};
  339. height:90px;
  340. padding:4px;
  341. text-align:left;
  342. {block:ifPostsWidth500}
  343. width:492px;
  344. {/block:ifPostsWidth500}
  345. {block:ifPostsWidth400}
  346. width:392px;
  347. {/block:ifPostsWidth400}
  348. }
  349.  
  350. .cover {
  351. height:90px;
  352. position:absolute;
  353. width:90px;
  354. }
  355.  
  356. .cover img {
  357. float:left;
  358. height:90px;
  359. width:90px;
  360. }
  361.  
  362. .player {
  363. display:block;
  364. height:90px;
  365. margin-left:5px;
  366. margin-top:5px;
  367. position:absolute;
  368. width:90px;
  369. }
  370.  
  371. .audioplayer {
  372. height:25px;
  373. opacity:1;
  374. overflow:hidden;
  375. margin-left:25px;
  376. margin-top:25px;
  377. width:25px;
  378. }
  379.  
  380. .audiotitle {
  381. background-color:{color:posts};
  382. font-size:12px;
  383. font-style:italic;
  384. font-weight:bold;
  385. line-height:15px;
  386. margin-left:100px;
  387. margin-top:-34px;
  388. padding:3px;
  389. text-align:left;
  390. }
  391.  
  392. .audioinfo {
  393. display:block;
  394. font-size:8px;
  395. font-style:italic;
  396. line-height:12px;
  397. margin-left:100px;
  398. margin-top:1px;
  399. padding:3px;
  400. text-align:left;
  401. text-transform:uppercase;
  402. }
  403.  
  404. /* --------------------------------------
  405. PAGINATION
  406. -------------------------------------- */
  407.  
  408. #next {
  409. margin-top:7px;
  410. color:#000;
  411. font-size:17px;
  412. }
  413.  
  414. #next a {
  415. color:#000;
  416. text-decoration:none;
  417. }
  418.  
  419. /* --------------------------------------
  420. POSTNOTES
  421. -------------------------------------- */
  422.  
  423. #postnotes {
  424. margin-top:-80px;
  425. padding:5px;
  426. {block:ifPostsWidth500}
  427. width:535px;
  428. {/block:ifPostsWidth500}
  429. {block:ifPostsWidth400}
  430. width:435px;
  431. {/block:ifPostsWidth400}
  432. line-height:15px;
  433. font-size:8px;
  434. text-transform:uppercase;
  435. }
  436.  
  437. ol.notes {
  438. padding: 0px;
  439. margin: 25px 0px;
  440. list-style-type: none;
  441. background-color:{color:background};
  442. }
  443.  
  444. ol.notes li.note {
  445. padding: 10px;
  446. }
  447.  
  448. ol.notes li.note img.avatar {
  449. vertical-align: -4px;
  450. margin-right: 10px;
  451. width: 16px;
  452. height: 16px;
  453. }
  454.  
  455. ol.notes li.note span.action {
  456. font-weight: bold;
  457. }
  458.  
  459. ol.notes li.note .answer_content {
  460. font-weight: normal;
  461. }
  462.  
  463. ol.notes li.note blockquote {
  464. padding: 4px 10px;
  465. margin: 10px 0px 0px 25px;
  466. }
  467.  
  468. ol.notes li.note blockquote a {
  469. text-decoration: none;
  470. }
  471.  
  472. /* --------------------------------------
  473. THEME CRED - Do NOT REMOVE
  474. -------------------------------------- */
  475.  
  476. #th {
  477. background-color:#fff;
  478. bottom: 0;
  479. color:#b3b3b3;
  480. font-family:arial;
  481. font-size:8px;
  482. margin-right:10px;
  483. padding:10px;
  484. position: fixed;
  485. right: 0;
  486. text-transform:uppercase;
  487. }
  488.  
  489. #th a {
  490. color:#b3b3b3;
  491. text-decoration:none;
  492. }
  493.  
  494. </style>
  495.  
  496. </head>
  497. <body>
  498.  
  499. <div id="th">
  500. <a href="http://ginny.co.vu">theme</a>
  501. </div>
  502.  
  503. <div id="sidelol">
  504. <div id="blogtitl">{title}</div>
  505. <div id="linkc">
  506. <a href="/" title="index">i</a>
  507. <a href="/ask" title="ask">ii</a>
  508. {block:iflink1url}<a href="{text:link1 url}" title="{text:link1 title}">iii</a>{/block:iflink1url}
  509. {block:iflink2url}<a href="{text:link2 url}" title="{text:link2 title}">iv</a>{/block:iflink2url}
  510. {block:iflink3url}<a href="{text:link3 url}" title="{text:link3 title}">v</a>{/block:iflink3url}
  511. </div>
  512. <div id="bargh">
  513. {description}
  514. </div>
  515. <div id="next">
  516. {block:Pagination}
  517. {block:PreviousPage}<a href="{PreviousPage}">☜</a>{/block:PreviousPage}
  518. {block:NextPage}<a href="{NextPage}" class="jump_page">☞</a>{/block:NextPage}
  519. {/block:Pagination}
  520. </div>
  521. </div>
  522.  
  523.  
  524. <div id="postbox">
  525.  
  526. {block:Posts}
  527.  
  528. <div id="post">
  529.  
  530. {block:Text}
  531. {block:Title}
  532. <div class="title">{Title}</div>
  533. {/block:Title}
  534. {Body}
  535. {/block:Text}
  536.  
  537. {block:Photo}
  538. {block:ifPostsWidth500}
  539. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  540. {/block:ifPostsWidth500}
  541. {block:ifPostsWidth400}
  542. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  543. {/block:ifPostsWidth400}
  544. {block:Caption}
  545. <div id="caption">
  546. {Caption}
  547. </div>
  548. {/block:Caption}
  549. {/block:Photo}
  550.  
  551. {block:Photoset}
  552. {block:ifPostsWidth500}
  553. {Photoset-500}
  554. {/block:ifPostsWidth500}
  555. {block:ifPostsWidth400}
  556. {Photoset-400}
  557. {/block:ifPostsWidth400}
  558. {block:Caption}
  559. <div id="caption">
  560. {Caption}
  561. </div>
  562. {/block:Caption}
  563. {/block:Photoset}
  564.  
  565. {block:Quote}
  566. <div class="quote">{Quote}
  567. {block:Source}
  568. <small><small>- {Source}</small></small>
  569. {/block:Source}
  570. </div>
  571. {/block:Quote}
  572.  
  573. {block:Link}
  574. <div class="title"><a href="{URL}">{Name}</a></div>
  575. {block:Description}
  576. <div class="text">{Description}</div>
  577. {/block:Description}
  578. {/block:Link}
  579.  
  580. {block:Chat}
  581. {block:Title}
  582. <div class="title">{Title}</div>
  583. {/block:Title}
  584. <div class="text">{block:Lines}
  585. {block:Label}
  586. <b>{Label}</b>
  587. {/block:Label}
  588. {Line}<br>
  589. {/block:Lines}</div>
  590. {/block:Chat}
  591.  
  592. {block:Video}
  593. {block:ifPostsWidth500}
  594. {Video-500}
  595. {/block:ifPostsWidth500}
  596. {block:ifPostsWidth400}
  597. {Video-400}
  598. {/block:ifPostsWidth400}
  599. {block:Caption}
  600. <div id="caption">
  601. {Caption}
  602. </div>
  603. {/block:Caption}
  604. {/block:Video}
  605.  
  606. {block:Audio}
  607. <div id="audio">
  608. <div class="cover">
  609. <img src="http://static.tumblr.com/liul60i/IcMmdl9id/nmusic2.png">
  610. </div>
  611. {block:AlbumArt}
  612. <div class="cover">
  613. <img src="{AlbumArtURL}">
  614. </div>
  615. {/block:AlbumArt}
  616.  
  617. <div class="player">
  618. <div class="audioplayer">
  619. {AudioPlayerBlack}
  620. </div>
  621. </div>
  622. <br><br><br><br>
  623. <div class="audiotitle">{block:TrackName}{TrackName}{/block:TrackName}</div>
  624. <div class="audioinfo">
  625. {block:Artist}{Artist}{/block:Artist}
  626. {block:Album} - {Album}{/block:Album}
  627. <br>
  628. PLAYED {FormattedPlayCount} TIMES.
  629. </div>
  630. </div>
  631. {block:Caption}
  632. <div id="caption">
  633. {Caption}
  634. </div>
  635. {/block:Caption}
  636.  
  637. {/block:Audio}
  638.  
  639. {block:Answer}
  640. <div id="question">
  641. {Question}
  642. <br>
  643. <small><small>asked by {Asker}</small></small>
  644. </div>
  645. <div id="answer">
  646. {Answer}
  647. </div>
  648. {/block:Answer}
  649.  
  650. {block:ContentSource}
  651. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  652. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  653. {/block:SourceLogo}
  654. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  655. {/block:ContentSource}
  656.  
  657. <div id="bottom">
  658. {block:Date}
  659. <a href="{Permalink}" title="{TimeAgo}">
  660. {DayOfMonth}{DayOfMonthSuffix}
  661. {ShortMonth}
  662. {Year}
  663. </a>
  664. {/block:Date}
  665. {block:NoteCount}
  666. with <a href="{Permalink}">{NoteCount} notes</a>.
  667. {/block:NoteCount}
  668. {block:RebloggedFrom}
  669. <div id="via">
  670. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>,
  671. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  672. </div>
  673. {/block:RebloggedFrom}
  674. </div>
  675.  
  676. {block:HasTags}
  677. <div id="tags">
  678. {block:Tags}
  679. <a href="/tagged/{Tag}">#{Tag}</a>
  680. {/block:Tags}
  681. </div>
  682. {/block:HasTags}
  683.  
  684. </div>
  685.  
  686. {/block:Posts}
  687.  
  688. <div id="postnotes">{PostNotes}</div>
  689.  
  690. </div>
  691.  
  692. </body>
  693. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement