Kekma.net/SourceCode: Difference between revisions

Created page with "<pre> <!---- SOURCE CODE BY KEKMA.GA PASTE BY SKYBLUECAT/SKYREDUX ----> <!------ CURRENT ARTICLE: https://screamer.wiki/Kekma.net ----> <!---- CODE ----> <html> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-149452514-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-149452514-1');..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
<pre>
<!---- SOURCE CODE BY KEKMA.GA PASTE BY SKYBLUECAT/SKYREDUX ---->
<!---- CODE PROVIDED BY KEKMA.NET, PASTED BY SKYBLUECAT/SKYREDUX ---->
<!------ CURRENT ARTICLE: https://screamer.wiki/Kekma.net ---->
<!------ CURRENT ARTICLE: https://screamer.wiki/Kekma.net ---->


Line 102: Line 102:


</script>
</script>
</pre>
== styles.css ==
<pre>
body {
  background-color: black;
}
.black {
z-index:4;
    background-color:black;
background-repeat:repeat;
position:fixed;
width:100%;
height:100%;
}
.backg {
z-index:0;
    cursor: url(/web/20210722033606im_/http://kekma.net/swasticock2.png), auto;
    background-image:url(/web/20210722033606im_/http://kekma.net/naggars.gif);
background-repeat:repeat;
position:fixed;
size:50%;
width:100%;
height:100%;
}
.center{
z-index:1;
left: 50%;
position: fixed;
top: 50%;
height:40%;
width:40%;
transform: translate(-50%, -50%);
}
.centain{
cursor: url(/web/20210722033606im_/http://kekma.net/swasticock2.png), auto;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
justify-content: center;
align-items: center;
}
.center2{
margin:auto;
z-index:6;
display:inline-block;
position:fixed;
}
.centain2{
margin:auto;
z-index:6;
}
.centered {
cursor: pointer;
z-index:8;
left: 50%;
position: fixed;
top: 50%;
transform: translate(-50%, -50%);
}
.fandom {
z-index:8;
left: 50%;
position: fixed;
top: 80%;
transform: translate(-50%, -50%);
}
.chute {
z-index:8;
left: 50%;
position: fixed;
top: 95%;
transform: translate(-50%, -50%);
}
.trap{
  z-index:1;
  position:absolute;
  background-color:transparent;
  width:100%;
  height: 130px;
</pre>
</pre>