Advertisement
benedictcumbvrbatch

rhododendron (#22)

Aug 11th, 2014
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1. <!--theme by benedictcumbvrbatch
  2.  
  3. just 2 things, remove credit and i kill you, steal theme i kill you. bUT OTHERWISE HAVE FUN GUYSSSSS!!!!
  4.  
  5. if you have any questions dont hesitate to ask!-->
  6.  
  7. <!DOCTYPE html>
  8. <head>
  9.  
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#aaaaaa"/>
  21. <meta name="color:Link" content="#000000"/>
  22.  
  23. <meta name="image:Sidebar Image" content=""/>
  24.  
  25. <meta name="text:Link 1 URL" content="" />
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 2 URL" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 3 URL" content="" />
  30. <meta name="text:Link 3" content="" />
  31.  
  32.  
  33. <!-- jquery for tooltips-->
  34.  
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41.  
  42. (function($){
  43.  
  44. $(document).ready(function(){
  45.  
  46. $("a[title]").style_my_tooltips({
  47.  
  48. tip_follows_cursor:true,
  49.  
  50. tip_delay_time:30,
  51.  
  52. tip_fade_speed:300,
  53.  
  54. attribute:"title"
  55.  
  56. });
  57.  
  58. });
  59.  
  60. })(jQuery);
  61.  
  62. </script>
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. <!--CSS customization here. -->
  70.  
  71. <style type="text/css">
  72.  
  73. #s-m-t-tooltip{
  74. position:absolute;
  75. margin-top: 15px;
  76. z-index:9999;
  77. background:{color:background};
  78. }
  79.  
  80.  
  81.  
  82. /*basics*/
  83. blockquote {padding:5px 0 5px 30px;
  84. border-left:1px solid {color:text};
  85. margin-left:30px;
  86. }
  87.  
  88. body {
  89. background:{color:background};
  90. color:{color:text};
  91. font-family: 'PT Sans Narrow', sans-serif;
  92. font-size:12px;
  93. text-align:justify;
  94. line-height:16px;}
  95.  
  96.  
  97. a {
  98. color:{color:link};
  99. text-decoration:none;
  100. }
  101.  
  102. a:hover {
  103. text-decoration:underline;}
  104.  
  105. img{opacity:1;
  106. border:none;
  107. text-decoration:none}
  108.  
  109.  
  110. small {
  111. font-size:9px;}
  112.  
  113. big {
  114. font-size:12px;}
  115.  
  116.  
  117. #title {font-size:12px;
  118. line-height:18px;
  119. font-weight:bold;
  120. margin-bottom:10px;
  121. text-transform:uppercase;
  122. text-align:left;}
  123.  
  124.  
  125. /*sidebar*/
  126. #sidebar {text-align:left;
  127. position:fixed;
  128. margin-left:-270px;
  129. margin-top:200px;
  130. width:200px;
  131. }
  132.  
  133. #sidebarim {margin-bottom:20px}
  134.  
  135. #sidebarim img {width:200px}
  136.  
  137. #blogt {font-size:20px;
  138. margin-top:-20px;
  139. text-align:right;
  140. padding:2px;
  141. font-weight:bold;}
  142.  
  143. #links {
  144. line-height:16px;
  145. text-transform:lowercase;
  146. margin-top:-150px;
  147. }
  148.  
  149.  
  150. #links a {
  151. margin-right:5px;
  152. width:200px;
  153. display:inline-block;
  154. text-align:right;
  155. margin-bottom:0px;
  156. font-size:14px;
  157. padding:4px;
  158. opacity:0;
  159. -webkit-transition:all 0.7s;
  160. -moz-transition:all 0.7s;
  161. -ms-transition:all 0.7s;
  162. -o-transition:all 0.7s;
  163. transition:all 0.7s;
  164. }
  165.  
  166. #links a:hover {padding-left:40px;
  167. font-style:italic;
  168. opacity:1;
  169. background-color:#e5e5e5;
  170. -webkit-transition:all 0.7s;
  171. -moz-transition:all 0.7s;
  172. -ms-transition:all 0.7s;
  173. -o-transition:all 0.7s;
  174. transition:all 0.7s;
  175. }
  176.  
  177. #description {
  178. margin:10px 0;
  179. }
  180.  
  181.  
  182. /*pagination*/
  183. #pagination {
  184. margin:50px 0;
  185. text-transform:lowercase;
  186. font-weight:bold;
  187. }
  188. #pagination a {
  189. padding:0 15px;
  190. }
  191.  
  192. /*container*/
  193. #con {
  194. left:50%;
  195. margin-left:-250px;
  196. position:absolute;
  197. }
  198.  
  199.  
  200.  
  201. /*posts*/
  202.  
  203. #entries {
  204. margin-top:75px;
  205. margin-left:100px;
  206. width:500px;
  207. }
  208.  
  209.  
  210.  
  211. #posts {
  212. width:500px;
  213. {block:IndexPage}
  214. margin-bottom:75px;
  215. {/block:IndexPage}
  216. {block:PermalinkPage}
  217. margin-bottom:50px;
  218. {/block:PermalinkPage}
  219.  
  220. }
  221. #posts img {
  222. max-width:500px;
  223. }
  224.  
  225. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  226. .caption {width:100%;
  227. margin-top:10px;
  228.  
  229. }
  230.  
  231. /*quote*/
  232.  
  233. #titlequote{text-align:left;
  234. font-size:14px;
  235. line-height:18px;
  236. font-weight:bold;
  237. }
  238. #source {
  239. margin-top:15px;
  240. margin-left:15px;}
  241.  
  242. /*audio*/
  243.  
  244. .player {
  245. width:25px;
  246. height:25px;
  247. overflow:hidden;
  248. position:absolute;
  249. background:white;}
  250.  
  251. .audioinfo {
  252. margin-left:50px;
  253. }
  254.  
  255.  
  256. /*asks*/
  257. .q {margin-bottom:10px;
  258. background-color:#e5e5e5;
  259. padding:4px;
  260. }
  261. .as {
  262. font-weight:bold;}
  263.  
  264. .a {
  265. margin-top:10px;
  266. }
  267.  
  268.  
  269. /*chat*/
  270.  
  271. .chat ol {
  272. padding:0;
  273. list-style:none;
  274. }
  275. .line {padding:5px 0;}
  276.  
  277. .label {font-weight:bold;
  278. }
  279.  
  280.  
  281.  
  282.  
  283.  
  284. /*permalink and notes*/
  285.  
  286. #permalink {
  287. margin-top:15px;
  288. font-size:9px;
  289. text-transform:uppercase;
  290. }
  291. #permalink a {margin-right:10px;
  292. }
  293.  
  294.  
  295. .tags {
  296. word-break:break-all;
  297. font-size:9px;
  298. }
  299.  
  300. .pagenotes {
  301. {block:IndexPage}
  302. display: none!important;
  303. {/block:IndexPage}
  304. width:400px;
  305. text-align:left;
  306.  
  307. }
  308. .pagenotes img {
  309. display:none!important;}
  310. .pagenotes li {
  311. list-style-type:none;
  312. padding:5px 0px;
  313. text-align:left;
  314. margin:0 0 0 -40px;
  315. }
  316.  
  317.  
  318.  
  319.  
  320. {CustomCSS}
  321.  
  322.  
  323. </style>
  324.  
  325.  
  326.  
  327. </head>
  328.  
  329. <script type="text/javascript">
  330. WebFontConfig = {
  331. google: { families: [ 'PT+Sans+Narrow::latin' ] }
  332. };
  333. (function() {
  334. var wf = document.createElement('script');
  335. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  336. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  337. wf.type = 'text/javascript';
  338. wf.async = 'true';
  339. var s = document.getElementsByTagName('script')[0];
  340. s.parentNode.insertBefore(wf, s);
  341. })(); </script>
  342.  
  343. <body>
  344.  
  345. <div id="con">
  346.  
  347. <div id="sidebar">
  348. <div id="blogt">{Title}</div>
  349. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  350. <div id="links">
  351. <a href="/">home</a>
  352. <a href="/ask">ask</a>
  353. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  354. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  355. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  356. </div>
  357. <div id="description">{Description}</div>
  358.  
  359.  
  360.  
  361.  
  362.  
  363. </div>
  364.  
  365.  
  366.  
  367.  
  368. <div id="entries">
  369.  
  370. {block:Posts}
  371. <div id="posts">
  372.  
  373.  
  374. {block:Quote}
  375.  
  376.  
  377. <div id="titlequote">“{Quote}”</div>
  378. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  379. {/block:Quote}
  380.  
  381.  
  382.  
  383. {block:Text}
  384.  
  385. {block:Title}
  386. <div id="title">{Title}</div>{/block:Title}
  387. {Body}
  388. {/block:Text}
  389.  
  390. {block:Link}
  391. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  392. {/block:Link}
  393.  
  394. {block:Chat}
  395. {block:Title}
  396. <h1>{Title}</h1>
  397. {/block:Title}
  398. <div class="chat">
  399. <ol>{block:Lines}
  400. <li class="line {Alt}">
  401. {block:Label}
  402. <span class="label">
  403. {Label}</span>
  404. {/block:Label}{Line}</li>
  405. {/block:Lines}
  406. </ol></div>
  407. {/block:Chat}
  408.  
  409. {block:Photo}
  410. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  411. {/block:Photo}
  412.  
  413. {block:Photoset}
  414. {Photoset-500}
  415. {/block:Photoset}
  416.  
  417. {block:Video}
  418. {Video-500}
  419. {/block:Video}
  420.  
  421. {block:Audio}
  422. <div class="player">{AudioPlayerWhite}</div>
  423. <div class="audioinfo">
  424. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  425. </div>
  426. {/block:Audio}
  427.  
  428. {block:Answer}
  429. <div class="q">
  430. <div class="as">{Asker} enquired: </div>
  431. {Question}</div>
  432. <div class="a">{Answer}</div>
  433. {/block:Answer}
  434.  
  435. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  436.  
  437. {block:Date}
  438. <div id="permalink">
  439. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  440. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  441. </div>
  442. {/block:Date}
  443.  
  444.  
  445.  
  446. </div>
  447.  
  448.  
  449. {block:PostNotes}
  450. <div class="pagenotes">
  451. {PostNotes}
  452. </div>
  453. {/block:PostNotes}
  454.  
  455.  
  456. {/block:Posts}
  457.  
  458. <div id="pagination">
  459. {block:Pagination}
  460. {block:PreviousPage}
  461. <a href="{PreviousPage}">&larr; backward </a>
  462. {/block:PreviousPage}
  463.  
  464.  
  465. {block:NextPage}
  466. <a href="{NextPage}">onward &rarr;</a>
  467. {/block:NextPage}
  468. {/block:Pagination}
  469. </div>
  470.  
  471.  
  472.  
  473. </div>
  474.  
  475. </div>
  476.  
  477.  
  478. {block:ContentSource}
  479. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  480. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  481. {/block:SourceLogo}
  482. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  483. {/block:ContentSource}
  484.  
  485. </body>
  486. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://tietjens.co.vu/">BCV THEMES</a></center></div>
  487.  
  488. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement