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