Advertisement
karennn13

Karen's Theme 1

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