Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*/////////////////For Chat Box///////////////*/
  2. * {
  3.   margin: 0;
  4.   padding: 0;
  5.   box-sizing: border-box;
  6. }
  7.  
  8. form {
  9.   background: #fff;
  10.   padding: 3px;
  11.   position: fixed;
  12.   bottom: 0; width: 20%;
  13.   border-color: #000;
  14.   border-top-style: solid;
  15.   border-top-width: 1px;
  16.   border-radius: 20px;
  17. }
  18.  
  19. form input {
  20.   border-style: solid;
  21.   border-width: 1px;
  22.   padding: 10px;
  23.   width: 70%;
  24.   margin-left: 2%
  25. }
  26.  
  27. .chatSend {
  28.   width: 20%;
  29.   background: rgb(130, 224, 255);
  30.   border: none;
  31.   padding: 10px;
  32.   margin-left: 5%;
  33. }
  34.  
  35. ul{
  36.   max-height:760px;
  37.   overflow:auto;
  38. }
  39.  
  40. #messages {
  41.   list-style-type: none;
  42.   margin: 0;
  43.   padding: 0;
  44. }
  45. #messages li { padding: 5px 10px; }
  46. #messages li:nth-child(odd) { background: #eee; }
  47. /*//////////////////////////////////////////////*/
  48.  
  49. .jumbotron {
  50.   background: #532F8C;
  51.   color: white;
  52.   padding-bottom: 80px;
  53. }
  54.  
  55. .jumbotron .btn-primary {
  56.     background: #845ac7;
  57.     border-color: #845ac7;
  58. }
  59.  
  60. .jumbotron .btn-primary:hover {
  61.       background: #7646c1;
  62. }
  63.  
  64. .jumbotron p {
  65.     color: #d9ccee;
  66.     max-width: 75%;
  67.     margin: 1em auto 2em;
  68. }
  69.  
  70. .navbar + .jumbotron {
  71.     margin-top: -20px;
  72. }
  73.  
  74.   .jumbotron .lang-logo {
  75.     display: block;
  76.     background: #B01302;
  77.     border-radius: 50%;
  78.     overflow: hidden;
  79.     width: 100px;
  80.     height: 100px;
  81.     margin: auto;
  82.     border: 2px solid white;
  83.   }
  84.  
  85. .jumbotron .lang-logo img {
  86.       max-width: 100%;
  87. }
  88.  
  89. body{
  90.   overflow: auto;
  91.   background-image: url(PurpleGrid.gif);
  92. }
  93.  
  94. .statsboard{
  95.   display: table;
  96.   width: 90%;
  97.   height:15%;
  98.   border: 2px solid black;
  99.   background: rgba(0, 0, 0, 0.4);
  100.  
  101.   border-radius: 20px;
  102.   overflow: hidden;
  103.   margin-left: 3%;
  104.   margin-right: 5%;
  105. }
  106.  
  107. .menuBackground{
  108.   width: 70%;
  109.   height: 80%;
  110.   border: 2px solid;
  111.   background: rgba(0, 0, 0, 0.5);
  112.   float:left;
  113.  
  114.   border-radius: 20px;
  115.   overflow: hidden;
  116.   margin-left: 3%;
  117. }
  118.  
  119. .chatBox{
  120.   float:left;
  121.   width: 20%;
  122.   height: 80%;
  123.   border: 2px solid black;
  124.   background: white;
  125.   border-radius: 20px;
  126. }
  127.  
  128. .menuTabs{
  129.   display: table;
  130.   width:100%;
  131.   height:5%;
  132.   border: 2px solid black;
  133. }
  134.  
  135. .tabButtons{
  136.   width: 16%;
  137.   height:100%;
  138.   display: table-cell;
  139.   outline: none;
  140.   cursor: pointer;
  141.   transition: 0.3s;
  142.  
  143.   border-left: none;
  144.   border-top: none;
  145.   border-right: none;
  146.   font-weight: bold;
  147.   font-size: 130%;
  148.   background: rgba(0, 0, 0, 0.4);
  149. }
  150.  
  151. .tabContent{
  152.   display: none;
  153.  
  154. }
  155. #stats {
  156.   padding: 20px;
  157. }
  158.  
  159. .instructions{
  160.   color: #0ff0fc;
  161.   border: 2px solid #0ff0fc;
  162.   width: 50%;
  163.   height:50%;
  164.   margin-left: 25%;
  165.   margin-top: 2%;
  166. }
  167.  
  168. .playButton{
  169.   color: #0ff0fc;
  170.   border: 2px solid #0ff0fc;
  171.   background: rgba(0, 0, 0, 0.4);
  172.   margin-left: 40%;
  173.   margin-top: 10%;
  174.   width: 20%;
  175.   height: 10%;
  176.   font-weight: bold;
  177.   font-size: 300%;
  178. }
  179.  
  180. th, td {
  181.   border: 1px solid white;
  182.   padding: 15px;
  183.   text-align:left;
  184.   text-align: center;
  185.   color: white;
  186.  
  187. }
  188.  
  189. .topStats{
  190.     color:#ff2929;
  191.     font-size: 20px;
  192. }
  193.  
  194. .heading{
  195.     text-align: center;
  196.     color: black;
  197.     font-size: 30px;
  198.     text-shadow: -2px 0 #ed21ff, 0 2px #ed21ff, 2px 0 #ed21ff, 0 -2px #ed21ff, 1px 3px 0 #ed21ff, 1px 8px 0 #ed21ff, 1px 13px 5px #ed21ff;
  199. }
  200. h1{
  201.   color:white;
  202. }
  203.  
  204. #logout{
  205.     all:revert !important;
  206.     position:fixed;
  207.     top: 15px;
  208.     right: 15px;
  209.     background-color: red;
  210.     border: none;
  211.     color: black;
  212.     padding: 15px 45px;
  213.     text-align: center;
  214.     font-size: 10px;
  215.     margin: 4px 2px;
  216.     border-radius:8px;
  217. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement