Advertisement
williamhiddles

THEME 03 v2

Apr 27th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.88 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:350px;
  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:180px;
  159. opacity:.80;
  160. background-color:{color:Sidebar};
  161. }
  162.  
  163. #title {
  164. font-family:'times new roman';
  165. text-transform:lowercase;
  166. font-style:italic;
  167. font-size:8px;
  168. margin-top:27px;
  169. margin-left:6px;
  170. text-align:left;
  171. margin-bottom:5px;
  172. width:-375px;
  173. height:-85px;
  174. position:fixed;
  175. webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);}
  176. }
  177.  
  178. #sidebarimage {
  179. width 150px;
  180. }
  181.  
  182. #sidebarimage img {
  183. width:150px;
  184. border:solid 1px;
  185. padding:6px;
  186. border-color: {color:border};
  187. background-color:{color:Sidebar};
  188. }
  189.  
  190.  
  191. /* --- SIDEBAR LINKS ---*/
  192.  
  193. .links {
  194. width:-375px;
  195. height:-85px;
  196. padding: 9px;
  197. font-size:8px;
  198. font-family:'cambria';
  199. text-align:center;
  200. margin-top:-115px;
  201. margin-left:-45px;
  202. text-align:center;
  203. text-transform:uppercase;
  204. word-spacing:2px;
  205. position:fixed;
  206. padding-bottom:7px;
  207. }
  208.  
  209. .links a {
  210. font-size: 8px;
  211. }
  212.  
  213. .links a:hover {
  214. color:{color:Hover}
  215. }
  216.  
  217.  
  218. /* --- DESCRIPTION ---*/
  219.  
  220. #description {
  221. position:fixed;
  222. font-family:cambria;
  223. text-transform:lowercase;
  224. line-height:100%;
  225. font-size:9px;
  226. font-style:italic;
  227. width:150px;
  228. margin-top:0px;
  229. padding:8px;
  230. margin-left:-3px;
  231. text-align:justify;
  232. color:{color:text};
  233. }
  234.  
  235. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  236. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  237.  
  238. /* --- PAGINATION---*/
  239.  
  240.  
  241. #pagination {
  242. width:100px;
  243. font-size:8px;
  244. text-align:center;
  245. margin-left:25px;
  246. margin-top:60px;
  247. position:fixed;
  248. font-family:consolas;
  249. letter-spacing:0px;
  250. }
  251.  
  252. /* --- POST INFO ---*/
  253.  
  254.  
  255. #info {
  256. text-align:left;
  257. font-family:consolas;
  258. margin-top:10px;
  259. text-transform:uppercase;
  260. font-size:8px;
  261. font-style:none;
  262. border-top:1px solid {color:Line}
  263. }
  264.  
  265. /* --- POST TAGS---*/
  266.  
  267.  
  268. #tags {
  269. font-family:cambria;
  270. letter-spacing:0px;
  271. text-transform:lowercase;
  272. font-size:9px;
  273. font-style:italic;
  274. margin-top:2px;
  275. text-align:left;
  276. }
  277.  
  278. #tags
  279. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  280. -webkit-transition: all 0.6s ease-in-out;
  281. -moz-transition: all 0.6s ease-in-out;
  282. -o-transition: all 0.6s ease-in-out;
  283. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  284.  
  285. /* --- AUDIO---*/
  286.  
  287. #audio {
  288. margin-bottom:5px;
  289. width:500px;
  290. height:justify;
  291. }
  292.  
  293. .cover {
  294. width:78px;
  295. height:78px;
  296. position:absolute;
  297. }
  298.  
  299. .cover img {
  300. width:73px;
  301. height:73px;
  302. float:left;
  303. }
  304.  
  305. .player {
  306. opacity: 0.05;
  307. position:absolute;
  308. z-index:1;
  309. background:#fff
  310. ;width:80px;
  311. height:80px;
  312. display:block;
  313. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  314. }
  315. .player:hover{
  316. opacity:0.5;
  317. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  318. }
  319.  
  320. .player2 {
  321. width:25px;
  322. height:25px;
  323. margin-top:20px;
  324. margin-left:20px;
  325. overflow:hidden;
  326. padding:3px;
  327. }
  328.  
  329. .track {
  330. text-transform:uppercase;
  331. margin-left:80px;
  332. line-height:15px;
  333. padding-top:0px;
  334. }
  335.  
  336. /* --- QUESTIONS ---*/
  337.  
  338. .questions{ color: #747474; font-family: cambria; font-size:9.5px; background-color: #fdfdfd; padding:15px; margin-bottom:0px; text-align:left; letter-spacing: 0px;}
  339.  
  340. .questions a:hover{ color:{color:linkhovercolor};text-decoration: bold;}
  341.  
  342. .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;}
  343.  
  344. {CustomCSS}</style></head><body>
  345.  
  346. <div id="sidebar">
  347. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  348.  
  349.  
  350. <div id="description">
  351. {Description}
  352. </div>
  353.  
  354.  
  355. <div class="links">
  356. <div id="title">{Title}</div>
  357. <a href="/">home</a><br>
  358. <a href="/ask">mssg</a> <br>
  359. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1} <br>
  360. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}<br>
  361. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}<br>
  362. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}<br>
  363. <a href="http://mervel.tumblr.com/">CRED</a>
  364. </div>
  365.  
  366.  
  367. {block:Pagination}<div id="pagination">
  368. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  369. {block:JumpPagination length="5"}
  370. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  371. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  372. {/block:JumpPagination}
  373. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  374. </div>{/block:Pagination}
  375.  
  376. </div>
  377.  
  378. <div id="entries">{block:Posts}<div id="post">
  379.  
  380. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  381.  
  382. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  383.  
  384. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  385.  
  386. {block:Quote}<div class="quote">{Quote}{block:Source} — <span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  387.  
  388. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  389.  
  390. {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}
  391.  
  392. {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>
  393. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  394. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  395. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  396. {/block:Audio}
  397.  
  398. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  399.  
  400. {block:Answer}
  401. <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>
  402. {Answer}
  403. {/block:Answer}
  404.  
  405. <div id="info">
  406. <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>)
  407. {block:HasTags}<div id="tags">file under: {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  408. {/block:Posts}
  409. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  410. {/block:Posts}</div></div></div>
  411.  
  412. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement