Advertisement
karennn13

theme 7

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