Advertisement
williamhiddles

THEME 04

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