2915037304
Flash content filtering may not work and image filtering may need improvements. No ability to load the image at this time, will be coming in future commits.
22 lines
342 B
CSS
22 lines
342 B
CSS
#adblockSettingsBloc {
|
|
display: none;
|
|
}
|
|
|
|
#adblockSettingsBloc textarea {
|
|
width: 75%;
|
|
}
|
|
|
|
#adblock_settings_submit {
|
|
text-align: center;
|
|
}
|
|
|
|
.blocked_image {
|
|
display: inline-block;
|
|
background-color: white;
|
|
color: rgb(241, 101, 41);
|
|
font-weight: bold;
|
|
text-align: center;
|
|
font-size: 2em;
|
|
padding: 0.2em;
|
|
}
|