Advertisement
Guest User

Leila

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