Advertisement
karennn13

theme for yara

Mar 22nd, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 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 FOR YARA-->
  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:230px;
  112. height:auto;
  113. margin-top:180px;
  114. margin-left:30px;
  115. text-align:left;
  116. }
  117.  
  118. #sidebar img {
  119. width:230px;
  120. height:auto;
  121. margin-bottom:10px;
  122. }
  123.  
  124.  
  125. .links {
  126. margin-bottom:5px;
  127. font-size:11px;
  128. width:220px;
  129. text-transform:lowercase;
  130. font-weight:bold;
  131. text-align:center;
  132. word-spacing:3px;
  133. letter-spacing:1px;
  134. line-height:170%;
  135. }
  136.  
  137.  
  138. .links a{
  139. color:{color:link};
  140. display: inline-block;
  141. overflow: hidden;
  142. vertical-align: top;
  143. -webkit-perspective: 600px;
  144. -moz-perspective: 600px;
  145. -o-perspective: 600px;
  146. -ms-perspective: 600px;
  147. perspective: 600px;
  148. -webkit-perspective-origin: 50% 50%;
  149. -moz-perspective-origin: 50% 50%;
  150. -o-perspective-origin: 50% 50%;
  151. -ms-perspective-origin: 50% 50%;
  152. perspective-origin: 50% 50%;
  153. }
  154.  
  155. .links a span{
  156. display: block;
  157. position: relative;
  158. padding: 0 2px;
  159. -webkit-transition: all 400ms ease;
  160. -moz-transition: all 400ms ease;
  161. -o-transition: all 400ms ease;
  162. -ms-transition: all 400ms ease;
  163. transition: all 400ms ease;
  164. -webkit-transform-origin: 50% 0%;
  165. -moz-transform-origin: 50% 0%;
  166. -o-transform-origin: 50% 0%;
  167. -ms-transform-origin: 50% 0%;
  168. transform-origin: 50% 0%;
  169. -webkit-transform-style: preserve-3d;
  170. -moz-transform-style: preserve-3d;
  171. -o-transform-style: preserve-3d;
  172. -ms-transform-style: preserve-3d;
  173. transform-style: preserve-3d;
  174. }
  175.  
  176. .links a:hover span {
  177. background: {color:linkbg};
  178. -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  179. -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  180. -o-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  181. -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  182. transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  183. }
  184.  
  185. .links a span:after {
  186. content: attr(data-title);
  187. display: block;
  188. position: absolute;
  189. left: 0;
  190. top: 0;
  191. padding: 0 2px;
  192. color: {color:text};
  193. background:{color:linkbg};
  194. -webkit-transform-origin: 50% 0%;
  195. -moz-transform-origin: 50% 0%;
  196. -o-transform-origin: 50% 0%;
  197. -ms-transform-origin: 50% 0%;
  198. transform-origin: 50% 0%;
  199. -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  200. -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  201. -o-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  202. -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  203. transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  204. }
  205.  
  206.  
  207. .desc {
  208. margin-bottom:10px;
  209. text-align:justify;
  210. font-size:10px;
  211. color:{color:text};
  212. letter-spacing:1px;
  213. line-height:160%;
  214. }
  215.  
  216. .desc a {
  217. color:{color:link};
  218. }
  219.  
  220. .pagi {
  221. font-size:9px;
  222. text-transform:lowercase;
  223. letter-spacing:0px;
  224. font-style:italic;
  225. text-align:right;
  226. }
  227.  
  228. .pagi a {
  229. color:{color:link};
  230. }
  231.  
  232. #stuffcontainer {
  233. float:left;
  234. margin-left:310px;
  235. margin-top:45px;
  236. text-align:justify;
  237. background-color:{color:bg};
  238. color:{color:text};
  239. margin-bottom: 35px;
  240. }
  241.  
  242.  
  243. #stuff {
  244. width:500px;
  245. margin-top:75px;
  246. text-align:justify;
  247. font-size:11px;
  248. line-height:90%;
  249. letter-spacing:0x;
  250. color:{color:text};
  251. }
  252.  
  253. .caption {
  254. width:500px;
  255. text-align:justify;
  256. line-height:120%;
  257. }
  258.  
  259. .ask {
  260. padding:10px;
  261. text-align:left;
  262. color:{color:text};
  263. background-color:{color:infobg};
  264. border-bottom:0px solid {color:border};
  265. border-right:0px solid {color:border};
  266. }
  267.  
  268. .ans {
  269. text-align:left;
  270. padding:10px;
  271. color:{color:text};
  272. }
  273.  
  274. .audio {
  275. width:500px;
  276. padding-bottom:10px;
  277. background-color:{color:infobg};
  278. }
  279.  
  280. .albumart {
  281. float:left;
  282. padding:0px 10px 10px 0px;
  283. }
  284.  
  285. .albumart img {
  286. width:45px;
  287. height:45px;
  288. }
  289.  
  290. .playercontainer {
  291. text-align:left;
  292. padding:10px;
  293. background-color:#ffffff;
  294. width:480px;
  295. }
  296.  
  297. .audioinfo {
  298. padding:10px;
  299. color:{color:text};
  300. }
  301.  
  302. #postinfo {
  303. width:490px;
  304. padding:5px;
  305. font-size:8px;
  306. color:{color:link};
  307. text-transform:uppercase;
  308. font-style:normal;
  309. letter-spacing:2px;
  310. text-align:left;
  311. border-top:0px solid {color:border};
  312. border-bottom:0px solid {color:border};
  313. -moz-transition-duration:0.5s;
  314. -webkit-transition-duration:0.5s;
  315. -o-transition-duration:0.5s;
  316. }
  317.  
  318. #postinfo a {
  319. color:{color:link};
  320. text-align:center;
  321. letter-spacing:1px;
  322. font-style:normal;
  323. }
  324.  
  325. #postinfo a:hover {
  326. color:{color:hover};
  327. }
  328.  
  329. .note {
  330. text-transform:uppercase;
  331. font-style:normal;
  332. letter-spacing:0px;
  333. font-size: 9px;
  334. text-align:left;
  335. line-height:90%;
  336. margin-left:-40px;
  337. }
  338.  
  339. .note li {
  340. list-style-type:none;
  341. border-bottom:1px solid {color:border};
  342. padding:10px 25px 10px 25px;
  343. text-align:left;
  344. margin:0px;
  345. -moz-transition-duration:0.5s;
  346. -webkit-transition-duration:0.5s;
  347. -o-transition-duration:0.5s;
  348. }
  349.  
  350. .tags {
  351. font-style:normal;
  352. width:500px;
  353. text-transform:uppercase;
  354. font-style:normal;
  355. color:{color:tags};
  356. letter-spacing:2px;
  357. line-height:120%;
  358. font-size:8px;
  359. text-align:left;
  360. padding:2px;
  361. -moz-transition-duration:0.5s;
  362. -webkit-transition-duration:0.5s;
  363. -o-transition-duration:0.5s;
  364. }
  365.  
  366. .tags a {
  367. color:{color:tags};
  368. letter-spacing:1px;
  369. padding:1px;
  370. }
  371.  
  372. .tags a:hover {
  373. color:{color:link};
  374. }
  375.  
  376. ul.chat, .chat ol, .chat li {
  377. list-style:none;
  378. margin:0px;
  379. padding:2px;
  380. }
  381.  
  382. .label {
  383. text-decoration:underline;
  384. font-weight:700;
  385. background-color:{color:infobg};
  386. margin-right:5px;
  387. }
  388.  
  389. #cred {
  390. position:fixed;
  391. font-size:8px;
  392. font-weight:normal;
  393. line-height:150%;
  394. letter-spacing:2px;
  395. right:10px;
  396. bottom:10px;
  397. text-transform:uppercase;
  398. text-align:center;
  399. }
  400.  
  401. #cred a {
  402. -moz-transition-duration:0.5s;
  403. -webkit-transition-duration:0.5s;
  404. -o-transition-duration:0.5s;
  405. }
  406.  
  407.  
  408. {CustomCSS}
  409.  
  410. </style></head>
  411.  
  412. <body>
  413. <div id="theme">
  414. <div id="sidebar">
  415. <img src="{image:sidebar}">
  416.  
  417. <div class=links>
  418.  
  419. {block:IfLinkA}
  420. <a href="{text:linkA url}"><span data-title="{text:linkA}"</span>{text:linkA}</a>
  421. {/block:IfLinkA}
  422. {block:IfLinkB}
  423. <a href="{text:linkB url}"><span data-title="{text:linkB}"</span>{text:linkB}</a>
  424. {/block:IfLinkB}
  425. {block:IfLinkC}
  426. <a href="{text:linkC url}"><span data-title="{text:linkC}"</span>{text:linkC}</a>
  427. {/block:IfLinkC}
  428. {block:IfLinkD}
  429. <a href="{text:linkD url}"><span data-title="{text:linkD}"</span>{text:linkD}</a>
  430. {/block:IfLinkD}
  431. {block:IfLinkE}
  432. <a href="{text:linkE url}"><span data-title="{text:linkE}"</span>{text:linkE}
  433. {/block:IfLinkE}
  434.  
  435. </a>
  436.  
  437. </div>
  438. <div class="desc">
  439. {Description}
  440. </div>
  441. {block:Pagination}
  442. <div class="pagi">
  443. {block:PreviousPage}
  444. <a href="{PreviousPage}">prev</a>
  445. {/block:PreviousPage}
  446. {block:NextPage}
  447. <a href="{NextPage}">-next</a>
  448. {/block:NextPage}
  449. </div>
  450. {/block:Pagination}
  451. </div>
  452.  
  453. <div id="stuffcontainer">
  454.  
  455. {block:Posts}
  456.  
  457. <div id="stuff">
  458.  
  459. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  460.  
  461. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  462.  
  463. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  464. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  465.  
  466. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  467.  
  468. {block:Photoset}<center>{Photoset-500}</center>
  469. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  470.  
  471. {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}
  472.  
  473. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  474.  
  475. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  476.  
  477. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  478. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  479. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  480. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  481. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  482.  
  483.  
  484.  
  485. {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}
  486. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  487. {block:HasTags}
  488. <div class="tags">
  489. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  490. {/block:HasTags}
  491. <div class="note">
  492. {block:PostNotes}{PostNotes}{/block:PostNotes}
  493. </div>
  494. </div>
  495. {/block:Posts}
  496.  
  497.  
  498. </div>
  499.  
  500. <div id="cred"><a href="http://teenwovles.tumblr.com/custom">&#9733;&#9734;&#9733;</a></div>
  501.  
  502. </div>
  503. </div>
  504. </div>
  505. </body>
  506. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement