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

personalblog21

By: BabeJeSuisParfait on Apr 28th, 2012  |  syntax: None  |  size: 10.51 KB  |  hits: 22  |  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.  
  3. <head>
  4.  
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7.  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8.  <meta name="color:background" content="#C51E1E"/>
  9.  <meta name="color:text" content="#000"/>
  10.  <meta name="color:title" content="#000"/>
  11.  <meta name="color:link" content="#E47272"/>
  12.  <meta name="color:hover" content="#ccc"/>
  13.  <meta name="image:sidebar" content="1"/>
  14.  <meta name="if:show photo" content="1"/>
  15.  <meta name="if:infinite scrolling" content="1"/>
  16.  <meta name="text:Link One" content="" />
  17.  <meta name="text:Link One Title" content="Link" />
  18.  <meta name="text:Link Two" content="" />
  19.  <meta name="text:Link Two Title" content="Link" />
  20.  <meta name="text:Link Three" content="" />
  21.  <meta name="text:Link Three Title" content="Link" />
  22.  <meta name="text:Link Four" content="" />
  23.  <meta name="text:Link Four Title" content="Link" />
  24.  
  25. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  28.  <style type="text/css">
  29.  
  30.  
  31. body {
  32.  margin:0px;
  33.  background-color: {color:Background};
  34.  background-image:url({image:Background});
  35.  background-attachment: fixed;
  36.  background-repeat: repeat;}
  37.  body, div, p, textarea, submit, input{
  38.  font-family: calibri;
  39.  font-size: 10px;
  40.  line-height:10px;
  41.  letter-spacing:0px;
  42.  color:{color:Text};
  43.  }
  44.  
  45. ::-webkit-scrollbar-thumb:vertical {
  46.  height:9px;
  47.  background-color: #202020;
  48.  }
  49.  
  50.  
  51. ::-webkit-scrollbar {
  52.  width:8;
  53.  height:10px;
  54.  background:#ffffff;
  55.  margin-right:5px;
  56.  }
  57.  
  58. p {
  59.  margin:0px;
  60.  margin-top:0px;
  61.  }
  62.  
  63.  
  64. a:link, a:active, a:visited{
  65.  color: {color:Link};
  66. text-decoration: none;
  67. -webkit-transition: color 0.3s ease-out;
  68. -moz-transition: color 0.3s ease-out;
  69. transition: color 0.3s ease-out;
  70.  }
  71.  
  72. a:hover {
  73.  color:{color:Hover};
  74.  text-decoration: none;
  75.  font-style: normal;
  76.  letter-spacing: 1px;
  77.  -webkit-transition: color 0.5s ease-out;
  78. -moz-transition: color 0.5s ease-out;
  79. }
  80.  
  81.  
  82. div#center{
  83.  margin:auto;
  84.  position:relative;
  85.  width:840px;
  86.  background-color:;
  87.  overflow:auto;
  88.  overflow-y:hidden;
  89.  }
  90.  
  91. div#content{
  92.  float:right;
  93.  width:300px;
  94.  margin-top: 40px;
  95.  padding-left:0px;
  96.  padding-right: 0px;
  97.  padding-top: 0px;
  98.  margin-right: 265px;
  99.  background: #fff;
  100.  border: 1px solid black;
  101.  }
  102.  
  103.  
  104. div#entry{
  105.  background-color:;
  106.  margin-bottom: 0px;
  107.  padding-top:0px;
  108.  padding-bottom:0px;
  109.  }
  110.  
  111. #entry .perma a{
  112.  color:{Color:Links};}
  113.  
  114. #entry .perma{
  115.  width:300px;
  116. position: absolute;
  117. font-family: calibri;
  118. font-size: 10px;
  119. line-height: 15px;
  120. text-align: center;
  121.  overflow:hidden;
  122. opacity: 0.0;
  123. background-color:#fff;
  124.  }
  125.  
  126. #entry:hover .perma{
  127.  overflow:visible;
  128.  -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  129. -webkit-transition: all 0.2s linear;
  130. -moz-transition: all 0.2s linear;
  131. transition: all 0.2s linear;
  132.  }
  133.  
  134. div#sidebar{
  135.  position:fixed !important;
  136.  width: 190px;
  137.  height:auto;
  138.  margin-top: 40px;
  139.  margin-left: 70px;
  140. padding: 0px;
  141.  line-height:11px;
  142.  letter-spacing:0px;
  143.  margin-bottom: 9px;
  144. background-color:white;
  145.  border: 1px solid black;
  146.  }
  147.  
  148. div#sidebar2{ position:fixed !important;
  149. width: 503px;
  150. height:35px;
  151. margin: 0px 0px 0px 70px;
  152. padding: 0px;
  153. font-family: calibri;
  154.  font-size: 10px;
  155. line-height:10px;
  156.  letter-spacing:0px;
  157. margin-bottom: 1px;
  158.  background-color:fff;
  159. border: 1px solid #000;
  160.  }
  161.  
  162. #postnotes{
  163.  text-align: justify;}
  164.  
  165. #postnotes blockquote{
  166.  border: 0px;}
  167.  
  168. div#linkbox{
  169.  position:fixed !important;
  170.  width:370px;
  171.  height:auto;
  172.  margin-top:177px;
  173.  margin-left:0px;
  174.  padding-left:1px;
  175.  background-color:AUTO;
  176.  }
  177.  
  178. .links{float: left; font-family: calibri; margin-bottom: 4px; font-size: 15px; line-height: 11px; margin: 2px; background-color: fff; border: 3px solid #fff;; width: 65px; height: auto; padding: 4px;}
  179.  
  180. .links a{color:links}
  181.  #postnotes{
  182.  text-align: justify;}
  183.  
  184.  
  185. .title{
  186.  font-family: cambria;
  187.  font-size: 13px;
  188.  line-height: 15px;
  189.  color: {color:Title};
  190. letter-spacing: 0px;
  191.  font-weight: normal;
  192.  padding:0px 0px 0px 0px;
  193. }
  194.  
  195. .blogtitle{
  196.  font-family: cambria;
  197.  font-size: 13px;
  198.  line-height: 15px;
  199.  color: {color:Title};
  200. letter-spacing: 0px;
  201.  font-weight: normal;
  202.  padding:0px 0px 0px 0px;
  203. }
  204.  
  205. .video embed, .post div.video object {width:300px !important; height:180px !important;}
  206.  
  207. blockquote{
  208.  padding:0px 0px 2px 5px;
  209.  margin:0px 0px 2px 1px;
  210.  border-left: 1px dotted #555555;
  211.  }
  212.  
  213. blockquote p, ul{
  214.  margin:0px;
  215. padding:0px;
  216. }
  217.  
  218.  
  219. a img{border: 0px;}
  220.  
  221. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  222.  
  223. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  224. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  225.  
  226. .notes img{width:10px; position:relative; top:3px;}
  227.  
  228. .permalink{
  229.  display: block;
  230.  font-size: 10px;
  231.  text-align: right;
  232.  text-decoration: none;
  233.  }
  234.  
  235.  
  236. .permalink{ display: block;
  237. font-size: 8px;
  238. text-align: right;
  239. background-color:{color:Entry};}
  240.  
  241. small{font-size: 90%;}
  242.  
  243.  
  244.  
  245.  
  246. </style>
  247.  
  248.  
  249. <link rel="shortcut icon" href="{Favicon}">
  250.  <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  251.  <meta name="viewport" content="width=820" />
  252.  
  253.  
  254.  
  255. <style>#toTop {display:none;text-decoration:none;position:fixed;bottom:50px;right:50px;overflow:hidden;width:90px;height:100px;border:none;text-indent:-999px;background:url(http://i55.tinypic.com/5wh4c0.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://i53.tinypic.com/2rps6r5.jpg) no-repeat left -40px;
  256.  width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  257.  #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  258.  
  259. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  260.  <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  261.  <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  262.  <script type="text/javascript">
  263.  $(document).ready(function() {
  264.  $().UItoTop({ easingType: 'easeOutQuart' });
  265.  });
  266.  </script>
  267.  
  268. </head>
  269.  <body>
  270.  <div>
  271.  
  272. <div id="cage">
  273.  
  274. <div id="center">
  275.  <div id="sidebar">
  276.  <center>
  277.  {block:ifshowblogtitle}<span class=blogtitle><a href="/">
  278.  {Title}
  279.  </a></span><br>{/block:ifshowblogtitle}
  280.  {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=190px></a>{/block:ifshowphoto}
  281.  {Description}<br>
  282.  <big><b><div style="float: left; position: fixed; bottom: 5px; left: 5px; text-transform:lowercase;"><a href="http://www.rev-rse.tumblr.com"><small> © theme</small></a></div></big></b>
  283.  {block:ifshowarrows}
  284.  <div align="center">
  285.  <br>
  286.  {block:PreviousPage}<a href="{PreviousPage}" title="newer entries"><img src="http://icons.primail.ch/arrows/right41.gif"></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="older entries"><img src="http://icons.primail.ch/arrows/left41.gif"></a>{/block:NextPage}
  287.  <br>
  288.  </div>
  289.  
  290.  
  291. {/block:ifshowarrows}
  292.  {block:ifinfinitescrolling}{/block:ifinfinitescrolling}
  293.  </div>
  294.  
  295. <div id="center">
  296.  <div id="sidebar2">
  297.  <center>
  298.  <div class="links"><a href="/">Home</a></div>
  299.  <div class="links"><a href="/ask">Message</a></div>
  300.  <div class="links"><a href="{text:Link One}" class="sidebartitle">{text:Link One Title}</a></div>
  301. <div class="links"><a href="{text:Link Two}" class="sidebartitle">{text:Link Two Title}</a></div>
  302.  <div class="links"><a href="{text:Link Three}" class="sidebartitle">{text:Link Three Title}</a></div>
  303. <div class="links"><a href="{text:Link Four}" class="sidebartitle">{text:Link Four Title}</a></div></div></div></center>
  304.  
  305. <div id="content">
  306.  {block:Posts}
  307.  <div id="entry">
  308.  
  309. {block:Text}
  310.  {block:Title}<span class="title">{Title}</span><br>{/block:Title}
  311.  <span class="entrytext">{Body}</span>
  312.  <span class="permalink"><a href="{permalink}"> {notecount} {Month} {DayofMonth}{DayofMonthSuffix} @ {12Hour}:{Minutes} {AmPm}</a></span>
  313.  {/block:Text}
  314.  
  315. {block:Link}
  316.  <a href="{URL}" class="title">{Name}</a><br>
  317.  {block:Description}{Description}{/block:Description}
  318.  <span class="permalink"><a href="{permalink}"> {notecount} {Month} {DayofMonth}{DayofMonthSuffix} @ {12Hour}:{Minutes} {AmPm}</a></span>
  319.  {block:Link}
  320.  
  321. {block:Photo}<center>
  322.  {block:IndexPage}
  323.  <div class="perma">
  324.  <a href="{permalink}">{TimeAgo} - <a href="{permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  325.  {/block:IndexPage}
  326.  {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=300px></a>{LinkCloseTag}</center>{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  327.  {/block:Photo}
  328.  
  329. {block:Quote}
  330.  {Quote}</span>
  331.  {block:Source}<strong>{Source}</strong>{/block:Source}
  332.  <span class="permalink"><a href="{permalink}"> {notecount} {Month} {DayofMonth}{DayofMonthSuffix} @ {12Hour}:{Minutes} {AmPm}</a></center></span>
  333.  {/block:Quote}
  334.  
  335. {block:Chat}
  336.  {block:Title}<span class="title">{Title}</span>{/block:Title}
  337.  <ul class="chat">
  338.  {block:Lines}
  339.  <li class="user_{UserNumber}">
  340.  {block:Label}
  341.  <span class="label">{Label}</span>
  342.  {/block:Label}
  343.  
  344. {Line}
  345.  </li>
  346.  {/block:Lines}
  347.  <span class="permalink"><a href="{permalink}"> {notecount} {Month} {DayofMonth}{DayofMonthSuffix} @ {12Hour}:{Minutes} {AmPm}</a></span>
  348.  {/block:Chat}
  349.  
  350.  
  351. {block:Audio}
  352.  <center><div style="width:220px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  353.  {FormattedPlayCount} plays {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  354.  {/block:Audio}
  355.  
  356. {block:Video}<center>
  357.  <div class="video">{Video-400}</div></center>
  358.  <span class="permalink"><a href="{permalink}"> {notecount} {Month} {DayofMonth}{DayofMonthSuffix} @ {12Hour}:{Minutes} {AmPm}</a></span>
  359.  {block:Video}
  360.  
  361. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  362.  
  363. {block:PostNotes}{PostNotes}
  364.  {/block:PostNotes}
  365.  </div>
  366.  
  367. {/block:Posts}
  368.  {block:ifshowarrows}{/block:ifshowarrows}
  369.  </center>
  370.  </div></div>
  371.  
  372. </div>
  373.  </center>
  374.  
  375. </body>
  376.  
  377. </div></div>
  378.  </html>