Advertisement
NIGGSEX

ch

Oct 1st, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!----
  4.  
  5.  
  6.            Theme, base made by:
  7.                  CHARGHIE
  8.        [ http://charghie.tumblr.com/ ]
  9.            
  10.            
  11.          - Don't copy and remove my credits
  12.  
  13.  
  14. ---->
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  17.  
  18. <head profile="http://gmpg.org/xfn/11">
  19. <title>{title}</title>
  20. <link rel="shortcut icon" href="{favicon}" />
  21.  
  22.            <!-- colors -->
  23. <meta name="color:background" content="#ffffff"/>
  24. <meta name="color:background imges" content="#ffffff"/>
  25. <meta name="color:title" content="#a5a5a5" />
  26. <meta name="color:text" content="#a5a5a5" />
  27. <meta name="color:description" content="#a5a5a5" />
  28. <meta name="color:hover links" content="#bbbbbb" />
  29. <meta name="color:links" content="#a5a5a5" />
  30. <meta name="color:hover span" content="#ADD8E6" />
  31. <meta name="color:span" content="#87CEEB" />
  32.  
  33.  
  34.            <!-- sidebar -->
  35. {block:ifphoto}
  36. <meta name="image:Sidebar" content=""/>
  37. <meta name="if:Photo" content=""/>
  38. {/block:ifphoto}
  39.  
  40.            <!-- network -->
  41. {block:ifnetwork}
  42. <meta name="if:Networks" content=""/>
  43. <meta name="if:Whatsapp" content="/"/>
  44. <meta name="if:Instagram" content="/"/>
  45. <meta name="if:Facebook" content="/"/>
  46. {/block:ifnetwork}
  47.  
  48.  
  49.            <!-- links -->
  50. <meta name="text:Link1" content="/" />
  51. <meta name="text:Link 1 Title" content="link" />
  52. <meta name="text:Link2" content="/" />
  53. <meta name="text:Link 2 Title" content="link" />
  54. <meta name="text:Link3" content="/" />
  55. <meta name="text:Link 3 Title" content="link" />
  56. <meta name="text:Link4" content="/" />
  57. <meta name="text:Link 4 Title" content="link" />            
  58.            
  59.            <!-- fonts -->
  60. <meta name="select:Fonts"content="'Lato'"title="Lato"/>
  61. <meta name="select:Fonts"content="'Open Sans'"title="Open Sans"/>
  62. <meta name="select:Fonts"content="'Assistant'"title="Assistant"/>
  63. <meta name="select:Fonts"content="'Muli'"title="Muli"/>
  64. <meta name="select:Fonts"content="'Source Sans Pro'"title="Source Sans Pro"/>
  65. <meta name="select:Fonts"content="'Asap'"title="Asap"/>
  66.  
  67. <link href="https://fonts.googleapis.com/css?family=Assistant|Lato|Muli|Open+Sans|Oswald|Source+Sans+Pro" rel="stylesheet">
  68.  
  69.  
  70. </head>
  71. <style type="text/css">
  72.  
  73. /* painel */
  74. iframe.tmblr-iframe {
  75.     z-index:99999999999999!important;
  76.     top:0!important;
  77.     right:0!important;
  78.     opacity:0.2;
  79.     /* delete invert(1) from here */
  80.         filter:invert(1) contrast(40%);
  81.         -webkit-filter:invert(1) contrast(40%);
  82.         -o-filter:invert(1) contrast(40%);
  83.         -moz-filter:invert(1) contrast(40%);
  84.         -ms-filter:invert(1) contrast(40%);
  85.     /* to here if your blog has a dark background */
  86.     transform:scale(0.65);
  87.     transform-origin:100% 0;
  88.     -webkit-transform:scale(0.65);
  89.     -webkit-transform-origin:100% 0;
  90.     -o-transform:scale(0.65);
  91.     -o-transform-origin:100% 0;
  92.     -moz-transform:scale(0.65);
  93.     -moz-transform-origin:100% 0;
  94.     -ms-transform:scale(0.65);
  95.     -ms-transform-origin:100% 0;
  96.     transition:.6s;
  97. }
  98.  
  99. iframe.tmblr-iframe:hover {
  100.     opacity:0.3!important;
  101.     transition:.6s;
  102. }
  103. /* painel */
  104.  
  105.  
  106. /* body */
  107. body {background:{color:background};
  108. padding:4px;
  109. font-style:normal;
  110. font-size: 11px;
  111. color:{color:text};
  112. font-family:{select:fonts};
  113. text-align:center;
  114. line-height:14px;
  115. }
  116.  
  117.  
  118. a, a:link, a:active, a:visited
  119. {color:{color:links};
  120. text-decoration:none;
  121. font-weight:normal;
  122. font-style:normal;
  123. }
  124.  
  125. a:hover {
  126.    color:{color:links hover};
  127.    text-decoration:none;
  128. }
  129.  
  130.  
  131. h1, h2, h3, h4, h5, h6 {
  132.     margin-top:10px;
  133.     color:{color:title};
  134.     font:400 10px {select:fonts};
  135.     text-transform:uppercase;
  136.     letter-spacing:0.5px;
  137.     line-height:14px;
  138.     padding:10px;
  139.     text-align:center;
  140.     z-index:9999999999;
  141. }
  142. /* body */
  143.  
  144.  
  145. /* sidebar */
  146. .sb-top {
  147. position:fixed;
  148. top:0px;left:0px;
  149. width:150px;
  150. height:100%;
  151. background:white;
  152. border-right:1px solid #f8f7f7;
  153. opacity:1;
  154. z-index:6;}
  155.  
  156.  
  157.  
  158.  
  159. .ch-photo img{
  160. width:40px;height:40px;
  161. background-color:#ffffff;
  162. position:fixed;
  163. top:10px;
  164. left:10px;
  165. z-index:999;
  166. padding:6px;}
  167. .ch-photo{border-radius:6px;}
  168.  
  169.  
  170.  
  171. .title{position:fixed;
  172. background:transparent;
  173. padding:6px;
  174. width:auto;
  175. height:auto;
  176. text-align:center;
  177. top:60px;left:10px;
  178. color:{color:Title};
  179. font-size:16px;
  180. font-family: 'Oswald', sans-serif;
  181. letter-spacing:0px;
  182. line-height:10px;
  183. z-index:99;
  184. text-transform:uppercase;}
  185.  
  186. .title a:hover{color:{color:Title};}
  187.  
  188.  
  189. .url {
  190.     position:fixed;
  191.     top:78px;  
  192.     left:10px;
  193.     width:60px;  
  194.     font-size:10px;
  195.     text-align:center;
  196.     text-transform:lowercase;
  197.     color:{color:title};
  198.     padding:2px;
  199.     letter-spacing:1px;  
  200.     transition:.8s;
  201.     z-index:10;
  202. }
  203.  
  204. .descri {
  205. position:fixed;
  206. background:white;
  207. padding:10px;
  208. width:120px;
  209. height:auto;
  210. overflow:auto;
  211. border-top:1px solid #f8f7f7;
  212. border-bottom:1px solid #f8f7f7;
  213. text-align:justify;
  214. top:100px;left:5px;
  215. margin-bottom:2px;
  216. color:{color:Description};
  217. font-size:10px;
  218. font-family:{select:fonts};
  219. letter-spacing:0px;
  220. line-height:15px;
  221. z-index:10;
  222. text-transform:normal;}
  223.  
  224.  
  225.  
  226.  
  227.  
  228. .nav {
  229.    position:fixed;
  230.    width:10px;
  231.    background:transparent;
  232.    top:210px;left:0px;
  233.    font-size: 10px;
  234.    z-index:100;
  235.    padding:5px;
  236. }
  237.  
  238. .nav a {
  239.    color:{color:links};
  240.    background:;
  241.    text-align:left;
  242.    width:auto;
  243.    font-size:8.5px;
  244.    padding:0px;
  245.    font-family:{select:fonts};
  246.    display:inline-block;
  247.    letter-spacing:.5px;
  248.    margin:8px;
  249.    line-height:100%;
  250.    text-transform:uppercase;
  251. }
  252.  
  253. .nav a:hover{
  254. transition:.1s;
  255. }
  256.  
  257. .nav  span{
  258.     font-size:14px;
  259.     color:{color:span};
  260. }
  261.  
  262. .nav a:hover span{
  263.     transition:.5s;
  264.     color:{color:hover span};
  265. }
  266.  
  267.  
  268.  
  269. navtt {
  270.     padding:4px;
  271.     width:auto;
  272.     font-size:8px;
  273.     left:90px;
  274.     text-align:right;
  275.     font-family:'Lato';
  276.     border-left:1px solid #f8f7f7;
  277.     position:fixed;
  278.     color:{color:links};
  279.     z-index:100;
  280.     margin-top:-12px;
  281.     display:inline-block;
  282. }
  283.  
  284. navtt:hover{padding-left:6px;
  285. border-left:1px solid #a5a5a5;
  286.  
  287. transition:.6s;
  288. }
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. /* sidebar */
  296.  
  297. /* network */
  298.  
  299. .sky {
  300.     position:fixed;
  301.     top:10px;
  302.     margin-left:52px;
  303.     width:10px;
  304.     font-size:14px;
  305.     padding:5px 10px 5px 10px;  
  306.     text-align:center;
  307.     z-index:10;
  308.     color:#a5a5a5;
  309. }
  310.  
  311. .sky *{
  312.     cursor:pointer;
  313. }
  314.  
  315.  
  316.  
  317. .lb {
  318.     position:fixed;
  319.     margin-left:16px;
  320. margin-top:18px;width:180px;
  321.     z-index:9;
  322. }
  323.  
  324. .lb a {
  325.     display:inline-block;  
  326.     padding:5px ;
  327.     margin-left:5px;position:relative;
  328.     color:#fff;
  329.     transition:0.2s;
  330.     font-size:14px;
  331. }  
  332. .lb a:hover {
  333.     transform:scale(1.4);
  334.     transition:0.2s;
  335.    
  336. }
  337.  
  338.  
  339.  
  340.  
  341.  
  342. </style>
  343.  
  344. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  345. <script type="text/javascript">
  346. $(document).ready(function(){
  347. $(".lb").hide();
  348. $(".sky").click(function(){
  349. $(this).next(".lb").slideToggle('slow');
  350. }); });  
  351. </script>
  352.  
  353. <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  354. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  355.  
  356. <body onkeydown="return false">
  357.  
  358. {block:ifphoto}
  359. <div class="ch-photo">
  360. <img src="{PortraitURL-64}"></div>
  361. {/block:ifphoto}
  362.  
  363. <div class="title"><a href="/">{Title}</a></div>
  364.  
  365. <div class="url">@{Name}</div>
  366.  
  367. <div class="sb-top"></div>
  368.  
  369. <div class="descri">{Description}</div>
  370.  
  371.  <div class="nav">
  372. <a href="{text:link1}">
  373. <span class="lnr lnr-home"></span>
  374. <navtt>{text:Link 1 Title}</navtt>
  375. </a>
  376. <br>
  377. <a href="{text:link2}">
  378. <span class="lnr lnr-envelope"></span>
  379. <navtt>{text:Link 2 Title}</navtt>    
  380. </a>
  381. <br>
  382. <a href="{text:link3}">
  383. <span class="lnr lnr-link"></span>
  384. <navtt>{text:Link 3 Title}</navtt>
  385. </a>
  386. <br>
  387. <a href="{text:link4}">
  388. <span class="lnr lnr-bookmark"></span>
  389. <navtt>{text:Link 4 Title}</navtt>
  390. </a>
  391. </div>
  392. </div>
  393.  
  394.  
  395.  
  396.  
  397. <p class="sky"><span class="ion-ios-cloudy-night-outline"></span></p>
  398. <div class="lb">
  399.     <a href="/" style="color:#00008B">
  400.     <span class="ion-social-facebook"></span></a>
  401.     <a href="/" style="color:#4169E1">
  402.     <span class="ion-social-twitter"></span></a>
  403.     <a href="/" style="color:#808080">
  404.     <span class="ion-social-instagram-outline"></span></a>
  405.    
  406. </div>
  407.  
  408. </body>
  409. <!--          
  410.                        
  411.                        
  412.                Design originally - Charghie
  413.    
  414.     Do not remove my credits, do not use the details as a base,
  415.     as if it were yours. It is forbidden to be inspired by any
  416.     detail, if you want something, send a ask, please.
  417.                                    
  418.                  
  419. -->
  420. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement