southkiralina

Old Theme Three

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