southkiralina

Old Theme One

Jun 13th, 2012
2,284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 KB | None | 0 0
  1. <!--
  2. theme by -injection. please don't remove credit. if you do put in your faq.-->
  3. <head>
  4. <!-- DEFAULT VARIABLES -->
  5. <html lang="en"><head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <meta name="color:background" content="#ffffff"/>
  8. <meta name="color:content" content="#ffffff"/>
  9. <meta name="color:text" content="#000000"/>
  10. <meta name="color:title" content="#000000"/>
  11. <meta name="color:link" content="#555555"/>
  12. <meta name="color:hover" content="#000000"/>
  13. <meta name="if:Show Arrows" content="0"/>
  14. <meta name="image:Sidebar" content="1"/>
  15. <meta name="if:Show Sidebar Image" content="0"/>
  16. <meta name="if:Infinite Scrolling" content="0"/>
  17. <meta name="image:Background" content=""/>
  18. <meta name="font:title" content="helvetica"/>
  19.  
  20. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  21.  
  22. <title>{Title}</title>
  23. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  24. <script type="text/javascript">
  25. $(document).ready(function () {
  26. $('li.drawer div:nth-child(2)').hide();
  27. $('li.drawer h4').click(function () {
  28. if ($(this).hasClass('open')) {
  29. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  30. else {
  31. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  32. $(this).next().slideDown();
  33. $(this).addClass('open');}
  34. });
  35. });
  36. </script>
  37. <style type="text/css">
  38. body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  39.  
  40. body, div, p, textarea, submit, input{ font-family: helvetica; font-size: 10px; line-height:11px; letter-spacing:0px; color:{color:Text};}
  41.  
  42. p { margin:0px; margin-top:0px;}
  43.  
  44. a:link, a:active, a:visited{ color: {color:Link}; text-decoration: none;}
  45.  
  46. a:hover {color:{color:Hover}; text-decoration: none;}
  47.  
  48. div#center{
  49. margin:auto;
  50. position:relative;
  51. width:840px;
  52. background-color:;
  53. overflow:auto;
  54. overflow-y:hidden;}
  55.  
  56.  
  57.  
  58. div#content{
  59. float:right;
  60. width:380px;
  61. padding:0px;
  62. padding-top: 0px;
  63. margin-right: 335px;
  64. margin-top: 0px;
  65. background:;
  66. }
  67.  
  68. div#entry{
  69. background-color: #FFF;
  70. margin-top:0px;
  71. padding-top:0px;
  72. padding-right:0px;
  73. padding-bottom:2px;
  74. }
  75.  
  76.  
  77.  
  78.  
  79. div#sidebar{
  80. position:fixed !important;
  81. width: 180px;
  82. height:auto;
  83. margin: 100px 0px 0px 550px;
  84. padding: 1px; font-size: 10px;
  85. line-height:8px;
  86. letter-spacing:0px;
  87. margin-bottom: 5px;
  88. background-color: #FFF;
  89. border: 1px solid transparent;
  90.  
  91. }
  92.  
  93. #postnotes{
  94. text-align: justify;
  95. }
  96.  
  97. #postnotes blockquote{
  98. border: 0px;
  99. }
  100.  
  101. .title{
  102. font-family: helvetica;
  103. font-size: 10px;
  104. line-height: 12px;
  105. color: {color:Title};
  106. letter-spacing: 1px;
  107. font-weight: normal;
  108. padding:0px 0px 0px 0px;
  109. }
  110.  
  111. .title2{
  112. font-family: verdana;
  113. font-size: 10px;
  114. line-height: 12px;
  115. color: {color:Title};
  116. letter-spacing: 1px;
  117. font-weight: normal;
  118. padding:0px 0px 0px 0px;
  119. }
  120.  
  121. blockquote{
  122. padding:0px 0px 2px 5px;
  123. margin:0px 0px 2px 1px;
  124. border-left: 1px dotted #555555;
  125. }
  126.  
  127. blockquote p, ul{
  128. margin:0px;
  129. padding:0px;
  130. }
  131.  
  132. a img{
  133. border: 0px;
  134. }
  135.  
  136. ul, ol, li{
  137. list-style:none;
  138. margin:0px;
  139. padding:0px;
  140. }
  141.  
  142. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  143. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  144.  
  145. .notes img{
  146. width:10px;
  147. position:relative;
  148. top:3px;
  149. }
  150.  
  151. .permalink{
  152. display: block;
  153. font-size: 10px;
  154. text-align: right;
  155. background-color:#FFFFFF;
  156. }
  157.  
  158. small{font-size: 90%;}
  159.  
  160. </style>
  161. <link rel="shortcut icon" href="{Favicon}">
  162. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  163. <meta name="viewport" content="width=820" />
  164. </head>
  165. <body>
  166.  
  167. <div id="cage">
  168. <div id="center">
  169. <div id="sidebar">
  170.  
  171. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=180px></a>{/block:ifshowsidebarimage}
  172. <br>
  173. <center>{Description}
  174.  
  175. <br>
  176. <div align="right">
  177. <br>
  178. {block:ifshowarrows}{block:NextPage}<a href="{NextPage}"><center><font size="2"> > </font></center></a>{/block:NextPage}
  179. {block:PreviousPage} <a href="{PreviousPage}"><center><font size="2"> < </font></center></a>{/block:PreviousPage}{/block:ifshowarrows}
  180.  
  181.  
  182. </center>
  183.  
  184.  
  185.  
  186. </div>
  187.  
  188.  
  189. <div id="content">
  190. {block:Posts}
  191. <div id="entry">
  192. <a href="{permalink}">{block:Text}
  193. {block:Title}<span class="title">{Title}</span>{/block:Title}
  194. <span class="entrytext">{Body}</span>
  195.  
  196. {/block:Text}
  197.  
  198. {block:Link}
  199. <a href="{URL}" class="title">{Name}</a>
  200. {block:Description}{Description}{/block:Description}
  201. {block:Link}
  202.  
  203. {block:Photo}<center>
  204. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=380px></a>{LinkCloseTag}</center>
  205. {/block:Photo}
  206.  
  207. {block:Quote}
  208. {Quote}</span>
  209. {block:Source}<strong>{Source}</strong>{/block:Source}
  210. {/block:Quote}
  211.  
  212. {block:Photoset}<center>{Photoset-400}</center>
  213.  
  214. {/block:Photoset}
  215.  
  216. {block:Chat}
  217. {block:Title}<span class="title">{Title}</span>{/block:Title}
  218. <ul class="chat">
  219. {block:Lines}
  220. <li class="user_{UserNumber}">
  221. {block:Label}
  222. <span class="label">{Label}</span>
  223. {/block:Label}
  224.  
  225. {Line}
  226. </li>
  227. {/block:Lines}<div align="right"><a href="{Permalink}">
  228. {/block:Chat}
  229.  
  230.  
  231. {block:Audio}
  232. <center><div style="width:310px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  233. {FormattedPlayCount} plays {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br><div align="right"><a href="{Permalink}">
  234. {/block:Audio}
  235.  
  236. {block:Video}<center>
  237. <div class="video">{Video-400}</div></center>
  238. {block:Video}
  239.  
  240. <span class="permalink"><a href="{Permalink}">
  241. <div style="float:right;">+</div>
  242. </a></span>
  243.  
  244. {block:PostNotes}
  245. <center>
  246. {block:Caption}{Caption}{/block:Caption}
  247.  
  248. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  249.  
  250. {block:HasTags}
  251. tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  252. {block:RebloggedFrom}
  253. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  254. </center></span>
  255. <br>
  256. <div id="postnotes">{PostNotes}</div><br>
  257.  
  258. <center>{block:ContentSource}
  259. <br><a href="{SourceURL}">
  260. {lang:Source}:
  261. {block:SourceLogo}
  262. <img src="{BlackLogoURL}" width="{LogoWidth}"
  263. height="{LogoHeight}" alt="{SourceTitle}" />
  264. {/block:SourceLogo}
  265. {block:NoSourceLogo}
  266. {SourceLink}
  267. {/block:NoSourceLogo}
  268. </a>
  269. {/block:ContentSource}</center>
  270.  
  271. {/block:PostNotes}
  272. </div>
  273. {/block:Posts}<br>
  274.  
  275.  
  276. </div></div>
  277.  
  278. </div>
  279. </body>
  280.  
  281. </body>
  282. <div style="position:fixed; top:0px; left:0px;">
  283. theme by<a href="http://-injection.tumblr.com">-injection</a>
Advertisement
Add Comment
Please, Sign In to add comment