annotate www/emma/css/chat.css @ 101:52e44ee1c791 tip master

enabled all scores in autostart script
author Rob Canning <rc@kiben.net>
date Tue, 21 Apr 2015 16:20:57 +0100
parents d8f494bdbb18
children
rev   line source
rc-web@66 1 #chat,
rc-web@66 2 #nickname,
rc-web@66 3 #messages {
rc-web@66 4 width: 350px;
rc-web@66 5 }
rc-web@66 6 #chat {
rc-web@66 7 position: relative;
rc-web@66 8 border: 0px solid #ccc;
rc-web@66 9 background: black;
rc-web@66 10 border-radius: 15px;
rc-web@66 11 }
rc-web@66 12 #nickname,
rc-web@66 13 #connecting {
rc-web@66 14 position: absolute;
rc-web@66 15 height: 185px;
rc-web@66 16 z-index: 100;
rc-web@66 17 left: 0;
rc-web@66 18 top: 0;
rc-web@66 19 background: black;
rc-web@66 20 text-align: center;
rc-web@66 21 width: 350px;
rc-web@66 22 font: 15px Georgia;
rc-web@66 23 color: white;
rc-web@66 24 display: block;
rc-web@66 25 }
rc-web@66 26 #nickname .wrap,
rc-web@66 27 #connecting .wrap {
rc-web@66 28 padding-top: 60px;
rc-web@66 29 }
rc-web@66 30 #nickname input {
rc-web@66 31 border: 1px solid #ccc;
rc-web@66 32 padding: 10px;
rc-web@66 33 }
rc-web@66 34 #nickname input:focus {
rc-web@66 35 border-color: #999;
rc-web@66 36 outline: 0;
rc-web@66 37 }
rc-web@66 38 #nickname #nickname-err {
rc-web@66 39 color: #8b0000;
rc-web@66 40 font-size: 12px;
rc-web@66 41 visibility: hidden;
rc-web@66 42 }
rc-web@66 43 .connected #connecting {
rc-web@66 44 display: none;
rc-web@66 45 }
rc-web@66 46 .nickname-set #nickname {
rc-web@66 47 display: none;
rc-web@66 48 }
rc-web@66 49 #messages {
rc-web@66 50 height: 160px;
rc-web@66 51 !background: #eee;
rc-web@66 52 background: black;
rc-web@66 53 }
rc-web@66 54 #messages em {
rc-web@66 55 !text-shadow: 0 1px 0 #fff;
rc-web@66 56 !color: #999;
rc-web@66 57 color: white;
rc-web@66 58 }
rc-web@66 59 #messages p {
rc-web@66 60 padding: 0;
rc-web@66 61 margin: 0;
rc-web@66 62 font: 11px Helvetica, Arial;
rc-web@66 63 padding: 0px 10px;
rc-web@66 64 color: white;
rc-web@66 65 }
rc-web@66 66 #messages p b {
rc-web@66 67 display: inline-block;
rc-web@66 68 padding-right: 10px;
rc-web@66 69 color: white;
rc-web@66 70 }
rc-web@66 71 #messages p:nth-child(even) {
rc-web@66 72 !background: #fafafa;
rc-web@66 73 background: black;
rc-web@66 74 color: white;
rc-web@66 75 }
rc-web@66 76 #messages #nicknames {
rc-web@66 77 background: black;
rc-web@66 78 padding: 2px 4px 4px;
rc-web@66 79 font: 11px Helvetica;
rc-web@66 80 color: white;
rc-web@66 81 }
rc-web@66 82 #messages #nicknames span {
rc-web@66 83 color: #000;
rc-web@66 84 color: white;
rc-web@66 85 }
rc-web@66 86 #messages #nicknames b {
rc-web@66 87 display: inline-block;
rc-web@66 88 background: black;
rc-web@66 89 margin-right: 5px;
rc-web@66 90 color: yellow;
rc-web@66 91 }
rc-web@66 92 #messages #lines {
rc-web@66 93 height: 140px;
rc-web@66 94 overflow: auto;
rc-web@66 95 overflow-x: hidden;
rc-web@66 96 overflow-y: auto;
rc-web@66 97 }
rc-web@66 98 #messages #lines::-webkit-scrollbar {
rc-web@66 99 width: 6px;
rc-web@66 100 height: 6px;
rc-web@66 101 }
rc-web@66 102 #messages #lines::-webkit-scrollbar-button:start:decrement,
rc-web@66 103 #messages #lines ::-webkit-scrollbar-button:end:increment {
rc-web@66 104 display: block;
rc-web@66 105 height: 10px;
rc-web@66 106 }
rc-web@66 107 #messages #lines::-webkit-scrollbar-button:vertical:increment {
rc-web@66 108 background-color: #fff;
rc-web@66 109 }
rc-web@66 110 #messages #lines::-webkit-scrollbar-track-piece {
rc-web@66 111 background-color: #fff;
rc-web@66 112 -webkit-border-radius: 3px;
rc-web@66 113 }
rc-web@66 114 #messages #lines::-webkit-scrollbar-thumb:vertical {
rc-web@66 115 height: 50px;
rc-web@66 116 background-color: #ccc;
rc-web@66 117 -webkit-border-radius: 3px;
rc-web@66 118 }
rc-web@66 119 #messages #lines::-webkit-scrollbar-thumb:horizontal {
rc-web@66 120 width: 50px;
rc-web@66 121 background-color: #fff;
rc-web@66 122 -webkit-border-radius: 3px;
rc-web@66 123 }
rc-web@66 124 #send-message {
rc-web@66 125 background: gray;
rc-web@66 126 position: relative;
rc-web@66 127 border-radius:5px;
rc-web@66 128 }
rc-web@66 129 #send-message input {
rc-web@66 130 border: none;
rc-web@66 131 height: 20px;
rc-web@66 132 padding: 0 0px;
rc-web@66 133 line-height: 20px;
rc-web@66 134 vertical-align: middle;
rc-web@66 135 width: 330px;
rc-web@66 136 background:gray;
rc-web@66 137 color: yellow;
rc-web@66 138 border-radius:5px;
rc-web@66 139 }
rc-web@66 140 #send-message input:focus {
rc-web@66 141 outline: 0;
rc-web@66 142 }
rc-web@66 143 #send-message button {
rc-web@66 144 position: absolute;
rc-web@66 145 top: 3px;
rc-web@66 146 right: 5px;
rc-web@66 147 }
rc-web@66 148 button {
rc-web@66 149 margin: 0;
rc-web@66 150 -webkit-user-select: none;
rc-web@66 151 -moz-user-select: none;
rc-web@66 152 user-select: none;
rc-web@66 153 display: inline-block;
rc-web@66 154 text-decoration: none;
rc-web@66 155 background: #43a1f7;
rc-web@66 156 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #43a1f7), color-stop(1, #377ad0));
rc-web@66 157 background: -webkit-linear-gradient(top, #43a1f7 0%, #377ad0 100%);
rc-web@66 158 background: -moz-linear-gradient(top, #43a1f7 0%, #377ad0 100%);
rc-web@66 159 background: linear-gradient(top, #43a1f7 0%, #377ad0 100%);
rc-web@66 160 border: 1px solid #2e70c4;
rc-web@66 161 -webkit-border-radius: 16px;
rc-web@66 162 -moz-border-radius: 16px;
rc-web@66 163 border-radius: 16px;
rc-web@66 164 color: #fff;
rc-web@66 165 font-family: "lucida grande", sans-serif;
rc-web@66 166 font-size: 11px;
rc-web@66 167 font-weight: normal;
rc-web@66 168 line-height: 1;
rc-web@66 169 !padding: 3px 10px 5px 10px;
rc-web@66 170 text-align: center;
rc-web@66 171 text-shadow: 0 -1px 1px #2d6dc0;
rc-web@66 172 }
rc-web@66 173 button:hover,
rc-web@66 174 button.hover {
rc-web@66 175 background: darker;
rc-web@66 176 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #43a1f7), color-stop(1, #2e70c4));
rc-web@66 177 background: -webkit-linear-gradient(top, #43a1f7 0%, #2e70c4 100%);
rc-web@66 178 background: -moz-linear-gradient(top, #43a1f7 0%, #2e70c4 100%);
rc-web@66 179 background: linear-gradient(top, #43a1f7 0%, #2e70c4 100%);
rc-web@66 180 border: 1px solid #2e70c4;
rc-web@66 181 cursor: pointer;
rc-web@66 182 text-shadow: 0 -1px 1px #2c6bbb;
rc-web@66 183 }
rc-web@66 184 button:active,
rc-web@66 185 button.active {
rc-web@66 186 background: #2e70c4;
rc-web@66 187 border: 1px solid #2e70c4;
rc-web@66 188 border-bottom: 1px solid #2861aa;
rc-web@66 189 text-shadow: 0 -1px 1px #2b67b5;
rc-web@66 190 }
rc-web@66 191 button:focus,
rc-web@66 192 button.focus {
rc-web@66 193 outline: none;
rc-web@66 194 -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.40), 0 0 4px 0 #377ad0;
rc-web@66 195 -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.40), 0 0 4px 0 #377ad0;
rc-web@66 196 box-shadow: 0 1px 0 0 rgba(255,255,255,0.40), 0 0 4px 0 #377ad0;
rc-web@66 197 }