Advertisement
karennn13

theme 12

Mar 21st, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.90 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 12 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: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:sidebarborder" content="#FAFAFA">
  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. <meta name="text:linkD" content="">
  29. <meta name="text:linkD url" content="/">
  30. <meta name="text:linkE" content="">
  31. <meta name="text:linkE url" content="/">
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. a {
  42. color:{color:link};
  43. text-decoration:none;
  44. -moz-transition-duration:0.5s;
  45. -webkit-transition-duration:0.5s;
  46. -o-transition-duration:0.5s;
  47. }
  48.  
  49. a:hover {
  50. color:{color:hover};
  51. text-decoration:none;
  52. -moz-transition-duration:0.5s;
  53. -webkit-transition-duration:0.5s;
  54. -o-transition-duration:0.5s;
  55. }
  56.  
  57.  
  58. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:4px}
  59. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  60. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  61.  
  62. body {
  63. background-color:{color:bg};
  64. font-family:Cambria;
  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:2px 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. #border {
  108. width:330px;
  109. height:103%;
  110. position:fixed;
  111. background-color:{color:Border};
  112. margin-top:0px;
  113. margin-left:-165px;
  114. z-index:-1;}
  115.  
  116. #sidebar {
  117. color:{color:text};
  118. position:fixed;
  119.  
  120. width:230px;
  121. height:auto;
  122. margin-top:180px;
  123. margin-left:-98px;
  124. text-align:left;
  125. }
  126.  
  127. #sidebar img {
  128. width:230px;
  129. margin-left:-28px;
  130. height:auto;
  131. padding:5px;
  132. border-color:{color:sidebarborder};
  133. border-width:4px;
  134. border-style:groove;
  135. margin-bottom:5px;
  136. }
  137.  
  138.  
  139. .links {
  140. margin-bottom:5px;
  141. margin-left:-28px;
  142. font-size:10px;
  143. text-transform:lowercase;
  144. font-style:italic;
  145. text-align:center;
  146. letter-spacing:2px;
  147. word-spacing:-12px;
  148. line-height:170%;
  149. }
  150.  
  151. .links a {
  152. position: relative;
  153. display: inline-block;
  154. margin: 3px 13px;
  155. outline: none;
  156. color: {color:link};
  157. text-decoration: none;
  158. text-transform: lowercase;
  159. font-weight: 400;
  160. text-shadow: 0 0 1px rgba(255,255,255,0.3);
  161.  
  162. }
  163.  
  164. .links a:hover,
  165. .links a:focus {
  166. outline: none;
  167. }
  168.  
  169. .links -effect-7 a {
  170. padding: 6px 5px 5px;
  171. color: #000;
  172. text-shadow: none;
  173. font-weight: 100;
  174. }
  175.  
  176. .links-effect-7 a::before,
  177. .links-effect-7 a::after {
  178. position: absolute;
  179. top: 100%;
  180. left: 0;
  181. width: 100%;
  182. height: 1px;
  183. background: {color:sidebarborder};
  184. content: '';
  185. -webkit-transition: -webkit-transform 0.3s;
  186. -moz-transition: -moz-transform 0.3s;
  187. transition: transform 0.3s;
  188. -webkit-transform: scale(0.85);
  189. -moz-transform: scale(0.85);
  190. transform: scale(0.85);
  191. }
  192.  
  193. .links-effect-7 a::after {
  194. opacity: 0;
  195. -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  196. -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
  197. transition: top 0.3s, opacity 0.3s, transform 0.3s;
  198. }
  199.  
  200. .links-effect-7 a:hover::before,
  201. .links-effect-7 a:hover::after,
  202. .links-effect-7 a:focus::before,
  203. .links-effect-7 a:focus::after {
  204. -webkit-transform: scale(1);
  205. -moz-transform: scale(1);
  206. transform: scale(1);
  207. }
  208.  
  209. .links-effect-7 a:hover::after,
  210. .links-effect-7 a:focus::after {
  211. top: 0%;
  212. opacity: 1;
  213. }
  214.  
  215. .desc {
  216. margin-bottom:10px;
  217. margin-left:-28px;
  218. text-align:justify;
  219.  
  220. font-size:10px;
  221. color:{color:text};
  222. letter-spacing:1px;
  223. line-height:150%;
  224. }
  225.  
  226. .desc a {
  227. color:{color:link};
  228. }
  229.  
  230. .pagi {
  231. font-size:10px;
  232. text-transform:lowercase;
  233. letter-spacing:0px;
  234. font-style:italic;
  235. text-align:right;
  236. }
  237.  
  238. .pagi a {
  239. color:{color:link};
  240.  
  241. }
  242.  
  243. #stuffcontainer {
  244. float:left;
  245. margin-left:250px;
  246. margin-top:35px;
  247. text-align:justify;
  248. background-color:{color:bg};
  249. color:{color:text};
  250. margin-bottom: 35px;
  251. }
  252.  
  253.  
  254. #stuff {
  255. width:500px;
  256. margin-top:75px;
  257. text-align:justify;
  258. font-size:11px;
  259. line-height:90%;
  260. letter-spacing:0x;
  261. color:{color:text};
  262. }
  263.  
  264. .caption {
  265. width:500px;
  266. text-align:justify;
  267. line-height:120%;
  268. }
  269.  
  270. .ask {
  271. padding:10px;
  272. text-align:left;
  273. color:{color:text};
  274. background-color:{color:infobg};
  275. border-top:1px solid {color:border};
  276. border-right:0px solid {color:border};
  277. }
  278.  
  279. .ans {
  280. text-align:left;
  281. padding:10px;
  282. color:{color:text};
  283. }
  284.  
  285. .audio {
  286. width:500px;
  287. padding-bottom:10px;
  288. background-color:{color:infobg};
  289. }
  290.  
  291. .albumart {
  292. float:left;
  293. padding:0px 10px 10px 0px;
  294. }
  295.  
  296. .albumart img {
  297. width:45px;
  298. height:45px;
  299. }
  300.  
  301. .playercontainer {
  302. text-align:left;
  303. padding:10px;
  304. background-color:#ffffff;
  305. width:480px;
  306. }
  307.  
  308. .audioinfo {
  309. padding:10px;
  310. color:{color:text};
  311. }
  312.  
  313. #postinfo {
  314. width:490px;
  315. padding:5px;
  316. margin-top:5px;
  317. font-size:8px;
  318. color:{color:link};
  319. text-transform:uppercase;
  320. font-style:normal;
  321. letter-spacing:2px;
  322. text-align:left;
  323. border-color:{color:sidebarborder};
  324. border-width:2px;
  325. border-style:ridge;
  326. -moz-transition-duration:0.5s;
  327. -webkit-transition-duration:0.5s;
  328. -o-transition-duration:0.5s;
  329. }
  330.  
  331. #postinfo a {
  332. color:{color:link};
  333. text-align:center;
  334. letter-spacing:1px;
  335. font-style:normal;
  336. }
  337.  
  338. #postinfo a:hover {
  339. color:{color:hover};
  340. }
  341.  
  342. .note {
  343. text-transform:uppercase;
  344. font-style:normal;
  345. letter-spacing:0px;
  346. font-size: 9px;
  347. text-align:left;
  348. line-height:90%;
  349. margin-left:-40px;
  350. }
  351.  
  352. .note li {
  353. list-style-type:none;
  354. border-bottom:1px solid {color:border};
  355. padding:10px 25px 10px 25px;
  356. text-align:left;
  357. margin:0px;
  358. -moz-transition-duration:0.5s;
  359. -webkit-transition-duration:0.5s;
  360. -o-transition-duration:0.5s;
  361. }
  362.  
  363. .tags {
  364. font-style:normal;
  365. width:500px;
  366. text-transform:uppercase;
  367. font-style:normal;
  368. color:{color:tags};
  369. letter-spacing:2px;
  370. line-height:120%;
  371. font-size:8px;
  372. text-align:left;
  373. padding:2px;
  374. -moz-transition-duration:0.5s;
  375. -webkit-transition-duration:0.5s;
  376. -o-transition-duration:0.5s;
  377. }
  378.  
  379. .tags a {
  380. color:{color:tags};
  381. letter-spacing:1px;
  382. padding:1px;
  383. }
  384.  
  385. .tags a:hover {
  386. color:{color:link};
  387. }
  388.  
  389. ul.chat, .chat ol, .chat li {
  390. list-style:none;
  391. margin:0px;
  392. padding:2px;
  393. }
  394.  
  395. .label {
  396. text-decoration:underline;
  397. font-weight:700;
  398. background-color:{color:infobg};
  399. margin-right:5px;
  400. }
  401.  
  402. #cred {
  403. position:fixed;
  404. font-size:8px;
  405. font-weight:normal;
  406. line-height:150%;
  407. letter-spacing:2px;
  408. right:10px;
  409. bottom:10px;
  410. text-transform:uppercase;
  411. text-align:center;
  412. }
  413.  
  414. #cred a {
  415.  
  416. -moz-transition-duration:0.5s;
  417. -webkit-transition-duration:0.5s;
  418. -o-transition-duration:0.5s;
  419. }
  420.  
  421. {CustomCSS}
  422.  
  423. </style></head>
  424.  
  425. <body>
  426. <div id="theme">
  427. <div id="border">
  428. </div>
  429. <div id="sidebar">
  430.  
  431. <img src="{image:sidebar}">
  432.  
  433. <nav class="links-effect-7">
  434.  
  435. <div class="links">
  436.  
  437. {block:IfLinkA}
  438. <a href="{text:linkA url}">{text:linkA}</a>
  439. {/block:IfLinkA}
  440. {block:IfLinkB}
  441. <a href="{text:linkB url}">{text:linkB}</a>
  442. {/block:IfLinkB}
  443. {block:IfLinkC}
  444. <a href="{text:linkC url}">{text:linkC}</a>
  445. {/block:IfLinkC}
  446. {block:IfLinkD}
  447. <a href="{text:linkD url}">{text:linkD}</a>
  448. {/block:IfLinkD}
  449. {block:IfLinkE}
  450. <a href="{text:linkE url}">{text:linkE}</a>
  451. {/block:IfLinkE}
  452. </div></nav>
  453. <div class="desc">
  454. {Description}
  455. </div>
  456. {block:Pagination}
  457. <div class="pagi">
  458. {block:PreviousPage}
  459. <a href="{PreviousPage}">prev</a>
  460. {/block:PreviousPage}
  461. {block:NextPage}
  462. <a href="{NextPage}">-next</a>
  463. {/block:NextPage}
  464. </div>
  465. {/block:Pagination}
  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 id="cred"><a href="http://teenwovles.tumblr.com/">&#9733;&#9734;&#9733;</a></div>
  516.  
  517. </div>
  518. </div>
  519. </div>
  520. </body>
  521. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement