humpschapel

basecode by wolverwhore

Jun 10th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.59 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. REMEMBER: IF YOU USE THIS, YOU ((MUST)) REBLOG/LIKE THE THEME POST.
  8. YOU CAN FIND IT HERE:
  9. http://wolverwhore.tumblr.com/post/46869896709/base-code-1-by-wolverwhore-i-decided-to-make-a
  10.  
  11. THANK YOU.
  12. ENJOY!
  13.  
  14. -->
  15.  
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head><title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Sidebar" content="#ffffff"/>
  26. <meta name="color:Text" content="#a8a8a8"/>
  27. <meta name="color:Link" content="#b8b8b8"/>
  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="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:Calibri;
  67. font-size:9px;
  68. line-height:100%;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. -moz-outline-style:none;
  75. color:{color:link};
  76. }
  77.  
  78. img {
  79. border:none;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. h1 {
  93. font-size:9px;
  94. text-transform:uppercase;
  95. }
  96.  
  97. a:hover {
  98. opacity:10;
  99. color:{color:hover};
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease
  103. }
  104.  
  105. /* --- POST ENTRIES ---*/
  106.  
  107.  
  108. #entries {
  109. padding:10px;
  110. width:500px;
  111. margin-left:450px;
  112. margin-top:40px;
  113. font-size:10px;
  114. }
  115.  
  116. /* --- BODY: POSTS ---*/
  117.  
  118.  
  119. #post {
  120. width:500px;
  121. padding-bottom:20px;
  122. padding:10px;
  123. margin-top:15px;
  124. background-color:{color:Post};
  125. }
  126.  
  127. /* --- SIDEBAR IMAGE ---*/
  128.  
  129.  
  130. #sidebar {
  131. width:100px;
  132. position:fixed;
  133. margin-left:260px;
  134. margin-top:150px;
  135. opacity:.80;
  136. background-color:{color:Sidebar};
  137. }
  138.  
  139. #sidebarimage {
  140. width 100px;
  141. }
  142.  
  143. #sidebarimage img {
  144. width:100px;
  145. border:solid 1px;
  146. padding:6px;
  147. border-color: {color:border};
  148. background-color:{color:Sidebar};
  149. }
  150.  
  151.  
  152. /* --- SIDEBAR LINKS ---*/
  153.  
  154. .links {
  155. width:105px;
  156. height:5px;
  157. padding: 9px;
  158. font-size:8px;
  159. font-family:'calibri';
  160. text-align:center;
  161. margin-top:-2px;
  162. margin-left:-5px;
  163. text-align:center;
  164. text-transform:uppercase;
  165. word-spacing:2px;
  166. position:fixed;
  167. padding-bottom:7px;
  168. }
  169.  
  170. .links a {
  171. font-size: 8px;
  172. }
  173.  
  174. .links a:hover {
  175. color:{color:Hover}
  176. }
  177.  
  178.  
  179. /* --- DESCRIPTION ---*/
  180.  
  181. #description {
  182. position:fixed;
  183. font-family:cambria;
  184. line-height:90%;
  185. font-size:9px;
  186. font-style:italic;
  187. width:100px;
  188. margin-top:20px;
  189. padding:8px;
  190. margin-left:0px;
  191. text-align:justify;
  192. color:{color:text};
  193. }
  194.  
  195. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  196. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  197.  
  198. /* --- PAGINATION---*/
  199.  
  200.  
  201. #pagination {
  202. width:100px;
  203. font-size:8px;
  204. text-align:center;
  205. margin-left:0px;
  206. margin-top:60px;
  207. position:fixed;
  208. font-family:consolas;
  209. letter-spacing:0px;
  210. }
  211.  
  212. /* --- POST INFO ---*/
  213.  
  214.  
  215. #info {
  216. text-align:left;
  217. margin-top:10px;
  218. text-transform:uppercase;
  219. font-size:8px;
  220. font-style:none;
  221. border-top:1px solid {color:Line}
  222. }
  223.  
  224. /* --- POST TAGS---*/
  225.  
  226.  
  227. #tags {
  228. font-family:cambria;
  229. letter-spacing:0px;
  230. text-transform:lowercase;
  231. font-size:10px;
  232. font-style:italic;
  233. margin-top:4px;
  234. text-align:left;
  235. }
  236.  
  237. #tags
  238. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  239. -webkit-transition: all 0.6s ease-in-out;
  240. -moz-transition: all 0.6s ease-in-out;
  241. -o-transition: all 0.6s ease-in-out;
  242. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  243.  
  244.  
  245. /* --- QUESTIONS ---*/
  246.  
  247. #asker {
  248. padding:5px;
  249. font-family:cambria;
  250. letter-spacing:1px;
  251. text-align:left;
  252. font-style:italic;
  253. margin-left:10px;
  254. border-left:3px #eee solid;
  255. background-color:{color:background}
  256. }
  257.  
  258. {CustomCSS}</style></head><body>
  259.  
  260. <div id="sidebar">
  261. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  262.  
  263.  
  264. <div id="description">
  265. {Description}
  266. </div>
  267.  
  268.  
  269. <div class="links">
  270. <a href="/">home</a>
  271. <a href="/ask">mssg</a>
  272. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  273. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  274. </div>
  275.  
  276.  
  277. {block:Pagination}<div id="pagination">
  278. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  279. {block:JumpPagination length="5"}
  280. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  281. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  282. {/block:JumpPagination}
  283. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  284. </div>{/block:Pagination}
  285.  
  286. </div>
  287.  
  288. <div id="entries">{block:Posts}<div id="post">
  289.  
  290. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  291.  
  292. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  293.  
  294. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  295.  
  296. {block:Quote}{Quote}{/block:Quote}
  297.  
  298. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  299.  
  300. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  301.  
  302. {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>
  303. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  304. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  305. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  306. {/block:Audio}
  307.  
  308. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  309.  
  310. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  311.  
  312. <div id="info">
  313. <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>
  314. {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>
  315. {/block:Posts}
  316. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  317. {/block:Posts}</div></div></div>
  318.  
  319.  
  320.  
  321. <!--
  322. THEME MAKER CREDIT
  323. -->
  324.  
  325. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://wolverwhore.tumblr.com/">© WOLVERWHORE</a></center></div>
  326.  
  327.  
  328. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment