Advertisement
sharmun

THEME 10 BY SHARMUN

Aug 23rd, 2013
1,713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 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.  
  5. THEME 11 BY SHARMUN
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Economica:400,700' rel='stylesheet' type='text/css'>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <meta name="color:Text" content="#bbbbbb"/>
  22. <meta name="color:Link" content="#aaaaaa"/>
  23. <meta name="color:Tags" content="#cccccc"/>
  24. <meta name="color:Hover" content="#f1f1f1"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#eeeeee"/>
  27. <meta name="color:scrollbarbg" content="ffffff"/>
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:bg" content=""/>
  31.  
  32. <meta name="text:linkA" content="">
  33. <meta name="text:linkA url" content="/">
  34. <meta name="text:linkB" content="">
  35. <meta name="text:linkB url" content="/">
  36. <meta name="text:linkC" content="">
  37. <meta name="text:linkC url" content="/">
  38. <meta name="text:linkD" content="">
  39. <meta name="text:linkD url" content="/">
  40.  
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. ::-webkit-scrollbar {
  47. width: 5px;height: 5px;}
  48. ::-webkit-scrollbar-button:start:decrement,
  49. ::-webkit-scrollbar-button:end:increment {
  50. height: 6px;display: block;background-color: {color:white};}
  51. ::-webkit-scrollbar-track-piece {
  52. background-color: {color:scrollbarbg};}
  53. ::-webkit-scrollbar-thumb:vertical {
  54. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  55.  
  56.  
  57. body {
  58. background:{color:background};
  59. margin:0px;
  60. color:{color:text};
  61. font-family:Arial, Helvetica;
  62. font-size:9px;
  63. line-height:100%;
  64. }
  65.  
  66. a {
  67. text-decoration:none;
  68. -moz-outline-style:none;
  69. color:{color:link};
  70. }
  71.  
  72. img {
  73. border:none;
  74. }
  75.  
  76.  
  77. h1 {
  78. font-size:12px;
  79. text-transform:uppercase;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92.  
  93. a:hover {
  94. opacity:1;
  95. color:{color:hover};
  96. -webkit-transition: all 0.5s ease;
  97. -moz-transition: all 0.5s ease;
  98. -o-transition: all 0.5s ease
  99. }
  100.  
  101.  
  102. #title{
  103. font-size:30px;
  104. text-transform:uppercase;
  105. font-style:normal;
  106. text-align:center;
  107. padding-left:0px;
  108. height:40px;
  109. width:200px;
  110. line-height:-30px;
  111. margin-top:-10px;
  112. margin-left:-40px;
  113. font-family: 'Economica', sans-serif;
  114.  
  115. }
  116. #sidebar {
  117. position:fixed;
  118. width:250px;
  119. margin-left:280px;
  120. margin-top:-60px;
  121. opacity:1;
  122. background-color:#000000;
  123. }
  124.  
  125. #sidebarimage {
  126. width 300px;
  127. }
  128.  
  129. #sidebarimage img {
  130. width:350px;
  131. padding:6px;
  132. height:900px;
  133. margin-left:-340px;
  134. margin-top:-30px;
  135. }
  136.  
  137.  
  138. .desc {
  139. position:fixed;
  140. margin-top:-590px;
  141. margin-left:65px;
  142. font-family:cambria;
  143. line-height:110%;
  144. font-size:9px;
  145. font-style:italic;
  146. width:110px;
  147. padding:9px;
  148. text-align:justify;
  149. color:{color:text};
  150. }
  151.  
  152. .desc a
  153. {color:{color:text};
  154. -moz-transition-duration:0.6s;
  155. -webkit-transition-duration:0.6s;
  156. -o-transition-duration:0.6s;
  157. }
  158.  
  159.  
  160. .links {
  161. position:fixed;
  162. margin-top:-350px;
  163. margin-left:55px;
  164. width:125px;
  165. padding: 9px;
  166. word-spacing:2px;
  167. font-family:Arial, Helvetica;
  168. text-align:center;
  169. text-transform:uppercase;
  170. }
  171.  
  172. .links a {
  173. font-size: 9px;
  174. }
  175.  
  176. .links a:hover {
  177. color:{color:Hover}
  178. }
  179.  
  180.  
  181. #pagi{
  182. font-size:11px;
  183. margin-top:10px;
  184. text-align:center;
  185. margin-left:0px;
  186. font-style:italic;
  187. }
  188.  
  189.  
  190. #all {
  191. padding:10px;
  192. width:500px;
  193. margin-left:650px;
  194. margin-top:30px;
  195. font-size:10px;
  196. }
  197.  
  198.  
  199.  
  200. #posts {
  201. width:500px;
  202. padding-bottom:20px;
  203. padding:10px;
  204. margin-top:30px;
  205. background-color:{color:Post};
  206. }
  207.  
  208.  
  209. #details {
  210. text-align:right;
  211. margin-top:8px;
  212. text-transform:uppercase;
  213. font-size:8px;
  214. font-style:none;
  215. border-top:3px solid black;
  216. color:#000000;
  217. }
  218.  
  219.  
  220. #tags {
  221. font-family:cambria;
  222. letter-spacing:0px;
  223. text-transform:lowercase;
  224. font-size:10px;
  225. font-style:italic;
  226. margin-top:2px;
  227. text-align:right;
  228. }
  229.  
  230. #tags a {
  231. display:inline-block;
  232. padding:-3px;
  233. text-align:right;
  234. color:#000000;
  235. -webkit-transition: all 0.6s ease-in-out;
  236. -moz-transition: all 0.6s ease-in-out;
  237. -o-transition: all 0.6s ease-in-out;
  238. -ms-transition: all 0.6s ease-in-out;
  239. -transition: all 0.6s ease-in-out;
  240. }
  241.  
  242.  
  243. #question {
  244. padding:8px;
  245. font-family:cambria;
  246. letter-spacing:2px;
  247. text-align:right;
  248. font-style:italic;
  249. border:3px double white;
  250. color:{color:text};
  251. background-color:#000000;
  252. }
  253.  
  254.  
  255. {CustomCSS}</style></head><body>
  256.  
  257. <div id="sidebar">
  258.  
  259. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  260. <div class="desc">
  261. <div id="title">{title}</div><p>
  262. {Description}
  263.  
  264. <div id="pagi">
  265. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  266. {block:NextPage}— <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  267. </div>
  268.  
  269. </div>
  270. <div class="links">
  271. {block:IfLinkA}
  272. <a href="{text:linkA url}">{text:linkA}</a>
  273. {/block:IfLinkA}<p>
  274. {block:IfLinkB}
  275. <a href="{text:linkB url}">{text:linkB}</a>
  276. {/block:IfLinkB}<p>
  277. {block:IfLinkC}
  278. <a href="{text:linkC url}">{text:linkC}</a>
  279. {/block:IfLinkC}<p>
  280. {block:IfLinkD}
  281. <a href="{text:linkD url}">{text:linkD}</a>
  282. {/block:IfLinkD}<p>
  283. </div>
  284.  
  285.  
  286.  
  287. </div>
  288.  
  289. <div id="all">{block:Posts}<div id="posts">
  290.  
  291. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  292.  
  293. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  294.  
  295. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  296.  
  297. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  298.  
  299. {block:Quote}{Quote}{/block:Quote}
  300.  
  301. {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>
  302. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  303. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  304. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  305. {/block:Audio}
  306.  
  307. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  308.  
  309. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  310.  
  311.  
  312. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  313.  
  314. <div id="details">
  315. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <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>
  316. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  317. {/block:Posts}
  318. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  319. {/block:Posts}</div></div></div>
  320.  
  321.  
  322. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://sharmun.tumblr.com/">SHARMUN</a></center></div>
  323.  
  324.  
  325. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement