Advertisement
Guest User

theme n˚17

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