Advertisement
karennn13

theme 9

Feb 16th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.44 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 9 BY KAREN AKA TEENWOVLES-->
  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:linkbg" content="#E6E4E4">
  14. <meta name="color:hover" content="#454545">
  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.  
  34. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  35. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38.  
  39. <style type="text/css">
  40.  
  41.  
  42. a {
  43. color:{color:link};
  44. text-decoration:none;
  45. -moz-transition-duration:0.5s;
  46. -webkit-transition-duration:0.5s;
  47. -o-transition-duration:0.5s;
  48. }
  49.  
  50. a:hover {
  51. color:{color:hover};
  52. text-decoration:none;
  53. -moz-transition-duration:0.5s;
  54. -webkit-transition-duration:0.5s;
  55. -o-transition-duration:0.5s;
  56. }
  57.  
  58.  
  59. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:5px}
  60. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  61. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  62.  
  63. body {
  64. background-color:{color:bg};
  65. font-family:Cambria;
  66. font-weight:normal;
  67. }
  68.  
  69.  
  70.  
  71.  
  72. h1 {
  73. font-weight:normal;
  74. font-size:10px;
  75. text-align:center;
  76. font-style:normal;
  77. line-height:80%;
  78. letter-spacing:1px;
  79. text-transform:uppercase;
  80. color:{color:text};
  81. }
  82.  
  83. h2 {
  84. font-size:15px;
  85. text-align:center;
  86. line-height:100%;
  87. letter-spacing:-0.5px;
  88. color:{color:text};
  89. font-weight:normal;
  90. padding:5px;
  91. padding-bottom:2px;
  92. }
  93.  
  94.  
  95. blockquote {
  96. border-left:2px solid {color:text};
  97. padding-left:5px;
  98. margin:5px;
  99. }
  100.  
  101. #theme {
  102. background-color:{color:bg};
  103. width:700px;
  104. margin: 0 auto -12px auto;
  105. text-align: center;
  106. }
  107.  
  108. #sidebar {
  109. color:{color:text};
  110. position:fixed;
  111. width:250px;
  112. height:auto;
  113. margin-top:180px;
  114. margin-left:-50px;
  115. text-align:left;
  116. }
  117.  
  118. #sidebar img {
  119. width:250px;
  120. height:auto;
  121. margin-bottom:10px;
  122. }
  123.  
  124.  
  125. .links {
  126. margin-bottom:5px;
  127. font-size:8px;
  128. width:230px;
  129. text-transform:uppercase;
  130. text-align:center;
  131. word-spacing:5px;
  132. letter-spacing:1px;
  133. line-height:170%;
  134. }
  135.  
  136.  
  137. .links a{
  138. color:{color:link};
  139. display: inline-block;
  140. overflow: hidden;
  141. vertical-align: top;
  142. -webkit-perspective: 600px;
  143. -moz-perspective: 600px;
  144. -o-perspective: 600px;
  145. -ms-perspective: 600px;
  146. perspective: 600px;
  147. -webkit-perspective-origin: 50% 50%;
  148. -moz-perspective-origin: 50% 50%;
  149. -o-perspective-origin: 50% 50%;
  150. -ms-perspective-origin: 50% 50%;
  151. perspective-origin: 50% 50%;
  152. }
  153.  
  154. .links a span{
  155. display: block;
  156. position: relative;
  157. padding: 0 2px;
  158. -webkit-transition: all 400ms ease;
  159. -moz-transition: all 400ms ease;
  160. -o-transition: all 400ms ease;
  161. -ms-transition: all 400ms ease;
  162. transition: all 400ms ease;
  163. -webkit-transform-origin: 50% 0%;
  164. -moz-transform-origin: 50% 0%;
  165. -o-transform-origin: 50% 0%;
  166. -ms-transform-origin: 50% 0%;
  167. transform-origin: 50% 0%;
  168. -webkit-transform-style: preserve-3d;
  169. -moz-transform-style: preserve-3d;
  170. -o-transform-style: preserve-3d;
  171. -ms-transform-style: preserve-3d;
  172. transform-style: preserve-3d;
  173. }
  174.  
  175. .links a:hover span {
  176. background: {color:linkbg};
  177. -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  178. -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  179. -o-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  180. -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  181. transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  182. }
  183.  
  184. .links a span:after {
  185. content: attr(data-title);
  186. display: block;
  187. position: absolute;
  188. left: 0;
  189. top: 0;
  190. padding: 0 2px;
  191. color: {color:text};
  192. background:{color:linkbg};
  193. -webkit-transform-origin: 50% 0%;
  194. -moz-transform-origin: 50% 0%;
  195. -o-transform-origin: 50% 0%;
  196. -ms-transform-origin: 50% 0%;
  197. transform-origin: 50% 0%;
  198. -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  199. -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  200. -o-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  201. -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  202. transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  203. }
  204.  
  205.  
  206. .desc {
  207. margin-bottom:10px;
  208. text-align:justify;
  209. font-size:10px;
  210. color:{color:text};
  211. letter-spacing:1px;
  212. line-height:160%;
  213. }
  214.  
  215. .desc a {
  216. color:{color:link};
  217. }
  218.  
  219. .pagi {
  220. font-size:9px;
  221. text-transform:lowercase;
  222. letter-spacing:0px;
  223. font-style:italic;
  224. text-align:right;
  225. }
  226.  
  227. .pagi a {
  228. color:{color:link};
  229. }
  230.  
  231. #stuffcontainer {
  232. float:left;
  233. margin-left:250px;
  234. margin-top:45px;
  235. text-align:justify;
  236. background-color:{color:bg};
  237. color:{color:text};
  238. margin-bottom: 35px;
  239. }
  240.  
  241.  
  242. #stuff {
  243. width:500px;
  244. margin-top:75px;
  245. text-align:justify;
  246. font-size:11px;
  247. line-height:90%;
  248. letter-spacing:0x;
  249. color:{color:text};
  250. }
  251.  
  252. .caption {
  253. width:500px;
  254. text-align:justify;
  255. line-height:120%;
  256. }
  257.  
  258. .ask {
  259. padding:10px;
  260. text-align:left;
  261. color:{color:text};
  262. background-color:{color:infobg};
  263. border-bottom:0px solid {color:border};
  264. border-right:0px solid {color:border};
  265. }
  266.  
  267. .ans {
  268. text-align:left;
  269. padding:10px;
  270. color:{color:text};
  271. }
  272.  
  273. .audio {
  274. width:500px;
  275. padding-bottom:10px;
  276. background-color:{color:infobg};
  277. }
  278.  
  279. .albumart {
  280. float:left;
  281. padding:0px 10px 10px 0px;
  282. }
  283.  
  284. .albumart img {
  285. width:45px;
  286. height:45px;
  287. }
  288.  
  289. .playercontainer {
  290. text-align:left;
  291. padding:10px;
  292. background-color:#ffffff;
  293. width:480px;
  294. }
  295.  
  296. .audioinfo {
  297. padding:10px;
  298. color:{color:text};
  299. }
  300.  
  301. #postinfo {
  302. width:490px;
  303. padding:5px;
  304. font-size:8px;
  305. color:{color:link};
  306. text-transform:uppercase;
  307. font-style:normal;
  308. letter-spacing:2px;
  309. text-align:left;
  310. border-top:0px solid {color:border};
  311. border-bottom:0px solid {color:border};
  312. -moz-transition-duration:0.5s;
  313. -webkit-transition-duration:0.5s;
  314. -o-transition-duration:0.5s;
  315. }
  316.  
  317. #postinfo a {
  318. color:{color:link};
  319. text-align:center;
  320. letter-spacing:1px;
  321. font-style:normal;
  322. }
  323.  
  324. #postinfo a:hover {
  325. color:{color:hover};
  326. }
  327.  
  328. .note {
  329. text-transform:uppercase;
  330. font-style:normal;
  331. letter-spacing:0px;
  332. font-size: 9px;
  333. text-align:left;
  334. line-height:90%;
  335. margin-left:-40px;
  336. }
  337.  
  338. .note li {
  339. list-style-type:none;
  340. border-bottom:1px solid {color:border};
  341. padding:10px 25px 10px 25px;
  342. text-align:left;
  343. margin:0px;
  344. -moz-transition-duration:0.5s;
  345. -webkit-transition-duration:0.5s;
  346. -o-transition-duration:0.5s;
  347. }
  348.  
  349. .tags {
  350. font-style:normal;
  351. width:500px;
  352. text-transform:uppercase;
  353. font-style:normal;
  354. color:{color:tags};
  355. letter-spacing:2px;
  356. line-height:120%;
  357. font-size:8px;
  358. text-align:left;
  359. padding:2px;
  360. -moz-transition-duration:0.5s;
  361. -webkit-transition-duration:0.5s;
  362. -o-transition-duration:0.5s;
  363. }
  364.  
  365. .tags a {
  366. color:{color:tags};
  367. letter-spacing:1px;
  368. padding:1px;
  369. }
  370.  
  371. .tags a:hover {
  372. color:{color:link};
  373. }
  374.  
  375. ul.chat, .chat ol, .chat li {
  376. list-style:none;
  377. margin:0px;
  378. padding:2px;
  379. }
  380.  
  381. .label {
  382. text-decoration:underline;
  383. font-weight:700;
  384. background-color:{color:infobg};
  385. margin-right:5px;
  386. }
  387.  
  388. #cred {
  389. position:fixed;
  390. font-size:8px;
  391. font-weight:normal;
  392. line-height:150%;
  393. letter-spacing:2px;
  394. right:10px;
  395. bottom:10px;
  396. text-transform:uppercase;
  397. text-align:center;
  398. }
  399.  
  400. #cred a {
  401. -moz-transition-duration:0.5s;
  402. -webkit-transition-duration:0.5s;
  403. -o-transition-duration:0.5s;
  404. }
  405.  
  406.  
  407. {CustomCSS}
  408.  
  409. </style></head>
  410.  
  411. <body>
  412. <div id="theme">
  413. <div id="sidebar">
  414. <img src="{image:sidebar}">
  415.  
  416. <div class=links>
  417. [
  418. {block:IfLinkA}
  419. <a href="{text:linkA url}"><span data-title="{text:linkA}"</span>{text:linkA}</a>
  420. {/block:IfLinkA}
  421. {block:IfLinkB}
  422. <a href="{text:linkB url}"><span data-title="{text:linkB}"</span>{text:linkB}</a>
  423. {/block:IfLinkB}
  424. {block:IfLinkC}
  425. <a href="{text:linkC url}"><span data-title="{text:linkC}"</span>{text:linkC}</a>
  426. {/block:IfLinkC}
  427. {block:IfLinkD}
  428. <a href="{text:linkD url}"><span data-title="{text:linkD}"</span>{text:linkD}</a>
  429. {/block:IfLinkD}
  430. {block:IfLinkE}
  431. <a href="{text:linkE url}"><span data-title="{text:linkE}"</span>{text:linkE}
  432. {/block:IfLinkE}
  433.  
  434. </a>&nbsp;]
  435.  
  436. </div>
  437. <div class="desc">
  438. {Description}
  439. </div>
  440. {block:Pagination}
  441. <div class="pagi">
  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="stuffcontainer">
  453.  
  454. {block:Posts}
  455.  
  456. <div id="stuff">
  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 class="ask">{Asker} asked: {Question}</div><div class="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.  
  484. {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}
  485. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  486. {block:HasTags}
  487. <div class="tags">
  488. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  489. {/block:HasTags}
  490. <div class="note">
  491. {block:PostNotes}{PostNotes}{/block:PostNotes}
  492. </div>
  493. </div>
  494. {/block:Posts}
  495.  
  496.  
  497. </div>
  498.  
  499. <div id="cred"><a href="http://teenwovles.tumblr.com/">&#9733;&#9734;&#9733;</a></div>
  500.  
  501. </div>
  502. </div>
  503. </div>
  504. </body>
  505. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement