Advertisement
williamhiddles

THEME 02

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