Advertisement
keciasthemes

Bending

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