Advertisement
zayhnies

base code

May 27th, 2013
2,376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 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 MARROONFIVE -->
  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:border" content="#D6D5D5">
  16.  
  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:4px}
  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:times;
  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:130px;
  107. height:auto;
  108. margin-top:180px;
  109. text-align:left;
  110. margin-left:-95px;
  111. }
  112.  
  113. #sidebar img {
  114. width:110px;
  115. height:110px;
  116. margin-bottom:10px;
  117. }
  118.  
  119.  
  120. .links {
  121. margin-bottom:10px;
  122. font-size:9px;
  123. p text-transform:lowercase;
  124. text-align:center;
  125. letter-spacing:2px;
  126. margin-top:-8px;
  127. line-height:100%;
  128. }
  129.  
  130. .links a{
  131. padding:3px;
  132. color:{color:link};
  133. letter-spacing:0px;
  134. text-decoration:none;
  135. -moz-transition-duration:1s;
  136. -webkit-transition-duration:1s;
  137. -o-transition-duration:1s;
  138. }
  139.  
  140. .links a:hover{
  141. color:{color:hover};
  142. -moz-transition-duration:1s;
  143. -webkit-transition-duration:1s;
  144. -o-transition-duration:1s;
  145. }
  146.  
  147. .desc {
  148. font-family:times;
  149. font-style:none;
  150. margin-bottom:10px;
  151. text-align:center;
  152. font-size:9px;
  153. color:{color:text};
  154. letter-spacing:0px;
  155. line-height:150%;
  156. }
  157.  
  158. .desc a {
  159. color:{color:link};
  160. }
  161.  
  162. .pagi {
  163. font-size:8px;
  164. text-transform:uppercase;
  165. letter-spacing:3px;
  166. font-style:normal;
  167. text-align:center;
  168. }
  169.  
  170. .pagi a {
  171. color:{color:link};
  172. }
  173.  
  174. #stuffcontainer {
  175. float:left;
  176. margin-left:200px;
  177. margin-top:95px;
  178. text-align:justify;
  179. background-color:{color:bg};
  180. color:{color:text};
  181. margin-bottom: 35px;
  182. }
  183.  
  184.  
  185. #stuff {
  186. width:500px;
  187. margin-top:35px;
  188. text-align:justify;
  189. font-size:11px;
  190. line-height:90%;
  191. letter-spacing:0x;
  192. color:{color:text};
  193. }
  194.  
  195. .caption {
  196. width:500px;
  197. text-align:justify;
  198. line-height:120%;
  199. }
  200.  
  201. .ask {
  202. padding:5px;
  203. font-family:times;
  204. font-style:none;
  205. text-align:left;
  206. margin-left:10px;
  207. color:{color:text};
  208. background:#fcfcfc;
  209. border-left:2px solid {color:border};
  210. }
  211.  
  212. .ans {
  213. text-align:left;
  214. padding:1px;
  215. margin-bottom:-10px;
  216. color:{color:text};
  217. }
  218.  
  219. .audio {
  220. width:500px;
  221. padding-bottom:10px;
  222. }
  223.  
  224. .albumart {
  225. float:left;
  226. padding:0px 10px 10px 0px;
  227. }
  228.  
  229. .albumart img {
  230. width:100px;
  231. height:100px;
  232. }
  233.  
  234. .playercontainer {
  235. text-align:left;
  236. padding:10px;
  237. background-color:#ffffff;
  238. width:480px;
  239. }
  240.  
  241. .audioinfo {
  242. padding:10px;
  243. color:{color:text};
  244. }
  245.  
  246. #postinfo {
  247. color:{color:text};
  248. text-align:center;
  249. font-family:times;
  250. font-size: 8px;
  251. letter-spacing:0px;
  252. font-style: normal;
  253. margin-top:10px;
  254. border-top: 1px solid {color:border};
  255. padding:3px;
  256. text-transform:uppercase;
  257. }
  258.  
  259. #postinfo a {
  260. color:{color:text};
  261. text-align:center;
  262. letter-spacing:0px;
  263. font-style:normal;
  264. }
  265.  
  266. #postinfo a:hover {
  267. color:{color:hover};
  268. }
  269.  
  270.  
  271. .note {
  272. text-transform:uppercase;
  273. font-style:normal;
  274. letter-spacing:0px;
  275. font-size: 9px;
  276. text-align:left;
  277. line-height:90%;
  278. margin-left:-40px;
  279. }
  280.  
  281. .note li {
  282. list-style-type:none;
  283. border-bottom:1px solid {color:border};
  284. padding:10px 25px 10px 25px;
  285. text-align:left;
  286. margin:0px;
  287. -moz-transition-duration:0.5s;
  288. -webkit-transition-duration:0.5s;
  289. -o-transition-duration:0.5s;
  290. }
  291.  
  292. .tags {
  293. margin-top:-5px;
  294. font-family:times;
  295. font-style:normal;
  296. width:500px;
  297. text-transform:lowercase;
  298. color:{color:text};
  299. letter-spacing:0px;
  300. line-height:120%;
  301. font-size:8px;
  302. text-align:center;
  303. padding:2px;
  304. -moz-transition-duration:0.5s;
  305. -webkit-transition-duration:0.5s;
  306. -o-transition-duration:0.5s;
  307. }
  308.  
  309. .tags a {
  310. color:{color:text};
  311. letter-spacing:0px;
  312. padding:1px;
  313. }
  314. ul.chat, .chat ol, .chat li {
  315. list-style:none;
  316. margin:0px;
  317. padding:2px;
  318. }
  319.  
  320. .label {
  321. text-decoration:underline;
  322. font-weight:700;
  323. background-color:{color:infobg};
  324. margin-right:5px;
  325. }
  326.  
  327. #cred {
  328. font-family:times;
  329. position:fixed;
  330. font-size:8px;
  331. font-style:none;
  332. line-height:150%;
  333. letter-spacing:1px;
  334. right:5px;
  335. bottom:10px;
  336. text-transform:uppercase;
  337. text-align:center;
  338. }
  339.  
  340. #cred a {
  341. padding:3px;
  342. color:{color:link};
  343. -moz-transition-duration:0.5s;
  344. -webkit-transition-duration:0.5s;
  345. -o-transition-duration:0.5s;
  346. }
  347.  
  348. {CustomCSS}
  349.  
  350. </style></head>
  351.  
  352. <body>
  353. <div id="theme">
  354. <div id="sidebar">
  355. <img src="{image:sidebar}">
  356. <div class="links">
  357. {block:IfLinkA}
  358. <a href="{text:linkA url}">{text:linkA}</a>
  359. {/block:IfLinkA}
  360. {block:IfLinkB}
  361. <a href="{text:linkB url}">{text:linkB}</a>
  362. {/block:IfLinkB}
  363. {block:IfLinkC}
  364. <a href="{text:linkC url}">{text:linkC}</a>
  365. {/block:IfLinkC}
  366. {block:IfLinkD}
  367. <a href="{text:linkD url}">{text:linkD}</a>
  368. {/block:IfLinkD}
  369. </div>
  370. <div class="desc">
  371. {Description}
  372. </div>
  373. {block:Pagination}
  374. <div class="pagi">
  375. {block:PreviousPage}
  376. <a href="{PreviousPage}">↜</a>
  377. {/block:PreviousPage}
  378. {block:NextPage}
  379. <a href="{NextPage}">↝</a>
  380. {/block:NextPage}
  381. </div>
  382. {/block:Pagination}
  383. </div>
  384.  
  385. <div id="stuffcontainer">
  386.  
  387. {block:Posts}
  388.  
  389. <div id="stuff">
  390.  
  391. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  392.  
  393. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  394.  
  395. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  396. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  397.  
  398. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  399.  
  400. {block:Photoset}<center>{Photoset-500}</center>
  401. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  402.  
  403. {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}
  404.  
  405. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  406.  
  407. {block:Answer}<div class="ask">{Asker} said: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  408.  
  409. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  410. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  411. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  412. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  413. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  414.  
  415.  
  416.  
  417. {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}
  418. {block:ContentSource} ( ©<a href="{SourceURL}">{SourceLink}</a> ){/block:ContentSource}</div>{/block:Date}
  419. {block:HasTags}
  420. <div class="tags">
  421. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  422. {/block:HasTags}
  423. <div class="note">
  424. {block:PostNotes}{PostNotes}{/block:PostNotes}
  425. </div>
  426. </div>
  427. {/block:Posts}
  428.  
  429. </div>
  430.  
  431. <div id="cred"><a href="http://marroonfive.tumblr.com/">credit</a></div>
  432.  
  433. </div>
  434. </div>
  435. </div>
  436. </body>
  437. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement