Advertisement
ksenpedia

Theme ten

Jul 3rd, 2013
1,847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.08 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. <!-- BASE CODE by WAYBACKS. THEME EDITED BY KSENPEDIA. READ THE RULES-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:link" content="#B8B8B8">
  12. <meta name="color:hover" content="#454545">
  13. <meta name="color:text" content="#9A9A9A">
  14. <meta name="color:scrollbar" content="#D6D5D5">
  15. <meta name="color:link hover" content="#b6b5b5"/>
  16. <meta name="color:link bg" content="#f2f2f2"/>
  17.  
  18. <meta name="image:sidebar" content=""/>
  19.  
  20. <meta name="text:linkA" content="">
  21. <meta name="text:linkA url" content="/">
  22. <meta name="text:linkB" content="">
  23. <meta name="text:linkB url" content="/">
  24. <meta name="text:linkC" content="">
  25. <meta name="text:linkC url" content="/">
  26. <meta name="text:linkD" content="">
  27. <meta name="text:linkD url" content="/">
  28.  
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  30. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31. <link rel="shortcut icon" href="{Favicon}" />
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37. a {
  38. color:{color:link};
  39. text-decoration:none;
  40. -moz-transition-duration:0.5s;
  41. -webkit-transition-duration:0.5s;
  42. -o-transition-duration:0.5s;
  43. }
  44.  
  45. a:hover {
  46. color:{color:hover};
  47. text-decoration:none;
  48. -moz-transition-duration:0.5s;
  49. -webkit-transition-duration:0.5s;
  50. -o-transition-duration:0.5s;
  51. }
  52.  
  53.  
  54. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  55. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  56. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  57.  
  58. body {
  59. background-color:{color:bg};
  60. font-family:Calibri;
  61. font-weight:normal;
  62. }
  63.  
  64.  
  65.  
  66.  
  67. h1 {
  68. font-weight:normal;
  69. font-size:10px;
  70. text-align:center;
  71. font-style:normal;
  72. line-height:80%;
  73. letter-spacing:1px;
  74. text-transform:uppercase;
  75. color:{color:text};
  76. }
  77.  
  78. h2 {
  79. font-size:15px;
  80. text-align:center;
  81. line-height:100%;
  82. letter-spacing:-0.5px;
  83. color:{color:text};
  84. font-weight:normal;
  85. padding:5px;
  86. padding-bottom:2px;
  87. }
  88.  
  89.  
  90. blockquote {
  91. border-left:2px solid {color:text};
  92. padding-left:5px;
  93. margin:5px;
  94. }
  95.  
  96. #theme {
  97. background-color:{color:bg};
  98. width:700px;
  99. margin: 0 auto -12px auto;
  100. text-align: center;
  101. }
  102.  
  103. #sidebar {
  104. color:{color:text};
  105. position:fixed;
  106. width:180px;
  107. height:auto;
  108. margin-top:185px;
  109. text-align:left;
  110. }
  111.  
  112. #sidebar img {
  113. width:180px;
  114. height:auto;
  115. margin-bottom:10px;
  116. }
  117.  
  118.  
  119. .links {
  120. margin-bottom:10px;
  121. font-size:8px;
  122. text-transform:uppercase;
  123. text-align:center;
  124. letter-spacing:1px;
  125. line-height:170%;
  126. color:{color:link};
  127. border-top:1px solid #f2f2f2;
  128. border-bottom: 1px solid #f2f2f2;
  129. }
  130.  
  131.  
  132. .links a{
  133. padding:3px;
  134. color:{color:link};
  135. letter-spacing:1px;
  136. text-decoration:none;
  137. -moz-transition-duration:1s;
  138. -webkit-transition-duration:1s;
  139. -o-transition-duration:1s;
  140. }
  141.  
  142. .links a:hover {
  143. background-color:{color:link bg};
  144. color:{color:link hover};
  145. }
  146.  
  147.  
  148. .desc {
  149. font-family:cambria;
  150. font-style:;
  151. margin-bottom:15px;
  152. text-align:center;
  153. font-size:9px;
  154. color:{color:text};
  155. letter-spacing:0px;
  156. line-height:150%;
  157. }
  158.  
  159. .desc a {
  160. color:{color:link};
  161. }
  162.  
  163. .pagi {
  164. font-size:8px;
  165. text-transform:uppercase;
  166. letter-spacing:3px;
  167. font-style:normal;
  168. text-align:center;
  169. }
  170.  
  171. .pagi a {
  172. color:{color:link};
  173. }
  174.  
  175. #stuffcontainer {
  176. float:left;
  177. margin-left:230px;
  178. margin-top:95px;
  179. text-align:justify;
  180. background-color:{color:bg};
  181. color:{color:text};
  182. margin-bottom: 35px;
  183. }
  184.  
  185.  
  186. #stuff {
  187. width:500px;
  188. margin-top:35px;
  189. text-align:justify;
  190. font-size:11px;
  191. line-height:90%;
  192. letter-spacing:0x;
  193. color:{color:text};
  194. }
  195.  
  196. .caption {
  197. width:500px;
  198. text-align:justify;
  199. line-height:120%;
  200. }
  201.  
  202. .ask {
  203. padding:5px;
  204. font-family:cambria;
  205. font-style:italic;
  206. text-align:normal;
  207. margin-left:10px;
  208. color:{color:text};
  209. background-color: #f2f2f2;
  210. border-left:2px solid #f1f1f1;
  211. }
  212.  
  213. .ans {
  214. text-align:right;
  215. padding:1px;
  216. margin-bottom:-10px;
  217. color:{color:text};
  218. }
  219.  
  220. .audio {
  221. width:500px;
  222. padding-bottom:10px;
  223. }
  224.  
  225. .albumart {
  226. float:left;
  227. padding:0px 10px 10px 0px;
  228. }
  229.  
  230. .albumart img {
  231. width:100px;
  232. height:100px;
  233. }
  234.  
  235. .playercontainer {
  236. text-align:left;
  237. padding:10px;
  238. background-color:#ffffff;
  239. width:480px;
  240. }
  241.  
  242. .audioinfo {
  243. padding:10px;
  244. font-size: 9px;
  245. color:{color:text};
  246. background-color: #f2f2f2;
  247. }
  248.  
  249. #postinfo {
  250. color:{color:text};
  251. text-align:right;
  252. font-family:calibri;
  253. font-size: 8px;
  254. letter-spacing:0px;
  255. font-style: normal;
  256. margin-top:10px;
  257. border-top: 1px solid #fafafa;
  258. padding:3px;
  259. text-transform:uppercase;
  260. }
  261.  
  262. #postinfo a {
  263. color:{color:text};
  264. text-align:center;
  265. letter-spacing:0px;
  266. font-style:normal;
  267. }
  268.  
  269. #postinfo a:hover {
  270. color:{color:hover};
  271. }
  272.  
  273.  
  274. .note {
  275. text-transform:uppercase;
  276. font-style:normal;
  277. letter-spacing:0px;
  278. font-size: 9px;
  279. text-align:left;
  280. line-height:90%;
  281. margin-left:-40px;
  282. }
  283.  
  284. .note li {
  285. list-style-type:none;
  286. border-bottom:1px solid {color:border};
  287. padding:10px 25px 10px 25px;
  288. text-align:left;
  289. margin:0px;
  290. -moz-transition-duration:0.5s;
  291. -webkit-transition-duration:0.5s;
  292. -o-transition-duration:0.5s;
  293. }
  294.  
  295. .tags {
  296. margin-top:-5px;
  297. font-family:calibri;
  298. font-style:normal;
  299. width:500px;
  300. text-transform:lowercase;
  301. color:{color:text};
  302. letter-spacing:0px;
  303. line-height:120%;
  304. font-size:8px;
  305. text-align:right;
  306. padding:2px;
  307. -moz-transition-duration:0.5s;
  308. -webkit-transition-duration:0.5s;
  309. -o-transition-duration:0.5s;
  310. }
  311.  
  312. .tags a {
  313. color:{color:text};
  314. letter-spacing:0px;
  315. padding:1px;
  316. }
  317. ul.chat, .chat ol, .chat li {
  318. list-style:none;
  319. margin:0px;
  320. padding:2px;
  321. }
  322.  
  323. .label {
  324. text-decoration:underline;
  325. font-weight:700;
  326. background-color:{color:infobg};
  327. margin-right:5px;
  328. }
  329.  
  330. #cred {
  331. font-family:cambria;
  332. position:fixed;
  333. font-size:8px;
  334. font-style:italic;
  335. line-height:150%;
  336. letter-spacing:1px;
  337. right:5px;
  338. bottom:10px;
  339. text-transform:lowercase;
  340. text-align:center;
  341. }
  342.  
  343. #cred a {
  344. padding:3px;
  345. color:{color:link};
  346. -moz-transition-duration:0.5s;
  347. -webkit-transition-duration:0.5s;
  348. -o-transition-duration:0.5s;
  349. }
  350.  
  351. {CustomCSS}
  352.  
  353. </style></head>
  354.  
  355. <body>
  356. <div id="theme">
  357. <div id="sidebar">
  358. <img src="{image:sidebar}">
  359. <div class="links">
  360. <a href="/">home</a>
  361. {block:IfLinkA}
  362. <a href="{text:linkA url}">{text:linkA}</a>
  363. {/block:IfLinkA}
  364. {block:IfLinkB}
  365. <a href="{text:linkB url}">{text:linkB}</a>
  366. {/block:IfLinkB}
  367. {block:IfLinkC}
  368. <a href="{text:linkC url}">{text:linkC}</a>
  369. {/block:IfLinkC}
  370. {block:IfLinkD}
  371. <a href="{text:linkD url}">{text:linkD}</a>
  372. {/block:IfLinkD}
  373. </div>
  374. <div class="desc">
  375. {Description}
  376. </div>
  377. {block:Pagination}
  378. <div class="pagi">
  379. {block:PreviousPage}
  380. <a href="{PreviousPage}">←</a>
  381. {/block:PreviousPage}
  382. {block:NextPage}
  383. <a href="{NextPage}">→</a>
  384. {/block:NextPage}
  385. </div>
  386. {/block:Pagination}
  387. </div>
  388.  
  389. <div id="stuffcontainer">
  390.  
  391. {block:Posts}
  392.  
  393. <div id="stuff">
  394.  
  395. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  396.  
  397. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  398.  
  399. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  400. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  401.  
  402. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  403.  
  404. {block:Photoset}<center>{Photoset-500}</center>
  405. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  406.  
  407. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  408.  
  409. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  410.  
  411. {block:Answer}<div class="ask">{Asker}: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  412.  
  413. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  414. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  415. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  416. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  417. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  418.  
  419.  
  420.  
  421. {block:Date}<div id="postinfo">posted <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  422. {block:ContentSource}<i>( ©<a href="{SourceURL}">{SourceLink}</a> )</i>{/block:ContentSource}</div>{/block:Date}
  423. {block:HasTags}
  424. <div class="tags">
  425. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  426. {/block:HasTags}
  427. <div class="note">
  428. {block:PostNotes}{PostNotes}{/block:PostNotes}
  429. </div>
  430. </div>
  431. {/block:Posts}
  432.  
  433. </div>
  434.  
  435. <div id="cred"><a href="http://ksenpedia.tumblr.com/">@ksenpedia</a></div>
  436.  
  437. </div>
  438. </div>
  439. </div>
  440. </body>
  441. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement