Advertisement
EllenMaty

Kirk Tumblr Theme

Mar 27th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>{Title}</title>
  6.  
  7. <meta name="color:Background" content="#FAFAFA">
  8. <meta name="color:Font" content="#5e5e5e">
  9. <meta name="color:Links" content="#5e5e5e">
  10. <meta name="color:Hover" content="#DAB445">
  11. <meta name="color:Hover Font" content="#fff">
  12. <meta name="color:Sidebar bg" content="#FFFFFF">
  13. <meta name="color:Sidelinks Bg" content="#000">
  14. <meta name="color:Sidelinks Hover" content="#DAB445">
  15. <meta name="color:Blog Title" content="#000">
  16. <meta name="color:Post Title Bg" content="#000">
  17. <meta name="color:Post Title Font" content="#fff">
  18. <meta name="color:Post Bg" content="#fff">
  19. <meta name="color:Borders" content="#eee">
  20. <meta name="color:Shadow" content="#eee">
  21. <meta name="color:Permalink Bg" content="#f8f8f8">
  22. <meta name="color:Permalink Font" content="#fff">
  23. <meta name="color:Permalink Font Hover" content="#fff">
  24. <meta name="color:Permalink A" content="#DAB445">
  25. <meta name="color:Balloon Bg" content="#000">
  26. <meta name="color:Balloon Font" content="#fff">
  27. <meta name="color:Selec 1" content="#fbfbfb">
  28. <meta name="color:Selec 2" content="#ccc">
  29.  
  30. <meta name="if:Baloon" content="1">
  31. <meta name="if:Borders" content="1">
  32. <meta name="if:Shadow" content="1">
  33. <meta name="if:Radius" content="1">
  34. <meta name="if:Description" content="1">
  35. <meta name="if:Sidebar Img" content="1">
  36.  
  37. <meta name="text:Balloon" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit.">
  38. <meta name="text:SidebarMarginTop" content="100">
  39. <meta name="text:Link 1" content="Message">
  40. <meta name="text:Link 1 URL" content="/ask">
  41. <meta name="text:Link 2" content="Archive">
  42. <meta name="text:Link 2 URL" content="/archive">
  43. <meta name="text:Link 3" content="">
  44. <meta name="text:Link 3 URL" content="/">
  45. <meta name="text:Link 4" content="">
  46. <meta name="text:Link 4 URL" content="/">
  47. <meta name="text:Link 5" content="">
  48. <meta name="text:Link 5 URL" content="/">
  49.  
  50. <meta name="image:Background" content="">
  51. <meta name="image:Sidebar" content="http://www.eyeglasses123.com/blog/wp-content/uploads/chris-pine-original-wayfarer-ray-ban-rb2140.jpg">
  52.  
  53. <link rel="shortcut icon" href="{favicon}">
  54.  
  55. <link href="http://static.tumblr.com/3l2jcs4/s2Un1fe9u/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57. <script src="http://static.tumblr.com/3l2jcs4/209n1fe9k/jquery.style-my-tooltips.js"></script>
  58. <script>
  59. (function($){
  60. $(document).ready(function(){
  61. $("[title]").style_my_tooltips({
  62. tip_follows_cursor:true,
  63. tip_delay_time:100,
  64. tip_fade_speed:100,
  65. attribute:"title"
  66. });
  67. });
  68. })(jQuery);
  69. </script>
  70.  
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Kite+One' rel='stylesheet' type='text/css'>
  73.  
  74. <style type="text/css">
  75.  
  76. body {
  77. -webkit-font-smoothing: antialiased;
  78. background-color: {color:Background};
  79. background-attachment:fixed;
  80. background-image: url('{image:Background}');
  81. font-family: calibri;
  82. color: {color:Font};
  83. font-size:11px;
  84. margin-left:20px;
  85. width:500px;
  86. margin:0 auto;
  87. }
  88.  
  89. #s-m-t-tooltip{
  90. margin-top: 13px;
  91. margin-left: 5px; font-family: calibri; font-size: 11px;
  92. background-color: {color:Sidebar bg}; color: {color:Font}; padding: 5px; padding-left: 8px; padding-right: 8px; {block:IfBorders}border: 1px solid {color:Borders};{/block:IfBorders} {block:IfShadow}box-shadow: 1px 1px 0px {color:Shadow};{/block:IfShadow}
  93. }
  94.  
  95. a {
  96. text-decoration:none;
  97. color:{color:links}; -webkit-transition: all 0.4s linear; font-weight: bold;
  98. -moz-transition: all 0.4s linear;
  99. -o-transition: all 0.4s linear;
  100. }
  101.  
  102. a:hover {
  103. -webkit-transition: all 0.4s linear; font-weight: bold;
  104. -moz-transition: all 0.4s linear;
  105. -o-transition: all 0.4s linear;
  106. }
  107.  
  108. #post a {
  109. color: {color:Links};
  110. }
  111.  
  112. #post a:hover { color: {color:Hover Font}; background-color: {color:Hover};}
  113.  
  114. #container {
  115. margin: 0 -300px auto;
  116. width:1000px;
  117. }
  118.  
  119. #sidebar {
  120. width:230px;
  121. height:auto;
  122. position: fixed;
  123. margin-top: {text:SidebarMarginTop}px;
  124. margin-left:75px; z-index: 3;
  125. padding:15px;
  126. background-color: {color:Sidebar bg};
  127. {block:IfBorders}border: 1px solid {color:Borders};{/block:IfBorders} {block:IfRadius}border-radius: 5px;{/block:IfRadius} {block:IfShadow}box-shadow: 1px 1px 0px {color:Shadow};{/block:IfShadow}
  128. }
  129.  
  130. #sidebar img { max-width: 100%; }
  131.  
  132. #blogtitle {
  133. position: absolute; text-align: right; width: 230px; margin-top: -35px; z-index: 2; padding: 5px; font-family: 'Kite One', sans-serif;
  134. font-size:18px; font-weight: bold;
  135. color: {color:Blog Title};
  136. line-height:15px;
  137. }
  138.  
  139. #blogtitle a { color: {color:Blog Title}; }
  140. #blogtitle a:hover { color: {color:Sidelinks Hover}; }
  141.  
  142. .tit {
  143. background-color: {color:Post Title Bg}; padding: 3px; color: {color:Post title Font};
  144. font-family: 'Kite One', sans-serif; padding-bottom: 5px;
  145. font-size: 18px;
  146. }
  147.  
  148. #tite {
  149. width: 100%;
  150. }
  151.  
  152. #tite a {
  153. background-color: {color: Post Title Bg}; padding: 3px; padding-bottom: 5px; padding-left: 10px; color: {color:Post Title Font};
  154. font-family: 'Kite One', sans-serif; display: block; font-weight: normal;
  155. font-size: 18px; border-left: 15px solid {color:Hover};
  156. }
  157.  
  158. #tite a:hover {
  159. border-left: 25px solid {color:Hover}; background-color: {color:Balloon};
  160. }
  161.  
  162. blockquote {
  163. margin-left: 10px; border-left: 3px solid {color:Borders}; padding-left: 10px;
  164. }
  165.  
  166. #blogtitle a {
  167. color: {color:Blog Title};
  168. }
  169.  
  170. #entries {
  171. background-color: transparent;
  172. width:530px;
  173. padding:10px;
  174. margin-left:360px;
  175. margin-top:20px;
  176. }
  177.  
  178.  
  179. #post {
  180. background-color: {color:Post Bg};
  181. padding:15px; overflow: hidden;
  182. margin-bottom:20px; {block:IfBorders}border: 1px solid {color:Borders};{/block:IfBorders} width:498px;
  183. {block:IfRadius}border-radius: 5px;{/block:IfRadius} {block:IfShadow}box-shadow: 1px 1px 0px {color:Shadow};{/block:IfShadow}
  184. }
  185.  
  186. .desc {
  187. text-align:center;
  188. }
  189.  
  190. #line { width: 528; height: 20px; background-color: {color:Permalink Bg}; overflow: hidden; margin-left: -3px; margin-bottom: -28px; {block:IfBorders}border-top: 1px solid {color:Borders};{block:IfBorders}}
  191.  
  192. #info {
  193. padding:3px; margin-bottom: -10px; width: {block:IfBorders}525px{/block:IfBorders} {block:IfNotBorders}525px{/block:IfNotBorders}; margin-left: -15px;
  194. color: transparent;
  195. text-align:center;
  196. }
  197.  
  198. #info a { color: {color:Permalink Font}; background-color: {color:Permalink A}; padding: 2px; padding-left: 4px; padding-right: 4px; }
  199.  
  200. #info a:hover { color: {color:Permalink Font Hover}; background-color: {color:Links}; }
  201.  
  202. #post:hover #tagg {opacity: 1; margin-top: -5px; -webkit-transition: all 0.4s linear; font-weight: bold;
  203. -moz-transition: all 0.4s linear;
  204. -o-transition: all 0.4s linear;
  205. }
  206.  
  207. #tagg { position: absolute; color: {color:Balloon Font}; width: 100px; border-left: 3px solid {color:Permalink A}; padding-left:10px; background-color: {color:Balloon Bg}; padding: 5px; margin-left: 530px; margin-top: 5px; opacity: 0; -webkit-transition: all 0.4s linear; font-weight: bold;
  208. -moz-transition: all 0.4s linear;
  209. -o-transition: all 0.4s linear;}
  210.  
  211. ol.notes li.note {
  212. padding-bottom: 3px;
  213. }
  214.  
  215. ol.notes {
  216. padding-top: 10px;
  217. margin-left: -37px;
  218. list-style-type: none;
  219. }
  220.  
  221. ol.notes li.note img.avatar {
  222. vertical-align: -4px;
  223. margin-right: 10px;
  224. width: 16px;
  225. height: 16px;
  226. }
  227.  
  228. h1 { font-family: 'Kite One', sans-serif; font-size: 14px; font-weight: bold; }
  229.  
  230. #tagg a{ color: {color:Balloon Font}; }
  231. #tagg a:hover { background-color: {color:Permalink A};}
  232.  
  233. #seta2 {
  234. width: 0; bottom: 5px; position: absolute; margin-left: -15px;
  235. height: 0;
  236. border-top: 10px solid transparent;
  237. border-right: 10px solid {color:Permalink A};}
  238.  
  239. .portrait { margin-top: -10px; }
  240.  
  241. .portrait img { border: 7px solid {color:Balloon Bg}; }
  242.  
  243. #ask {
  244. padding:5px; text-align: left; position: absolute; margin-top: -15px; width: 402px; margin-left: 80px;
  245. color: {color:Font};
  246. }
  247.  
  248. #ask a {
  249. color: {color:Links}; font-family: 'Kite One', sans-serif; font-size: 14px;
  250. }
  251.  
  252. #baloon {
  253. background-color: {color:Balloon Bg};
  254. color: {color:Balloon Font};
  255. padding: 5px;
  256. text-align: right;
  257. margin-bottom: 12px;
  258. }
  259.  
  260. #baloon a { color: {color:Balloon Bg}; font-weight: bold; }
  261.  
  262. #seta {
  263. margin-left:200px;
  264. width: 0; margin-top: -10px;
  265. height: 0;
  266. border-top: 10px solid transparent;
  267. border-right: 10px solid {color:Balloon Bg};}
  268.  
  269. #linkes {
  270. position: absolute; margin-top: 5px; width: 230px; text-align: center; margin-left: -5px;
  271. }
  272.  
  273. #linkes a{
  274. background-color: {color:Sidelinks Bg}; color: transparent; color: transparent; margin-left: 5px; border-left: 12px solid {color:Sidelinks Bg}; border-bottom: 12px solid {color:Sidelinks}; line-height: 1px; font-size: 0px; {block:IfShadow}box-shadow: 1px 1px 0px {color:Shadow};{/block:IfShadow}
  275. }
  276.  
  277. #linkes a:hover {
  278. background-color: {color:Sidelinks Hover};
  279. border-color: {color:Sidelinks Hover};
  280. border-bottom: 30px solid;
  281.  
  282. }
  283.  
  284. #cismage { background: none; opacity: 0.9; -webkit-transition: all 0.4s linear;
  285. -moz-transition: all 0.4s linear;
  286. -o-transition: all 0.4s linear;}
  287.  
  288. #cismage:hover { background: none; opacity: 1; -webkit-transition: all 0.4s linear;
  289. -moz-transition: all 0.4s linear;
  290. -o-transition: all 0.4s linear;}
  291.  
  292. #cismage a:hover { background: none; }
  293.  
  294. ::-webkit-scrollbar-thumb:vertical {
  295. background: {color:Links}; /*Cor da barrinha que se move*/ }
  296.  
  297. ::-webkit-scrollbar-thumb:horizontal {
  298. background-color: {color:Links}; /*Cor da barrinha que se move*/ }
  299.  
  300. ::-webkit-scrollbar-corner { background-color: {color:Hover}; }
  301.  
  302. ::-webkit-scrollbar {
  303. width:6px; height: 6px; /*Largura da barra de rolagem*/
  304. background: {color:Hover}; /*Cor da parte fixa, que fica no mundo*/ }
  305.  
  306. ::-moz-selection {background: {color:Selec 1}; color: {color:Selec 2};}
  307. ::selection {background: {color:Selec 1}; color: {color:Selec 2};}
  308.  
  309. #credit {
  310. position: fixed;
  311. bottom: 25px;
  312. right: 25px;
  313. background-color: {color:Links}; padding: 5px; font-size: 9px; font-family: consolas; z-index: 999;
  314. }
  315.  
  316. #credit a { color: {color:Post Bg}; }
  317.  
  318. #pagin { position: fixed; font-size: 23px; margin-left: 630px; margin-top: 270px;}
  319.  
  320. #pagin a { color:{color:Links}; } #pagin a:hover { color:{color:Hover}; }
  321.  
  322. </style>
  323.  
  324. </head>
  325.  
  326. <body>
  327.  
  328. <div id="credit"><a href="http://thelittledanger.tumblr.com" title="Base: Rosewoodthemes | Adapt.: Elly">CREDIT</a></div>
  329.  
  330. <div id="pagin">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<br><a href="{NextPage}">»</a>{/block:NextPage}</div>
  331.  
  332. <div id="container">
  333. <div id="sidebar">
  334. <div id="blogtitle"><a href="/">{Title}</a></div>
  335.  
  336. {block:IfBaloon}<div id="seta"></div><div id="baloon">{text:Balloon}</div>{/block:IfBaloon}
  337.  
  338. {block:IfSidebarImg}{block:IfDescription}<div style="margin-bottom: 7px;">{/block:IfDescription}<img src="{image:Sidebar}">{block:IfDescription}</div>{/block:IfDescription}{/block:IfSidebarImg}{block:IfDescription}<div class="desc">{Description}</div>{/block:IfDescription}
  339.  
  340. <div id="linkes"><a href="{text:Link 1 URL}" title="{text:Link 1}"></a> <a href="{text:Link 2 URL}" title="{text:Link 2}"></a> <a href="{text:Link 3 URL}" title="{text:Link 3}"> <a href="{text:Link 4 URL}" title="{text:Link 4}"> <a href="{text:Link 5 URL}" title="{text:Link 5}"></div>
  341.  
  342. </div>
  343. <div id="entries">{block:Posts}<div id="post">
  344.  
  345. {block:HasTags}<div id="tagg"><div id="seta2"></div>{block:Tags}# <a href="{TagURL}">{Tag}</a><br> {/block:Tags}</div>{/block:HasTags}
  346.  
  347. {block:ContentSource}
  348. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  349. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  350. {/block:SourceLogo}
  351. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  352. {/block:ContentSource}
  353.  
  354. {block:Text}<div class="tit">{block:Title}<center>{Title}</center>{/block:Title}</div>{Body}{/block:Text}
  355.  
  356. {block:Photo}{LinkOpenTag}<div id="cismage"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  357.  
  358. {block:Photoset}<div id="cismage">{Photoset-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  359.  
  360. {block:Quote}<div style="font-family: 'Kite One', sans-serif; font-size: 14px; line-height: 14px;font-weight: bold; margin-bottom: -5px">{Quote}</div>{block:Source}<div style="text-align: right; margin-bottom: -10px"><br>— {Source}</div><br>{/block:Source}{/block:Quote}
  361.  
  362. {block:Link}<div id="tite"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  363.  
  364. {block:Chat}{block:Title}<div class="tit">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}<br>
  365.  
  366. <center>{block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio} </center>
  367.  
  368. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  369.  
  370. {block:Answer}<div id="ask"><b>{Asker}</b>:<br>{Question}</div><div class="portrait"><img src="{askerportraiturl-64}"></div><blockquote>{Answer}</blockquote>{/block:Answer}
  371.  
  372. <div id="info"><div id="line"></div><a href="{ReblogURL}">Reblog</a> - {block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom} - <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  373. {block:ContentSource} - <a href="{SourceURL}">Source</a>{/block:ContentSource} <br>
  374. </div>
  375.  
  376. </div>
  377.  
  378. {block:PostNotes}{PostNotes}{/block:PostNotes}
  379.  
  380. {/block:Posts}
  381.  
  382. </div>
  383. </div>
  384.  
  385. </center><br><br>
  386. </body>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement