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