Advertisement
feiinho

WWW.TUMBLRTEMA.NET

Jun 14th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" class="no-js">
  3. <head>
  4. <!--======================================================
  5.  
  6. EN GÜNCEL TUMBLR TEMA VE KOD ARÞÝVÝNÝZ
  7.  
  8. WWW.TUMBLRTEMA.NET
  9.  
  10. ============================================================== -->
  11. <title>{Title}{block:TagPage} &bull; Posts Tagged &lsquo;{Tag}&rsquo;{/block:TagPage}{block:PostSummary} &bull; {PostSummary}{/block:PostSummary}</title>
  12. <link rel="shortcut icon" href="{Favicon}"/>
  13. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  15. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  16. <meta charset="UTF-8"/>
  17. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  18. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  19. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,700,600,800' rel='stylesheet' type='text/css'>
  20. <script src="http://static.tumblr.com/zdvilra/EgNnod5dn/hakuna.js"></script>
  21. {block:Hidden}
  22. <meta name="font:Title" content="Streetscript"/>
  23. <meta name="image:Background image" content=""/>
  24. <meta name="color:Description Color" content="#444444">
  25. <meta name="color:Tweets Color" content="#444444">
  26. <meta name="color:Background Color" content="#f2f2f2">
  27. <meta name="color:Social media icons" content="#427ea3">
  28. <meta name="color:Menu bar Background" content="#d5d2d2">
  29. <meta name="color:Menu bar links" content="#000000">
  30. <meta name="color:Menu icon Color" content="#d377cd">
  31. <meta name="color:Search color" content="#606060">
  32. <meta name="color:Search color on focus" content="#333">
  33. <meta name="color:Links Color" content="#4e4a46">
  34. <meta name="color:Links on hover" content="#6e6e6e">
  35. <meta name="color:Pagination Color" content="#000">
  36. <meta name="color:Pagination Color on hover" content="#75b1d6">
  37. <meta name="color:Scroll to top" content="#d377cd">
  38. <meta name="color:Loading spinner" content="#d377cd">
  39. <meta name="color:Footer Color" content="#848282">
  40. <meta name="select:Layout type" content="col--three" title="Three column"/>
  41. <meta name="select:Layout type" content="col--two " title="Two column"/>
  42. <meta name="select:Layout type" content="col--one" title="One column"/>
  43. <meta name="if:Repeat Backgruond" content="1"/>
  44. <meta name="if:Infinite Scrolling" content="1"/>
  45. <meta name="if:Show info on hover" content="0"/>
  46. <meta name="if:Show Caption on main page" content="0"/>
  47. <meta name="if:Disable Search" content="0"/>
  48. <meta name="if:Square Social media icons" content="0"/>
  49. <meta name="if:Date Format TimeAgo" content="0"/>
  50. <meta name="if:Show Random Post" content="1"/>
  51. <meta name="if:Show Archive Page" content="1"/>
  52. <meta name="if:Show Feed Page" content="1"/>
  53. <meta name="text:Title font size" content="35px"/>
  54. <meta name="text:Description font size" content="16px"/>
  55. <meta name="text:WebSite URL" content=""/>
  56. <meta name="text:Facebook URL" content=""/>
  57. <meta name="text:Twitter URL" content=""/>
  58. <meta name="text:Google Plus URL" content=""/>
  59. <meta name="text:Dribbble URL" content=""/>
  60. <meta name="text:Instagram URL" content=""/>
  61. <meta name="text:Flickr URL" content=""/>
  62. <meta name="text:Youtube URL" content=""/>
  63. <meta name="text:Vine URL" content=""/>
  64. <meta name="text:We Heart It URL" content=""/>
  65. <meta name="text:Vimeo URL" content=""/>
  66. <meta name="text:DeviantArt URL" content=""/>
  67. <meta name="text:Pinterest URL" content=""/>
  68. <meta name="text:LinkedIn URL" content=""/>
  69. <meta name="text:Behance URL" content=""/>
  70. <meta name="text:GitHub URL" content=""/>
  71. <meta name="text:Spotify URL" content=""/>
  72. <meta name="text:SoundCloud URL" content=""/>
  73. <meta name="text:Wordpress URL" content=""/>
  74. <meta name="text:Tag 1" content=""/>
  75. <meta name="text:Tag 2" content=""/>
  76. <meta name="text:Tag 3" content=""/>
  77. <meta name="text:Tag 4" content=""/>
  78. <meta name="text:Tag 5" content=""/>
  79. <meta name="text:Disqus Shortname" content=""/>
  80. <meta name="text:Google Analytics ID" content=""/>
  81. {/block:Hidden}
  82. <!--[if IE]>
  83. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  84. <![endif]-->
  85. <!-- stylesheet -->
  86. <link rel="stylesheet" href="http://static.tumblr.com/zdvilra/GZGnmptcq/bootstrap.min.css">
  87. <style type="text/css">
  88. html{overflow-x: hidden;}
  89. body {
  90. font: 400 150%/1.5 'Open Sans', sans-serif;
  91. color: rgb(94, 102, 97);
  92. overflow-x: hidden;
  93. background: {color:Background Color};
  94. {block:IfBackgroundImageImage}
  95. {block:IfNotRepeatBackgruond}
  96. background: url('{image:Background Image}') center center fixed;
  97. background-size: 100% 100% !important;
  98. {/block:IfNotRepeatBackgruond}
  99. {block:IfRepeatBackgruond}
  100. background: url({image:Background Image}) repeat fixed;
  101. {/block:IfRepeatBackgruond}
  102. {/block:IfBackgroundImageImage}
  103. }
  104. .container {
  105. padding: 40px 0;
  106. }
  107. .col-md-4{
  108. padding: 0 8px;
  109. }
  110. a {
  111. color: {color:Links Color};
  112. text-decoration: none;
  113. outline: none;
  114. }
  115. p{
  116. margin: 15px 0 0;
  117. }
  118. a:hover, a:focus {
  119. color: {color:Links on hover};
  120. outline: none;
  121. }
  122. .tumblr_blog , .read_more , .answerer , .asker{
  123. margin-right: 4px;
  124. background-color: rgba(68,68,68,0);
  125. background-image: -webkit-linear-gradient(top,rgba(68,68,68,0)50%,rgba(68,68,68,.25)50%);
  126. background-image: linear-gradient(to bottom,rgba(68,68,68,0)50%,rgba(68,68,68,.25)50%);
  127. color: {color:Links Color};
  128. text-decoration: none;
  129. background-repeat: repeat-x;
  130. background-size: 1em 2px;
  131. background-position: 0 1.15em;
  132. padding-bottom: .15em;
  133. }
  134. .read_more , .answerer , .asker{font-weight: bold;font-size: 14px;}
  135. button:focus {
  136. outline: none;
  137. }
  138. /* magnificPopup */
  139. .mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur{cursor:crosshair}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
  140. /* content */
  141. .content-wrap {
  142. -webkit-overflow-scrolling: touch;
  143. -webkit-transition: -webkit-transform 0.3s;
  144. transition: transform 0.3s;
  145. }
  146. .content {
  147. position: relative;
  148. }
  149. .content::before {
  150. position: absolute;
  151. min-height: 1000px;
  152. top: 0;
  153. left: 0;
  154. z-index: 10;
  155. width: 100%;
  156. height: 100%;
  157. background: rgba(0,0,0,0.3);
  158. content: '';
  159. opacity: 0;
  160. -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
  161. transition: opacity 0.3s, transform 0s 0.3s;
  162. -webkit-transform: translate3d(100%,0,0);
  163. transform: translate3d(100%,0,0);
  164. }
  165. /* Menu Button */
  166. .menu-button {
  167. padding: 1.6rem;
  168. display: block;
  169. position: fixed;
  170. cursor: pointer;
  171. z-index: 9;
  172. opacity: 1;
  173. margin: 20px;
  174. width: 40px;
  175. height: 35px;
  176. padding: 10px;
  177. }
  178. .menu-button .line {
  179. width: 2.2rem;
  180. height: 2px;
  181. display: block;
  182. background: {color:Menu icon Color};
  183. -webkit-transition: all 0.3s ease;
  184. -moz-transition: all 0.3s ease;
  185. transition: all 0.3s ease;
  186. }
  187. .menu-button .line:before {
  188. content: "";
  189. width: 2.2rem;
  190. height: 2px;
  191. background: {color:Menu icon Color};
  192. display: block;
  193. -webkit-transition: all 0.3s ease;
  194. -moz-transition: all 0.3s ease;
  195. transition: all 0.3s ease;
  196. }
  197. .menu-button:before, .menu-button:after {
  198. content: "";
  199. width: 2.2rem;
  200. height: 2px;
  201. background: {color:Menu icon Color};
  202. display: block;
  203. margin-bottom: 0.5rem;
  204. -webkit-transition: all 0.3s ease;
  205. -moz-transition: all 0.3s ease;
  206. transition: all 0.3s ease;
  207. }
  208. .menu-button:after {margin-top: 0.5rem;}
  209. .menu-button:hover .line , .menu-button:hover:after , .menu-button:hover:before , .menu-button:hover .line:before{
  210. opacity: 0.7;
  211. }
  212. /* Close Button */
  213. .close-button {
  214. width: 16px;
  215. height: 16px;
  216. position: absolute;
  217. right: 1em;
  218. top: 1em;
  219. overflow: hidden;
  220. text-indent: 16px;
  221. border: none;
  222. z-index: 1001;
  223. background: transparent;
  224. color: transparent;
  225. }
  226. .close-button::before,
  227. .close-button::after {
  228. content: '';
  229. position: absolute;
  230. width: 2px;
  231. height: 100%;
  232. top: 0;
  233. left: 50%;
  234. background: {color:Menu bar links};
  235. }
  236. .close-button::before {
  237. -webkit-transform: rotate(45deg);
  238. transform: rotate(45deg);
  239. }
  240. .close-button::after {
  241. -webkit-transform: rotate(-45deg);
  242. transform: rotate(-45deg);
  243. }
  244. /* Menu */
  245. .menu-wrap {
  246. position: fixed;
  247. z-index: 1001;
  248. width: 300px;
  249. height: 100%;
  250. font-size: 15px;
  251. -webkit-transform: translate3d(-300px,0,0);
  252. transform: translate3d(-300px,0,0);
  253. -webkit-transition: -webkit-transform 0.3s;
  254. transition: transform 0.3s;
  255. }
  256. .menu-wrap a {color: {color:Menu bar links};}
  257. .menu-wrap a:hover,.menu-wrap a:focus {color: {color:Links on hover}}
  258. .menu {background: {color:Menu bar Background};width: calc(100% - 120px);height: 100%;padding: 2em 1em;}
  259. .icon-list {width: 280px;}
  260. .icon-list a {display: block;padding: 0.8em 6em 0.8em 0.8em;}
  261. .icon-list a i {opacity: 0.5;}
  262. .icon-list a span {margin-left: 10px;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;font-size: 0.75em;}
  263. /* Morph Shape */
  264. .morph-shape {position: absolute;width: 120px;height: 100%;top: 0;right: 0;fill:{color:Menu bar Background};z-index: 1000;}
  265. /* Shown menu */
  266. .show-menu .menu-wrap {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  267. .show-menu .content-wrap {-webkit-transition-delay: 0.1s;transition-delay: 0.1s;-webkit-transform: translate3d(100px,0,0);transform: translate3d(100px,0,0);}
  268. .show-menu .content::before {opacity: 1;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  269. img{max-width: 100%;height: auto;}
  270. /* Header */
  271. h1{margin: 0;}
  272. .col-header{text-align: center;padding: 40px 5px 25px;}
  273. .avatarShape{width: 96px;height: 96px;margin-bottom: 10px;border:4px solid #fff;-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-ms-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;}
  274. .square{border-radius:border-radius: 5%;}
  275. .circle{border-radius: 50%;}
  276. .col-header a{color: {TitleColor}}
  277. .col-header h1{font-weight: {TitleFontWeight};font-family:{font:Title}, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;word-wrap: break-word;font-size: 24px;opacity: 0;-webkit-transform: scale3d(1.3,1.3,1.3);transform: scale3d(1.3,1.3,1.3);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;transition: opacity 0.3s, transform 0.3s;margin:20px 0;}
  278. .col-header h2 {font-size: 16px;opacity: 0; line-height: 1.5;margin: 5px auto;color: {color:Description Color};-webkit-transform: scale3d(0,0,1);transform: scale3d(0,0,1);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;transition: opacity 0.5s, transform 0.5s;}
  279. .cuddles{opacity: 1 !important;-webkit-transform: scale3d(1,1,1) !important;transform: scale3d(1,1,1) !important;}
  280.  
  281. /* Media Posts */
  282. .media--post{
  283. margin-bottom: 16px;
  284. background: rgba(255,255,255,1);
  285. word-wrap: break-word;
  286. border-radius: 2px;
  287. position: relative;
  288. border: 4px solid #fff;
  289. -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  290. -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  291. -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  292. -o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  293. box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  294. {block:PermalinkPage}
  295. margin-bottom: 100px;
  296. {/block:PermalinkPage}
  297. }
  298. .post_media{
  299. padding: 10px 15px 15px;
  300. background: #fff;
  301. }
  302. .mainimg{
  303. display: block;
  304. width: 100%;
  305. }
  306. /*---------------*/
  307. /***** Milo *****/
  308. /*---------------*/
  309. {block:IfShowinfoonhover}
  310. figure{overflow: hidden;}
  311. figure.effect-milo {
  312. background: rgba(0,0,0,0.9);
  313. position: relative;
  314. }
  315. figure.effect-milo img:not(.re-img) {
  316. max-width: none;
  317. width: -webkit-calc(100% + 60px);
  318. width: calc(100% + 60px);
  319. opacity: 1;
  320. -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  321. transition: opacity 0.35s, transform 0.35s;
  322. -webkit-transform: translate3d(-10px,0,0) scale(1.05);
  323. transform: translate3d(-10px,0,0) scale(1.05);
  324. -webkit-backface-visibility: hidden;
  325. backface-visibility: hidden;
  326. }
  327. figure.effect-milo:hover img:not(.re-img) {
  328. opacity: 0.3;
  329. -webkit-transform: translate3d(0,0,0) scale(1);
  330. transform: translate3d(0,0,0) scale(1);
  331. }
  332. figure.effect-milo .lines {
  333. padding: 0 10px 0 0;
  334. width: 40%;
  335. color: #fff;
  336. font-size: 11px;
  337. line-height: 1.7;
  338. font-weight: bold;
  339. border-right: 1px solid #fff;
  340. text-align: right;
  341. opacity: 0;
  342. -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  343. transition: opacity 0.35s, transform 0.35s;
  344. -webkit-transform: translate3d(-30px,0,0);
  345. transform: translate3d(-30px,0,0);
  346. }
  347. figure.effect-milo .from--re{
  348. position: absolute;
  349. right: 20px;
  350. top: 21px;
  351. width: 50%;
  352. padding: 0 30px 30px 0;
  353. opacity: 0;
  354. -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  355. transition: opacity 0.35s, transform 0.35s;
  356. -webkit-transform: translate3d(0,-30px,0);
  357. transform: translate3d(0,-30px,0);
  358. }
  359. .from--re img{
  360. width: 48px;
  361. height: 48px;
  362. border-radius: 2px;
  363. }
  364. .from--re .viewline{
  365. font-size: 11px;
  366. font-weight: bold;
  367. margin-top: 4.5px;
  368. }
  369. .from--re .viewline .fa{
  370. margin-left: 5px;
  371. -webkit-transition: all 0.3s ease;
  372. -ms-transition: all 0.3s ease;
  373. -o-transition: all 0.3s ease;
  374. transition: all 0.3s ease;
  375. }
  376. .from--re .viewline:hover .fa{
  377. margin-left: 10px;
  378. }
  379. figure.effect-milo a{
  380. color: #fff;
  381. }
  382. .viewline a:hover, .viewline a:focus , figure.effect-milo a:hover{
  383. color: {color:Links on hover};
  384. outline: none;
  385. }
  386. figure.effect-milo:hover .lines , figure.effect-milo:hover .from--re {
  387. opacity: 1;
  388. -webkit-transform: translate3d(0,0,0);
  389. transform: translate3d(0,0,0);
  390. }
  391. figure imgnot(.re-img) {
  392. position: relative;
  393. display: block;
  394. min-height: 100%;
  395. max-width: 100%;
  396. opacity: 0.8;
  397. }
  398. figure figcaption {
  399. padding: 1em;
  400. color: #fff;
  401. text-transform: uppercase;
  402. font-size: 1.25em;
  403. -webkit-backface-visibility: hidden;
  404. backface-visibility: hidden;
  405. }
  406. figure figcaption::before,
  407. figure figcaption::after {
  408. pointer-events: none;
  409. }
  410. figure figcaption{
  411. position: absolute;
  412. top: 0;
  413. left: 0;
  414. width: 100%;
  415. height: 100%;
  416. }
  417. .lines i{
  418. margin-right: 6px;
  419. }
  420. {/block:IfShowinfoonhover}
  421. /* like button */
  422. .likeline{
  423. position: relative;
  424. }
  425. .likeline .like_button {
  426. opacity: 0;
  427. z-index: 999999;
  428. cursor: pointer;
  429. position: absolute;
  430. top: 2px;
  431. right: 35px;
  432. }
  433. .likeline .like_button.liked {
  434. opacity: 0;
  435. }
  436. .likeline .like_button.liked + i {
  437. color: #b04b40;
  438. }
  439. /* action for all posts but photos */
  440. .info{
  441. width: 100%;
  442. height: 55px;
  443. line-height: 60px;
  444. color: #bbb;
  445. background: #fff;
  446. font-size: 11px;
  447. padding: 0 5px 0 10px;
  448. font-weight: bold;
  449. border-top: 1px dashed #eee;
  450. }
  451. .info a{
  452. color: #bbb;
  453. }
  454. .info a:hover{
  455. color: #777;
  456. }
  457. .info .fa{
  458. margin-right: 4px;
  459. }
  460. .dateinfo , .noteinfo{
  461. float: left;
  462. }
  463. .noteinfo{padding-left: 12px;}
  464. .likeinfo , .rebloginfo{
  465. float: right;
  466. font-size: 14px;
  467. }
  468. .likeinfo{
  469. position: relative;
  470. padding-left: 8px;
  471. overflow: hidden;
  472. }
  473. .likeinfo .like_button:hover + i{
  474. color: #777;
  475. }
  476. .likeinfo .like_button {
  477. opacity: 0;
  478. z-index: 999999;
  479. cursor: pointer;
  480. position: absolute;
  481. top: 2px;
  482. right: 5px;
  483. }
  484. .likeinfo .like_button.liked {
  485. opacity: 0;
  486. }
  487. .likeinfo .like_button.liked + i {
  488. color: #FF1900;
  489. }
  490. /* share btn */
  491. .share-button{
  492. float: right;
  493. width: 25px;
  494. height: 25px;
  495. cursor: pointer;
  496. margin-top: 25px;
  497. position: relative;
  498. }
  499. .share-button .share--line {
  500. width: 1.3rem;
  501. height: 2px;
  502. display: block;
  503. background: #bbb;
  504. -webkit-transition: all 0.3s ease;
  505. -moz-transition: all 0.3s ease;
  506. transition: all 0.3s ease;
  507. }
  508. .share-button .share--line:before {
  509. content: "";
  510. width: 1.3rem;
  511. height: 2px;
  512. background: #bbb;
  513. display: block;
  514. -webkit-transition: all 0.3s ease;
  515. -moz-transition: all 0.3s ease;
  516. transition: all 0.3s ease;
  517. }
  518. .share-button:before, .share-button:after {
  519. content: "";
  520. width: 1.3rem;
  521. height: 2px;
  522. background: #bbb;
  523. display: block;
  524. margin-bottom: 0.2rem;
  525. -webkit-transition: all 0.3s ease;
  526. -moz-transition: all 0.3s ease;
  527. transition: all 0.3s ease;
  528. }
  529. .share-button:after {margin-top: 0.2rem;}
  530. .share-button:hover .share--line , .share-button:hover:after , .share-button:hover:before , .share-button:hover .share--line:before{
  531. background: #777;
  532. }
  533. .share-button.toggle:before, .share-button.toggle:after {
  534. opacity: 0;
  535. }
  536. .share-button.toggle .share--line {
  537. -webkit-transform: rotate(45deg);
  538. -moz-transform: rotate(45deg);
  539. -ms-transform: rotate(45deg);
  540. -o-transform: rotate(45deg);
  541. transform: rotate(45deg);
  542. display: block;
  543. }
  544. .share-button.toggle .share--line:before {
  545. -webkit-transform: rotate(-90deg);
  546. -moz-transform: rotate(-90deg);
  547. -ms-transform: rotate(-90deg);
  548. -o-transform: rotate(-90deg);
  549. transform: rotate(-90deg);
  550. display: block;
  551. }
  552. .share-blob{
  553. position: absolute;
  554. left: -55px;
  555. bottom: 45px;
  556. width: 120px;
  557. font-size: 13px;
  558.  
  559. visibility: hidden;
  560. opacity: 0;
  561. z-index: -8;
  562. -webkit-backface-visibility: hidden;
  563. -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  564. transition: opacity 0.35s, transform 0.35s;
  565. -webkit-transform: translate3d(0,20px,0);
  566. transform: translate3d(0,20px,0);
  567. }
  568. .share-btn:last-child:after {
  569. content: '';
  570. display: block;
  571. position: absolute;
  572. left: 3px;
  573. right: 0;
  574. margin: auto;
  575. height: 0;
  576. width: 0;
  577. border-left: 7px solid transparent;
  578. border-right: 7px solid transparent;
  579. border-top: 7px solid #55ACEE;
  580. }
  581. .open{
  582. -webkit-transform: translate3d(0px,0,0);
  583. transform: translate3d(0px,0,0);
  584. opacity: 1;
  585. visibility: visible;
  586. z-index: 1;
  587. }
  588. .share-btn {
  589. display: block;
  590. text-align: center;
  591. position: relative;
  592. background: #F6BC6F;
  593. color: #fff !important;
  594. line-height: 30px;
  595. border-bottom: 1px solid #fff;
  596. font-size: 13px;
  597. }
  598. .share-btn .fa{
  599. width: 30px;
  600. height: 30px;
  601. line-height: 30px;
  602. background: #31B0B5;
  603. float: left;
  604. margin-right: 10px;
  605. border-right: 1px solid #fff;
  606. }
  607. .share-btn .fa-facebook , .facebook-btn{
  608. background: #3F5A95;
  609. }
  610. .share-btn .fa-twitter , .twitter-btn{
  611. background: #55ACEE;
  612. }
  613. .share-btn .fa-google-plus , .google-btn{
  614. background: #DD4B39;
  615. }
  616. .share-btn .fa-pinterest-p , .pinterest-btn{
  617. background: #D01D15;
  618. }
  619. /* blockquote & guote posts */
  620. blockquote{
  621. border-left: 2px solid transparent;
  622. border-color: #ECECEC;
  623. padding: 5px 0 5px 12px;
  624. margin: 10px 0 10px;
  625. font-size: 15px;
  626. }
  627. b{font-size: 18px;}
  628. blockquote img{margin:10px 0 0}
  629. .quote_container{
  630. position:relative;
  631. padding:15px 0 0;
  632. }
  633. .the_quote{padding-bottom:10px;font-size:25px}
  634. /* videos */
  635. .i_Frame{
  636. position: relative;
  637. background: #fff;
  638. }
  639. .responsive-video-wrapper{
  640. width:100%;position:relative;padding:0;
  641. -webkit-transition: all 1.9s ease;
  642. -ms-transition: all 1.9s ease;
  643. -o-transition: all 1.9s ease;
  644. transition: all 1.9s ease;
  645. }
  646. .responsive-video-wrapper iframe,.responsive-video-wrapper object,.responsive-video-wrapper embed{
  647. position:absolute;top:0;left:0;width:100%;height:100%
  648. }
  649. /* links post */
  650. .link_text_container .link_text .link_title{
  651. margin-left: auto;
  652. display: block;
  653. font-size: 16px;
  654. line-height: 24px;
  655. margin-right: auto;
  656. max-width: 460px;
  657. overflow: visible;
  658. text-decoration: none;
  659. text-overflow: ellipsis;
  660. letter-spacing: 0.5px;
  661. position: relative;
  662. font-weight: bold;
  663. }
  664. .link_text_container {
  665. height: 100%;
  666. padding:8px;
  667. text-align: left;
  668. }
  669. .link_text_outer {
  670. display: table;
  671. width: 100%;
  672. min-height: 100%;
  673. height: 58px;
  674. }
  675. .link_text_outer .link_text{
  676. display: table-cell;
  677. width: 100%;
  678. vertical-align: middle;
  679. text-align: center;
  680. }
  681. .link_source{
  682. font-size: 12px;
  683. text-transform: uppercase;
  684. color: #D0D0D0;
  685. }
  686. /* text posts */
  687. .text_title_container{
  688. text-align: left;
  689. font-size: 22px;
  690. margin-top: 15px;
  691. }
  692. .the--caption , .the--tags{
  693. padding: 0px 20px 10px;
  694. background: #fff;
  695. }
  696. .the--tags{
  697. float: left;
  698. }
  699. .text_caption > :last-child{
  700. margin-bottom: 0;
  701. }
  702. .text_caption > :first-child{
  703. margin-top: 15px;
  704. }
  705. .text_caption figure{
  706. margin: 15px 0;
  707. }
  708. blockquote > :first-child{
  709. margin-top: 0;
  710. }
  711. .text_caption ul{
  712. padding-left: 20px;
  713. }
  714. /* chat posts */
  715.  
  716. .chattitle{
  717. padding: 15px 0px;
  718. font-size: 22px;
  719. }
  720. div[class^='user']{
  721. border-bottom: 1px dashed #eee;
  722. padding-bottom: 5px;
  723. padding-top: 7px;
  724. }
  725. div[class^='user']:last-child{
  726. border-bottom: none;
  727. }
  728. .labe_l{
  729. font-weight: bold;
  730. color: #000;
  731. }
  732.  
  733. /* asked posts */
  734.  
  735. .answer-wrap{
  736. padding: 20px 0 0;
  737. overflow: hidden;
  738. }
  739. .asker-wrap{
  740. border-bottom: 1px dashed #eee;
  741. padding: 20px 0;
  742. min-height: 85px;
  743. }
  744. .fl-left{
  745. margin-right: 15px;
  746. float: left;
  747. }
  748. .fl-right{
  749. margin-left: 15px;
  750. float: right;
  751. }
  752. .answered figure{
  753. margin: 15px 0 0;
  754. }
  755.  
  756. /* Disqus Shortname */
  757. .disqus{
  758. background: #fff;
  759. padding: 30px;
  760. margin-top: 15px;
  761. position: relative;
  762. }
  763.  
  764. /* notes */
  765. /* post-info-perma */
  766. ol.notes{
  767. list-style: none;
  768. padding: 25px;
  769. font-size: 14px;
  770. color: rgb(186, 186, 186);
  771. }
  772. .notes a{
  773. color: #818181;
  774. }
  775. .notes a:hover{
  776. text-decoration: underline;
  777. color: {color:Links on hover}
  778. }
  779. .post-notes{
  780. background: #fff;
  781. border-radius: 3px;
  782. }
  783. .note{
  784. margin-bottom: 3px;
  785. }
  786. .action{
  787. margin-left: 10px;
  788. line-height: 1.8;
  789. }
  790.  
  791. /* social */
  792.  
  793. .social{
  794. margin: 15px 0;
  795. width: 100%;
  796. padding: 0 20px;
  797. text-align: center;
  798. }
  799. .social ul{
  800. list-style: none;
  801. margin: 0;
  802. padding: 0;
  803. }
  804. .social ul li{
  805. display: inline-block;
  806. margin-bottom: 10px;
  807. margin-right: 5px;
  808. }
  809. .social ul li a{
  810. display: inline-block;
  811. width: 35px;
  812. height: 35px;
  813. font-size: 20px;
  814. color: #fff;
  815. background: {color:Social media icons};
  816. line-height: 35px;
  817. {block:IfNotSquareSocialmediaicons}
  818. border-radius: 50%;
  819. {/block:IfNotSquareSocialmediaicons}
  820. opacity: 0.8;
  821. -webkit-transition: all 0.1s ease;
  822. -ms-transition: all 0.1s ease;
  823. -o-transition: all 0.1s ease;
  824. transition: all 0.1s ease;
  825. -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-ms-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  826. }
  827. .social ul li a:hover{
  828. opacity: 1;
  829. color: {color:Social media icons};
  830. background: #fff;
  831. }
  832. .social ul li a i{
  833. margin: 0;
  834. padding: 0;
  835. }
  836. /* search */
  837. .input {position: relative;z-index: 1;display: inline-block;margin: 0 1em 1em;max-width: 350px;width: calc(100% - 2em);vertical-align: top;}
  838. .input__field {position: relative;display: block;float: right;padding: 0.8em;width: 60%;border: none;border-radius: 0;background: #f0f0f0;color: #aaa;font-weight: 400;-webkit-appearance: none; /* for box shadows to show on iOS */}
  839. .input__field:focus {outline: none;}
  840. .input__label {display: inline-block;float: right;padding: 0 1em;width: 40%;color: #000000;font-weight: bold;font-size: 70.25%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  841. .input--nao {overflow: hidden;}
  842. .input__field--nao {padding: 0.5em 0em 0.25em;width: 100%;background: transparent;color: #000000;font-size: 1.25em;}
  843. .input__label--nao {position: absolute;top: 0.95em;font-size: 0.85em;left: 0;display: block;width: 100%;text-align: left;padding: 0em;pointer-events: none;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;transition: transform 0.2s 0.15s, color 1s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
  844. .graphic--nao {stroke: {color:Search Color};pointer-events: none;-webkit-transition: -webkit-transform 0.7s, stroke 0.7s;transition: transform 0.7s, stroke 0.7s;-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);}
  845. .input__field--nao:focus + .input__label--nao,.input--filled .input__label--nao {color: #333;-webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);}
  846. .input__field--nao:focus ~ .graphic--nao,.input--filled .graphic--nao {stroke: {color:Search Color on focus};-webkit-transform: translate3d(-66.6%, 0, 0); transform: translate3d(-66.6%, 0, 0);}
  847. .graphic {position: absolute;top: 0;left: 0;fill: none;}
  848.  
  849. ::-webkit-input-placeholder { /* WebKit browsers */
  850. color: #fff;
  851. opacity: 0.5;
  852. }
  853. :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  854. color: #fff;
  855. opacity: 0.5;
  856. }
  857. ::-moz-placeholder { /* Mozilla Firefox 19+ */
  858. color: #fff;
  859. opacity: 0.5;
  860. }
  861. :-ms-input-placeholder { /* Internet Explorer 10+ */
  862. color: #fff;
  863. opacity: 0.5;
  864. }
  865. .input .fa{
  866. position: absolute;
  867. bottom: 10px;
  868. right: 0px;
  869. width: 30px;
  870. opacity: 0.6;
  871. color: {color:Search Color};
  872. }
  873. /* twitter */
  874. #twitter{
  875. margin: 15px 0;
  876. }
  877. #tweets li a{
  878. color: {color:Tweets Color};
  879. font-size: {text:Description font size};
  880. }
  881. .contentr .fa-twitter{
  882. color: #4AA8D8;
  883. }
  884. .rslides {
  885. position: relative;
  886. list-style: none;
  887. overflow: hidden;
  888. width: 100%;
  889. padding: 0;
  890. min-height: 120px;
  891. margin: 0;
  892. background: transparent;
  893. }
  894. .col--one .rslides{
  895. min-height: 50px;
  896. }
  897. .rslides li {
  898. -webkit-backface-visibility: hidden;
  899. position: absolute;
  900. display: none;
  901. padding-bottom: 25px;
  902. width: 100%;
  903. left: 0;
  904. top: 0;
  905. }
  906. .rslides li:first-child {
  907. position: relative;
  908. display: block;
  909. float: left;
  910. }
  911. /* Footer */
  912. #footer{
  913. padding: 70px 0 0;
  914. color: {color:Footer Color};
  915. opacity: 0.8;
  916. text-align: center;
  917. float: left;
  918. font-size: 15px;
  919. letter-spacing: 1px;
  920. margin: 30px auto 15px;
  921. width: 100%;
  922. }
  923. .footer{
  924. color: rgb(255,255,255,0.8);
  925. font-family: 'Ubuntu',sans-serif;
  926. text-decoration: none;
  927. }
  928. .footer p{
  929. font-size: 12px;
  930. letter-spacing: 1px;
  931. padding-left: 15px;
  932. padding-right: 15px;
  933. }
  934. .footer a{
  935. color: {color:Footer Color};
  936. text-decoration: none;
  937. text-transform: uppercase;
  938. }
  939. .footer a:hover{
  940. text-decoration: underline;
  941. }
  942. /* Infinity Spinner */
  943.  
  944. .spinner{
  945. width: 70px;
  946. height: 18px;
  947. position: absolute;
  948. top: 0;
  949. bottom: 0;
  950. right: 0;
  951. left: 0;
  952. margin: auto;
  953. text-align: center;
  954. }
  955. .spinnertags{
  956. text-align: center;
  957. margin: 15px auto;
  958. }
  959. .spinner > div , .spinnertags > div{
  960. width: 18px;
  961. height: 18px;
  962. background-color: {color:Loading spinner};
  963. border-radius: 100%;
  964. display: inline-block;
  965. -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  966. animation: bouncedelay 1.4s infinite ease-in-out;
  967. /* Prevent first frame from flickering when animation starts */
  968. -webkit-animation-fill-mode: both;
  969. animation-fill-mode: both;
  970. }
  971. .spinner .bounce1 , .spinnertags .bounce1{
  972. -webkit-animation-delay: -0.32s;
  973. animation-delay: -0.32s;
  974. }
  975. .spinner .bounce2 , .spinnertags .bounce2{
  976. -webkit-animation-delay: -0.16s;
  977. animation-delay: -0.16s;
  978. }
  979. @-webkit-keyframes bouncedelay {
  980. 0%, 80%, 100% { -webkit-transform: scale(0.0) }
  981. 40% { -webkit-transform: scale(1.0) }
  982. }
  983.  
  984. @keyframes bouncedelay {
  985. 0%, 80%, 100% {
  986. transform: scale(0.0);
  987. -webkit-transform: scale(0.0);
  988. } 40% {
  989. transform: scale(1.0);
  990. -webkit-transform: scale(1.0);
  991. }
  992. }
  993. /* Pages */
  994. .pagination {
  995. display: block;
  996. margin: 60px 0px 0;
  997. -webkit-border-radius: 0;
  998. border-radius: 0;
  999. text-align: center;
  1000. padding: 0px;
  1001. }
  1002. .pagination ul {
  1003. -webkit-box-shadow: none;
  1004. -moz-box-shadow: none;
  1005. box-shadow: none;
  1006. list-style: none;
  1007. padding: 0;
  1008. margin: 0;
  1009. }
  1010. .pagination ul > li {
  1011. display: inline-block;
  1012. margin-bottom: 10px;
  1013. margin-top: 10px;
  1014. }
  1015. .pagination ul > li > a, .pagination ul > li > span {
  1016. float: none;
  1017. margin: 0;
  1018. margin-right: 3px;
  1019. }
  1020. .btn {
  1021. color: {color:Pagination Color} !important;
  1022. background: none;
  1023. border: 2px solid rgba(255,255,255,0.4);
  1024. margin-bottom: 10px;
  1025. margin-right: 4px;
  1026. font-size: 12px;
  1027. padding: 9px 17px;
  1028. font-weight: 800;
  1029. text-shadow: none;
  1030. text-transform: uppercase;
  1031. -webkit-border-radius: 0;
  1032. border-radius: 0;
  1033. -webkit-transition: all 200ms ease-in;
  1034. -o-transition: all 200ms ease-in;
  1035. -moz-transition: all 200ms ease-in;
  1036. -webkit-box-shadow: none;
  1037. -moz-box-shadow: none;
  1038. box-shadow: none;
  1039. display: inline-block;
  1040. }
  1041. .btn:hover , .current_page{
  1042. color: {color:Pagination Color on hover} !important;
  1043. border-color: {color:Pagination Color on hover};
  1044. }
  1045. {block:IfInfiniteScrolling}
  1046. .pagination{
  1047. opacity: 0;
  1048. visibility: hidden;
  1049. }
  1050. {/block:IfInfiniteScrolling}
  1051.  
  1052. /* scroll to top */
  1053. .button {
  1054. background: none;
  1055. width: 40px;
  1056. height: 45px;
  1057. border: none;
  1058. position: fixed;
  1059. right: 10px;
  1060. bottom: 30px;
  1061. -webkit-tap-highlight-color: rgba(0,0,0,0);
  1062. -webkit-tap-highlight-color: transparent;
  1063. -webkit-touch-callout: none;
  1064. -webkit-user-select: none;
  1065. -khtml-user-select: none;
  1066. -moz-user-select: none;
  1067. -ms-user-select: none;
  1068. user-select: none;
  1069. }
  1070. .morph-shape1 {
  1071. position: absolute;
  1072. width: 100%;
  1073. height: 100%;
  1074. top: 0;
  1075. left: 0;
  1076. }
  1077. .button--line .morph-shape1 svg {
  1078. fill: {color:Scroll to top};
  1079. stroke: none;
  1080. opacity: 0.5;
  1081. stroke-width: 1px;
  1082. stroke-linecap: round;
  1083. }
  1084. .button__text{
  1085. font-size: 25px;
  1086. color: #fff;
  1087. text-align: center;
  1088. }
  1089. /* next page */
  1090. .np{
  1091. margin-top: 50px;
  1092. }
  1093. .np a{
  1094. width: 40px;
  1095. height: 40px;
  1096. background: #fff;
  1097. color: #000;
  1098. text-align: center;line-height: 40px;
  1099. display: inline-block;
  1100. -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-ms-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  1101. }
  1102. .np a:hover{
  1103. color: {color:Links on hover};
  1104. }
  1105. .post--tags{
  1106. display: inline-block;
  1107. margin-right: 5px;
  1108. line-height: 1.6;
  1109. }
  1110.  
  1111. .post--photo .info{
  1112. border: none;
  1113. }
  1114.  
  1115. /* Small devices (tablets, 768px and up) */
  1116. @media (min-width: 768px) {
  1117. .container {
  1118. padding: 80px 0 0;
  1119. min-height: 800px;
  1120. }
  1121. body{
  1122. overflow-x: visible;
  1123. }
  1124. .info{
  1125. padding: 0 20px;
  1126. }
  1127. .menu-button {
  1128. z-index: 1000;
  1129. margin: 10px;
  1130. border: none;
  1131. text-indent: 2.5em;
  1132. font-size: 1.5em;
  1133. background: none;
  1134. }
  1135. .col-header{
  1136. padding: 0 25px 15px;
  1137. }
  1138. .col-header > *:first-child{
  1139. margin-top: 0 !important;
  1140. }
  1141. .col-header h1{
  1142. font-size: {text:Title font size};
  1143. }
  1144. .col-header h2{
  1145. margin: 25px 0;
  1146. font-size: {text:Description font size};
  1147. }
  1148. iframe#tumblr_controls{
  1149. position: absolute !important;
  1150. -webkit-filter: invert(100%);
  1151. }
  1152. .post_media{
  1153. padding: 10px 25px 15px;
  1154. }
  1155. .col--two .col-md-4{
  1156. width: 100%;
  1157. }
  1158. .col--one .col-md-4{
  1159. width: 50%;
  1160. }
  1161. }
  1162.  
  1163. /* Medium devices (desktops, 992px and up) */
  1164. @media (min-width: 992px) {
  1165. .col--two .col-md-4{
  1166. width: 50%;
  1167. }
  1168. .col-md-offset-1 {
  1169. margin-left: 10%;
  1170. }
  1171. .col--one .col-md-4{
  1172. width: 100%;
  1173. margin-bottom: 30px;
  1174. }
  1175. .col--two , .col--one{
  1176. float: none;
  1177. width: 80%;
  1178. margin: 0 auto;
  1179. }
  1180. .col--one{
  1181. width: 60%;
  1182. }
  1183.  
  1184. .col--one figure.effect-milo .from--re{
  1185. right: 50px;
  1186. }
  1187. }
  1188. {CustomCSS}
  1189. </style>
  1190. </head>
  1191. <body>
  1192. <div class="wraper">
  1193. <div class="menu-wrap">
  1194. <nav class="menu">
  1195. <div class="icon-list">
  1196. <a href="/" {Target}><i class="fa fa-fw fa-star-o"></i><span>{lang:Home}</span></a>
  1197. {block:SubmissionsEnabled}
  1198. <a href="/submit" {Target}><i class="fa fa-fw fa-bell-o"></i><span>{SubmitLabel}</span></a>
  1199. {/block:SubmissionsEnabled}
  1200. {block:AskEnabled}
  1201. <a href="/ask" {Target}><i class="fa fa-fw fa-envelope-o"></i><span>{AskLabel}</span></a>
  1202. {/block:AskEnabled}
  1203. {block:HasPages}
  1204. {block:Pages}
  1205. <a href="{URL}" {Target}><i class="fa fa-file-text"></i><span>{Label}</span></a>
  1206. {/block:Pages}
  1207. {/block:HasPages}
  1208. {block:IfTag1}<a href="{BlogURL}tagged/{text:Tag 1}" {Target}><i class="fa fa-tag"></i><span>{text:Tag 1}</span></a>{/block:IfTag1}
  1209. {block:IfTag2}<a href="{BlogURL}tagged/{text:Tag 2}" {Target}><i class="fa fa-tag"></i><span>{text:Tag 2}</span></a>{/block:IfTag2}
  1210. {block:IfTag3}<a href="{BlogURL}tagged/{text:Tag 3}" {Target}><i class="fa fa-tag"></i><span>{text:Tag 3}</span></a>{/block:IfTag3}
  1211. {block:IfTag4}<a href="{BlogURL}tagged/{text:Tag 4}" {Target}><i class="fa fa-tag"></i><span>{text:Tag 4}</span></a>{/block:IfTag4}
  1212. {block:IfTag5}<a href="{BlogURL}tagged/{text:Tag 5}" {Target}><i class="fa fa-tag"></i><span>{text:Tag 5}</span></a>{/block:IfTag5}
  1213. {block:IfShowFeedPage}
  1214. <a href="{RSS}" {Target}><i class="fa fa-rss"></i><span>{lang:Feed}</span></a>
  1215. {/block:IfShowFeedPage}
  1216. {block:IfShowRandomPost}
  1217. <a href="/random" {Target}><i class="fa fa-random"></i><span>{lang:random}</span></a>
  1218. {/block:IfShowRandomPost}
  1219. {block:IfShowArchivePage}
  1220. <a href="/archive" {Target}><i class="fa fa-newspaper-o"></i><span>{lang:Archive}</span></a>
  1221. {/block:IfShowArchivePage}
  1222. <a href="http://www.tumblrtema.net/" target="_blank"><i class="fa fa-paint-brush"></i><span>Tumblr Temalarý</span></a>
  1223. </div>
  1224. </nav>
  1225. <button class="close-button" id="close-button">Close Menu</button>
  1226. <div class="morph-shape" id="morph-shape" data-morph-open="M-1,0h101c0,0,0-1,0,395c0,404,0,405,0,405H-1V0z">
  1227. <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 800" preserveAspectRatio="none">
  1228. <path d="M-1,0h101c0,0-97.833,153.603-97.833,396.167C2.167,627.579,100,800,100,800H-1V0z"/>
  1229. </svg>
  1230. </div>
  1231. </div><!-- End .menu-wrap -->
  1232. <span class="menu-button" id="open-button"><div class="line"></div></span>
  1233. <div class="content-wrap">
  1234. <div class="content">
  1235. <div class="container">
  1236. <div class="row">
  1237. <div class="col-md-12 {block:IndexPage}{select:Layout type}{/block:IndexPage}" id="grid">
  1238. <div class="masonry">
  1239. <div class="col-md-4 col-sm-6 col-xs-12 element profile">
  1240. <div class="col-header">
  1241. {block:ShowAvatar}
  1242. <a href="/"><img class="{AvatarShape} avatarShape" src="{PortraitURL-96}"></a>
  1243. {/block:ShowAvatar}
  1244. {block:ShowTitle}<h1><a href="/">{Title}</a></h1>{/block:ShowTitle}
  1245. {block:ShowDescription}<h2>{Description}</h2>{/block:ShowDescription}
  1246. {block:Twitter}
  1247. <div id="twitter" style="display:none;">
  1248. <ul id="tweets" class="rslides"></ul>
  1249. </div>
  1250. <script type="text/javascript">
  1251. function recent_tweets(data) {
  1252. for (i=0; i<data.length; i++) {
  1253. document.getElementById("tweets").innerHTML =
  1254. document.getElementById("tweets").innerHTML +
  1255. '<li><a href="http://twitter.com/{TwitterUsername}/status/' +
  1256. (data[i].id_str ? data[i].id_str : data[i].id) +
  1257. '" target="_blank"><div class="contentr"><i class="fa fa-twitter"></i> ' + data[i].text +
  1258. '</div></a></li>';
  1259. }
  1260. document.getElementById("twitter").style.display = 'block';
  1261. }
  1262. </script>
  1263. {/block:Twitter}<!-- Twitter -->
  1264.  
  1265. <div class="social">
  1266. <ul>
  1267. {block:IfWebSiteURL}<li><a href="{text:WebSite URL}" {Target}><i class="fa fa-flag"></i></a></li>{/block:IfWebSiteURL}
  1268. {block:IfFacebookURL}<li><a href="{text:Facebook URL}" {Target}><i class="fa fa-facebook"></i></a></li>{/block:IfFacebookURL}
  1269. {block:IfTwitterURL}<li><a href="{text:Twitter URL}" {Target}><i class="fa fa-twitter"></i></a></li>{/block:IfTwitterURL}
  1270. {block:IfGooglePlusURL}<li><a href="{text:Google Plus URL}" {Target}><i class="fa fa-google-plus"></i></a></li>{/block:IfGooglePlusURL}
  1271. {block:IfDribbbleURL}<li><a href="{text:Dribbble URL}" {Target}><i class="fa fa-dribbble"></i></a></li>{/block:IfDribbbleURL}
  1272. {block:IfInstagramURL}<li><a href="{text:Instagram URL}" {Target}><i class="fa fa-instagram"></i></a></li>{/block:IfInstagramURL}
  1273. {block:IfFlickrURL}<li><a href="{text:Flickr URL}" {Target}><i class="fa fa-flickr"></i></a></li>{/block:IfFlickrURL}
  1274. {block:IfYoutubeURL}<li><a href="{text:Youtube URL}" {Target}><i class="fa fa-youtube-play"></i></a></li>{/block:IfYoutubeURL}
  1275. {block:IfVineURL}<li><a href="{text:Vine URL}" {Target}><i class="fa fa-vine"></i></a></li>{/block:IfVineURL}
  1276. {block:IfWeHeartItURL}<li><a href="{text:We Heart It URL}" {Target}><i class="fa fa-heartbeat"></i></a></li>{/block:IfWeHeartItURL}
  1277. {block:IfVimeoURL}<li><a href="{text:Vimeo URL}" {Target}><i class="fa fa-vimeo-square"></i></a></li>{/block:IfVimeoURL}
  1278. {block:IfDeviantArtURL}<li><a href="{text:DeviantArt URL}" {Target}><i class="fa fa-deviantart"></i></a></li>{/block:IfDeviantArtURL}
  1279. {block:IfPinterestURL}<li><a href="{text:Pinterest URL}" {Target}><i class="fa fa-pinterest"></i></a></li>{/block:IfPinterestURL}
  1280. {block:IfLinkedInURL}<li><a href="{text:LinkedIn URL}" {Target}><i class="fa fa-linkedin-square"></i></a></li>{/block:IfLinkedInURL}
  1281. {block:IfBehanceURL}<li><a href="{text:Behance URL}" {Target}><i class="fa fa-behance"></i></a></li>{/block:IfBehanceURL}
  1282. {block:IfGitHubURL}<li><a href="{text:GitHub URL}" {Target}><i class="fa fa-github-alt"></i></a></li>{/block:IfGitHubURL}
  1283. {block:IfSpotifyURL}<li><a href="{text:Spotify URL}" {Target}><i class="fa fa-spotify"></i></a></li>{/block:IfSpotifyURL}
  1284. {block:IfSoundCloudURL}<li><a href="{text:SoundCloud URL}" {Target}><i class="fa fa-soundcloud"></i></a></li>{/block:IfSoundCloudURL}
  1285. {block:IfWordpressURL}<li><a href="{text:Wordpress URL}" {Target}><i class="fa fa-wordpress"></i></a></li>{/block:IfWordpressURL}
  1286. </ul>
  1287. </div><!-- social menu -->
  1288. {block:IfNotDisableSearch}
  1289. <div class="col--search">
  1290. <form action="/search" method="get">
  1291. <span class="input input--nao">
  1292. <input class="input__field input__field--nao" name="q" type="text" id="input-1" placeholder=''/>
  1293. <i class="fa fa-search"></i>
  1294. <label class="input__label input__label--nao" for="input-1"></label>
  1295. <svg class="graphic graphic--nao" width="300%" height="100%" viewBox="0 0 1200 60" preserveAspectRatio="none"><path d="M0,56.5c0,0,298.666,0,399.333,0C448.336,56.5,513.994,46,597,46c77.327,0,135,10.5,200.999,10.5c95.996,0,402.001,0,402.001,0"/>
  1296. </svg>
  1297. </span>
  1298. </form>
  1299. </div><!-- Colsearch -->
  1300. {/block:IfNotDisableSearch}
  1301. {block:PermalinkPage}
  1302. {block:PermalinkPagination}
  1303. <div class="np">
  1304. {block:NextPost}
  1305. <a href="{NextPost}"><i class="fa fa-arrow-left"></i></a>
  1306. {/block:NextPost}
  1307. {block:PreviousPost}
  1308. <a href="{PreviousPost}"><i class="fa fa-arrow-right"></i></a>
  1309. {/block:PreviousPost}
  1310. </div>
  1311. {/block:PermalinkPagination}
  1312. {/block:PermalinkPage}
  1313. </div>
  1314. </div>
  1315. {block:Posts}
  1316. {block:IndexPage}
  1317. <div class="col-md-4 col-sm-6 col-xs-12 element post--{PostType}" id="{PostID}">
  1318. <div class="media--post">
  1319. {/block:IndexPage}
  1320. {block:PermalinkPage}
  1321. <div class="col-md-6 col-sm-6 col-xs-12 perma_post post--{PostType}">
  1322. <div class="media--post">
  1323. {/block:PermalinkPage}
  1324. {block:Photo}
  1325. {block:IndexPage}
  1326. <figure class="effect-milo">
  1327. <img class="mainimg" src="{PhotoURL-500}" data-high="{PhotoURL-1280}" alt="{PhotoAlt}">
  1328. {block:IfShowinfoonhover}
  1329. <figcaption>
  1330. <div class="lines">
  1331. <div class="dateline">
  1332. <i class="fa fa-calendar"></i>
  1333. {block:IfDateFormatTimeAgo}
  1334. {TimeAgo}
  1335. {/block:IfDateFormatTimeAgo}
  1336. {block:IfNotDateFormatTimeAgo}
  1337. {DayOfMonthWithZero} {ShortMonth} {Year}
  1338. {/block:IfNotDateFormatTimeAgo}
  1339. </div>
  1340. <div class="noteline">
  1341. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1342. </div>
  1343. <div class="reblogline">
  1344. <a href="{ReblogURL}" title="Reblog" {Target}>
  1345. <i class="fa fa-retweet"></i> reblog
  1346. </a>
  1347. </div>
  1348. <div class="likeline">
  1349. {LikeButton size="14"}
  1350. <i class="fa fa-heart-o"></i> like
  1351. </div>
  1352. </div>
  1353. <div class="from--re">
  1354. {block:RebloggedFrom}
  1355. <a href="{ReblogParentURL}" title="{ReblogParentTitle}" {Target}>
  1356. <img class="re-img" src="{ReblogParentPortraitURL-48}">
  1357. </a>
  1358. {/block:RebloggedFrom}
  1359. {block:NotReblog}
  1360. <a href="/" title="{Title}" {Target}>
  1361. <img class="re-img" src="{PortraitURL-48}">
  1362. </a>
  1363. {/block:NotReblog}
  1364. <div class="viewline">
  1365. <a href="{Permalink}">view the post <i class="fa fa-arrow-right"></i>
  1366. </a>
  1367. </div>
  1368. </div>
  1369. </figcaption>
  1370. {/block:IfShowinfoonhover}
  1371. </figure>
  1372. {block:IfNotShowinfoonhover}
  1373. <div class="info">
  1374. <div class="dateinfo">
  1375. <a href="{Permalink}">
  1376. <i class="fa fa-calendar"></i>
  1377. {block:IfDateFormatTimeAgo}
  1378. {TimeAgo}
  1379. {/block:IfDateFormatTimeAgo}
  1380. {block:IfNotDateFormatTimeAgo}
  1381. {DayOfMonthWithZero} {ShortMonth} {Year}
  1382. {/block:IfNotDateFormatTimeAgo}
  1383. </a>
  1384. </div>
  1385. <div class="noteinfo">
  1386. <a href="{Permalink}">
  1387. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1388. </a>
  1389. </div>
  1390. <div class="likeinfo">
  1391. {LikeButton size="14"}
  1392. <i class="fa fa-heart"></i>
  1393. </div>
  1394. <div class="rebloginfo">
  1395. <a href="{ReblogURL}" title="Reblog" {Target}>
  1396. <i class="fa fa-retweet"></i>
  1397. </a>
  1398. </div>
  1399. <div class="share-button">
  1400. <div class="share--line"></div>
  1401. <div class="share-blob">
  1402. <a class="share-btn pinterest-btn" href="https://pinterest.com/pin/create/button/?url={ShortURL}&media={PhotoURL-HighRes}&description={PostTitle}" target="_blank"><i class="fa fa-pinterest-p"></i> pinterest</a>
  1403. <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
  1404. <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
  1405. <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
  1406. </div>
  1407. </div>
  1408. </div>
  1409. {block:IfNotShowinfoonhover}
  1410. {/block:IndexPage}
  1411. {block:PermalinkPage}
  1412. {LinkOpenTag}
  1413. <figure>
  1414. <img class="mainimg" src="{PhotoURL-1280}" alt="{PhotoAlt}">
  1415. </figure>
  1416. {LinkCloseTag}
  1417. <div class="info">
  1418. <div class="dateinfo">
  1419. <a href="{Permalink}">
  1420. <i class="fa fa-calendar"></i>
  1421. {block:IfDateFormatTimeAgo}
  1422. {TimeAgo}
  1423. {/block:IfDateFormatTimeAgo}
  1424. {block:IfNotDateFormatTimeAgo}
  1425. {DayOfMonthWithZero} {ShortMonth} {Year}
  1426. {/block:IfNotDateFormatTimeAgo}
  1427. </a>
  1428. </div>
  1429. <div class="noteinfo">
  1430. <a href="{Permalink}">
  1431. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1432. </a>
  1433. </div>
  1434. <div class="likeinfo">
  1435. {LikeButton size="14"}
  1436. <i class="fa fa-heart"></i>
  1437. </div>
  1438. <div class="rebloginfo">
  1439. <a href="{ReblogURL}" title="Reblog" {Target}>
  1440. <i class="fa fa-retweet"></i>
  1441. </a>
  1442. </div>
  1443. <div class="share-button">
  1444. <div class="share--line"></div>
  1445. <div class="share-blob">
  1446. <a class="share-btn pinterest-btn" href="https://pinterest.com/pin/create/button/?url={ShortURL}&media={PhotoURL-HighRes}&description={PostTitle}" target="_blank"><i class="fa fa-pinterest-p"></i> pinterest</a>
  1447. <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
  1448. <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
  1449. <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
  1450. </div>
  1451. </div>
  1452. </div>
  1453. {/block:PermalinkPage}
  1454. {/block:Photo}
  1455. {block:Photoset}
  1456. <div class="photoset-grid photoset{PostID}" data-layout="{PhotosetLayout}" data-id="photoset{PostID}" data-popup="{PostID}">
  1457. {block:Photos}
  1458. <img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}" {block:HighRes}data-highres="{PhotoURL-HighRes}"{/block:HighRes}
  1459. {block:Caption}alt="{Caption}"{/block:caption} />
  1460. {/block:Photos}
  1461. </div>
  1462. <div class="info">
  1463. <div class="dateinfo">
  1464. <a href="{Permalink}">
  1465. <i class="fa fa-calendar"></i>
  1466. {block:IfDateFormatTimeAgo}
  1467. {TimeAgo}
  1468. {/block:IfDateFormatTimeAgo}
  1469. {block:IfNotDateFormatTimeAgo}
  1470. {DayOfMonthWithZero} {ShortMonth} {Year}
  1471. {/block:IfNotDateFormatTimeAgo}
  1472. </a>
  1473. </div>
  1474. <div class="noteinfo">
  1475. <a href="{Permalink}">
  1476. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1477. </a>
  1478. </div>
  1479. <div class="likeinfo">
  1480. {LikeButton size="14"}
  1481. <i class="fa fa-heart"></i>
  1482. </div>
  1483. <div class="rebloginfo">
  1484. <a href="{ReblogURL}" title="Reblog" {Target}>
  1485. <i class="fa fa-retweet"></i>
  1486. </a>
  1487. </div>
  1488. <div class="share-button">
  1489. <div class="share--line"></div>
  1490. <div class="share-blob">
  1491. <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
  1492. <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
  1493. <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
  1494. </div>
  1495. </div>
  1496. </div>
  1497. {/block:Photoset}
  1498. {block:Text}
  1499. <div class="post_media">
  1500. {block:Title}
  1501. <div class="text_title_container">
  1502. {Title}
  1503. </div>
  1504. {/block:Title}
  1505. <div class="text_caption">
  1506. {Body}
  1507. </div>
  1508. </div>
  1509. {block:Date}
  1510. <div class="info">
  1511. <div class="dateinfo">
  1512. <a href="{Permalink}">
  1513. <i class="fa fa-calendar"></i>
  1514. {block:IfDateFormatTimeAgo}
  1515. {TimeAgo}
  1516. {/block:IfDateFormatTimeAgo}
  1517. {block:IfNotDateFormatTimeAgo}
  1518. {DayOfMonthWithZero} {ShortMonth} {Year}
  1519. {/block:IfNotDateFormatTimeAgo}
  1520. </a>
  1521. </div>
  1522. <div class="noteinfo">
  1523. <a href="{Permalink}">
  1524. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1525. </a>
  1526. </div>
  1527. <div class="likeinfo">
  1528. {LikeButton size="14"}
  1529. <i class="fa fa-heart"></i>
  1530. </div>
  1531. <div class="rebloginfo">
  1532. <a href="{ReblogURL}" title="Reblog" {Target}>
  1533. <i class="fa fa-retweet"></i>
  1534. </a>
  1535. </div>
  1536. <div class="share-button">
  1537. <div class="share--line"></div>
  1538. <div class="share-blob">
  1539. <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
  1540. <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
  1541. <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
  1542. </div>
  1543. </div>
  1544. </div>
  1545. {/block:Date}
  1546. {/block:Text}
  1547. {block:Quote}
  1548. <div class="post_media">
  1549. <div class="quote_container">
  1550. <div class="the_quote"><i>&ldquo; {Quote} &rdquo; </i></div>
  1551. </div>
  1552. {block:PermalinkPage}
  1553. {block:Source}
  1554. <div class="text_caption">
  1555. {Source}
  1556. </div>
  1557. {/block:Source}
  1558. {/block:PermalinkPage}
  1559. </div>
  1560. <div class="info">
  1561. <div class="dateinfo">
  1562. <a href="{Permalink}">
  1563. <i class="fa fa-calendar"></i>
  1564. {block:IfDateFormatTimeAgo}
  1565. {TimeAgo}
  1566. {/block:IfDateFormatTimeAgo}
  1567. {block:IfNotDateFormatTimeAgo}
  1568. {DayOfMonthWithZero} {ShortMonth} {Year}
  1569. {/block:IfNotDateFormatTimeAgo}
  1570. </a>
  1571. </div>
  1572. <div class="noteinfo">
  1573. <a href="{Permalink}">
  1574. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1575. </a>
  1576. </div>
  1577. <div class="likeinfo">
  1578. {LikeButton size="14"}
  1579. <i class="fa fa-heart"></i>
  1580. </div>
  1581. <div class="rebloginfo">
  1582. <a href="{ReblogURL}" title="Reblog" {Target}>
  1583. <i class="fa fa-retweet"></i>
  1584. </a>
  1585. </div>
  1586. <div class="share-button">
  1587. <div class="share--line"></div>
  1588. <div class="share-blob">
  1589. <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
  1590. <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
  1591. <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
  1592. </div>
  1593. </div>
  1594. </div>
  1595. {/block:Quote}
  1596. {block:Chat}
  1597. <div class="post_media">
  1598. <div class="chatwrap">
  1599. {block:Title}
  1600. <div class="chattitle">
  1601. {Title}
  1602. </div>
  1603. {/block:Title}
  1604. {block:Lines}
  1605. <div class="user_{UserNumber}">
  1606. {block:Label}
  1607. <span class="labe_l">{Label}</span>
  1608. {/block:Label}
  1609. <span class="line">{Line}</span>
  1610. </div>
  1611. {/block:Lines}
  1612. </div>
  1613. </div>
  1614. <div class="info">
  1615. <div class="dateinfo">
  1616. <a href="{Permalink}">
  1617. <i class="fa fa-calendar"></i>
  1618. {block:IfDateFormatTimeAgo}
  1619. {TimeAgo}
  1620. {/block:IfDateFormatTimeAgo}
  1621. {block:IfNotDateFormatTimeAgo}
  1622. {DayOfMonthWithZero} {ShortMonth} {Year}
  1623. {/block:IfNotDateFormatTimeAgo}
  1624. </a>
  1625. </div>
  1626. <div class="noteinfo">
  1627. <a href="{Permalink}">
  1628. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1629. </a>
  1630. </div>
  1631. <div class="likeinfo">
  1632. {LikeButton size="14"}
  1633. <i class="fa fa-heart"></i>
  1634. </div>
  1635. <div class="rebloginfo">
  1636. <a href="{ReblogURL}" title="Reblog" {Target}>
  1637. <i class="fa fa-retweet"></i>
  1638. </a>
  1639. </div>
  1640. <div class="share-button">
  1641. <div class="share--line"></div>
  1642. <div class="share-blob">
  1643. <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
  1644. <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
  1645. <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
  1646. </div>
  1647. </div>
  1648. </div>
  1649. {/block:Chat}
  1650. {block:Link}
  1651. <div class="post_media">
  1652. <div class="link_button">
  1653. <div class="link_text_container">
  1654. <div class="link_text_outer">
  1655. <div class="link_text">
  1656. <a href="{URL}" target="_blank" class="link_title">{Name}</a>
  1657. <a href="{URL}" target="_blank" class="link_source">{Host}</a>
  1658. </div>
  1659. </div>
  1660. </div>
  1661. </div>
  1662. {block:Description}
  1663. <div class="post_content_inner">
  1664. <div class="post_body" data-subview="body">
  1665. {Description}
  1666. </div>
  1667. </div>
  1668. {/block:Description}
  1669. </div>
  1670. <div class="info">
  1671. <div class="dateinfo">
  1672. <a href="{Permalink}">
  1673. <i class="fa fa-calendar"></i>
  1674. {block:IfDateFormatTimeAgo}
  1675. {TimeAgo}
  1676. {/block:IfDateFormatTimeAgo}
  1677. {block:IfNotDateFormatTimeAgo}
  1678. {DayOfMonthWithZero} {ShortMonth} {Year}
  1679. {/block:IfNotDateFormatTimeAgo}
  1680. </a>
  1681. </div>
  1682. <div class="noteinfo">
  1683. <a href="{Permalink}">
  1684. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1685. </a>
  1686. </div>
  1687. <div class="likeinfo">
  1688. {LikeButton size="14"}
  1689. <i class="fa fa-heart"></i>
  1690. </div>
  1691. <div class="rebloginfo">
  1692. <a href="{ReblogURL}" title="Reblog" {Target}>
  1693. <i class="fa fa-retweet"></i>
  1694. </a>
  1695. </div>
  1696. <div class="share-button">
  1697. <div class="share--line"></div>
  1698. <div class="share-blob">
  1699. <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
  1700. <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
  1701. <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
  1702. </div>
  1703. </div>
  1704. </div>
  1705. {/block:Link}
  1706. {block:Answer}
  1707. <div class="post_media">
  1708. <div class="answer-post-wrap">
  1709. <div class="asker-wrap">
  1710. <img class="fl-left" src="{AskerPortraitURL-48}">
  1711. <div class="">{Asker} asked: {Question}</div>
  1712. </div>
  1713. {block:Answerer}
  1714. <div class="answer-wrap">
  1715. <img class="fl-right" src="{AnswererPortraitURL-48}" alt="{Title}"/>
  1716. <div class="answered">{Answerer} answered: {Answer}</div>
  1717. </div>
  1718. {/block:Answerer}
  1719. {Replies}
  1720. </div>
  1721. </div>
  1722. <div class="info">
  1723. <div class="dateinfo">
  1724. <a href="{Permalink}">
  1725. <i class="fa fa-calendar"></i>
  1726. {block:IfDateFormatTimeAgo}
  1727. {TimeAgo}
  1728. {/block:IfDateFormatTimeAgo}
  1729. {block:IfNotDateFormatTimeAgo}
  1730. {DayOfMonthWithZero} {ShortMonth} {Year}
  1731. {/block:IfNotDateFormatTimeAgo}
  1732. </a>
  1733. </div>
  1734. <div class="noteinfo">
  1735. <a href="{Permalink}">
  1736. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1737. </a>
  1738. </div>
  1739. <div class="likeinfo">
  1740. {LikeButton size="14"}
  1741. <i class="fa fa-heart"></i>
  1742. </div>
  1743. <div class="rebloginfo">
  1744. <a href="{ReblogURL}" title="Reblog" {Target}>
  1745. <i class="fa fa-retweet"></i>
  1746. </a>
  1747. </div>
  1748. <div class="share-button">
  1749. <div class="share--line"></div>
  1750. <div class="share-blob">
  1751. <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
  1752. <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
  1753. <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
  1754. </div>
  1755. </div>
  1756. </div>
  1757. {/block:Answer}
  1758. {block:Video}
  1759. <div class="i_Frame">
  1760. {VideoEmbed-400}
  1761. </div>
  1762. <div class="info">
  1763. <div class="dateinfo">
  1764. <a href="{Permalink}">
  1765. <i class="fa fa-calendar"></i>
  1766. {block:IfDateFormatTimeAgo}
  1767. {TimeAgo}
  1768. {/block:IfDateFormatTimeAgo}
  1769. {block:IfNotDateFormatTimeAgo}
  1770. {DayOfMonthWithZero} {ShortMonth} {Year}
  1771. {/block:IfNotDateFormatTimeAgo}
  1772. </a>
  1773. </div>
  1774. <div class="noteinfo">
  1775. <a href="{Permalink}">
  1776. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1777. </a>
  1778. </div>
  1779. <div class="likeinfo">
  1780. {LikeButton size="14"}
  1781. <i class="fa fa-heart"></i>
  1782. </div>
  1783. <div class="rebloginfo">
  1784. <a href="{ReblogURL}" title="Reblog" {Target}>
  1785. <i class="fa fa-retweet"></i>
  1786. </a>
  1787. </div>
  1788. <div class="share-button">
  1789. <div class="share--line"></div>
  1790. <div class="share-blob">
  1791. <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
  1792. <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
  1793. <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
  1794. </div>
  1795. </div>
  1796. </div>
  1797. {/block:Video}
  1798. {block:Audio}
  1799. <div class="i_Frame">
  1800. {block:AudioEmbed}
  1801. {AudioEmbed}
  1802. {/block:AudioEmbed}
  1803. </div>
  1804. <div class="info">
  1805. <div class="dateinfo">
  1806. <a href="{Permalink}">
  1807. <i class="fa fa-calendar"></i>
  1808. {block:IfDateFormatTimeAgo}
  1809. {TimeAgo}
  1810. {/block:IfDateFormatTimeAgo}
  1811. {block:IfNotDateFormatTimeAgo}
  1812. {DayOfMonthWithZero} {ShortMonth} {Year}
  1813. {/block:IfNotDateFormatTimeAgo}
  1814. </a>
  1815. </div>
  1816. <div class="noteinfo">
  1817. <a href="{Permalink}">
  1818. <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
  1819. </a>
  1820. </div>
  1821. <div class="likeinfo">
  1822. {LikeButton size="14"}
  1823. <i class="fa fa-heart"></i>
  1824. </div>
  1825. <div class="rebloginfo">
  1826. <a href="{ReblogURL}" title="Reblog" {Target}>
  1827. <i class="fa fa-retweet"></i>
  1828. </a>
  1829. </div>
  1830. <div class="share-button">
  1831. <div class="share--line"></div>
  1832. <div class="share-blob">
  1833. <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
  1834. <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
  1835. <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
  1836. </div>
  1837. </div>
  1838. </div>
  1839. {/block:Audio}
  1840. {block:IfShowCaptiononmainpage}
  1841. {block:Caption}
  1842. <div class="the--caption">
  1843. {Caption}
  1844. </div>
  1845. {/block:Caption}
  1846. {/block:IfShowCaptiononmainpage}
  1847. {block:PermalinkPage}
  1848. {block:Date}
  1849. {block:Caption}
  1850. <div class="the--caption">
  1851. {Caption}
  1852. </div>
  1853. {/block:Caption}
  1854. {block:HasTags}
  1855. <div class="the--tags">
  1856. {block:Tags}
  1857. <a class="post--tags" href="{TagURL}" {Target}>#{Tag}</a>
  1858. {/block:Tags}
  1859. </div>
  1860. {/block:HasTags}
  1861. {block:PostNotes}
  1862. <div class="post-notes">
  1863. {PostNotes-16}
  1864. </div>
  1865. {/block:PostNotes}
  1866. {/block:Date}
  1867. {/block:PermalinkPage}
  1868. {block:PermalinkPage}
  1869. {block:Date}
  1870. {block:IfDisqusShortname}
  1871. <div class="disqus">
  1872. <div id="disqus_thread"></div>
  1873. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  1874. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  1875. </div>
  1876. {/block:IfDisqusShortname}
  1877. {/block:Date}
  1878. {/block:PermalinkPage}
  1879. </div><!-- mediaPost -->
  1880. </div>
  1881. {/block:Posts}
  1882. </div><!-- .masonry-->
  1883. </div><!-- #grid -->
  1884. </div><!-- /row -->
  1885. {block:Pagination}
  1886. <div class="col-md-12 col-xs-12 pagination">
  1887. <ul>
  1888. {block:PreviousPage}
  1889. <li><a href="{PreviousPage}" class="prev_page btn">{lang:Prev}</a></li>
  1890. {/block:PreviousPage}
  1891. {block:JumpPagination length="7"}
  1892. {block:CurrentPage}
  1893. <li><span class="current_page btn" >{PageNumber}</span></li>
  1894. {/block:CurrentPage}
  1895. {block:JumpPage}
  1896. <li class="jq"><a class="jump_page btn" href="{URL}">{PageNumber}</a></li>
  1897. {/block:JumpPage}
  1898. {/block:JumpPagination}
  1899. {block:NextPage}
  1900. <li><a id="next" href="{NextPage}" class="btn">{lang:Next}</a></li>
  1901. {/block:NextPage}
  1902. </ul>
  1903. </div><!-- End Pagination -->
  1904. {/block:Pagination}
  1905. </div><!-- /container -->
  1906. {block:IndexPage}
  1907. <div class="col-md-12">
  1908. <div class="row">
  1909. <div id="footer">
  1910. <div class="footer">
  1911. <p>Copyright © {CopyrightYears} <span class="style1">{title}</span>.Tüm Tumblr Temalarý Ýçin <a href="http://www.tumblrtema.net/" target="_blank">Tumblr Tema</a>
  1912. </p>
  1913. </div>
  1914. </div>
  1915. </div>
  1916. </div>
  1917. {/block:IndexPage}
  1918. </div><!-- /content -->
  1919. </div><!-- /content-wrap -->
  1920. </div><!-- /wraper -->
  1921. <button class="button button--line button--effect-1 scrollup hidden-xs" style="display: none;">
  1922. <span class="morph-shape1" data-morph-active="M286,113c0,0-68.8,9-136,9c-78.2,0-137-9-137-9S3,97.198,3,62.5C3,33.999,13,12,13,12S72,2,150,2c85,0,136,10,136,10s11,17.598,11,52C297,96.398,286,113,286,113z">
  1923. <svg width="100%" height="100%" viewBox="0 0 300 125" preserveAspectRatio="none">
  1924. <path d="M286.5,113c0,0-104,0-136.5,0c-35.75,0-136.5,0-136.5,0s0-39.417,0-52.5c0-12.167,0-48.5,0-48.5s101.833,0,136.5,0c33.583,0,136.5,0,136.5,0s0,35.917,0,48.5C286.5,73.167,286.5,113,286.5,113z"/>
  1925. </svg>
  1926. </span>
  1927. <span class="button__text"><i class="fa fa-angle-up"></i></span>
  1928. </button>
  1929. <script src="http://static.tumblr.com/6znvctm/iUqnnza1s/main.js"></script>
  1930. <script>
  1931. (function() {
  1932. function extend( a, b ) {for( var key in b ) {if( b.hasOwnProperty( key ) ) {a[key] = b[key];}}return a;}
  1933. function SVGButton( el, options ) {this.el = el;this.options = extend( {}, this.options );extend( this.options, options );this.init();}
  1934. SVGButton.prototype.options = {speed : { reset : 800, active : 150 },easing : { reset : mina.elastic, active : mina.easein }};
  1935. SVGButton.prototype.init = function() {this.shapeEl = this.el.querySelector( 'span.morph-shape1' );
  1936. var s = Snap( this.shapeEl.querySelector( 'svg' ) );
  1937. this.pathEl = s.select( 'path' );
  1938. this.paths = {reset : this.pathEl.attr( 'd' ),active : this.shapeEl.getAttribute( 'data-morph-active' )};this.initEvents();};
  1939. SVGButton.prototype.initEvents = function() {
  1940. this.el.addEventListener( 'mousedown', this.down.bind(this) );
  1941. this.el.addEventListener( 'mouseup', this.up.bind(this) );
  1942. this.el.addEventListener( 'touchend', this.up.bind(this) );
  1943. this.el.addEventListener( 'mouseout', this.up.bind(this) );
  1944. };
  1945. SVGButton.prototype.down = function() {
  1946. this.pathEl.stop().animate( { 'path' : this.paths.active }, this.options.speed.active, this.options.easing.active );};
  1947. SVGButton.prototype.up = function() {
  1948. this.pathEl.stop().animate( { 'path' : this.paths.reset }, this.options.speed.reset, this.options.easing.reset );};
  1949. [].slice.call( document.querySelectorAll( 'button.button--effect-1' ) ).forEach( function( el ) {
  1950. new SVGButton( el );
  1951. } );
  1952. })();
  1953. </script>
  1954.  
  1955. <script type="text/javascript">
  1956. ( function($) {$.fn.responsiveVideo = function() {var $all_videos = $(".i_Frame");$all_videos = $(this).find( 'iframe, object, embed' );$all_videos.not( 'object object , .like_toggle , .bandcamp_audio_player ,.photoset , #submit_form , #ask_form , #dsq-2' ).each( function() {var $video = $(this);if ( $video.parents( 'object' ).length )return;if ( ! $video.prop( 'id' ) )$video.attr( 'id', 'sandy' + Math.floor( Math.random() * 999999 ) );$video.wrap( '<div class="responsive-video-wrapper" style="padding-top: ' + ( $video.attr( 'height' ) / $video.attr( 'width' ) * 100 ) + '%" />' ).removeAttr( 'height' ).removeAttr( 'width' );$video.closest( ".responsive-video-wrapper iframe" )});};} )(jQuery);
  1957. $("body").responsiveVideo();
  1958. $(document).ready(function(){
  1959. var $container = $(".masonry");
  1960. changeattr();hakuna();
  1961. $(".col-header .avatarShape, .col-header h1 , .col-header h2").addClass("cuddles");
  1962. $(document).on('click', '.share-button', function(){
  1963. $(this).toggleClass("toggle");
  1964. $(this).find(".share-blob").toggleClass("open");
  1965. });
  1966. $(window).scroll(function(){if ($(this).scrollTop() > 700) {$('.scrollup').fadeIn();} else {$('.scrollup').fadeOut();}});
  1967. $('.scrollup').click(function(){$("html, body").animate({ scrollTop: 0 }, 600);return false;});
  1968. {block:IfInfiniteScrolling}
  1969. $container.infinitescroll({
  1970. navSelector : '.pagination',
  1971. nextSelector : '#next',
  1972. itemSelector : '.element:not(.profile)',
  1973. loading:{finishedMsg:'<div id="#loadingeen" style="position:absolute;width:170px;height:70px;bottom: -100px;right:0px;left:0;margin:auto;z-index:999;color:{color:Loading spinner};text-align:center;"><strong>{lang:No more posts}</strong></div>',msgText:'<div id="#loading_nav" style="position:absolute;width:70px;height:70px;bottom: -100px;right:0px;left:0;margin:auto;z-index: 999"><div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div></div>'}
  1974. },
  1975. function( newElements ) {
  1976. var $newElems = $( newElements ).css({ opacity: 0 });
  1977. var $newElemsIDs = $newElems.map(function () {
  1978. return this.id;
  1979. }).get();
  1980. $newElems.responsiveVideo();
  1981. changeattr();
  1982. hakuna();
  1983. setTimeout(function(){
  1984. $newElems.css({opacity: 1});
  1985. $container.masonry( 'appended', $newElems, true );
  1986. }, 500);
  1987. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  1988. }
  1989. );
  1990. {/block:IfInfiniteScrolling}
  1991.  
  1992. });
  1993. var hakuna = function(){
  1994. /* Trigger mansory */
  1995. var $container = $(".masonry");
  1996. $container.masonry({transitionDuration: 0});
  1997. setTimeout(function(){ $container.masonry() }, 100);
  1998. setTimeout(function(){ $container.masonry() }, 200);
  1999. setTimeout(function(){ $container.masonry() }, 300);
  2000. setTimeout(function(){ $container.masonry() }, 500);
  2001. setTimeout(function(){ $container.masonry() }, 1000);
  2002. setTimeout(function(){ $container.masonry() }, 2000);
  2003. setTimeout(function(){ $container.masonry() }, 4000);
  2004. setTimeout(function(){ $container.masonry() }, 6000);
  2005. $container.imagesLoaded().progress( function( instance, image ) {
  2006. image.isLoaded ? $container.masonry({transitionDuration: 0}) : $container.masonry({transitionDuration: 0});
  2007. });
  2008. /* Photosets */
  2009. var $allPhotoSets = $('.photoset-grid');
  2010. $allPhotoSets.photosetGrid({highresLinks: true,gutter: '3px',onComplete: function(){$allPhotoSets.each(function(){var postClass = ".photoset" + $(this).data("popup");$(postClass).magnificPopup({delegate:"a.highres-link",type:"image",gallery:{enabled:!0}})})}});
  2011. }
  2012. var changeattr = function(){
  2013. var $elements = $(".media--post");
  2014. var elementwidth = $elements.width();
  2015. var windowwidth = $(window).width();
  2016. if (elementwidth > 500) {
  2017. $elements.each(function() {
  2018. var biggerimage = $(this).find('img.mainimg').data("high");
  2019. $(this).find('img.mainimg').attr( "src", biggerimage );
  2020. });
  2021. }
  2022. }
  2023. $(window).load(function(){$(function() {$("#tweets").responsiveSlides({auto: true,speed: 500,timeout: 5000,pause: true,namespace: "maha"})})});
  2024. </script>
  2025. {block:IfGoogleAnalyticsID}
  2026. <script>
  2027. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  2028. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  2029. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  2030. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  2031.  
  2032. ga('create', '{text:Google Analytics ID}', 'tumblr.com');
  2033. ga('send', 'pageview');
  2034. </script>
  2035. {/block:IfGoogleAnalyticsID}
  2036. {block:Twitter}
  2037. <script type="text/javascript" src="/tweets.js"></script>
  2038. {/block:Twitter}
  2039. </body>
  2040. </html><!-- 9:14 PM 14/05/2015 leen themes ==> leentheme@hotmail.com -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement