Advertisement
rorvpond

Theme #2 Reflektor

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