southkiralina

Old Theme Five

Jun 13th, 2012
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. <!--
  2. theme by -injection. please don't remove credit. if you do put in your faq.-->
  3. <head>
  4. <title>{Title}</title>
  5. <!-- DEFAULT VARIABLES -->
  6. <meta name="color:background" content="#D8D8D8"/>
  7. <meta name="color:Link" content="#000"/>
  8. <meta name="color:Text" content="#000"/>
  9. <meta name="color:Title" content="#000"/>
  10. <meta name="color:Hover" content="#FFF"/>
  11. <meta name="if:Show Sidebar Image" content="0"/>
  12. <meta name="if:Show Arrows" content="1"/>
  13. <meta name="color:Scrollbar" content="#DDD"/>
  14. <meta name="image:Sidebar" content=""/>
  15. <meta name="if:Show Custom Sidebar" content="1"/>
  16. <meta name="image:Background" content=""/>
  17. <meta name="if:Infinite Scrolling" content="0"/>
  18. <meta name="text:Link One Title" content=""/>
  19. <meta name="text:Link One" content=""/>
  20. <meta name="text:Link Two Title" content=""/>
  21. <meta name="text:Link Two" content="" />
  22. <meta name="text:Link Three Title" content=""/>
  23. <meta name="text:Link Three" content="" />
  24. <meta name="text:Link One Title" content=""/>
  25. <meta name="text:Link One" content="" />
  26. <meta name="text:Link Two Title" content=""/>
  27. <meta name="text:Link Two" content="" />
  28. <meta name="text:Link Three Title" content=""/>
  29. <meta name="text:Link Three" content=""/>
  30. <meta name="text:Link Four Title" content=""/>
  31. <meta name="text:Link Four" content=""/>
  32. <style type="text/css">
  33.  
  34.  
  35.  
  36. a:hover {
  37. color:{color:Hover};
  38. text-decoration: none;
  39. font-style: none;
  40. -webkit-transition-duration: 0.8s;
  41. }
  42.  
  43.  
  44.  
  45. </style>
  46.  
  47. <style type="text/css">
  48. body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  49.  
  50. body, div, p, textarea, submit, input{ font-family: verdana; font-size: 9px; line-height:10px; letter-spacing:0px; color:{color:Text};}
  51.  
  52. p { margin:0px; margin-top:0px;}
  53.  
  54. a:link, a:active, a:visited{ color: {color:Link}; text-decoration: none;}
  55.  
  56. a:hover {color:{color:Hover}; text-decoration: none;}
  57.  
  58. <!-kb->
  59.  
  60. div#center{
  61. margin:auto;
  62. position:relative;
  63. width:840px;
  64. background-color:;
  65. overflow-y:hidden;}
  66.  
  67. div#content{
  68. float:right;
  69. width:360px;
  70. padding:1px;
  71. padding-top: px;
  72. margin-right: 250px;
  73. margin-top: 20px;
  74. background:;}
  75.  
  76. div#entry{background-color: #FFF;border: 0px solid #000000;margin-top:0px;padding-top:0px; padding-right:0px;padding-bottom:0px;}
  77.  
  78. #entry .perma a{color:{Color:Links};}
  79.  
  80.  
  81.  
  82. div#sidebar{
  83. position:fixed !important;
  84. width: 185px;
  85. height: auto;
  86. margin: 150px 0px 0px 0px;
  87. padding-top:0px;
  88. padding-left:-2px;
  89. font-size: 10px;
  90. line-height:8px;
  91. letter-spacing:0px;
  92. margin-bottom: 6px;
  93. background-color:white;
  94. border: 4px solid transparent;
  95. moz border-radius: 0px;border-radius: 0px;box-shadow: 20px 0px 20px rgba(0,0,0,0.35);-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.35); -moz-box-shadow: 20px 0px 0px rgba(0,0,0,0.35);}
  96.  
  97. div#sidebar2{ position:fixed !important; width: 355px; height: 10;margin-left: 228px; margin-top: 1px;padding:3px; letter-spacing:0px;margin-bottom: 0px; background-color:white;border: 0px solid #000; }
  98.  
  99. #postnotes{ text-align: justify;}
  100.  
  101. #postnotes blockquote{ border: 0px;}
  102.  
  103. .title{ font-family: georgia; font-size: 10px; line-height: 12px; color: {color:Title}; letter-spacing: 1px; font-weight: normal; padding:0px 0px 0px 0px;}
  104.  
  105. .title2{ font-family: georgia; font-size: 10px; line-height: 12px; color: {color:Title}; letter-spacing: 1px; font-weight: normal; padding:0px 0px 0px 0px;}
  106.  
  107. blockquote{ padding:0px 0px 2px 5px; margin:0px 0px 2px 1px; border-left: 1px dotted #555555;}
  108.  
  109. blockquote p, ul{ margin:0px; padding:0px; }
  110.  
  111. a img{border: 0px;}
  112.  
  113. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  114.  
  115. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  116. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  117.  
  118. .notes img{width:10px; position:relative; top:3px;}
  119.  
  120. .permalink{ display: block; font-size: 10px; text-align: right; background-color:#FFFFFF;}
  121.  
  122. small{font-size: 90%;}
  123.  
  124. </style>
  125.  
  126. <link rel="shortcut icon" href="{Favicon}">
  127. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  128. <meta name="viewport" content="width=820" />
  129. </head>
  130. <body>
  131.  
  132. <div id="cage">
  133. <div id="center">
  134. <div id="sidebar">
  135. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=175px></a>{/block:ifshowsidebarimage}
  136.  
  137. <center>{Description}
  138.  
  139. <div align="right">
  140.  
  141. {block:ifshowarrows}{block:NextPage}<a href="{NextPage}"><center><font size="2"> > </font></center></a>{/block:NextPage}
  142. {block:PreviousPage} <a href="{PreviousPage}"><center><font size="2"> < </font></center></a>{/block:PreviousPage}{/block:ifshowarrows}
  143. </div>
  144. </div>
  145.  
  146. {block:IfShowCustomSidebar}<div id="sidebar2">
  147.  
  148. <div class="links"><center><a href="/ask">ask</a>
  149. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages} {block:IfLinkOneTitle} | <a href="{text:Link One}">{text:Link One Title} </a> {/block:ifLinkOneTitle} {block:ifLinkTwoTitle} | <a href="{text:Link Two}"> {text:Link Two Title} </a> {/block:ifLinkTwoTitle} {block:ifLinkThreeTitle} | <a href="{text:Link Three}"> {text:Link Three Title} </a> {/block:ifLinkThreeTitle} | {block:ifLinkFourTitle} <a href="{text:Link Four}">{text:Link Four Title} </a> {/block:ifLinkFourTitle}
  150. </div></center>
  151.  
  152. </div>
  153. {/block:IfShowCustomSidebar}
  154.  
  155. <div id="content">
  156. {block:Posts}
  157. <div id="entry">
  158. {block:Text}
  159. {block:Title}<span class="title">{Title}</span>{/block:Title}
  160. <span class="entrytext">{Body}</span>
  161.  
  162. {/block:Text}
  163.  
  164. {block:Link}
  165. <a href="{URL}" class="title">{Name}</a>
  166. {block:Description}{Description}{/block:Description}
  167. {block:Link}
  168.  
  169. {block:Photo}<center>
  170. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=360px></a>{LinkCloseTag}</center>
  171. {/block:Photo}
  172.  
  173. {block:Quote}
  174. <span class="title">{Quote}</span>
  175. {block:Source}{Source}{/block:Source}
  176. {/block:Quote}
  177.  
  178. {block:Chat}
  179. {block:Title}<span class="title">{Title}</span>{/block:Title}
  180. <ul class="chat">
  181. {block:Lines}
  182. <li class="user_{UserNumber}">
  183. {block:Label}
  184. <span class="label">{Label}</span>
  185. {/block:Label}
  186.  
  187. {Line}
  188. </li>
  189. {/block:Lines}
  190. </ul>
  191.  
  192. {/block:Chat}
  193.  
  194.  
  195. {block:Audio}
  196. <centeR><div style="width:360px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  197. {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
  198. {block:Caption}{Caption}{/block:Caption}
  199. {/block:Audio}
  200.  
  201. {block:Video}<center>
  202. {Video-400}<BR>
  203. {block:Caption}{Caption}{/block:Caption}</center>
  204. {block:Video}
  205.  
  206. {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}
  207.  
  208. <span class="permalink"><a href="{permalink}"><a href="{permalink}"><a href="{permalink}">{block:Date}{Month} {DayOfMonth}, {Year} {/block:Date}</a></a><br>{/block:HasTags}</span>
  209.  
  210. {block:PostNotes}{PostNotes}
  211. {/block:PostNotes}
  212. </div>
  213.  
  214. {/block:Posts}
  215.  
  216. </div></div>
  217.  
  218. {Block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/Block:ifinfinitescrolling}
  219.  
  220.  
  221.  
  222. </div>
  223. </center>
  224.  
  225. </body>
  226. </html>
  227.  
  228. <div style="position:fixed; top:0px; left:0px;">
  229. theme by<a href="http://-injection.tumblr.com">-injection</a>
Advertisement
Add Comment
Please, Sign In to add comment