Advertisement
nea

caligo

nea
Mar 24th, 2018
4,178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.49 KB | None | 0 0
  1. <!--
  2.  
  3. theme 'caligo' by rue-bennett
  4.  
  5. -->
  6.  
  7. <!DOCTYPE html> <html xmlns="https://www.w3.org/1999/xhtml"> <head> <title>{Title}</title> <link rel="alternate" type="application/rss+xml" href="{RSS}"> <link rel="shortcut icon" href="{Favicon}"> {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description} <meta name="viewport" content="width=device-width, initial-scale=1">
  8.  
  9. <meta name="color:background" content="#ffffff"> <meta name="color:borders" content="#f1f1f1"> <meta name="color:text" content="#3f3f3f"> <meta name="color:links" content="#333333"> <meta name="color:accent" content="#333333"/> <meta name="color:accent border" content="#f1f1f1"/> <meta name="color:hover" content="#999999"> <meta name="image:sidebar image" content=""/> <meta name="if:sidebar image" content="1" /> <meta name="if:sidebar title" content="1" /> <meta name="if:sidebar title" content="" /> <meta name="text:sidebar title" content=""> <meta name="text:link 1 title" content="one"> <meta name="text:link 1 url" content=""> <meta name="text:link 2 title" content="two"> <meta name="text:link 2 url" content=""> <meta name="text:link 3 title" content="three"> <meta name="text:link 3 url" content=""> <meta name="if:link 1" content="1" /> <meta name="if:link 2" content="1" /> <meta name="if:link 3" content="1" />
  10.  
  11. <link href="https://fonts.googleapis.com/css?family=Heebo:400,500,700" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Quantico:400,400i,700,700i" rel="stylesheet"><script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  12. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script> <script type="text/javascript" src="https://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script> <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/> <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:200, tip_fade_speed:300 }); }); })(jQuery); </script>
  13.  
  14. <style type="text/css">
  15.  
  16. /* tumblr controls */
  17. iframe.tmblr-iframe { z-index:99999999999999!important; top:0!important; right:0!important; opacity:0.4; filter:invert(1); -webkit-filter:invert(1); -o-filter:invert(1); -moz-filter:invert(1); -ms-filter:invert(1); transform:scale(0.6); transform-origin:100% 0; -webkit-transform:scale(0.6); -webkit-transform-origin:100% 0; -o-transform:scale(0.6); -o-transform-origin:100% 0; -moz-transform:scale(0.6); -moz-transform-origin:100% 0; -ms-transform:scale(0.6); -ms-transform-origin:100% 0; -moz-transition-duration:0.4s; -webkit-transition-duration:0.4s; -o-transition-duration:0.4s; }
  18. iframe.tmblr-iframe:hover { opacity:0.6!important; -moz-transition-duration:0.4s; -webkit-transition-duration:0.4s; -o-transition-duration:0.4s; }
  19.  
  20. /* tool-tip */
  21. #s-m-t-tooltip { max-width:300px; margin:15px; padding:5px; border:1px solid {color:accent border}; border-radius:0px; color:{color:text}; background:#fff; z-index:999999;
  22. font-style:none; font-size:11px; font-style:none; box-shadow: 0px 0px 0px rgba(0,0,0,.1); font-family: 'Heebo', sans-serif; }
  23.  
  24. /* select colors */
  25. ::selection { background: {color:accent border}; color: {color:text}; }
  26. ::-moz-selection { background: {color:accent border}; color: {color:text}; }
  27.  
  28. /* scrollbar */
  29. ::-webkit-scrollbar { width:13px;height:13px; background:{color:background}; }
  30.  
  31. ::-webkit-scrollbar-thumb { background:rgba({RGBcolor:text},1); }
  32.  
  33. ::-webkit-scrollbar,::-webkit-scrollbar-thumb { border:5px solid {color:background}; }
  34.  
  35. /* body & styles */
  36. body { text-align:justify; margin:0; font-size: 11px; line-height:1.8em; letter-spacing:0px; font-family: 'Heebo', sans-serif; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; color:{color:text}; background:{color:background};}
  37.  
  38. a { color:{color:links}; text-decoration:none; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; cursor:pointer; }
  39. a:hover { text-decoration:none; color:{color:hover}; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
  40.  
  41. small, sub, sup { font-size:11px; }
  42.  
  43. b, bold { font-weight:500; }
  44.  
  45. ul { list-style: none; margin-left: 0; padding-left: 0; }
  46. li { padding-left: 1em; text-indent: -1em; }
  47. li:before { content: "› "; display:inline; padding-right: 5px; }
  48.  
  49. blockquote { display:block; margin:0; margin-left:5px; margin-right:5px; padding-left:10px; border-left:1px #f1f1f1 solid; }
  50. blockquote blockquote { border:none; padding:0; margin:0; }
  51.  
  52. big, h1, h2, h3, h4, h5, 56 { font-size:11px; font-family: 'Heebo', sans-serif; font-weight:700; color:{color:links}; text-transform:uppercase; letter-spacing:0px; }
  53.  
  54. img { border:0; max-width:100%; height:auto; margin-left:0px; }
  55.  
  56. hr { margin:1em 0; border:0; height:1px; -moz-box-sizing:border-box;
  57. box-sizing:border-box; background-color:{color:border}; }
  58.  
  59. .title { font-size:11px; font-family: 'Quantico', sans-serif; font-weight:700; color:{color:links}; text-transform:uppercase; letter-spacing:0px; margin-top:0px;}
  60.  
  61. /* containers */
  62. .main { margin:100px auto; padding-left:250px; width:540px; }
  63.  
  64. .sidebarcont { position:fixed; margin-top:0px; height:100%; margin-left:-400px; }
  65.  
  66. /* sidebar */
  67. .sidebar { background: #fff; border-radius:0px; width:268px; height:auto; padding:10px; }
  68.  
  69. .sidebarimage { width:268px; }
  70. .sidebarimage img { width:268px; border-radius:0px; margin-bottom:8px; }
  71.  
  72. .sidetitle { font-family: 'Quantico', sans-serif; font-size:16px; letter-spacing:0px; font-weight:700; text-transform:uppercase; text-align:center; margin-bottom:15px; }
  73. .sidetitle a { padding:0 0 2px 0; color:{color:links}; border-bottom:1px solid {color:accent border}; }
  74. .sidetitle a:hover { color:{color:links}; border-bottom:1px solid #fff; }
  75.  
  76. .description { line-height:16px; letter-spacing:0px; margin-top:2px; text-align:center; }
  77. .description a { font-weight:bold; color:{color:accent}; }
  78. .description a:hover { color:{color:links}; }
  79.  
  80. nav { padding-top:0px; margin-top:0px; overflow:hidden; text-transform:uppercase; margin-left:0px; text-align:center; font-size:11px; font-family: 'Quantico', sans-serif; }
  81.  
  82. nav a { font-weight:700; display:inline; margin-right:6px; text-align:center; color:{color:links}; letter-spacing:0px; padding-bottom:2px; line-height:1em; margin-bottom:5px; border-bottom:1px solid #fff;}
  83. nav a:hover { color:{color:hover}; border-bottom:1px solid {color:accent border}; }
  84.  
  85. /* posts */
  86. .content { margin:50px 0px; }
  87.  
  88. .entry { width:540px; background: #fff; position:relative; margin:0 0 0px; margin-bottom:80px; padding:10px; border-radius:0px; }
  89.  
  90. .entry:last-child { margin-bottom:0; }
  91. .text { padding-left:2px; padding-right:2px; }
  92. .text:last-child, .text *:last-child { margin-bottom:0px; }
  93.  
  94. /* captions */
  95. .caption { width:540px; border:0; margin-top:10px; }
  96. .caps blockquote { max-width:540px; margin:0px 0px 5px 0px; font-weight:normal; border-left:solid 0px rgba(0,0,0,0.12); line-height:1.3; padding-left:0px; padding-right:0px; }
  97. .caps a.tumblr_blog { font-family: 'Heebo', sans-serif; padding-bottom:2px; border-bottom: 1px solid {color:accent border}; display:inline-block; text-overflow:ellipsis; vertical-align:middle; line-height:1em; font-weight:700; text-transform:lowercase; color:{color:links}!important; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; margin-top:7px; margin-bottom:12px; }
  98. .caps a.tumblr_blog:hover{ border-bottom: 1px solid #fff; color:{color:links}!important; text-decoration:none; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
  99. .caps .ic{ width:18px; height:18px; margin-right:10px; display:inline-block; float:left; border-radius:20%; background:transparent; text-align:left; padding:0px 0px 0px 0px; margin-left:0px; margin-top:5px;}
  100. .caps { margin:10px 0px 0 0; padding:0px 0 0 0; border:0; }
  101. .caps p{ margin:2px 0 10px 0; line-height:1.6em; font-weight:normal; }
  102. .caps b{ color:{color:links}; font-weight:700; }
  103. .caps hr { margin:0; border:0; }
  104.  
  105. /* post info */
  106. .infofo a { font-size:11px; font-family: 'quantico', sans-serif; font-weight:700; color:{color:links}; text-transform:uppercase; letter-spacing:0px; padding-bottom:2px; }
  107. .infofo a:hover { color: {color:hover}; text-decoration:none; }
  108.  
  109. .postinfo {font-family: 'Quantico', sans-serif; font-weight:700; letter-spacing:0px; font-size:11px; border-top:0px {color:borders} solid; margin:12px 0px 0px 0px; padding:0; text-transform:uppercase; text-align:justify; color:{color:links};}
  110. .postinfo b { text-transform:uppercase; font-weight:700; }
  111. .postinfo a { color:{color:links};}
  112. .postinfo a:hover { color:{color:hover}; }
  113. .scr { margin-top:2px; }
  114.  
  115. /* tags */
  116. .indextags { font-weight:200; font-family: 'Heebo', sans-serif; margin-top:0px; font-size:11px; text-transform:lowercase; }
  117. .indextags a { color:#aaa; font-style:none; }
  118. .indextags a:hover { color:#555; text-decoration:none; }
  119. .tags { margin-top:-16px; text-transform:uppercase; }
  120. .tags a { color:{color:links}; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
  121. .tags a:hover { color:{color:hover}; text-decoration:none; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
  122. a.tag:after { content:","; } a.tag:last-child:after { content:""; }
  123.  
  124. /* post notes */
  125. ol.notes { padding:0px; margin:-40px 0px 0px 0px; list-style-type:none; }
  126. ol.notes li.note { padding:10px;}
  127. ol.notes li.note img.avatar { display:none; }
  128. ol.notes li.note span.action { font-weight:none; }
  129. ol.notes li.note .answer_content {font-weight:normal; }
  130. ol.notes li.note blockquote { border:none; padding:4px 10px; margin:10px 0px 0px 25px; }
  131. ol.notes li.note blockquote a { text-decoration:none; }
  132. ol.notes a { color:{color:links}; }
  133.  
  134. /* post styles */
  135. .chat { padding:0; list-style-type:none; }
  136. .chat .label { font-weight:bold; }
  137. .quote { font-weight:bold; }
  138. .media { position:relative; display:inline-block; width:100%; }
  139.  
  140. /* ask */
  141. .ask { min-height:40px; background:#f2f2f2; padding:15px; width:460px; border-radius:3px; }
  142. .askt { position: absolute; width: 0px; height: 0px; margin-left: 490px; margin-top:13px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid #f2f2f2; }
  143. .question { margin-top:0px; text-transform:lowercase; }
  144. .question a { color: #a6a6a6; }
  145. .question a:hover { color: {color:hover}; }
  146. .askimg { width: 50px; display:inline; float:right; }
  147. .askimg img { width:35px; border-radius:3px; margin-top:-15px; margin-left:80px; }
  148. .answer { padding-top:1px; padding-left:2px; padding-right:2px; }
  149. .answer img { margin-bottom:15px; }
  150.  
  151. /* pagination */
  152. .pagi { margin-top:100px; text-align:center; font-size:11px; margin-left:20px;}
  153. .pagi a { color:{color:links};}
  154. .pagi a:hover { color:{color:hover};}
  155.  
  156. /* tumblr lightbox */
  157. .vignette, #vignette { opacity:0; }
  158. .lightbox-image, #tumblr_lightbox img { box-shadow:none !important; border-radius:0px !important; max-width:none; }
  159. .tmblr-lightbox, #tumblr_lightbox { background-color:rgba(255,255,255,.75) !important; }
  160.  
  161. /* SVG */
  162. svg { width:10px; height:auto; opacity:1; padding:0;; display:inline-block; overflow:visible;}
  163. .controls a { position:relative; display:inline-block; overflow:hidden; padding:5px; width:12px; height:12px; }
  164. .controls { opacity:1; }
  165. .controls svg { width:9px; }
  166.  
  167. /* credit - do not alter or remove */
  168. .credit { font-family: 'Heebo', sans-serif; font-size:11px; position:fixed; font-weight:normal; bottom:10px; right:13px; z-index:10; overflow:hidden; opacity:1; font-family:{select:font family}; }
  169. .credit a { text-transform:lowercase; color:{color:links}; text-decoration:none; border-bottom:1px {color:background} solid; }
  170. .credit a:hover { border-bottom:1px #fff solid; color:{color:hover}; text-decoration:none; }
  171. </style>
  172. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  173. </head>
  174.  
  175. <body>
  176. <div class="main">
  177. <div class="credit"> <a href="https://rue-bennett.tumblr.com/" target="_blank">n.</a></div>
  178.  
  179. <div class="sidebarcont"> <div class="sidebar"> {block:IfSidebarImage}<div class="sidebarimage"> <a href="/"> <img src="{image:sidebar image}"> </a> </div>{/block:IfSidebarImage}
  180. {block:IfSidebarTitle}<div class="sidetitle"><a href="/">{text:sidebar title}</div></a>{/block:IfSidebarTitle}
  181. <nav>
  182. <a href="/">index</a>
  183. <a href="/ask">message</a>{block:IfLink1}
  184. <a href="{text:link 1 url}">{text:link 1 title}</a>{/block:IfLink1}
  185. {block:IfLink2}<a href="{text:link 2 url}">{text:link 2 title}</a>{/block:IfLink2}
  186. {block:IfLink3}<a href="{text:link 3 url}">{text:link 3 title}</a>{/block:IfLink3}</nav>
  187.  
  188. <div class="description">{description}</div> </div> </div>
  189.  
  190. <div class="content"> {block:Posts}<article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}"> <section class="post"> {block:Audio} <div class="audio"> {block:AudioEmbed}{AudioEmbed width="540px"}{/block:AudioEmbed} </div> {/block:Audio} {block:Photo} <div class="media"> <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a> </div> {/block:Photo} {block:Photoset} <div class="media photoset"> <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a> </div>{/block:Photos} </div> </div> {/block:Photoset} {block:Video} <div class="media video">{Video-500}</div> {/block:Video} {block:Answer} <div class="askt"></div> <div class="ask"> <div class="askimg"><img src="{AskerPortraitURL-40}" /></div> <div class="question"><font style="letter-spacing:0px; text-transform:lowercase; font-size: {text:title size}; color:#a6a6a6;"><b>{Asker}</b> asked:</font><br>{Question}</div> </div> <div class="caption">{Answer}</div> {/block:Answer} {block:Chat} {block:Title}<div class="title">{Title}</div>{/block:Title} <ul class="chat text"> {block:Lines} <li class="line">
  191. {block:Label} <span class="label">{Label}&nbsp; </span> {/block:Label} {Line}
  192. </li> {/block:Lines} </ul> {/block:Chat} {block:Link} <h1 class="title"><a href="{URL}">{Name}</a></h1> {block:Description}<div class="text">{Description}</div>{/block:Description} {/block:Link} {block:Quote} <div class="quote text">{Quote}</div> {block:Source} <div class="source text">{Source}</div> {/block:Source} {/block:Quote} {block:Text} {block:Title}<h1 class="title">{Title}</h1>{/block:Title} <div class="caption">{Body}</div> {/block:Text} {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  193.  
  194. {block:Date}<div class="postinfo"><span class="infofo"><a href="{Permalink}" style="" title="{TimeAgo}"><span class="controls"><svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></g></g></svg></span>&nbsp; {ShortMonth} {DayOfMonth}</a></span>{block:NoteCount} &nbsp; &nbsp; <a href="{Permalink}" title="{NoteCountWithLabel}"><span class="controls"><svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 576 512" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M257.3 475.4L92.5 313.6C85.4 307 24 248.1 24 174.8 24 84.1 80.8 24 176 24c41.4 0 80.6 22.8 112 49.8 31.3-27 70.6-49.8 112-49.8 91.7 0 152 56.5 152 150.8 0 52-31.8 103.5-68.1 138.7l-.4.4-164.8 161.5a43.7 43.7 0 0 1-61.4 0zM125.9 279.1L288 438.3l161.8-158.7c27.3-27 54.2-66.3 54.2-104.8C504 107.9 465.8 72 400 72c-47.2 0-92.8 49.3-112 68.4-17-17-64-68.4-112-68.4-65.9 0-104 35.9-104 102.8 0 37.3 26.7 78.9 53.9 104.3z"/></g></g></svg></span>&nbsp; {NoteCount}
  195. </a></a>{/block:NoteCount} &nbsp; &nbsp; <font style="font-size:11px;"><a class="reblog" target="_blank" href="{ReblogURL}"><i class="fas fa-retweet"></i></a></font> &nbsp; &nbsp; <span style="float: right">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}" style="font-size:10px;"><i class="far fa-copyright"></i></a> {/block:ContentSource}{/block:RebloggedFrom}</span> <br> <div class="indextags"> {block:HasTags}{block:Tags}<a class="tag" href="{TagURL}">{Tag}</a></i> &nbsp; {/block:Tags} {/block:HasTags}</div>{/block:Date} </section> </article>
  196.  
  197. {block:PostNotes} <div style="margin-left:20px; margin-top:-50px; overflow:auto; width: auto; height:180px; border: 0px solid #000000; background-color: #ffffff; text-align:left; padding-top:50px;">{PostNotes}</div> {/block:PostNotes} {/block:Posts} <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} --> </div>
  198.  
  199. {block:Pagination}<div class="pagi">{block:PreviousPage}<a href="{PreviousPage}" title="previous page"><i class="fas fa-chevron-left"></i></a> &nbsp;&nbsp; &nbsp;&nbsp; {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next page">
  200. <i class="fas fa-chevron-right"></i>
  201. </a>{/block:NextPage} </div> {/block:Pagination} </div>
  202.  
  203. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> </script><script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script> <script> $('article').unnest({ yourCaption: ".caption", wrapName: ".caps", newCaptionUsername: false, originalPostCaptionUsername: false, tumblrAvatars: true, tumblrAvatarClass: ".ic", usernameColon: false }); </script>
  204. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  205. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  206. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  207. <script src="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  208. <script> $(document).ready(function(){ $('.photo-slideshow').pxuPhotoset({ lightbox: true, rounded: false, gutter: '4px', borderRadius: '0px', photoset: '.photo-slideshow', photoWrap: '.photo-data', photo: '.pxu-photo' }); }); </script>
  209. </body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement