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