TVD-PS

Monochrome "version dark"

May 27th, 2016
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.29 KB | None | 0 0
  1. <!-----------------------------------------------------------------------
  2.  
  3.  
  4.  
  5.  
  6. ------------------------------
  7. @BARBIE THEMES | TUMBLR
  8. ------------------------------
  9.  
  10.  
  11. Rules:
  12. +Please do not remove credit.
  13. +Do not steal the code or take parts of the codes and put them in your own theme.
  14. +Do not remove the credit completely or make them invisible, you may replace it to a visible place.
  15.  
  16.  
  17.  
  18.  
  19.  
  20. ------------------------------------------------------------------------>
  21.  
  22.  
  23. <!DOCTYPE html>
  24. <head>
  25.  
  26.  
  27.  
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33.  
  34. <!--------DEFAULT VARIABLES-------->
  35.  
  36. <meta name="color:background" content="#0f0f0f"/>
  37. <meta name="color:text" content="#666666"/>
  38. <meta name="color:bold" content="#888888"/>
  39. <meta name="color:italic" content="#98234d"/>
  40. <meta name="color:links" content="#626262"/>
  41. <meta name="color:link hover" content="#98234d"/>
  42. <meta name="color:bg links" content="#0f0f0f"/>
  43. <meta name="color:blockquote" content="#0f0f0f"/>
  44. <meta name="color:scrollbar" content="#98234d"/>
  45. <meta name="color:description" content="#888888"/>
  46. <meta name="color:sidebar" content="#070707"/>
  47. <meta name="color:posts background" content="#070707"/>
  48.  
  49.  
  50.  
  51. <meta name="image:sidebar" content=""/>
  52. <meta name="image:bg"content"">
  53.  
  54. <meta name="if:MonochromeImages" content="0" />
  55. <meta name="if:MonochromeSidebar" content="0" />
  56.  
  57.  
  58.  
  59. <meta name="text:link 1 title" content="link"/>
  60. <meta name="text:link 1 url" content=""/>
  61. <meta name="text:link 2 title" content="link"/>
  62. <meta name="text:link 2 url" content=""/>
  63.  
  64.  
  65. <!----------------SCRIPTS---------------->
  66.  
  67. <link href="http://static.tumblr.com.http.s32.wbprx.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  68. <script src="http://ajax.googleapis.com.http.s32.wbprx.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <script src="http://static.tumblr.com.http.s32.wbprx.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  70. <script>
  71. (function($){
  72. $(document).ready(function(){
  73. $("[title]").style_my_tooltips({
  74. tip_follows_cursor:true,
  75. tip_delay_time:200,
  76. tip_fade_speed:300
  77. });
  78. });
  79. })(jQuery);
  80. </script>
  81.  
  82. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  83.  
  84.  
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89. /*----------SCROLLBAR---------*/
  90.  
  91. ::-webkit-scrollbar {
  92. background-color: {color:background};
  93. height:8px;
  94. width:5px;
  95. }
  96.  
  97. ::-webkit-scrollbar-thumb:vertical {
  98. background-color:{color:scrollbar};
  99. height:50px;
  100. }
  101.  
  102. ::-webkit-scrollbar-thumb:horizontal {
  103. background-color:{color:background};
  104. height:8px;
  105. }
  106.  
  107. /*----------TOOLTIPS---------*/
  108.  
  109. #s-m-t-tooltip {
  110. max-width:300px;
  111. margin:15px;
  112. padding:5px;
  113. border:1px solid #eeeeee;
  114. border-radius:0px;
  115. background:#ffffff;
  116. color:{color:text};
  117. z-index:999999;
  118. font-size:7px;
  119. font-style:none;
  120. letter-spacing:2px;
  121. font-family:arial;
  122. text-transform:uppercase;
  123. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  124. }
  125.  
  126. /*----------BASICS---------*/
  127.  
  128. body {
  129. background:{color:background} url('{image:bg}')top left fixed repeat;
  130. color:{color:text};
  131. font-family:arial;
  132. font-size:11px;
  133. line-height:140%;
  134. margin:0;
  135. text-align:left;
  136. }
  137.  
  138. b {
  139. font-weight:bold;
  140. color:{color:bold};
  141.  
  142. }
  143.  
  144. i {
  145. font-weight:arial;
  146. color:{color:italic};
  147.  
  148. }
  149.  
  150. small {
  151. font-size:11px;
  152. }
  153.  
  154. a {
  155. color:{color:links};
  156. text-decoration:none;
  157. }
  158.  
  159. a:hover {
  160. color:{color:link hover};
  161. transition:1s;
  162. -webkit-transition:1s;
  163. -moz-transition:1s;
  164. -o-transition:1s;
  165.  
  166. }
  167.  
  168. img {
  169. opacity:1;
  170. text-decoration:none;
  171.  
  172. }
  173.  
  174. h1 {
  175. font-size:14px;
  176. font-weight:bold;
  177. font-family:arial;
  178. line-height:150%;
  179. text-transform:uppercase;
  180.  
  181. }
  182.  
  183. blockquote {
  184. padding:10px;
  185. background:{color:blockquote};
  186. width:480px;
  187. overflow: hidden;
  188. border-left:2px solid #ccc;
  189. margin-left:0px;
  190.  
  191. }
  192.  
  193.  
  194. /*----------SIDEBAR---------*/
  195.  
  196. .sidebar {
  197. position:fixed;
  198. width:235px;
  199. margin-top:70px;
  200. margin-left:50px;
  201.  
  202. }
  203.  
  204. .sideimg img {
  205. width:225px;
  206. margin-left:0px;
  207. max-width: 100%;
  208. {block:IfMonochromeSidebar}
  209. filter: gray;
  210. filter: grayscale(100%);
  211. -webkit-filter: grayscale(100%);
  212. -moz-filter: grayscale(100%);
  213. -ms-filter: grayscale(100%);
  214. -o-filter: grayscale(100%);
  215. -webkit-transition: all 0.5s ease;
  216. -moz-transition: all 0.5s ease;
  217. transition: all 0.5s ease;
  218. {/block:IfMonochromeSidebar}
  219.  
  220. }
  221.  
  222. .sideimg img:hover {
  223. -webkit-filter:grayscale(0);{/block:ifMonochromeSidebar}
  224.  
  225. }
  226.  
  227.  
  228. .cat {
  229. padding:20px;
  230. margin-bottom:-15px;
  231. background:{color:sidebar};
  232. border-radius: 10px 10px 10px 10px;
  233.  
  234. }
  235.  
  236.  
  237.  
  238.  
  239. .description {
  240. text-align:justify;
  241. padding:0px;
  242. margin:0px;
  243. margin-top:5px;
  244. font-size:10px;
  245. font-style:calibri;
  246. line-height:110%;
  247. color:{color:description};
  248.  
  249. }
  250.  
  251.  
  252.  
  253.  
  254.  
  255. .off a {
  256. display:block;
  257. padding:10px;
  258. border-radius:7px;
  259. text-transform:uppercase;
  260. font-size:10px;
  261. margin-top:2px;
  262. background:{color:Bg links};
  263. height:15px;
  264.  
  265. }
  266.  
  267. .off a:hover {
  268. margin-left:10px;
  269.  
  270. }
  271.  
  272.  
  273.  
  274. /*----------PAGINATION---------*/
  275.  
  276. .pagi {
  277. position: absolute;
  278. float: left;
  279. z-index: 10;
  280. width:100px;
  281. margin-left: 653px;
  282. margin-top: -28px;
  283. padding-top: 5px;
  284. font-weight:bold;
  285. font-size: 10px;
  286.  
  287. }
  288.  
  289. .jump_page {
  290. padding: 3px;
  291. background-color: {color:posts background};
  292.  
  293. }
  294.  
  295. .current_page {
  296. color: {color:accent};
  297.  
  298. }
  299.  
  300. /*----------POSTS---------*/
  301.  
  302. .entries {
  303. margin-top:10px;
  304. width:500px;
  305. margin-left:400px;
  306.  
  307. }
  308.  
  309. .posts {
  310. width:500px;
  311. margin-bottom:70px;
  312. background:{color:posts background};
  313. padding:20px;
  314. border-radius:10px;
  315.  
  316. }
  317.  
  318. .posts img {
  319. max-width:100%;
  320. {block:ifMonochromeImages}-webkit-filter:grayscale(1);
  321. -webkit-transition: all 1s ease;
  322. -moz-transition: all 1s ease;
  323. -o-transition: all 1s ease;
  324. transition: all 1s ease-in-out;
  325.  
  326. }
  327.  
  328. .posts img:hover {
  329. -webkit-filter:grayscale(0);{/block:ifMonochromeImages}
  330.  
  331. }
  332.  
  333. .photoset {
  334. {block:ifShowCaptions}margin-bottom:10px;{/block:ifShowCaptions}
  335. {block:ifMonochromeImages}-webkit-filter:grayscale(1);
  336. -webkit-transition: all 1s ease;
  337. -moz-transition: all 1s ease;
  338. -o-transition: all 1s ease;
  339. transition: all 1s ease-in-out;
  340.  
  341. }
  342.  
  343. .photoset:hover {
  344. -webkit-filter:grayscale(0);{/block:ifMonochromeImages}
  345.  
  346. }
  347.  
  348.  
  349.  
  350. /*----------CHAT---------*/
  351.  
  352. .chat {
  353. line-height:150%;
  354. list-style:none;
  355.  
  356. }
  357.  
  358. .line.odd {
  359. padding:10px;
  360. background:#f8f8f8;
  361.  
  362. }
  363.  
  364. .line.even {
  365. padding:10px;
  366.  
  367. }
  368.  
  369. .label {
  370. text-transform:uppercase;
  371. font-size:10px;
  372. letter-spacing:1px;
  373. font-weight:bold;
  374.  
  375. }
  376.  
  377.  
  378.  
  379. /*----------ASK---------*/
  380.  
  381. .ask {
  382. text-align:left;
  383. background: #eee;
  384. margin:7px 0px 5px 66px;
  385. padding:10px;
  386. position: relative;
  387. -moz-border-radius:5px;
  388. -webkit-border-radius:5px;
  389. border-radius:5px;
  390.  
  391. }
  392.  
  393.  
  394. .ask p {
  395. margin:1px 0px;
  396.  
  397. }
  398.  
  399. .ask span {
  400. display:block;
  401. position:absolute;
  402. width:1px;
  403. height:1px;
  404. font-size: 0;
  405. line-height: 1px;
  406. left:-10px;
  407. top:10px;
  408. border-top:7px solid transparent;
  409. border-bottom:7px solid transparent;
  410. border-right:10px solid #eee;
  411.  
  412. }
  413.  
  414.  
  415. .askborder {
  416. float: left;
  417. margin: 1px 4px 0 0;
  418. padding: 2px;
  419. background:{color:posts background};
  420.  
  421. }
  422.  
  423. #questions {
  424. background:{color:posts background};
  425. color: {color:text};
  426. padding:2px;
  427. margin-top: 6px;
  428. margin-bottom:2px;
  429. font-family:calibri;
  430. font-size:11px;
  431. text-transform:lowercase;
  432. border-bottom:1px {color:text};
  433. text-align:center;
  434.  
  435. }
  436.  
  437. #questions a {
  438. color:{color:text}
  439.  
  440. }
  441. /*----------INFO POST---------*/
  442.  
  443. .info {
  444. border-top:1px solid #eeeeee;
  445. padding-top:15px;
  446. text-transform:uppercase;
  447. font-size:8px;
  448. letter-spacing:1px;
  449. margin-top:15px;
  450. }
  451.  
  452. .tags {
  453. margin-top:5px;
  454. font-size:8px;
  455. letter-spacing:1px;
  456. font-style:italic;
  457. }
  458.  
  459. .tags a {
  460. margin-right:8px;
  461. }
  462.  
  463.  
  464. /*----------post notes---------*/
  465.  
  466. ol.notes {
  467. padding:0px;
  468. margin:25px 0px 0px -10px;
  469. list-style-type:none;
  470. }
  471.  
  472. ol.notes li.note {
  473. padding:10px;
  474. }
  475.  
  476. ol.notes li.note img.avatar {
  477. vertical-align:-4px;
  478. margin-right:10px;
  479. width:16px;
  480. height:16px;
  481. border:1px solid #000;
  482. padding:4px;
  483. }
  484.  
  485. ol.notes li.note span.action {
  486. font-weight:none;
  487. }
  488.  
  489. ol.notes li.note .answer_content {
  490. font-weight:normal;
  491. }
  492.  
  493. ol.notes li.note blockquote {
  494. padding:4px 10px;
  495. margin:10px 0px 0px 25px;
  496. }
  497.  
  498. ol.notes li.note blockquote a {
  499. text-decoration:none;
  500. }
  501.  
  502.  
  503. /*----------CREDIT---------*/
  504.  
  505. .credit {
  506. font-size:11px;
  507. position:fixed;
  508. font-style:arial;
  509. bottom:5px;
  510. right:15px;
  511. z-index:10;
  512. text-align:right;
  513. letter-spacing:0px;
  514. padding:2px;
  515. font-weight:bold;
  516. }
  517.  
  518. .credit a {
  519. color:{color:links};
  520. text-decoration:none;
  521. }
  522.  
  523. .credit a:hover {
  524. color:{color:links hover};
  525. text-decoration:none;
  526. }
  527.  
  528. </style>
  529. </head>
  530.  
  531. <body>
  532.  
  533.  
  534.  
  535.  
  536.  
  537. </div>
  538.  
  539.  
  540. <div class="container">
  541.  
  542. <div class="sidebar">
  543.  
  544.  
  545.  
  546.  
  547. <div class="cat">
  548. <center><div class="sideimg"><img src="{image:sidebar}"></div></center>
  549. <div class="description">{Description}</div>
  550. </div>
  551.  
  552.  
  553.  
  554. <div class="cat">
  555. <div class="off">
  556. <a href="/">HOME</a>
  557. <a href="/ask">ASK</a>
  558. <a href="{text:link 1 url}">{text:link 1 title}</a>
  559. <a href="{text:link 2 url}">{text:link 2 title}</a>
  560. </div>
  561. </div>
  562.  
  563.  
  564.  
  565.  
  566.  
  567. </div>
  568.  
  569. </div>
  570.  
  571. <div class="entries">
  572.  
  573. {block:Posts}
  574.  
  575. <div class="posts">
  576.  
  577. {block:Text}
  578. <h1>{block:Title}{Title}{/block:Title}</h1>
  579. {Body}{/block:Text}
  580.  
  581.  
  582. {block:Photo}
  583. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  584. {block:Caption}{Caption}{/block:Caption}
  585. {/block:Photo}
  586.  
  587.  
  588. {block:Photoset}
  589. {Photoset-500}
  590. {block:Caption}{Caption}{/block:Caption}
  591. {/block:Photoset}
  592.  
  593.  
  594. {block:Quote}
  595. <h2>"{Quote}"</h2>
  596. <div align="right">
  597. {block:Source}<h1>-{Source}</h1>{/block:Source}
  598. </div>
  599. {/block:Quote}
  600.  
  601.  
  602. {block:Link}
  603. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  604. {block:Description}{Description}{/block:Description}
  605. {/block:Link}
  606.  
  607.  
  608. {block:Chat}
  609. {block:Title}<h1>{Title}</h1>
  610. {/block:Title} <div class="chat">
  611. {block:Lines} <li class="line {Alt}">
  612. {block:Label} <span class="label"> {Label}</span>
  613. {/block:Label}{Line}</li> {/block:Lines}</div>
  614. {/block:Chat}
  615.  
  616.  
  617. {block:Audio}
  618. <left>{block:AlbumArt}
  619. <img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  620. <span class="audio">{AudioPlayerWhite}</left></span>
  621. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  622. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  623. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  624. {/block:Audio}
  625.  
  626.  
  627.  
  628.  
  629. {block:Video}
  630. {Video-500}
  631. {block:Caption}{Caption}{/block:Caption}
  632. {/block:Video}
  633.  
  634.  
  635. {block:Answer}<img src="{AskerPortraitURL-40}"
  636. align="center" class="askborder">
  637. <div class="ask"><span></span>
  638. {Asker}: {Question}&nbsp;</div>{Answer}
  639. {/block:Answer}
  640.  
  641.  
  642. <div class="info">
  643. {block:Date}
  644. <b><a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
  645. {/block:Date}
  646.  
  647. &nbsp;&nbsp;
  648. <a href="{Permalink}">{NoteCountWithLabel}</a>
  649. &nbsp;&nbsp;
  650.  
  651. {block:RebloggedFrom}
  652. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via </a>
  653. {block:ContentSource}
  654. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">/ src</a>
  655. {/block:ContentSource}
  656. {/block:RebloggedFrom}
  657.  
  658. <a href="{ReblogURL}" target="_blank" class="details">/ reblog</a>
  659. </div>
  660.  
  661.  
  662. {block:HasTags}
  663. <div class="tags">
  664. {block:Tags}
  665. <a href="{TagURL}">#{Tag}</a>
  666. {/block:Tags}
  667. </div>
  668. {/block:HasTags}
  669.  
  670. </div>
  671.  
  672.  
  673. {block:PostNotes}
  674. {PostNotes}
  675. {/block:PostNotes}
  676.  
  677. {/block:Posts}
  678.  
  679.  
  680. </div>
  681.  
  682.  
  683.  
  684. {block:ContentSource}
  685. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  686. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  687. {/block:SourceLogo}
  688. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  689. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  690.  
  691. <div class="pagi">
  692. {block:Pagination}
  693. {block:PreviousPage}<a class="current_page" href="{PreviousPage}">&lsaquo;</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a class="jump_page" href="{NextPage}">&rsaquo;</a>{/block:NextPage}
  694. {/block:Pagination}
  695. </div>
  696.  
  697.  
  698. <div class="credit">
  699. <a title="theme" href="http://barbie-themes.tumblr.com/" target="_blank">BT © </a></div>
  700.  
  701.  
  702. </body>
Advertisement
Add Comment
Please, Sign In to add comment