annotate www/emma/css/chat-tablet.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: 250px;
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: 125px;
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: 250px;
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 {padding-top: 30px; }
rc-web@66 28 #nickname input { border: 1px solid #ccc; padding: 10px; }
rc-web@66 29 #nickname input:focus { border-color: #999; outline: 0; }
rc-web@66 30 #nickname #nickname-err { color: #8b0000; font-size: 12px; visibility: hidden; }
rc-web@66 31 .connected #connecting { display: none; }
rc-web@66 32 .nickname-set #nickname { display: none; }
rc-web@66 33 #messages { height: 100px; background: black; }
rc-web@66 34 #messages em { color: white; }
rc-web@66 35 #messages p {
rc-web@66 36 padding: 0;
rc-web@66 37 margin: 0;
rc-web@66 38 font: 14px Helvetica, Arial;
rc-web@66 39 padding: 0px 10px;
rc-web@66 40 color: white;
rc-web@66 41 }
rc-web@66 42 #messages p b {
rc-web@66 43 display: inline-block;
rc-web@66 44 padding-right: 10px;
rc-web@66 45 color: white;
rc-web@66 46 }
rc-web@66 47
rc-web@66 48 #messages p:nth-child(even) {
rc-web@66 49 background: black;
rc-web@66 50 color: white;
rc-web@66 51 }
rc-web@66 52 #messages #nicknames {
rc-web@66 53 background: black;
rc-web@66 54 padding: 2px 4px 4px;
rc-web@66 55 font: 11px Helvetica;
rc-web@66 56 color: white;
rc-web@66 57 }
rc-web@66 58 #messages #nicknames span {
rc-web@66 59 color: #000;
rc-web@66 60 color: white;
rc-web@66 61 }
rc-web@66 62 #messages #nicknames b {
rc-web@66 63 display: inline-block;
rc-web@66 64 background: black;
rc-web@66 65 margin-right: 5px;
rc-web@66 66 color: yellow;
rc-web@66 67 }
rc-web@66 68 #messages #lines {
rc-web@66 69 height: 80px;
rc-web@66 70 overflow: auto;
rc-web@66 71 overflow-x: hidden;
rc-web@66 72 overflow-y: auto;
rc-web@66 73 }
rc-web@66 74 #messages #lines::-webkit-scrollbar {
rc-web@66 75 width: 6px;
rc-web@66 76 height: 6px;
rc-web@66 77 }
rc-web@66 78 #messages #lines::-webkit-scrollbar-button:start:decrement,
rc-web@66 79 #messages #lines ::-webkit-scrollbar-button:end:increment {
rc-web@66 80 display: block;
rc-web@66 81 height: 10px;
rc-web@66 82 }
rc-web@66 83 #messages #lines::-webkit-scrollbar-button:vertical:increment {
rc-web@66 84 background-color: #fff;
rc-web@66 85 }
rc-web@66 86 #messages #lines::-webkit-scrollbar-track-piece {
rc-web@66 87 background-color: #fff;
rc-web@66 88 -webkit-border-radius: 3px;
rc-web@66 89 }
rc-web@66 90 #messages #lines::-webkit-scrollbar-thumb:vertical {
rc-web@66 91 height: 50px;
rc-web@66 92 background-color: #ccc;
rc-web@66 93 -webkit-border-radius: 3px;
rc-web@66 94 }
rc-web@66 95 #messages #lines::-webkit-scrollbar-thumb:horizontal {
rc-web@66 96 width: 50px;
rc-web@66 97 background-color: #fff;
rc-web@66 98 -webkit-border-radius: 3px;
rc-web@66 99 }
rc-web@66 100 #send-message {
rc-web@66 101 background: black;
rc-web@66 102 position: relative;
rc-web@66 103 border-radius:5px;
rc-web@66 104 }
rc-web@66 105 #send-message input {
rc-web@66 106 border: none;
rc-web@66 107 height: 20px;
rc-web@66 108 padding: 0 0px;
rc-web@66 109 line-height: 20px;
rc-web@66 110 vertical-align: middle;
rc-web@66 111 width: 200px;
rc-web@66 112 background:black;
rc-web@66 113 color: yellow;
rc-web@66 114 border-radius:5px;
rc-web@66 115 border: 1px solid white;
rc-web@66 116 }
rc-web@66 117 #send-message input:focus {
rc-web@66 118 outline: 0;
rc-web@66 119 }
rc-web@66 120 #send-message button {
rc-web@66 121 position: absolute;
rc-web@66 122 top: 3px;
rc-web@66 123 right: 5px;
rc-web@66 124 }
rc-web@66 125 button {
rc-web@66 126 margin: 0;
rc-web@66 127 -webkit-user-select: none;
rc-web@66 128 -moz-user-select: none;
rc-web@66 129 user-select: none;
rc-web@66 130 display: inline-block;
rc-web@66 131 text-decoration: none;
rc-web@66 132 background: white;
rc-web@66 133 border: 1px solid #2e70c4;
rc-web@66 134 -webkit-border-radius: 16px;
rc-web@66 135 -moz-border-radius: 16px;
rc-web@66 136 border-radius: 16px;
rc-web@66 137 color: black;
rc-web@66 138 font-family: "lucida grande", sans-serif;
rc-web@66 139 font-size: 11px;
rc-web@66 140 font-weight: normal;
rc-web@66 141 line-height: 1;
rc-web@66 142 text-align: center;
rc-web@66 143 text-shadow: 0 -1px 1px #2d6dc0;
rc-web@66 144 }
rc-web@66 145 button:hover,
rc-web@66 146 button.hover {
rc-web@66 147 background: white;
rc-web@66 148 border: 1px solid #2e70c4;
rc-web@66 149 cursor: pointer;
rc-web@66 150 text-shadow: 0 -1px 1px #2c6bbb;
rc-web@66 151 }
rc-web@66 152 button:active,
rc-web@66 153 button.active {
rc-web@66 154 background: #2e70c4;
rc-web@66 155 border: 1px solid #2e70c4;
rc-web@66 156 border-bottom: 1px solid #2861aa;
rc-web@66 157 text-shadow: 0 -1px 1px #2b67b5;
rc-web@66 158 }
rc-web@66 159 button:focus,
rc-web@66 160 button.focus {
rc-web@66 161 outline: none;
rc-web@66 162 -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.40), 0 0 4px 0 #377ad0;
rc-web@66 163 -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.40), 0 0 4px 0 #377ad0;
rc-web@66 164 box-shadow: 0 1px 0 0 rgba(255,255,255,0.40), 0 0 4px 0 #377ad0;
rc-web@66 165 }