Advertisement
Tsunland

Karna Temp theme

Mar 9th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.08 KB | None | 0 0
  1. <!--
  2.  
  3. theme made by l-agallerrie
  4.  
  5. --
  6.  
  7. video resizing script by
  8. http://shythemes.tumblr.com/
  9.  
  10. -->
  11.  
  12. <!DOCTYPE html>
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <!--Default Variables-->
  23.  
  24. <meta name="color:background" content="#ffffff"/>
  25. <meta name="color:text" content="#2b2b2b"/>
  26. <meta name="color:link" content="#2b2b2b"/>
  27. <meta name="color:link hover" content="#949494"/>
  28. <meta name="color:blockquote" content="#dadada"/>
  29. <meta name="color:bordertop" content="#dadada"/>
  30.  
  31. <meta name="image:sidebar" content=""/>
  32.  
  33. <meta name="text:link 1 URL" content="" />
  34. <meta name="text:link 1" content="" />
  35. <meta name="text:link 2 URL" content="" />
  36. <meta name="text:link 2" content="" />
  37. <meta name="text:link 3 URL" content="" />
  38. <meta name="text:link 3" content="" />
  39.  
  40. <meta name="text:Online script" content="" />
  41. <meta name="text:Counter script" content="" />
  42.  
  43. <!--CSS customization here. -->
  44.  
  45. <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  46.  
  47. <link href="https://fonts.googleapis.com/css?family=Gudea" rel="stylesheet">
  48. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  49.  
  50. <script type="text/javascript" src="http://scmplayer.co/script.js"
  51. data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':15,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'mage pride | dragon age II .','url':'https://www.youtube.com/watch?v=lPrHBpUdhgA'}]}" ></script>
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. #s-m-t-tooltip{
  57. position:absolute;
  58. margin-top: 15px;
  59. z-index:9999;
  60. background:{color:background};
  61. }
  62.  
  63. /*basics*/
  64.  
  65. blockquote {
  66. padding-left:12px;
  67. border-left:1px solid {color:blockquote};
  68. margin-left:8px;
  69. }
  70.  
  71. ul {
  72. list-style:none;
  73. text-align:left;
  74. padding-left:0;
  75. }
  76.  
  77. li {
  78. position:relative;
  79. padding-left:30px;
  80. }
  81.  
  82. ul li:before {
  83. position:absolute;
  84. left:15px;
  85. vertical-align:baseline!important;
  86. content:'›';
  87. }
  88.  
  89. body {
  90. background:{color:background};
  91. color:{color:text};
  92. font-family: 'Gudea', sans-serif;
  93. font-size:11px;
  94. margin:0;
  95. text-align:justify;
  96. line-height:16px;
  97. }
  98.  
  99. a {
  100. color:{color:link};
  101. -moz-transition-duration:0.4s;
  102. -webkit-transition-duration:0.4s;
  103. -o-transition-duration:0.4s;
  104. text-decoration:none;
  105. }
  106.  
  107. a:hover {
  108. color:{color:link hover};
  109. -moz-transition-duration:0.4s;
  110. -webkit-transition-duration:0.4s;
  111. -o-transition-duration:0.4s;
  112. }
  113.  
  114. b, strong{
  115. color:#dd1525;
  116. }
  117.  
  118. img {
  119. opacity:1;
  120. border:none;
  121. text-decoration:none;
  122. }
  123.  
  124. small {
  125. font-size:11px;
  126. }
  127.  
  128. big {
  129. font-size:11px;
  130. }
  131.  
  132. #title {font-size:12px;
  133. line-height:18px;
  134. margin-bottom:10px;
  135. font-weight:bold;
  136. text-transform:none;
  137. text-align:left;
  138. }
  139.  
  140. /*sidebar*/
  141.  
  142. #sidebar {
  143. text-align:left;
  144. position:fixed;
  145. margin-left:-250px;
  146. margin-top:150px;
  147. width:160px;
  148. }
  149.  
  150. #sidebar img {
  151. width:64px;
  152.  
  153. margin-left: 95px;
  154. }
  155.  
  156. #topbar {
  157. background: #f9f9f9;
  158. border-top: 5px solid {color:bordertop};
  159. padding: 5px;
  160. height: 30px;
  161. position: fixed;
  162. z-index:9999;
  163. width:1400px;
  164. margin-top: 0px;
  165. border-bottom: 1px solid #f0f0f0;
  166. }
  167.  
  168. .topbarcontent {
  169.  
  170. font-family: 'Gudea', sans-serif;
  171. text-shadow: 1px 1px #ffffff;
  172. font-size: 18px;
  173. padding: 6px;
  174. font-weight: bold;
  175. text-align: left;
  176. text-transform: uppercase;
  177. }
  178.  
  179. .linebar {
  180. border-left: 1px solid #f9f9f9;
  181. height: 300px;
  182. margin-top: 50px;
  183. margin-left: -50px;
  184. position: fixed;
  185. }
  186.  
  187.  
  188. .linebig {
  189. border-left: 1px solid #f9f9f9;
  190. height: 700px;
  191. margin-top: -70px;
  192. margin-left: -350px;
  193. position: fixed;
  194. }
  195.  
  196. #links {
  197. background: #ffffff;
  198. border-bottom: 1px solid #f0f0f0;
  199. width: 70px;
  200. font-size:10px;
  201. padding-right: 10px;
  202. padding-top: 5px;
  203. margin-top:20px;
  204. margin-left: 85px;
  205. text-align: right;
  206. text-transform: lowercase;
  207. font-weight: bold;
  208.  
  209. }
  210.  
  211. #links a {
  212. margin-bottom:0px;
  213. -moz-transition-duration:0.4s;
  214. -webkit-transition-duration:0.4s;
  215. -o-transition-duration:0.4s;
  216. }
  217.  
  218. #counterlg {
  219. font-size:9px;
  220. position:fixed;
  221. font-family: arial;
  222. font-weight:normal;
  223. top:10px;
  224. left:15px;
  225. text-align: justify;
  226. letter-spacing:1px;
  227. padding:2px;
  228. border-bottom: 1px solid #f0f0f0;
  229. padding: 3px;
  230.  
  231. }
  232.  
  233.  
  234. #description {
  235. margin-top:10px;
  236. font-family: 'Gudea', sans-serif;
  237. text-align:justify;
  238. font-size: 10px;
  239.  
  240. }
  241.  
  242. .linebar2 {
  243. border-bottom: 1px solid #f9f9f9;
  244. width: 250px;
  245. margin-top: 10px;
  246. margin-left: -20px;
  247. position: fixed;
  248. }
  249.  
  250.  
  251. /*pagination*/
  252.  
  253. #pagination {
  254. text-transform:lowercase;
  255. text-align:center;
  256. font-size:13px;
  257. margin-bottom:120px;
  258. }
  259.  
  260. #pagination a {
  261. padding:0 3px;
  262. }
  263.  
  264. /*container*/
  265.  
  266. #con {
  267. left:50%;
  268. margin-left:-140px;
  269. position:absolute;
  270.  
  271. }
  272.  
  273. /*posts*/
  274.  
  275. #entries {
  276. margin-top:95px;
  277. width:500px;
  278. }
  279.  
  280. #posts {
  281. width:500px;
  282. {block:IndexPage}
  283. margin-bottom:80px;
  284. {/block:IndexPage}
  285. {block:PermalinkPage}
  286. margin-bottom:50px;
  287. {/block:PermalinkPage}
  288. }
  289.  
  290. #posts img {
  291. max-width:500px;
  292. }
  293.  
  294. #posts img, #posts li, #posts blockquote {
  295. max-width: 100%;
  296. }
  297.  
  298. .caption {
  299. background: #f9f9f9;
  300. padding: 5px;
  301. width:98%;
  302. margin-top:-12px;
  303. margin-bottom:12px;
  304. border-bottom: 1px solid #f0f0f0;
  305.  
  306. -webkit-border-bottom-right-radius: 5px;
  307. -webkit-border-bottom-left-radius: 5px;
  308. -moz-border-radius-bottomright: 5px;
  309. -moz-border-radius-bottomleft: 5px;
  310. border-bottom-right-radius: 5px;
  311. border-bottom-left-radius: 5px;
  312. }
  313.  
  314. a.tumblr_blog {
  315. font-weight:bold;
  316. -moz-transition-duration:0.4s;
  317. -webkit-transition-duration:0.4s;
  318. -o-transition-duration:0.4s;
  319. }
  320.  
  321. /*quote*/
  322.  
  323. #titlequote {
  324. text-align:left;
  325. font-size:12px;
  326. line-height:17px;
  327. font-weight:bold;
  328. }
  329.  
  330. #source {
  331. margin-top:0px;
  332. margin-bottom:11px;
  333. margin-left:0px;
  334. }
  335.  
  336. /*asks*/
  337.  
  338. .q {
  339. line-height:17px;
  340. font-size:9px;
  341. text-shadow: 1px 1px #ffffff;
  342. text-transform:uppercase;
  343.  
  344. }
  345.  
  346. .as {
  347. font-weight:normal;
  348. border-bottom: 1px solid #f9f9f9;
  349. padding:2px;
  350.  
  351. }
  352.  
  353. .a {
  354. margin-top:13px;
  355. font-size: 10px;
  356. padding-left:12px;
  357. border-left:1px solid {color:blockquote};
  358. margin-left:8px;
  359. }
  360.  
  361. .fotinha {
  362. border: 4px solid #ffffff;
  363. width: 25px;
  364. height: 25px;
  365. float: left;
  366. margin-left: 3px;
  367. margin-top: -5px;
  368. margin-bottom: 5px;}
  369.  
  370. }
  371. /*chat*/
  372.  
  373. .chat ol {
  374. padding:0;
  375. list-style:none;
  376. }
  377.  
  378. .line {
  379. padding:0px 0;
  380. }
  381.  
  382. .label {
  383. font-weight:bold;
  384. }
  385.  
  386. /*permalink and notes*/
  387.  
  388. #permalink {
  389. border-left: 1px solid #f0f0f0;
  390. border-bottom: 1px solid #f0f0f0;
  391. padding-left:5px;
  392. font-size:10px;
  393. text-align:left;
  394. margin-top:6px;
  395. text-transform:lowercase;
  396.  
  397. -webkit-border-bottom-left-radius: 4px;
  398. -moz-border-radius-bottomleft: 4px;
  399. border-bottom-left-radius: 4px;
  400. }
  401.  
  402. #permalink a {
  403. margin-right:0px;
  404. }
  405.  
  406. .tags {
  407. font-size:9px;
  408. text-transform:none;
  409.  
  410. }
  411.  
  412. .pagenotes {
  413. {block:IndexPage}
  414. display: none!important;
  415. {/block:IndexPage}
  416. width:500px;
  417. text-align:left;
  418. }
  419.  
  420. .pagenotes img {
  421. display:none!important;
  422. }
  423.  
  424. .pagenotes li {
  425. list-style-type:none;
  426. padding:2px 0px;
  427. text-align:left;
  428. margin:0 0 0 -40px;
  429. }
  430.  
  431. .credit {
  432. position:fixed;
  433. font-family: 'Karla';
  434. font-size:10px;
  435. font-weight:normal;
  436. line-height:150%;
  437. bottom:10px;
  438. right:10px;
  439. text-align:center;
  440. -moz-transition-duration: 0.4s;
  441. -o-transition-duration: 0.4s;
  442. -webkit-transition-duration: 0.4s;
  443. transition-duration: 0.4s;
  444. }
  445.  
  446.  
  447.  
  448. {CustomCSS}
  449.  
  450. </style>
  451.  
  452. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  453. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  454.  
  455. </head>
  456.  
  457. <body>
  458.  
  459.  
  460.  
  461. <div id="topbar">
  462.  
  463. <div class="topbarcontent">
  464.  
  465.  
  466. <div id="counterlg">
  467.  
  468. {text:Online script}
  469.  
  470.  
  471.  
  472. {text:Counter script}
  473.  
  474. </div></div>
  475.  
  476. </div>
  477.  
  478. <div id="con">
  479.  
  480.  
  481. <div id="sidebar">
  482.  
  483. <div id="sidebar img"><img src="{image:sidebar}"></div>
  484.  
  485. <div id="description">{Description}</div>
  486. <div class="linebar2"></div>
  487.  
  488. <div id="links">
  489. <p><a href="/">home</a> </p>
  490. <p><a href="/ask">ask</a> </p>
  491.  
  492. <p>{block:iflink1}<a href="{text:link 1 URL}">{text:link 1}</a>{/block:iflink1}</p>
  493. <p>{block:iflink2}<a href="{text:link 2 URL}" >{text:link 2}</a>{/block:iflink2}</p>
  494. <p>{block:iflink3}<a href="{text:link 3 URL}" >{text:link 3}</a>{/block:iflink3}</p>
  495. </div>
  496. </div>
  497.  
  498. <div class="linebig"></div>
  499. <div id="entries">
  500.  
  501. <div class="linebar"></div>
  502.  
  503. {block:Posts}
  504.  
  505. <div id="posts">
  506.  
  507. {block:Quote}
  508. <div id="titlequote"><i class="fa fa-quote-left"></i>&nbsp; {Quote} &nbsp;<i class="fa fa-quote-right"></i></div>
  509. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  510. {/block:Quote}
  511.  
  512. {block:Text}
  513. {block:Title}
  514. <div id="title">{Title}</div>{/block:Title}
  515. {Body}
  516. {/block:Text}
  517.  
  518. {block:link}
  519. <div id="title"><a href="{URL}"><i class="fa fa-link"></i>&nbsp; {Name}</a></div>
  520. {block:Description}{Description}{/block:Description}
  521. {/block:link}
  522.  
  523. {block:Chat}
  524. {block:Title}
  525. <div id="title">{Title}</div>{/block:Title}
  526. {/block:Text}
  527. {block:lines}
  528. {block:label}
  529. <br><b>{label}</b>
  530. {/block:label}
  531. {line}
  532. {/block:lines}
  533. {/block:Chat}
  534.  
  535. {block:Photo}
  536. {linkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{linkCloseTag}
  537. {/block:Photo}
  538.  
  539. {block:Photoset}
  540. {Photoset-500}
  541. {/block:Photoset}
  542.  
  543. <div class="video">{Video-500}</div>
  544.  
  545. {block:Audio}
  546. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  547. {/block:Audio}
  548.  
  549. {block:Answer}
  550. <div class="q">
  551. <div class="fotinha"><img src="{AskerPortraitURL-30}"></a></div>
  552. <div class="as"> {Asker} said: {Question}</div>
  553. <div class="a">{Answer}</div>
  554. </div>
  555.  
  556. {/block:Answer}
  557.  
  558.  
  559. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  560.  
  561. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  562.  
  563. {block:Date}
  564. <div id="permalink">
  565. <a href="{Permalink}" ><b>{ShortMonth} {DayOfMonthWithSuffix}</b></a>
  566. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<div style="float:right;">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"><i class="fa fa-moon-o" aria-hidden="true"></i></a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}"><i class="fa fa-home" aria-hidden="true"></i></a>{/block:ContentSource}{/block:RebloggedFrom}</div>
  567.  
  568.  
  569. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">.{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  570.  
  571. </div>
  572.  
  573. {/block:Date}
  574.  
  575. </div>
  576.  
  577.  
  578.  
  579. {block:PostNotes}
  580. <div class="pagenotes">
  581. {PostNotes}
  582. </div>
  583. {/block:PostNotes}
  584.  
  585. {/block:Posts}
  586.  
  587. <div id="pagination">
  588. {block:Pagination}
  589. {block:PreviousPage}
  590. <a href="{PreviousPage}">previous page</a>
  591. {/block:PreviousPage}
  592.  
  593.  
  594. {block:NextPage}
  595. <a href="{NextPage}">next page</a>
  596. {/block:NextPage}
  597. {/block:Pagination}
  598. <div class="credit"><a href="http://l-agallerrie.tumblr.com/">theme.</a></div>
  599. </div>
  600.  
  601. </div>
  602.  
  603. </div>
  604.  
  605. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement