Advertisement
williamhiddles

THEME 01

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