Guest User

base code by nathesykes

a guest
Jul 31st, 2013
1,047
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.33 KB | None | 0 0
  1. <!-- * BASE CODE BY NATHESYKES *-->
  2.  
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6.  
  7. <head>
  8.  
  9.  
  10. <meta name="color:bg" content="#FFFFFF">
  11. <meta name="color:border" content="#e2e1e1">
  12. <meta name="color:hover" content="#f7f5f5">
  13. <meta name="color:infobg" content="#F9F9F9">
  14. <meta name="color:link" content="#c2c2c2">
  15. <meta name="color:scrollbar" content="#dddada">
  16. <meta name="color:tags" content="#d3d0d0">
  17. <meta name="color:text" content="#c0bfbf">
  18.  
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:linkA" content="">
  23. <meta name="text:linkA url" content="/">
  24. <meta name="text:linkB" content="">
  25. <meta name="text:linkB url" content="/">
  26. <meta name="text:linkC" content="">
  27. <meta name="text:linkC 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. /* --- EDIT SCROLLBAR HERE ---*/
  54.  
  55.  
  56. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:5px}
  57. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  58. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  59.  
  60.  
  61.  
  62. body {
  63. background-color:{color:bg};
  64. font-family:new york;
  65. font-weight:normal;
  66. }
  67.  
  68.  
  69.  
  70.  
  71. h1 {
  72. font-weight:normal;
  73. font-size:10px;
  74. text-align:center;
  75. font-style:normal;
  76. line-height:80%;
  77. letter-spacing:1px;
  78. text-transform:uppercase;
  79. color:{color:text};
  80. }
  81.  
  82. h2 {
  83. font-size:15px;
  84. text-align:center;
  85. line-height:100%;
  86. letter-spacing:-0.5px;
  87. color:{color:text};
  88. font-weight:normal;
  89. padding:5px;
  90. padding-bottom:2px;
  91. }
  92.  
  93.  
  94. blockquote {
  95. border-left:1px solid {color:text};
  96. padding-left:5px;
  97. margin:5px;
  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. /* --- EDIT SIDEBAR HERE ---*/
  108.  
  109. #sidebar {
  110. color:{color:text};
  111. position:fixed;
  112. width:150px;
  113. height:auto;
  114. margin-top:200px;
  115. margin-left:-150px;
  116. text-align:center;
  117. }
  118.  
  119. /* --- EDIT SIDEBAR PICTURE HERE ---*/
  120.  
  121. #sidebarpicture img {
  122. width:150px;
  123. height:150px;
  124. margin-left:-20px;
  125. margin-top:20px;
  126. padding:3px;
  127. border: 1px solid {color:border};
  128. position:fixed;
  129. -moz-transition-duration:1s;
  130. -webkit-transition-duration:1s;
  131. -o-transition-duration:1s;
  132. }
  133.  
  134. #sidebarpicture img:hover{
  135. -webkit-filter:grayscale(100%);
  136. }
  137.  
  138. /* --- EDIT SIDEBAR LINKS HERE ---*/
  139.  
  140.  
  141. .links {
  142. margin-top:95px;
  143. margin-left:-30px;
  144. font-size:8px;
  145. text-align:center;
  146. letter-spacing:0px;
  147. line-height:100%;
  148. font-family: new york;
  149. text-transform:uppercase;
  150. position:fixed;
  151. -ms-transform: rotate(-90deg);
  152. -webkit-transform: rotate(-90deg);
  153. -o-transform: rotate(-90deg);
  154. -moz-transform: rotate(-90deg);
  155. }
  156.  
  157. .links a{
  158. color:{color:link};
  159. padding:1px;
  160. padding-left:2px;
  161. letter-spacing:1px;
  162. text-decoration:none;
  163. text-transform:uppercase;
  164. -moz-transition-duration:0.7s;
  165. -webkit-transition-duration:0.7s;
  166. -o-transition-duration:0.7s;
  167. }
  168.  
  169. .links a:hover{
  170. color:{color:hover};
  171. -moz-transition-duration:0.7s;
  172. -webkit-transition-duration:0.7s;
  173. -o-transition-duration:0.7s;
  174. }
  175.  
  176. /* --- EDIT DESCRIPTION HERE ---*/
  177.  
  178. .description {
  179. margin-top:180px;
  180. margin-left:60px;
  181. text-align:justify;
  182. font-size:9px;
  183. width:150px;
  184. color:{color:text};
  185. letter-spacing:1px;
  186. line-height:120%;
  187. }
  188.  
  189. .description a {
  190. color:{color:text};
  191. }
  192.  
  193. /* --- EDIT PAGINATION HERE ---*/
  194.  
  195. .pagination {
  196. width:180px;
  197. height:20px;
  198. text-transform:lowercase;
  199. letter-spacing:0px;
  200. text-align:right;
  201. margin-left:30px;
  202. margin-top:0px;
  203. font-family:new york;
  204. font-size:10px;
  205. padding-top:5px;
  206. padding-bottom:3px;
  207. opacity:1;
  208. position:fixed;
  209. -moz-transition-duration:0.7s;
  210. -webkit-transition-duration:0.7s;
  211. -o-transition-duration:0.7s;
  212. }
  213.  
  214. .pagination a {
  215. color:{color:text};
  216. }
  217.  
  218. .pagination a:hover{
  219. color:{color:link};
  220. }
  221.  
  222. /* --- EDIT POST ENTRIES HERE ---*/
  223.  
  224. #entries {
  225. float:left;
  226. margin-left:150px;
  227. margin-top:40px;
  228. text-align:justify;
  229. background-color:{color:bg};
  230. color:{color:text};
  231. margin-bottom: 30px;
  232. }
  233.  
  234. /* --- EDIT POSTS HERE ---*/
  235.  
  236.  
  237. #posts {
  238. width:500px;
  239. margin-top:75px;
  240. text-align:justify;
  241. font-size:11px;
  242. line-height:100%;
  243. letter-spacing:0x;
  244. color:{color:text};
  245. padding:10px;
  246. }
  247.  
  248. .caption {
  249. width:500px;
  250. text-align:justify;
  251. line-height:120%;
  252. }
  253.  
  254. /* --- EDIT ASKS/ ANSWERS HERE ---*/
  255.  
  256.  
  257. #ask {
  258. background-color:{color:infobg};
  259. text-align:justify;
  260. line-height:160%;
  261. color:{color:text};
  262. padding:5px;
  263. padding-bottom:10px;
  264. padding-top:3px;
  265. }
  266.  
  267.  
  268. #asker img {
  269. margin-left:-2px;
  270. margin-bottom:-15px;
  271. padding:3px;
  272. padding-bottom:5px;
  273. }
  274.  
  275. #ans {
  276. text-align:left;
  277. padding:0px;
  278. color:{color:text};
  279. }
  280.  
  281. /* --- EDIT AUDIO STUFF HERE ---*/
  282.  
  283. .audio {
  284. width:490px;
  285. padding:10px;
  286. padding-right:0px;
  287. background-color:{color:infobg};
  288. }
  289.  
  290. .albumart {
  291. float:left;
  292. padding:0px 10px 10px 0px;
  293. }
  294.  
  295. .albumart img {
  296. width:80px;
  297. height:80px;
  298. }
  299.  
  300. .playercontainer {
  301. text-align:left;
  302. padding:0px;
  303. width:480px;
  304. }
  305.  
  306. .audioinfo {
  307. padding:0px;
  308. color:{color:text};
  309. }
  310.  
  311. /* --- EDIT POST INFO HERE ---*/
  312.  
  313. #postinfo {
  314. padding:2px;
  315. margin-top:12px;
  316. font-size:10px;
  317. color:{color:link};
  318. text-transform:lowercase;
  319. font-style:italic;
  320. letter-spacing:1px;
  321. text-align:left;
  322. border-top:1px solid {color:border};
  323. -moz-transition-duration:0.5s;
  324. -webkit-transition-duration:0.5s;
  325. -o-transition-duration:0.5s;
  326. }
  327.  
  328. #postinfo a {
  329. color:{color:link};
  330. font-style:italic;
  331. letter-spacing:1px;
  332. }
  333.  
  334. #postinfo a:hover {
  335. color:{color:hover};
  336. }
  337.  
  338.  
  339.  
  340. /* --- EDIT TAGS HERE ---*/
  341.  
  342. .tags {
  343. font-style:normal;
  344. width:500px;
  345. text-transform:uppercase;
  346. font-style:normal;
  347. color:{color:tags};
  348. line-height:120%;
  349. font-size:8px;
  350. text-align:left;
  351. padding:2px;
  352. -moz-transition-duration:0.5s;
  353. -webkit-transition-duration:0.5s;
  354. -o-transition-duration:0.5s;
  355. }
  356.  
  357. .tags a {
  358. color:{color:tags};
  359. letter-spacing:0px;
  360. padding:1px;
  361. }
  362.  
  363. .tags a:hover {
  364. color:{color:link};
  365. }
  366.  
  367. /* --- EDIT CHAT STUFF HERE ---*/
  368.  
  369. ul.chat, .chat ol, .chat li {
  370. list-style:none;
  371. margin:0px;
  372. padding:3px;
  373. }
  374.  
  375. .label {
  376. text-decoration:underline;
  377. font-weight:700;
  378. margin-right:5px;
  379. }
  380.  
  381. /* --- EDIT CREDIT HERE ---*/
  382.  
  383. #credit{
  384. font-size: 10px;
  385. font-style:none;
  386. letter-spacing: 0px;
  387. float: center;
  388. position: fixed;
  389. bottom: 10px;
  390. right: 10px;
  391. text-transform:none;
  392. font-family:new york;
  393. }
  394.  
  395. #credit a{
  396. color: #fff;
  397. background:{color:border};
  398. padding:5px;
  399. -moz-transition-duration:0.5s;
  400. -webkit-transition-duration:0.5s;
  401. -o-transition-duration:0.5s;
  402. }
  403.  
  404. #credit a:hover{
  405. color: {color:border};
  406. background:{color:bg};
  407. -moz-transition-duration:0.5s;
  408. -webkit-transition-duration:0.5s;
  409. -o-transition-duration:0.5s;
  410. }
  411.  
  412.  
  413.  
  414.  
  415. {CustomCSS}
  416.  
  417. </style></head>
  418.  
  419. <body>
  420. <div id="theme">
  421. <div id="sidebar">
  422. <div id="sidebarpicture">
  423. <img src="{image:sidebar}"></div>
  424. <div class="links">
  425. <a href="/">home</a>
  426. <a href="/ask">msg</a>
  427. {block:IfLinkA}
  428. <a href="{text:linkA url}">{text:linkA}</a>
  429. {/block:IfLinkA}
  430. {block:IfLinkB}
  431. <a href="{text:linkB url}">{text:linkB}</a>
  432. {/block:IfLinkB}
  433. {block:IfLinkC}
  434. <a href="{text:linkC url}">{text:linkC}</a>
  435. {/block:IfLinkC}
  436. </div>
  437. <div class="description">
  438. {Description}
  439. </div>
  440. {block:Pagination}
  441. <div class="pagination">
  442. {block:PreviousPage}
  443. <a href="{PreviousPage}">prev</a>
  444. {/block:PreviousPage}
  445. {block:NextPage} -
  446. <a href="{NextPage}">next</a>
  447. {/block:NextPage}
  448. </div>
  449. {/block:Pagination}
  450. </div>
  451.  
  452. <div id="entries">
  453.  
  454. {block:Posts}
  455.  
  456. <div id="posts">
  457.  
  458. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  459.  
  460. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  461.  
  462. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  463. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  464.  
  465. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  466.  
  467. {block:Photoset}<center>{Photoset-500}</center>
  468. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  469.  
  470. {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}
  471.  
  472. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  473.  
  474. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-24}"> {Asker}: {Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
  475.  
  476. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  477. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  478. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  479. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  480. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  481.  
  482.  
  483. {block:Date}<div id="postinfo"><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}
  484. {block:ContentSource} from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</div>{/block:Date}
  485. {block:HasTags}
  486. <div class="tags">
  487. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  488. {/block:HasTags}
  489. <div class="note">
  490. {block:PostNotes}{PostNotes}{/block:PostNotes}
  491. </div>
  492. </div>
  493. {/block:Posts}
  494.  
  495.  
  496. </div>
  497.  
  498. <div id="credit"> <a href="http://nathesykes.tumblr.com">base code credit</a></div>
  499.  
  500. </div>
  501. </div>
  502. </div>
  503. </body>
  504. </html>
Advertisement
Add Comment
Please, Sign In to add comment