PHP Classes

File: public/css/style.css

Recommend this page to a friend!
  Classes of Johnny Mast   PHP MySQL WebSocket Chat   public/css/style.css   Download  
File: public/css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQL WebSocket Chat
Websocket chat that stores messages in MySQL
Author: By
Last change: Update of public/css/style.css
Date: 1 year ago
Size: 1,142 bytes
 

Contents

Class file image Download
body { padding-top: 50px; } .starter-template { padding: 40px 15px; text-align: center; } .chat_dialog { width: 70%; height: 500px; border: 1px solid black; text-align: left; padding: 5px; float: left; position: relative; } .chat_dialog .priv_msg { color: blue; font-style: italic; } .user_list { width: 20%; height: 500px !important; border: 1px solid black; text-align: left; padding: 5px; float: left; } .clear { clear: both; } .client_chat { width: 94% !important; } .input-group.client { width: 91% !important; } .connection_alert { margin-top: 15px; width: 90% !important; } .connection_alert .error_type::after { content: ':'; } .input-group-btn { float: left; } .input-group-addon.name_bit { font-weight: bold; } .client_chat.error { background-color: #fce4e4; border: 1px solid #c03; outline: none; } .client_user_you { font-weight: bold; color: red; } ul.typing_indicator { padding-left: 5px; position: absolute; bottom: 0; left: 0; } ul.typing_indicator li { padding: 0; font-style: italic; list-style-position: inside; color: #b8acab; }