Don't like ads? PRO users don't see any ads ;-)

ladders 8

By: oathscharm on Jun 2nd, 2012  |  syntax: None  |  size: 14.81 KB  |  hits: 64  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5.  
  6. ladders
  7.  
  8.    theme 8 by yasmin @oathscharm.tumblr.com
  9.  
  10.  
  11. -->
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  13. <title>{title}</title>
  14. <link rel="shortcut icon" href="{favicon}">
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17.  
  18.  
  19.         <meta name="image:Background" content="" />
  20.         <meta name="image:sidebar" content=""/>    
  21.         <meta name="image:topBG" content=""/>
  22.        
  23.         <meta name="color:BG" content=""/>
  24.         <meta name="color:center" content=""/>
  25.         <meta name="color:textcolor" content=""/>
  26.         <meta name="color:link" content=""/>
  27.         <meta name="color:permalink" content=""/>
  28.         <meta name="color:hover" content=""/>
  29.         <meta name="color:titleBG" content=""/>
  30.         <meta name="color:sidelinks" content=""/>
  31.         <meta name="color:sidelinksBG" content=""/>
  32.         <meta name="color:sidelinks hover" content=""/>
  33.         <meta name="color:sidelinksBG hover" content=""/>
  34.         <meta name="color:toplinksBG" content=""/>
  35.         <meta name="color:toplinksBGhover" content=""/>
  36.  
  37.         <meta name="if:endlessscrolling" content="1"/>
  38.         <meta name="if:pages" content=""/>
  39.         <meta name="if:photocaptions" content=""/>
  40.         <meta name="if:title" content=""/>
  41.         <meta name="if:smallerposts" content=""/>
  42.         <meta name="if:biggerposts" content=""/>
  43.         <meta name="if:SmallerSidebar" content=""/>
  44.        
  45.         <meta name="text:spacebetweenposts" content="40">
  46.         <meta name="text:Blogtitle" content="" />
  47.         <meta name="text:Link1" content="" />
  48.         <meta name="text:Link1URL" content="" />
  49.         <meta name="text:Link2" content="" />
  50.         <meta name="text:Link2URL" content="" />
  51.         <meta name="text:Link3" content="" />
  52.         <meta name="text:Link3URL" content="" />
  53.         <meta name="text:Link4" content="" />
  54.         <meta name="text:Link4URL" content="" />
  55.         <meta name="text:Link5" content="" />
  56.         <meta name="text:Link5URL" content="" />
  57.         <meta name="text:TopLink1" content="" />
  58.         <meta name="text:TopLink1URL" content="" />
  59.         <meta name="text:TopLink2" content="" />
  60.         <meta name="text:TopLink2URL" content="" />
  61.         <meta name="text:TopLink3" content="" />
  62.         <meta name="text:TopLink3URL" content="" />
  63.    
  64.  
  65.    
  66.  
  67.    
  68.    
  69. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  70.  
  71.  
  72.  
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78. iframe#tumblr_controls {right:3px !important; position: fixed !important; }
  79.  
  80.  
  81. ::-webkit-scrollbar {width: 10px; }
  82. ::-webkit-scrollbar-track-piece {background-color:#ebebeb;}
  83. ::-webkit-scrollbar-thumb:vertical {background-color:#000;
  84. height:100px;}
  85.  
  86.  
  87. i, em {
  88. color:{color:sidelinks};
  89. }
  90.  
  91. a{
  92.    color:{color:link};
  93.    text-decoration:none;
  94.    
  95.          -webkit-transition: all .2s ease-in;
  96.          -moz-transition: all 0.2s ease-in;  
  97.          transition: all 0.2s ease;
  98. }
  99.    
  100.  
  101. a:hover{
  102.    color: {color:hover};
  103.    
  104.          -webkit-transition: all .2s ease-in;
  105.          -moz-transition: all 0.2s ease-in;  
  106.          transition: all 0.2s ease;
  107.  
  108.    }
  109.  
  110. body{
  111.  
  112. margin:0px;
  113. background-image:url('{image:background}');
  114. background-color:{color:BG};
  115. background-repeat:repeat;
  116. background-attachment: fixed;
  117. font-family:consolas;
  118. font-size:10px;
  119. color:{color:textcolor};
  120.  
  121. }
  122.  
  123. div#tittie {background-image:url('{image:topBG}');background-color:{color:titleBG};width:100%;font-family:century gothic;font-size:17pt;text-align:left;padding:30px;z-index:998;letter-spacing:5px;position:fixed;top:0px;}
  124.  
  125. #tittie a {
  126.         text-shadow: 2px 2px 2px #000000;
  127.         filter: dropshadow(color=#000000, offx=2, offy=2);
  128.         }
  129.  
  130.  
  131.     #nav {position:fixed;right:10px;top:0px;z-index:999;}
  132.    
  133.     #nav a{
  134.         text-align:center;
  135.         word-wrap:normal;
  136.         padding:50px 10px 10px 10px;
  137.         width:40px;
  138.         height:20px;
  139.         background-color:{color:toplinksBG};
  140.         display:inline-block;
  141.         font-size:8pt;}
  142.        
  143.         #nav a:hover {background-color:{color:toplinksBGhover};border-bottom:8px solid;}
  144.  
  145.  
  146. div#sidebarshit{
  147.    
  148.    position:fixed;
  149.    background-color:{color:center};
  150.    z-index:10;
  151.    padding:10px;
  152.    width:250px;
  153. {block:ifSmallerSidebar}width:200px;{/block:ifSmallerSidebar}
  154.    left:100px;
  155. {block:ifSmallerSidebar}left:150px;{/block:ifSmallerSidebar}
  156.    top:100px;
  157.    letter-spacing:1px;
  158.    font-size:8pt;
  159.    font-family:century gothic;
  160. }
  161.  
  162. div#glomp{
  163.  
  164.     margin:auto;
  165.     position:relative;
  166.     margin-left:400px;
  167.     margin-top:100px;
  168. }
  169.  
  170.    
  171.    
  172. #entry {
  173.     overflow: hidden;
  174.     {block:ifsmallerposts}width:400px;{/block:ifsmallerposts}
  175.     {block:ifbiggerposts}width:500px;{/block:ifbiggerposts}
  176.     padding-bottom:20px;
  177.     background-color:{color:center};
  178.     padding:8px;
  179.     margin-bottom:{text:spacebetweenposts}px;
  180.     }
  181.    
  182.     #entry blockquote {border-left: 3px solid {color:hover};padding-left: 8px;margin-left: 10px;}
  183.  
  184.  
  185. .hair{
  186.     position:absolute;
  187.     width:416px;
  188.     {block:ifbiggerposts}width:516px;{/block:ifbiggerposts}
  189.     margin-bottom:100%;
  190.     text-align:right;
  191.     padding: 5px 0px 5px 0px;
  192.     background-color:{color:permalink};
  193.     left:0px;
  194.     z-index:100;
  195.     color:{color:link};
  196.     font-family:consolas;
  197.     font-size: 10px;
  198.     letter-spacing: 1px;
  199.     }
  200.  
  201.  
  202. #neku {
  203.    
  204.     z-index:20;
  205.     margin-top:20px;
  206.     border-top:dotted 2px {color:textcolor};
  207.     padding-top:10px;
  208.         -webkit-transition: all 0.5s ease;
  209.         -moz-transition: all 0.5s ease;
  210.         -o-transition: all 0.5s ease;}
  211.        
  212.        
  213.        
  214. #neku a{
  215.    
  216.     background-color:{color:sidelinksBG};
  217.     display: block;
  218.     width:236px;
  219. {block:ifSmallerSidebar}width:186px;{/block:ifSmallerSidebar}
  220.     font-size: 8pt;
  221.     color: {color:sidelinks};
  222.     text-transform: lowercase;
  223.     letter-spacing: 1px;
  224.     font-family:consolas;
  225.     text-align: center;
  226.     margin-bottom:2px;
  227.     padding:2px;
  228.     border-left:5px solid {color:hover};
  229.     border-right:5px solid {color:hover};
  230.  
  231.         -webkit-transition: all 0.5s ease;
  232.         -moz-transition: all 0.5s ease;
  233.         -o-transition: all 0.5s ease;}
  234.  
  235. #neku a:hover{background-color:{color:sidelinksBGhover};color:{color:sidelinkshover};border-radius:10px;border-left:5px solid {color:link};
  236.     border-right:5px solid {color:link};}
  237.          
  238.  
  239. #answer {background-color:{color:titleBG};padding:10px 20px 20px 45px;
  240.  
  241.  
  242. -webkit-box-shadow: 0 8px 6px -7px black;
  243. -moz-box-shadow: 0 8px 6px -7px black;
  244. box-shadow: 0 8px 6px -7px black;
  245. }
  246.  
  247. #paper {margin-top:10px;text-align:center;font-size:20px;width:250px;{block:ifSmallerSidebar}width:200px;{/block:ifSmallerSidebar};}
  248.  
  249. #paper a {
  250.     display: inline-block;
  251.     width:20px;
  252.     height:20px;
  253.     color: {color:links};
  254.     text-align: center;
  255.     padding:10px}
  256.    
  257. #paper a:hover {color:{color:hover};}
  258.  
  259. #permashit {margin:20px 0 0 0;padding-bottom:5px;text-align:left;}
  260.  
  261.  
  262. </style>
  263.  
  264. </head>
  265.  
  266.  
  267. <body>
  268. {block:iftitle}<div id="tittie"><a href="/">{text:blogtitle}</a></div>{/block:iftitle}
  269. <div id="nav">
  270. <a href="/">home</a>
  271. <a href="/ask">ask</a>
  272. <a href="/archive">archive</a>
  273. {Block:ifTopLink1}<a href="{text:TopLink1URL}">{text:TopLink1}</a>{/Block:ifTopLink1}
  274. {Block:ifTopLink2}<a href="{text:TopLink2URL}">{text:TopLink2}</a>{/Block:ifTopLink2}
  275. {Block:ifTopLink3}<a href="{text:TopLink3URL}">{text:TopLink3}</a>{/Block:ifTopLink3}
  276. <a href="http://oathscharm.tumblr.com">theme</a></div>
  277. <div id="glomp">
  278. <div id="sidebarshit">
  279. {block:ifsidebarimage}<a href="/"><img src="{image:sidebar}" {block:ifSmallerSidebar}width="200px"{/block:ifSmallerSidebar} width="250" ></a>{/block:ifsidebarimage}
  280. <p>{Description}
  281.  
  282. <div id="neku">
  283.  
  284. {Block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/Block:ifLink1}
  285. {Block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/Block:ifLink2}
  286. {Block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/Block:ifLink3}
  287. {Block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/Block:ifLink4}
  288. {Block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/Block:ifLink5}
  289. </div>
  290.  
  291. {block:ifpages}<div id="paper">
  292. {block:Pagination}
  293. {block:PreviousPage}
  294. <a href="{PreviousPage}">←</a>
  295. {/block:PreviousPage}
  296. {block:NextPage}
  297. <a href="{NextPage}">→</a>
  298. {/block:NextPage}
  299. {/block:Pagination}
  300. </div>{/block:ifpages}
  301.  
  302. </div>
  303.  
  304.  
  305.  
  306. <div id="momma">
  307. {block:ifendlessscrolling}<div class="autopagerize_page_element">{/block:ifendlessscrolling}
  308. <div id="space">
  309. {block:Posts}
  310. <div id="entry">
  311.  
  312. {block:Text}
  313.  
  314.  
  315. {block:Title}<h1>{Title}</h1>{/block:Title}</a>
  316. <div id="ok">{Body}</div>
  317. <div class="hair"><span class="permalink"><a href="{Permalink}">
  318. {ShortMonth} {DayOfMonth} {Year} | {NoteCountWithLabel}</a></span> | {block:ContentSource}Via:<a align="left" href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}</div>
  319. {/block:Text}
  320.  
  321. {block:Photo}
  322. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  323. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  324. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}
  325. {block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"{block:ifbiggerposts}width="500"{/block:ifbiggerposts} width="400";/></a>
  326. <p>{block:ifphotocaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifphotocaptions}
  327.  
  328. <div class="hair"><span class="permalink"><a href="{Permalink}">
  329. {ShortMonth} {DayOfMonth} {Year} | {NoteCountWithLabel}</a></span> | {block:ContentSource}Via:<a align="left" href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}</div>
  330.  
  331. {/block:Photo}
  332.  
  333. {block:Photoset}
  334. <center>{block:ifsmallerposts}{Photoset-400}{/block:ifsmallerposts}{block:ifbiggerposts}{Photoset-500}{/block:ifbiggerposts}</center>
  335. <p>{block:ifphotocaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifphotocaptions}
  336. <div class="hair"><span class="permalink"><a href="{Permalink}">
  337. {ShortMonth} {DayOfMonth} {Year} | {NoteCountWithLabel}</a></span> | {block:ContentSource}Via:<a align="left" href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}</div>
  338. {/block:Photoset}
  339. {block:Quote}
  340.  <center>          
  341.  <h3> "{Quote}"</h3></span></a></font>{/block:NoteCount}                  
  342.                   <br></center>
  343.           <left>{block:Source}----{Source}{/block:Source}</left>
  344.  
  345. <div class="hair"><span class="permalink"><a href="{Permalink}">
  346. {ShortMonth} {DayOfMonth} {Year} | {NoteCountWithLabel}</a></span> | {block:ContentSource}Via:<a align="left" href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}</div>
  347. {/block:Quote}
  348. {block:Link}
  349. <a href="{URL}" class="title"><h1><center>{Name}</center></h1></a>
  350. {block:Description}{Description}{/block:Description}
  351. <div class="hair"><span class="permalink"><a href="{Permalink}">
  352. {ShortMonth} {DayOfMonth} {Year} | {NoteCountWithLabel}</a></span> | {block:ContentSource}Via:<a align="left" href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}</div>
  353.      
  354. {/block:Link}
  355. {block:Chat}
  356. {block:Title}<span class="title">{Title}</span>{/block:Title}
  357. <ul class="chat">
  358. {block:Lines}
  359. <li class="user_{UserNumber}">
  360. {block:Label}
  361. <span class="label">{Label}</span>
  362. {/block:Label}
  363.  
  364. {Line}
  365. </li>
  366. {/block:Lines}
  367. </ul>
  368. <div class="hair"><span class="permalink"><a href="{Permalink}">
  369. {ShortMonth} {DayOfMonth} {Year} | {NoteCountWithLabel}</a></span> | {block:ContentSource}Via:<a align="left" href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}</div>
  370. {/block:Chat}
  371. {block:Audio}
  372. {block:AlbumArt}
  373. <img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}{AudioPlayerWhite}
  374. {block:Caption}{Caption}{/block:Caption}
  375.  
  376. <div class="hair"><span class="permalink"><a href="{Permalink}">
  377. {ShortMonth} {DayOfMonth} {Year} | {NoteCountWithLabel}</a></span> | {block:ContentSource}Via:<a align="left" href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}</div>
  378. {/block:Audio}
  379.  
  380. {block:Video}
  381. {block:ifsmallerposts}{Video-400}{/block:ifsmallerposts}{block:ifbiggerposts}{Video-500}{/block:ifbiggerposts}
  382. <p>{block:ifphotocaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifphotocaptions}
  383. <div class="hair"><span class="permalink"><a href="{Permalink}">
  384. {ShortMonth} {DayOfMonth} {Year} | {NoteCountWithLabel}</a></span> | {block:ContentSource}Via:<a align="left" href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}</div>
  385. {block:Video}
  386.  
  387. {block:Answer}
  388.  
  389. <img src="{AskerPortraitURL-40}" align="left"/><div id="answer">{Asker} said: <b>"{Question}"</b></div>
  390. <br>{Answer}</br>
  391. <div class="hair"><span class="permalink"><a href="{Permalink}">
  392. {ShortMonth} {DayOfMonth} {Year} | {NoteCountWithLabel}</a> </span></div>
  393. {/block:Answer}
  394. </div>
  395. {block:PermalinkPage}<div id="permashit">
  396. {block:PostNotes}
  397. <p>{block:HasTags}
  398.  
  399. <b>Tagged as:</b> {block:Tags}
  400.  
  401. <a href="{TagURL}">#{Tag} </a>
  402.  
  403. {/block:Tags}
  404.  
  405. {/block:HasTags}
  406.  
  407. {block:ContentSource}<p>SOURCE:<a href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<p>{block:RebloggedFrom}REBLOGGED FROM: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  408. {PostNotes}
  409. {/block:PostNotes}
  410. {/block:PermalinkPage}
  411. {/block:Posts}
  412.  
  413. {block:ifendlessscrolling}</div>{/block:ifendlessscrolling}
  414. </div>
  415. </div>
  416. </div>
  417. </body>
  418. </html>