Advertisement
getnakedmiley

A Thousand Years theme

Dec 29th, 2012
4,819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.30 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. <!-- A Thousand Years theme by GETNAKEDMILEY -->
  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="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19.  
  20. <meta name="image:sbimage" content=""/>
  21.  
  22. <meta name="text:desc2" content="">
  23. <meta name="text:linkA" content="">
  24. <meta name="text:linkA url" content="/">
  25. <meta name="text:linkB" content="">
  26. <meta name="text:linkB url" content="/">
  27. <meta name="text:linkC" content="">
  28. <meta name="text:linkC url" content="/">
  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. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  35. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. a {
  41. color:{color:link};
  42. text-decoration:none;
  43. -moz-transition-duration:0.5s;
  44. -webkit-transition-duration:0.5s;
  45. -o-transition-duration:0.5s;
  46. }
  47.  
  48. a:hover {
  49. color:{color:hover};
  50. text-decoration:none;
  51. -moz-transition-duration:0.5s;
  52. -webkit-transition-duration:0.5s;
  53. -o-transition-duration:0.5s;
  54. }
  55.  
  56.  
  57. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  58. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  59. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  60.  
  61. body {
  62. background-color:{color:bg};
  63. font-family:Calibri;
  64. font-weight:normal;
  65. }
  66.  
  67.  
  68.  
  69.  
  70. h1 {
  71. font-weight:normal;
  72. font-size:10px;
  73. text-align:right;
  74. font-style:normal;
  75. line-height:120%;
  76. letter-spacing:1px;
  77. text-transform:uppercase;
  78. color:{color:text};
  79. }
  80.  
  81. h2 {
  82. font-size:15px;
  83. text-align:left;
  84. line-height:120%;
  85. letter-spacing:-0.5px;
  86. color:{color:text};
  87. font-weight:normal;
  88. border-bottom:1px solid {color:border};
  89. padding:5px;
  90. padding-bottom:2px;
  91. }
  92.  
  93. h3 {
  94. font-size:9px;
  95. text-align:center;
  96. font-style:normal;
  97. line-height:120%;
  98. letter-spacing:1px;
  99. text-transform:uppercase;
  100. color:{color:text};
  101. }
  102.  
  103. h4 {
  104. font-size:9px;
  105. text-align:center;
  106. font-style:normal;
  107. line-height:120%;
  108. letter-spacing:-0.5px;
  109. color:{color:link};
  110. }
  111.  
  112. blockquote {
  113. border-left:2px solid {color:text};
  114. padding-left:5px;
  115. margin:5px;
  116. }
  117.  
  118. #theme {
  119. background-color:{color:bg};
  120. width:750px;
  121. text-align: center;
  122. margin: 0 auto -12px auto;
  123. }
  124.  
  125. #sbar {
  126. color:{color:text};
  127. position:fixed;
  128. width:180px;
  129. height:auto;
  130. text-align:left;
  131. margin-top:180px;
  132. }
  133.  
  134. #sbar img {
  135. width:180px;
  136. height:180px;
  137. border-radius:500px;
  138. background-color:{color:infobg};
  139. }
  140.  
  141. #sbar:hover .links {
  142. opacity:1;
  143. -moz-transition-duration:0.6s;
  144. -webkit-transition-duration:0.6s;
  145. -o-transition-duration:0.6s;
  146. }
  147.  
  148. .links {
  149. opacity:0;
  150. border-radius:500px;
  151. margin:20px;
  152. position:absolute;
  153. width:90px;
  154. height:90px;
  155. font-size:8px;
  156. text-transform:uppercase;
  157. text-align:center;
  158. padding:25px;
  159. letter-spacing:2px;
  160. line-height:170%;
  161. z-index:999;
  162. background-color:{color:infobg};
  163. -moz-transition-duration:0.6s;
  164. -webkit-transition-duration:0.6s;
  165. -o-transition-duration:0.6s;
  166. }
  167.  
  168. .links a{
  169. color:{color:link};
  170. display:block;
  171. padding:3px;
  172. letter-spacing:0px;
  173. text-decoration:none;
  174. -moz-transition-duration:1s;
  175. -webkit-transition-duration:1s;
  176. -o-transition-duration:1s;
  177. }
  178.  
  179. .links a:hover{
  180. color:{color:hover};
  181. -moz-transition-duration:1s;
  182. -webkit-transition-duration:1s;
  183. -o-transition-duration:1s;
  184. }
  185.  
  186. .desc {
  187. padding-top:10px;
  188. padding-bottom:10px;
  189. font-size:10px;
  190. letter-spacing:1px;
  191. text-align:justify;
  192. line-height:150%;
  193. color:{color:text};
  194. }
  195.  
  196. .desc a {
  197. color:{color:link};
  198. }
  199.  
  200. .desc2 {
  201. padding:10px;
  202. text-align:left;
  203. font-size:10px;
  204. color:{color:text};
  205. background-color:{color:infobg};
  206. }
  207.  
  208. .desc2 a {
  209. color:{color:link};
  210. }
  211.  
  212. .title {
  213. font-family:"Libre Baskerville";
  214. font-style:italic;
  215. font-weight:normal;
  216. margin-left:20px;
  217. font-size:18px;
  218. letter-spacing:-1px;
  219. color:{color:hover};
  220. }
  221.  
  222. .pagi {
  223. text-align:center;
  224. font-size:8px;
  225. letter-spacing:3px;
  226. text-transform:uppercase;
  227. font-style:normal;
  228. color:{color:link};
  229. }
  230.  
  231. .pagi a {
  232. color:{color:text};
  233. }
  234.  
  235. #stuffcontainer {
  236. float:left;
  237. margin-left:250px;
  238. margin-top:75px;
  239. text-align:justify;
  240. background-color:{color:bg};
  241. color:{color:text};
  242. margin-bottom: 35px;
  243. }
  244.  
  245.  
  246. #stuff {
  247. width:500px;
  248. margin-top:75px;
  249. text-align:justify;
  250. font-size:11px;
  251. line-height:90%;
  252. letter-spacing:0x;
  253. color:{color:text};
  254. }
  255.  
  256. .caption {
  257. width:500px;
  258. text-align:justify;
  259. line-height:120%;
  260. }
  261.  
  262. .ask {
  263. padding:10px;
  264. text-align:left;
  265. color:{color:text};
  266. background-color:{color:infobg};
  267. border-bottom:1px solid {color:border};
  268. border-right:1px solid {color:border};
  269. }
  270.  
  271. .ans {
  272. text-align:left;
  273. padding:10px;
  274. color:{color:text};
  275. }
  276.  
  277. .audio {
  278. width:500px;
  279. padding-bottom:10px;
  280. }
  281.  
  282. .albumart {
  283. width:45px;
  284. height:45px;
  285. float:left;
  286. padding:0px 10px 10px 0px;
  287. }
  288.  
  289. .albumart img {
  290. width:45px;
  291. height:45px;
  292. }
  293.  
  294. .playercontainer {
  295. text-align:left;
  296. padding:10px;
  297. background-color:#ffffff;
  298. width:480px;
  299. }
  300.  
  301. .audio {
  302. background-color:{color:infobg};
  303. }
  304.  
  305. .audioinfo {
  306. padding:10px;
  307. color:{color:text};
  308. }
  309.  
  310. #postinfo {
  311. width:60px;
  312. background-color:{color:border};
  313. float:left;
  314. padding:3px;
  315. text-transform:uppercase;
  316. font-style:normal;
  317. letter-spacing:2px;
  318. font-size:8px;
  319. color:{color:link};
  320. text-align:center;
  321. -moz-transition-duration:0.5s;
  322. -webkit-transition-duration:0.5s;
  323. -o-transition-duration:0.5s;
  324. }
  325.  
  326. #postinfo a {
  327. color:{color:link};
  328. text-align:center;
  329. letter-spacing:1px;
  330. font-style:normal;
  331. }
  332.  
  333. #postinfo a:hover {
  334. color:{color:hover};
  335. }
  336.  
  337. #postlinks {
  338. text-transform:uppercase;
  339. font-style:normal;
  340. margin-left:70px;
  341. letter-spacing:1px;
  342. font-size:8px;
  343. line-height:100%;
  344. height:8px;
  345. padding:3px;
  346. color:{color:link};
  347. text-align:left;
  348. -moz-transition-duration:0.5s;
  349. -webkit-transition-duration:0.5s;
  350. -o-transition-duration:0.5s;
  351. }
  352.  
  353. #postlinks a {
  354. padding-right:5px;
  355. color:{color:link};
  356. letter-spacing:1px;
  357. }
  358.  
  359. #postlinks a:hover {
  360. color:{color:hover};
  361. }
  362.  
  363. .note {
  364. text-transform:uppercase;
  365. font-style:normal;
  366. letter-spacing:0px;
  367. font-size: 9px;
  368. text-align:left;
  369. line-height:90%;
  370. margin-left:-40px;
  371. }
  372.  
  373. .note li {
  374. list-style-type:none;
  375. border-bottom:1px solid {color:border};
  376. padding:10px 25px 10px 25px;
  377. text-align:left;
  378. margin:0px;
  379. }
  380.  
  381. .note img {
  382. display:none;
  383. }
  384.  
  385. .tags {
  386. font-style:normal;
  387. width:500px;
  388. text-transform:uppercase;
  389. font-style:normal;
  390. color:{color:tags};
  391. letter-spacing:2px;
  392. line-height:100%;
  393. font-size:8px;
  394. margin-top:2px;
  395. text-align:left;
  396. }
  397.  
  398. .tags a {
  399. color:{color:tags};
  400. letter-spacing:1px;
  401. margin:2px 0px 2px;
  402. padding:1px;
  403. }
  404.  
  405. .tags a:hover {
  406. color:{color:link};
  407. }
  408.  
  409. ul.chat, .chat ol, .chat li {
  410. list-style:none;
  411. margin:0px;
  412. padding:2px;
  413. }
  414.  
  415. .label {
  416. text-decoration:underline;
  417. font-weight:700;
  418. background-color:{color:infobg};
  419. margin-right:5px;
  420. }
  421.  
  422. #cred {
  423. position:fixed;
  424. font-size:8px;
  425. line-height:150%;
  426. letter-spacing:2px;
  427. right:10px;
  428. bottom:10px;
  429. text-transform:uppercase;
  430. text-align:center;
  431. }
  432.  
  433. #cred a {
  434. display:inline-block;
  435. padding:3px;
  436. opacity:1;
  437. font-family:calibri;
  438. color:{color:bg};
  439. background-color:{color:hover};
  440. border:1px solid {color:hover};
  441. -moz-transition-duration:0.5s;
  442. -webkit-transition-duration:0.5s;
  443. -o-transition-duration:0.5s;
  444. }
  445.  
  446. #cred a:hover {
  447. opacity:0;
  448. -moz-transition-duration:0.5s;
  449. -webkit-transition-duration:0.5s;
  450. -o-transition-duration:0.5s;
  451. }
  452.  
  453. {CustomCSS}
  454.  
  455. </style></head>
  456.  
  457. <body>
  458. <div id="theme">
  459. <div id="sbar">
  460. <div class="links">
  461. <a href="/">home</a>
  462. <a href="/ask">ask</a>
  463. {block:IfLinkA}
  464. <a href="{text:linkA url}">{text:linkA}</a>
  465. {/block:IfLinkA}
  466. {block:IfLinkB}
  467. <a href="{text:linkB url}">{text:linkB}</a>
  468. {/block:IfLinkB}
  469. {block:IfLinkC}
  470. <a href="{text:linkC url}">{text:linkC}</a>
  471. {/block:IfLinkC}
  472. </div>
  473. <img src="{image:sbimage}">
  474. <div class="desc">
  475. {Description}
  476. </div>
  477. {block:Pagination}
  478. <div class="pagi">
  479. {block:PreviousPage}
  480. <a href="{PreviousPage}">←</a>
  481. {/block:PreviousPage}
  482. {block:NextPage}
  483. <a href="{NextPage}">→</a>
  484. {/block:NextPage}
  485. </div>
  486. {/block:Pagination}
  487. </div>
  488.  
  489. <div id="stuffcontainer">
  490. <div class="title">
  491. {Title}
  492. </div>
  493. <div class="desc2">
  494. {text:desc2}
  495. </div>
  496. {block:Posts}
  497. <div id="stuff">
  498.  
  499. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  500.  
  501. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  502.  
  503. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  504. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  505.  
  506. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  507.  
  508. {block:Photoset}<center>{Photoset-500}</center>
  509. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  510.  
  511. {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}
  512.  
  513. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  514.  
  515. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  516.  
  517. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  518. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  519. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  520. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  521. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  522.  
  523.  
  524.  
  525. {block:Date}<div id="postinfo">{MonthNumberWithZero}/{DayOfMonthWithZero}&nbsp;<a href="{Permalink}">{24Hour}:{Minutes}</a></div><div id="postlinks">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}/ <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  526. {block:ContentSource}/ <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  527. {block:HasTags}
  528. <div class="tags">
  529. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}{/block:HasTags}
  530. </div>
  531. <div class="note">
  532. {block:PostNotes}{PostNotes}{/block:PostNotes}
  533. </div>
  534. {/block:Posts}
  535.  
  536.  
  537. </div>
  538.  
  539. <div id="cred"><a href="http://sunsgodownthemes.tumblr.com/">theme</a></div>
  540.  
  541. </div>
  542. </div>
  543. </div>
  544. </body>
  545. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement