Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::-webkit-scrollbar {
- visibility: hidden;
- }
- body {
- color: transparent;
- height: 100%;
- margin: 0px;
- overflow:hidden;
- }
- .chat_line {
- font-family: "Segoe UI";
- font-size: 24px;
- line-height: 24px;
- opacity: 1 !important;
- }
- .emoticon {
- margin-bottom: -5px;
- }
- .chat_line .nick {
- font-weight: bold;
- opacity: 1
- text-transform: capitalize;
- color: #FFFFFF;
- }
- .chat_line .message {
- font-weight: bold;
- font-size: 22px;
- color: #FFFFFF;
- font-family: "Segoe UI", bold;
- transform: scaleY(-1);
- }
- #chat_box {
- font-family: "Segoe UI", bold;
- text-shadow:
- 2px 2px 0px #000, 2px 1px 0px #000, 2px 0px 0px #000, 2px -1px 0px #000, 2px -2px 0px #000,
- -2px 2px 0px #000, -2px 1px 0px #000, -2px 0px 0px #000, -2px -1px 0px #000, -2px -2px 0px #000,
- 2px 2px 0px #000, 1px 2px 0px #000, 0px 2px 0px #000, -1px 2px 0px #000, -2px 2px 0px #000,
- 2px -2px 0px #000, 1px -2px 0px #000, 0px -2px 0px #000, -1px -2px 0px #000, -2px -2px 0px #000 !important;
- position: absolute;
- width: 100%;
- bottom: 0px;
- height: auto;
- background: transparent !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement