Address: Difference between revisions

No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:
{{#css:
body {
    background-color: black;
    color: red;
}
#mw-head {
    background-color: black;
}
.hacked {
    font-size: 4rem;
    color: red;
    text-align: center;
}
body {
body {
     background-color: black;
     background-color: black;
Line 37: Line 25:
     font-weight: 900;
     font-weight: 900;
}
}
.hacked.hacked-secondary {
font-size: 2rem;
}
  div.overlay {
  div.overlay {
     position: fixed;
     position: fixed;
Line 43: Line 36:
     width: 100vw;
     width: 100vw;
     height: 100vh;
     height: 100vh;
    background: linear-gradient(to bottom, transparent, red);
     opacity: 0.75;
     opacity: 0.75;
    z-index: 20000;
}
}
}}


}}<p class="hacked">YOUR IP ADDRESS IS NOW HACKED</p>
<p class="hacked hacked-secondary">{{#ip:}}</p>
<p class="hacked">YOUR IP ADDRESS IS NOW HACKED</p>
<p class="hacked hacked-secondary">{{#ip:}}</p>
<div class="overlay"></div>
<div class="overlay"></div>
[[Category:Pages that need things added to them]]
[[Category:Pages that need things added to them]]
[[Category:Evil Pages]]
[[Category:Evil Pages]]