Advertisement
bastillebella

theme 02: flaws

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