Advertisement
malfoymannor

base code

Dec 18th, 2013
1,238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.36 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 MALFOYMANNOR
  4. keep this ribbon here but
  5. you may change the credit
  6. i added to the bottom -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10.  
  11. <head>
  12.  
  13. <meta name="color:background" content="#FFFFFF">
  14. <meta name="color:link" content="#E6E4E4">
  15. <meta name="color:hover" content="#454545">
  16. <meta name="color:text" content="#9A9A9A">
  17. <meta name="color:scrollbar" content="#9A9A9A">
  18. <meta name="color:audio" content="#9A9A9A">
  19. <meta name="color:ask" content="#9A9A9A">
  20. <meta name="color:acent" content="#9A9A9A">
  21. <meta name="color:border" content="#9A9A9A">
  22. <meta name="color:tags" content="#9A9A9A">
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:background" content=""/>
  26.  
  27.  
  28. <meta name="text:link1" content="">
  29. <meta name="text:link1 url" content="/">
  30. <meta name="text:link2" content="">
  31. <meta name="text:link2 url" content="/">
  32. <meta name="text:link3" content="">
  33. <meta name="text:link3 url" content="/">
  34. <meta name="text:link4" content="">
  35. <meta name="text:link4 url" content="/">
  36. <meta name="text:link5" content="">
  37. <meta name="text:link5 url" content="/">
  38. <meta name="text:link6" content="">
  39. <meta name="text:link6 url" content="/">
  40. <meta name="text:link7" content="">
  41. <meta name="text:link7 url" content="/">
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  50. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  53.  
  54. <style type="text/css">
  55.  
  56. ::-webkit-scrollbar-thumb{
  57. background-color: {color:acent};
  58. border: 2px solid {color:background};
  59. height:auto;
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. height:9px;
  64. width:9px;
  65. background-color: {color:acent};
  66. border: 4px solid {color:background};
  67. }
  68.  
  69. a {
  70. color:{color:link};
  71. text-decoration:none;
  72. -moz-transition-duration:0.5s;
  73. -webkit-transition-duration:0.5s;
  74. -o-transition-duration:0.5s;
  75. }
  76.  
  77. a:hover {
  78. color:{color:hover};
  79. text-decoration:none;
  80. -moz-transition-duration:0.5s;
  81. -webkit-transition-duration:0.5s;
  82. -o-transition-duration:0.5s;
  83. }
  84.  
  85. body {
  86. background-color:{color:background};
  87. font-weight:normal;
  88. background-image:url('{image:background}');
  89. }
  90.  
  91. h1 {
  92. font-size:12px;
  93. text-transform:lowercase;
  94. text-align:center;
  95. font-family:arial;
  96. font-weight:bold;
  97. line-height:100%;
  98. letter-spacing:0px;
  99. color:{color:text};
  100. }
  101.  
  102. h2 {
  103. font-size:18px;
  104. text-align:center;
  105. line-height:100%;
  106. letter-spacing:0px;
  107. color:{color:text};
  108. font-family:arial;
  109. font-weight:bold;
  110. text-transform:lowercase;
  111. letter-spacing:-.5px;
  112. padding:5px;
  113. padding-bottom:2px;
  114. }
  115.  
  116. blockquote {
  117. border-left:2px solid {color:Border};
  118. padding: 5px;
  119. margin:5px;
  120. }
  121.  
  122. #sidebar {
  123. color:{color:text};
  124. position:fixed;
  125. width:250px;
  126. height:160px;
  127. margin-top:180px;
  128. text-align:right;
  129. }
  130.  
  131. .links {
  132. width: 225px;
  133. height: 20px;
  134. margin-left: 15px;
  135. margin-top: 5px;
  136. }
  137.  
  138. .links a{
  139. padding:3px;
  140. font-family: trebuchet ms;
  141. text-transform: uppercase;
  142. font-size: 8px;
  143. font-style:normal;
  144. color:{color:link};
  145. letter-spacing:1px;
  146. text-decoration:none;
  147. -moz-transition-duration:1s;
  148. -webkit-transition-duration:1s;
  149. -o-transition-duration:1s;
  150. }
  151.  
  152. .links a:hover{
  153. color:{color:hover};
  154. }
  155.  
  156. .desc {
  157. height: auto;
  158. width: 230px;
  159. padding: 5px;
  160. margin-bottom:10px;
  161. text-align:left;
  162. font-size:8px;
  163. color:{color:text};
  164. letter-spacing:1px;
  165. line-height:100%;
  166. margin-left: 20px;
  167. font-family: trebuchet ms;
  168. text-transform: uppercase;
  169. }
  170.  
  171. .desc a {
  172. color:{color:link};
  173. }
  174.  
  175. #container {
  176. float:left;
  177. margin-left:500px;
  178. margin-top:75px;
  179. text-align:justify;
  180. color:{color:text};
  181. margin-bottom: 35px;
  182. }
  183.  
  184. #stuff {
  185. width:500px;
  186. margin-top:75px;
  187. padding:10px;
  188. text-align:justify;
  189. font-size:11px;
  190. line-height:90%;
  191. letter-spacing:0x;
  192. color:{color:text};
  193. }
  194.  
  195. #asker {
  196. font-family: trebuchet ms;
  197. text-transform: uppercase;
  198. font-size:10px;
  199. color:{color:text};
  200. }
  201.  
  202. #question {
  203. font-family: trebuchet ms;
  204. text-transform: uppercase;
  205. font-size:10px;
  206. color:{color:text};
  207. }
  208.  
  209. .ask {
  210. padding:15px;
  211. width:470px;
  212. text-align:right;
  213. color:#ffffff;
  214. background-color:{color:ask};
  215. font-family: trebuchet ms;
  216. text-transform: uppercase;
  217. font-size:10px;
  218. }
  219.  
  220. .answer {
  221. width:500px;
  222. padding:5px;
  223. font-style: normal;
  224. font-family: trebuchet ms;
  225. font-size:8x;
  226. color:{color:text};
  227. }
  228.  
  229. #audio {
  230. background-color:{color:ask};
  231. width:480px;
  232. padding:10px;
  233. height: 80px;
  234. margin-bottom:0px;
  235. font-family: times new;
  236. }
  237.  
  238. .artcover {
  239. width:70px;
  240. height:70px;
  241. position:absolute;
  242. }
  243.  
  244. .artcover img {
  245. width:70px;
  246. height:70px;
  247. float:left;
  248. border: 5px solid #FFF;
  249. }
  250.  
  251. .player {
  252. position:absolute;
  253. z-index:1;
  254. width:70px;
  255. height:70px;
  256. margin-top:5px;
  257. margin-left:5px;
  258. display:block;
  259. opacity:0.7;
  260. -webkit-transition:all 0.4s;
  261. -moz-transition:all 0.4s;
  262. -o-transition:all 0.4s;
  263. -ms-transition: all 0.4s;
  264. transition:all 0.5s;
  265. background:#fff;
  266. }
  267.  
  268. .player:hover {
  269. -webkit-transition:all 0.4s;
  270. -moz-transition:all 0.4s;
  271. -o-transition:all 0.4s;
  272. -ms-transition: all 0.4s;
  273. transition:all 0.4s;
  274. opacity:0.5;
  275. }
  276.  
  277. .audioplayer {
  278. width:30px;
  279. height:30;
  280. margin-top:14px;
  281. margin-left:14px;
  282. overflow:hidden;
  283. padding:3px;
  284. }
  285.  
  286. .audioinfo {
  287. color:{color:text};
  288. width:460px;
  289. height:52px;
  290. margin-left:120px;
  291. display:block;
  292. padding-top:18px;
  293. font-size:13px;
  294. letter-spacing:1px;
  295. text-transform:lowercase;
  296. text-align:left;
  297. font-style:italic;
  298. }
  299.  
  300. .note {
  301. text-transform:lowercase;
  302. font-style:italic;
  303. letter-spacing:0px;
  304. font-size: 11px;
  305. text-align:left;
  306. line-height:100%;
  307. margin-left:-40px;
  308. }
  309.  
  310. .note li {
  311. list-style-type:none;
  312. border-bottom:1px solid {color:border};
  313. padding:10px 25px 10px 25px;
  314. background-color:#ffffff;
  315. text-align:left;
  316. margin:0px;
  317. -moz-transition-duration:0.5s;
  318. -webkit-transition-duration:0.5s;
  319. -o-transition-duration:0.5s;
  320. }
  321.  
  322. .note li:hover {
  323. background-color:{color:border};
  324. -moz-transition-duration:0.5s;
  325. -webkit-transition-duration:0.5s;
  326. -o-transition-duration:0.5s;
  327. }
  328.  
  329. .tags {
  330. width:500px;
  331. font-family: trebuchet ms;
  332. text-transform: uppercase;
  333. font-size: 7px;
  334. color:{color:tags};
  335. letter-spacing:1px;
  336. text-align:left;
  337. padding:6px;
  338. -moz-transition-duration:0.5s;
  339. -webkit-transition-duration:0.5s;
  340. -o-transition-duration:0.5s;
  341. }
  342.  
  343.  
  344. #postinfo {
  345. width:480px;
  346. padding:10px;
  347. margin-top: 5px;
  348. color:{color:postinfobg};
  349. font-family: trebuchet ms;
  350. text-transform: uppercase;
  351. font-size: 8px;
  352. letter-spacing:1px;
  353. text-align:center;
  354. }
  355.  
  356. #postinfo a {
  357. color:{color:hover};
  358. text-align:center;
  359. letter-spacing:1px;
  360. }
  361.  
  362. #cred {
  363. bottom: 10px;
  364. right: 5px;
  365. font-size:7px;
  366. position:fixed;
  367. padding: 5px;
  368. border-radius: 10px;
  369. text-transform:uppercase;
  370. text-align:center;
  371. font-family:'trebuchet ms';
  372. letter-spacing:1px;
  373. color:{color:text};
  374. background-color:{color:border};
  375. }
  376.  
  377. #cred a:hover {
  378. color:{color:text};
  379. }
  380.  
  381. {CustomCSS}
  382.  
  383. </style></head>
  384.  
  385. <body>
  386. <div id="sidebar">
  387.  
  388. <img src="{image:sidebar}">
  389. <div class="links">
  390. {block:IfLink1}
  391. <a href="{text:link1 url}">{text:link1}</a>
  392. {/block:IfLink1}
  393. {block:IfLink2}
  394. <a href="{text:link2 url}">{text:link2}</a>
  395. {/block:IfLink2}
  396. {block:IfLink3}
  397. <a href="{text:link3 url}">{text:link3}</a>
  398. {/block:IfLink3}
  399. {block:IfLink4}
  400. <a href="{text:link4 url}">{text:link4}</a>
  401. {/block:IfLink4}
  402. {block:IfLink5}
  403. <a href="{text:link5 url}">{text:link5}</a>
  404. {/block:IfLink5}
  405. {block:IfLink6}
  406. <a href="{text:link6 url}">{text:link6}</a>
  407. {/block:IfLink6}
  408. {block:IfLink7}
  409. <a href="{text:link7 url}">{text:link7}</a>
  410. {/block:IfLink7}
  411. </div>
  412. <div class="desc">
  413. <blockquote>{Description}</blockquote>
  414. </div>
  415.  
  416.  
  417. </div>
  418.  
  419.  
  420.  
  421. <div id="container">
  422.  
  423. {block:Posts}
  424.  
  425. <div id="stuff">
  426.  
  427. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  428.  
  429. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  430.  
  431. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  432. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  433.  
  434. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  435.  
  436. {block:Photoset}<center>{Photoset-500}</center>
  437. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  438.  
  439. {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}
  440.  
  441. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  442.  
  443. {block:Answer}<div class="ask"><span id="asker">{Asker} asked:</span> <p><span id="question">{Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  444.  
  445.  
  446. {block:Audio}
  447. <div id="audio">
  448. <div class="artcover"><img src="http://static.tumblr.com/liul60i/IcMmdl9id/nmusic2.png"></div>{block:AlbumArt}<div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  449. <div class="player">
  450. <div class="audioplayer">{AudioPlayerWhite}</div></div>
  451. <div class="audioinfo">
  452. {block:TrackName}<a style="text-transform:uppercase;">song title: {TrackName}</a>{/block:TrackName}
  453. <div style="font-size:10px; margin-top:5px;">
  454. {block:Artist}artist: {Artist}{/block:Artist} with {FormattedPlayCount} plays
  455. </div></div></div>
  456. <div class="caption">
  457. {block:Caption}{Caption}{/block:Caption}
  458. </div>
  459. {/block:Audio}
  460. {block:ContentSource}
  461. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  462. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  463. {/block:SourceLogo}
  464. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  465. {/block:ContentSource}
  466.  
  467. <div id="postinfo">
  468. {block:Date} posted {Month} {DayOfMonth} {/block:Date}</a>with{block:NoteCount} <a href="{Permalink}"/">{NoteCountWithLabel} {/block:NoteCount}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a> - <a href="{ReblogRootURL}">source</a>
  469. {/block:RebloggedFrom}
  470. - <a href="{ReblogURL}" target="_blank" >reblog</a>
  471.  
  472. </div>
  473.  
  474. {block:HasTags}
  475. <div class="tags">
  476. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  477. {/block:HasTags}
  478. <div class="note">
  479. {block:PostNotes}{PostNotes}{/block:PostNotes}
  480. </div>
  481. </div>
  482. {/block:Posts}
  483.  
  484.  
  485. </div>
  486. <div id="cred"><a href="http://malfoymannor.tumblr.com">mm </a></div>
  487. </body>
  488. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement