Advertisement
williamhiddles

THEME 03

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