Advertisement
karenok

Theme #2

Apr 19th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.48 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4. Theme by notdoncaster. If you remove the credit i'll find you and kick your ass.
  5. -->
  6.  
  7.  
  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.  
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Sidebar" content="#ffffff"/>
  17. <meta name="color:Text" content="#a8a8a8"/>
  18. <meta name="color:Link" content="#b8b8b8"/>
  19. <meta name="color:Tags" content="f0f0f0"/>
  20. <meta name="color:Hover" content="#f2f2f2"/>
  21. <meta name="color:Line" content="#f2f2f2"/>
  22. <meta name="color:Border" content="#e4e4e4"/>
  23. <meta name="color:Post" content="#ffffff"/>
  24. <meta name="color:Answer" content="#f8f8f8"/>
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:bg" content=""/>
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 1 Text" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 2 Text" content="" />
  31. <meta name="if:Show Link 1" content="1" />
  32. <meta name="if:Show Link 2" content="1" />
  33. <meta name="color:scrollbarbg" content="ffffff"/>
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. /* --- SCROLLBAR ---*/
  39.  
  40. ::-webkit-scrollbar {
  41. width: 5px;height: 5px;}
  42. ::-webkit-scrollbar-button:start:decrement,
  43. ::-webkit-scrollbar-button:end:increment {
  44. height: 6px;display: block;background-color: {color:white};}
  45. ::-webkit-scrollbar-track-piece {
  46. background-color: {color:scrollbarbg};}
  47. ::-webkit-scrollbar-thumb:vertical {
  48. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  49.  
  50.  
  51. /* --- BODY ---*/
  52.  
  53. body {
  54. background:{color:background};
  55. margin:0px;
  56. color:{color:text};
  57. font-family:Calibri;
  58. font-size:9px;
  59. line-height:100%;
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:link};
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote {
  74. padding-left:5px;
  75. border-left:2px solid;
  76. }
  77.  
  78. blockquote blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. h1 {
  84. font-size:9px;
  85. text-transform:uppercase;
  86. }
  87.  
  88. a:hover {
  89. opacity:10;
  90. color:{color:hover};
  91. -webkit-transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;
  93. -o-transition: all 0.7s ease
  94. }
  95.  
  96. /* --- POST ENTRIES ---*/
  97.  
  98.  
  99. #entries {
  100. padding:10px;
  101. width:500px;
  102. margin-left:450px;
  103. margin-top:40px;
  104. font-size:10px;
  105. }
  106.  
  107. /* --- BODY: POSTS ---*/
  108.  
  109.  
  110. #post {
  111. width:500px;
  112. padding-bottom:20px;
  113. padding:10px;
  114. margin-top:15px;
  115. background-color:{color:Post};
  116. }
  117.  
  118. /* --- SIDEBAR IMAGE ---*/
  119.  
  120.  
  121. #sidebar {
  122. width:100px;
  123. position:fixed;
  124. margin-left:260px;
  125. margin-top:150px;
  126. opacity:.80;
  127. background-color:{color:Sidebar};
  128. }
  129.  
  130. #sidebarimage {
  131. width 100px;
  132. }
  133.  
  134. #sidebarimage img {
  135. width:100px;
  136. border:solid 1px;
  137. padding:6px;
  138. border-color: {color:border};
  139. background-color:{color:Sidebar};
  140. }
  141.  
  142.  
  143. /* --- SIDEBAR LINKS ---*/
  144.  
  145. .links {
  146. width:105px;
  147. height:5px;
  148. padding: 9px;
  149. font-size:8px;
  150. font-family:'calibri';
  151. text-align:center;
  152. margin-top:-2px;
  153. margin-left:-5px;
  154. text-align:center;
  155. text-transform:uppercase;
  156. word-spacing:2px;
  157. position:fixed;
  158. padding-bottom:7px;
  159. }
  160.  
  161. .links a {
  162. font-size: 8px;
  163. }
  164.  
  165. .links a:hover {
  166. color:{color:Hover}
  167. }
  168.  
  169.  
  170. /* --- DESCRIPTION ---*/
  171.  
  172. #description {
  173. position:fixed;
  174. font-family:cambria;
  175. line-height:90%;
  176. font-size:9px;
  177. font-style:italic;
  178. width:100px;
  179. margin-top:20px;
  180. padding:8px;
  181. margin-left:0px;
  182. text-align:justify;
  183. color:{color:text};
  184. }
  185.  
  186. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  187. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  188.  
  189. /* --- PAGINATION---*/
  190.  
  191.  
  192. #pagination {
  193. width:100px;
  194. font-size:8px;
  195. text-align:center;
  196. margin-left:0px;
  197. margin-top:60px;
  198. position:fixed;
  199. font-family:consolas;
  200. letter-spacing:0px;
  201. }
  202.  
  203. /* --- POST INFO ---*/
  204.  
  205.  
  206. #info {
  207. text-align:left;
  208. margin-top:10px;
  209. text-transform:uppercase;
  210. font-size:8px;
  211. font-style:none;
  212. border-top:1px solid {color:Line}
  213. }
  214.  
  215. /* --- POST TAGS---*/
  216.  
  217.  
  218. #tags {
  219. font-family:cambria;
  220. letter-spacing:0px;
  221. text-transform:lowercase;
  222. font-size:10px;
  223. font-style:italic;
  224. margin-top:4px;
  225. text-align:left;
  226. }
  227.  
  228. #tags
  229. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  230. -webkit-transition: all 0.6s ease-in-out;
  231. -moz-transition: all 0.6s ease-in-out;
  232. -o-transition: all 0.6s ease-in-out;
  233. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  234.  
  235.  
  236. /* --- QUESTIONS ---*/
  237.  
  238. #asker {
  239. padding:5px;
  240. font-family:cambria;
  241. letter-spacing:1px;
  242. text-align:left;
  243. font-style:italic;
  244. margin-left:10px;
  245. border-left:3px #eee solid;
  246. background-color:{color:background}
  247. }
  248.  
  249. {CustomCSS}</style></head><body>
  250.  
  251. <div id="sidebar">
  252. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  253.  
  254.  
  255. <div id="description">
  256. {Description}
  257. </div>
  258.  
  259.  
  260. <div class="links">
  261. <a href="/">home</a>
  262. <a href="/ask">mssg</a>
  263. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  264. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  265. </div>
  266.  
  267.  
  268. {block:Pagination}<div id="pagination">
  269. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  270. {block:JumpPagination length="5"}
  271. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  272. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  273. {/block:JumpPagination}
  274. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  275. </div>{/block:Pagination}
  276.  
  277. </div>
  278.  
  279. <div id="entries">{block:Posts}<div id="post">
  280.  
  281. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  282.  
  283. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  284.  
  285. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  286.  
  287. {block:Quote}{Quote}{/block:Quote}
  288.  
  289. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  290.  
  291. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  292.  
  293. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  294. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  295. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  296. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  297. {/block:Audio}
  298.  
  299. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  300.  
  301. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  302.  
  303. <div id="info">
  304. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  305. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  306. {/block:Posts}
  307. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  308. {/block:Posts}</div></div></div>
  309.  
  310.  
  311.  
  312. <!--
  313. THEME MAKER CREDIT
  314. -->
  315.  
  316. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://notdoncaster.tumblr.com/">© THEME MADE BY KAREN</a></center></div>
  317.  
  318.  
  319. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement