Advertisement
kahniss

Base code

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