Advertisement
williamhiddles

THEME 05

Jul 12th, 2013
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.55 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. BASE CODE #1 BY SAM @ WOLVERWHORE
  6. ADAPTED BY @ MERVEL
  7.  
  8. -->
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Sidebar" content="#ffffff"/>
  20. <meta name="color:Text" content="#a8a8a8"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Tags" content="f0f0f0"/>
  23. <meta name="color:Hover" content="#f2f2f2"/>
  24. <meta name="color:Line" content="#f2f2f2"/>
  25. <meta name="color:Border" content="#e4e4e4"/>
  26. <meta name="color:Post" content="#ffffff"/>
  27. <meta name="color:Answer" content="#f8f8f8"/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:bg" content=""/>
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 2 Text" content="" />
  34. <meta name="if:Show Link 1" content="1" />
  35. <meta name="if:Show Link 2" content="1" />
  36. <meta name="color:scrollbarbg" content="ffffff"/>
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. /* --- SCROLLBAR ---*/
  42.  
  43. ::-webkit-scrollbar {
  44. width: 5px;height: 5px;}
  45. ::-webkit-scrollbar-button:start:decrement,
  46. ::-webkit-scrollbar-button:end:increment {
  47. height: 6px;display: block;background-color: {color:white};}
  48. ::-webkit-scrollbar-track-piece {
  49. background-color: {color:scrollbarbg};}
  50. ::-webkit-scrollbar-thumb:vertical {
  51. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  52.  
  53.  
  54. /* --- BODY ---*/
  55.  
  56. body {
  57. background:{color:background};
  58. margin:0px;
  59. color:{color:text};
  60. font-family:cambria;
  61. font-size:10px;
  62. line-height:100%;
  63. text-align:justify;
  64. }
  65.  
  66. a {
  67. text-decoration:none;
  68. outline:none;
  69. -moz-outline-style:none;
  70. color:{color:link};
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. font-style: italic;
  80. border-left:2px solid;
  81. margin:0px 2px 0px 5px;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. font-style: italic;
  87. border-left:2px solid;
  88. margin:0px 2px 0px 5px;
  89. }
  90.  
  91. h1 {
  92. font-family:'consolas';
  93. font-style: normal;
  94. font-size:13px;
  95. text-transform:uppercase;
  96.  
  97. }
  98. .quote {font-size:16px; font-style:italic;line-height:15px;}
  99.  
  100.  
  101. .chat{
  102. font-size:10px;
  103. text-transform:lowercase;
  104. line-height:12px;
  105. letter-spacing:1px;
  106. font-style:italic;
  107. }
  108.  
  109. a:hover {
  110. opacity:10;
  111. color:{color:hover};
  112. -webkit-transition: all 0.5s ease;
  113. -moz-transition: all 0.5s ease;
  114. -o-transition: all 0.5s ease
  115. }
  116.  
  117.  
  118. /* --- POST ENTRIES ---*/
  119.  
  120.  
  121. #entries {
  122. padding:10px;
  123. width:500px;
  124. margin-left:380px;
  125. margin-top:25px;
  126. font-size:10px;
  127. }
  128.  
  129. /* --- BODY: POSTS ---*/
  130.  
  131.  
  132. #post {
  133. width:500px;
  134. padding-bottom:20px;
  135. padding:10px;
  136. margin-top:15px;
  137. background-color:{color:Post};
  138. }
  139.  
  140. /* --- SIDEBAR IMAGE ---*/
  141.  
  142.  
  143. #sidebar {
  144. width:70px;
  145. position:fixed;
  146. margin-left:115px;
  147. margin-top:285px;
  148. opacity:.80;
  149. background-color:{color:Sidebar};
  150. }
  151.  
  152.  
  153. #sidebarimage {
  154. width 70px;
  155. }
  156.  
  157. #sidebarimage img {
  158. width:70px;
  159. margin-left:95px;
  160. border:solid 1px;
  161. margin-top:-85px;
  162. padding:3px;
  163. border-color: {color:border};
  164. background-color:{color:Sidebar};
  165. }
  166.  
  167.  
  168. /* --- SIDEBAR LINKS ---*/
  169.  
  170. .sidelinks {
  171. width:10px;
  172. font-family:cambria;
  173. letter-spacing:2px;
  174. position:fixed;
  175. margin-left:-1px;
  176. margin-top:-93px;
  177. line-height:10px;
  178. background-color:#000000;
  179. -webkit-transition: all 0.5s ease;
  180. -moz-transition: all 0.5s ease;
  181. -o-transition: all 0.5s ease;
  182. }
  183.  
  184.  
  185. .sidelinks a {
  186. text-align:justify;
  187. width:adaptive;
  188. font-size:6px;
  189. color:{color:Link};
  190. padding:1px 25px 1px 25px;
  191. display: inline-block;
  192. background-color:{color:Navi bg};
  193. margin-left:1px;
  194. margin-right:1px;
  195. margin-bottom:5px;
  196. text-transform:uppercase;
  197. }
  198.  
  199. .sidelinks a:hover {
  200. opacity:0.5;
  201. background-color:#none;
  202. color:{color:Link hover};
  203.  
  204. }
  205.  
  206.  
  207. /* --- DESCRIPTION ---*/
  208.  
  209. #description {
  210. position:fixed;
  211. font-family:calibri;
  212. text-transform:lowercase;
  213. line-height:100%;
  214. font-size:9.5px;
  215. font-style:italic;
  216. letter-spacing:0px;
  217. width:180px;
  218. margin-top:0px;
  219. padding:8px;
  220. margin-left:-7px;
  221. text-align:justify;
  222. color:{color:text};
  223. }
  224.  
  225. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  226. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  227.  
  228.  
  229. /* --- PAGINATION---*/
  230.  
  231.  
  232. #pagination {
  233. width:100px;
  234. font-size:8px;
  235. text-align:center;
  236. margin-left:37px;
  237. margin-top:50px;
  238. position:fixed;
  239. font-family:cambria;
  240. letter-spacing:0px;
  241. }
  242.  
  243. /* --- POST INFO ---*/
  244.  
  245.  
  246. #info {
  247. text-align:left;
  248. font-family:calibri;
  249. margin-top:10px;
  250. text-transform:uppercase;
  251. font-size:8px;
  252. font-style:none;
  253. border-top:1px solid {color:Line}
  254. }
  255.  
  256. /* --- POST TAGS---*/
  257.  
  258.  
  259. #tags {
  260. font-family:trebuchet ms;
  261. letter-spacing:1px;
  262. text-transform:lowercase;
  263. font-size:8px;
  264. font-style:italic;
  265. margin-top:2px;
  266. text-align:left;
  267. }
  268.  
  269. #tags
  270. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  271. -webkit-transition: all 0.6s ease-in-out;
  272. -moz-transition: all 0.6s ease-in-out;
  273. -o-transition: all 0.6s ease-in-out;
  274. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  275.  
  276.  
  277. /* --- QUESTIONS ---*/
  278.  
  279. .questions{ color: #747474; font-family: cambria; font-size:9.5px; background-color: #fdfdfd; padding:15px; margin-bottom:0px; text-align:left; letter-spacing: 0px;}
  280.  
  281. .questions a:hover{ color:{color:linkhovercolor};text-decoration: bold;}
  282.  
  283. .answer{ color:#747474; font-family:cambria; font-size:10px; font-style: none; background-color:{color:background}; padding:15px; margin-bottom:0px; text-align:left; line-height: 13px;}
  284.  
  285. {CustomCSS}</style></head><body>
  286.  
  287. <div id="sidebar">
  288. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  289.  
  290.  
  291. <div id="description">
  292. {Description}
  293. </div><br><br>
  294.  
  295.  
  296. <div class="sidelinks">
  297. <a href="/">home</a>
  298. <a href="/ask">askbox</a> <br>
  299. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  300. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}<br>
  301. </div>
  302.  
  303.  
  304. {block:Pagination}<div id="pagination">
  305. {block:PreviousPage}<a href="{PreviousPage}">←</a>&nbsp;&nbsp;{/block:PreviousPage}
  306. {block:JumpPagination length="2"}
  307. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  308. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  309. {/block:JumpPagination}
  310. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  311. </div>{/block:Pagination}
  312.  
  313. </div>
  314.  
  315. <div id="entries">{block:Posts}<div id="post">
  316.  
  317. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  318.  
  319. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  320.  
  321. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  322.  
  323. {block:Quote}<div class="quote">{Quote}{block:Source} — <span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  324.  
  325. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  326.  
  327. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  328.  
  329. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="90px" height="90px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  330. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  331. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  332. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  333. {/block:Audio}
  334.  
  335. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  336.  
  337. {block:Answer}
  338. <img align="left" src="{AskerPortraitURL-30}" border-color: {color:border};><div id="question" style="width:450px;font-style:italic;"> — {Asker} asked:<br> {Question}</div> <br>
  339. {Answer}
  340. {/block:Answer}
  341.  
  342. <div id="info">
  343. <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>
  344. {block:HasTags}<div id="tags">file under: {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  345. {/block:Posts}
  346. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  347. {/block:Posts}</div></div></div>
  348.  
  349. <!--
  350. THEME MAKER CREDIT
  351. -->
  352.  
  353. <div style="position:fixed;bottom:7px; right:10px; font-size:12px; letter-spacing:1px; font-family:cambria;"><a href="http://mervel.tumblr.com">♡</a></center></div>
  354.  
  355. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement