Advertisement
williamhiddles

THEME 07

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