Advertisement
karenok

Theme #6

Apr 25th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. <!--
  2. Edited theme by cheshirekiddo. Don't remove the credit or i'll kick you in your no no places.
  3. -->
  4. <html>
  5. <head>
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head><title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  14.  
  15. <!--Default Variables-->
  16. <!--Colors-->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Text" content="#333333"/>
  20. <meta name="color:Link" content="#717581"/>
  21. <meta name="color:Hover" content="#333333"/>
  22. <meta name="color:Border" content="#969696"/>
  23.  
  24. <!--Images-->
  25.  
  26. <meta name="image:Background" content=""/>
  27. <meta name="image:Sidebar" content=""/>
  28.  
  29. <!--Links-->
  30.  
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="" />
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="" />
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar {height: auto;width: 6px;}
  39. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  40. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  41.  
  42. body {
  43. background:{color:background};
  44. background-image: url('{image:background}') no-repeat fixed center;;
  45. margin:0px;
  46. color:{color:text};
  47. font-family:consolas;
  48. font-size:10px;
  49. line-height:100%;
  50. }
  51.  
  52. a {
  53. text-decoration:none;
  54. outline:none;
  55. -moz-outline-style:none;
  56. color:{color:link};
  57. -webkit-transition: all 0.5s ease;
  58. -moz-transition: all 0.5s ease;
  59. -o-transition: all 0.5s ease
  60. }
  61.  
  62. img {
  63. border:none;
  64. }
  65.  
  66. blockquote blockquote {
  67. padding-left:5px;
  68. border-left:1px solid;
  69. }
  70.  
  71. h1 {
  72. font-size:12px;
  73. font-family:consolas;
  74. text-transform:uppercase;
  75. }
  76.  
  77. a:hover {
  78. opacity:10;
  79. color:{color:hover};
  80. -webkit-transition: all 0.7s ease;
  81. -moz-transition: all 0.7s ease;
  82. -o-transition: all 0.7s ease
  83. }
  84.  
  85. small{
  86. font-size:9px;
  87. line-height:110%
  88. }
  89.  
  90. big {
  91. font-size:12px;
  92. line-height:110%
  93. }
  94.  
  95. b, strong{
  96. color:{color:text}
  97. }
  98. i, em {
  99. color:{color:text}
  100. }
  101. p{
  102. margin-top:5px;
  103. margin-bottom:5px
  104. }
  105. blockquote {
  106. padding:0px;
  107. padding-left:5px;
  108. margin:5px;
  109. border-left:1px dotted {color:text}
  110. }
  111.  
  112. blockquote img {
  113. max-width:300px
  114. }
  115.  
  116. ul, li img {
  117. max-with:250px
  118. }
  119.  
  120. .audio {width:500px;height:160px;}
  121. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  122. .albumart img {width:150px;height:150px;float:left;}
  123. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  124. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  125. overflow:hidden;background-color:white;}
  126. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  127.  
  128. #entries {
  129. padding:10px;
  130. width:500px;
  131. margin-left:450px;
  132. margin-top:85px;
  133. }
  134.  
  135.  
  136. #post {
  137. width:500px;
  138. padding-bottom:3px;
  139. font-family:consolas;
  140. opacity:1;
  141. }
  142.  
  143. #sidebar {
  144. width:120px;
  145. position:fixed;
  146. margin-left:1100px;
  147. margin-top:150px;
  148. opacity:1;
  149. }
  150.  
  151. #sidebarimage img{
  152. width:120px;
  153. padding:3px;
  154. border:0.5px solid;
  155. border-radius: 500px;
  156. border-color: {color:Border};
  157. -webkit-transition: all 0.5s ease;
  158. -moz-transition: all 0.5s ease;
  159. -o-transition: all 0.5s ease
  160. }
  161.  
  162. #links {
  163. font-family:consolas;
  164. font-size:9px;
  165. opacity:1;
  166. text-align:center;
  167. padding-top:54px;
  168. letter-spacing:1px;
  169. text-transform:uppercase;
  170. padding-bottom:5px;
  171. margin-top:-50px;
  172. margin-left:8px;
  173. }
  174.  
  175. #description {
  176. padding:5px;
  177. font-size:10px;
  178. font-style:italic;
  179. opacity: 0.8;
  180. text-align:center;
  181. margin-top:-2px;
  182. margin-left:6px;
  183. }
  184.  
  185. #pagination {
  186. font-size:9px;
  187. text-align:center;
  188. color:{color:link};
  189. font-family:consolas;
  190. letter-spacing:2px;
  191. margin-left:11px;
  192. }
  193.  
  194. #info {
  195. text-align:center;padding:5px;
  196. margin-top:5px;
  197. margin-bottom:10px;
  198. text-transform: uppercase;
  199. font-family:consolas;
  200. font-size:9px;
  201. }
  202.  
  203. #tags {
  204. font-family:consolas;
  205. letter-spacing:1px;
  206. text-transform:uppercase;
  207. font-size:9px;
  208. margin-top:4px;
  209. a {display:inline; background-color:{color:linkb};
  210. padding:-4px;
  211. text-align:left;
  212. -webkit-transition: all 0.6s ease-in-out;
  213. -moz-transition: all 0.6s ease-in-out;
  214. -o-transition: all 0.6s ease-in-out;
  215. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  216.  
  217. #asker {
  218. float:left;
  219. margin-right:5px;
  220. }
  221.  
  222. #asked {
  223. font-family:consolas;
  224. text-transform:lowercase;
  225. letter-spacing:1px;
  226. padding-bottom:3px;
  227. }
  228.  
  229. #notes {
  230. font-family:consolas;
  231. text-transform:lowercase;
  232. font-size:9px;
  233. }
  234.  
  235. #question {
  236. font-family:consolas;
  237. font-style:italic;
  238. font-size:10px;
  239. }
  240.  
  241. #answer {
  242. font-family:consolas;
  243. text-transform:uppercase;
  244. font-size:10px;
  245. }
  246.  
  247. {CustomCSS}</style></head><body>
  248.  
  249. <div id="sidebar">
  250. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  251. <div id="links">
  252. <a href="/">home</a>
  253. <a href="/ask">ask</a>
  254. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  255. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  256. </div>
  257.  
  258. <div id="description">{Description}</div>
  259.  
  260. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  261. </div>
  262.  
  263. <div id="entries">{block:Posts}<div id="post">
  264.  
  265. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  266.  
  267. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  268.  
  269. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  270.  
  271. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  272.  
  273. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  274.  
  275. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  276.  
  277. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  278. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  279. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  280. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  281. {/block:Audio}
  282.  
  283. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  284.  
  285. {block:Answer}<div id="asker"></div><div id="asked">{Asker} asked: {Question} {Answer}{/block:Answer}
  286.  
  287. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  288. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  289. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  290. {/block:Posts}
  291. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  292. {/block:Posts}</div></div></div>
  293.  
  294. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://paerlyshell.tumblr.com">base code credit</a></div>
  295.  
  296. </body>
  297.  
  298. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement