.cPanelPlayer { padding: 5px; display: none; text-align: center; } .cPanelPlayer .cNameUser { padding: 5px 15px; display: inline-block; border: 1px solid #d5ffe1; border-radius: 8px; font-family: Verdana; font-size: 15px; color: #333; background-color: #dfd; } .cPanelPlayer .cLnk { padding: 0 5px; display: inline-block; font-family: Verdana, Tahoma; font-size: 15px; color: #333; cursor: pointer; } .cPanelPlayer .cLnk:hover { text-decoration: underline; } .cBtn:hover { background-color: #eee; } .cInput { border: 1px solid #ddd; border-radius: 5px; margin: 0; padding: 8px; width: 200px; display: inline-block; } .cLine { margin: 0; padding: 0; padding-bottom: 3px; } .cBtn { margin: 0; padding: 7px 18px; display: inline-block; font-size: 15px; border: 1px solid #aaa; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; color: #fff; text-shadow: 0px -1px 0px rgb(91, 114, 27); transition:text-shadow .3s ease-out; -moz-transition:text-shadow .3s ease-out; -webkit-transition:text-shadow .3s ease-out; box-shadow:0 0 1px rgba(200,200,200,0.5); background:#a6c54c; background:-moz-linear-gradient(top,#a6c54c 0,#688811 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a6c54c),color-stop(100%,#688811)); background:-webkit-linear-gradient(top,#a6c54c 0,#688811 100%); background:-o-linear-gradient(top,#a6c54c 0,#688811 100%); background:-ms-linear-gradient(top,#a6c54c 0,#688811 100%); background:linear-gradient(top,#a6c54c 0,#688811 100%); border: 0px none; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; } .cActvMsgs { margin: 0; padding: 0; display: inline-block; position: fixed; top: 0; left: 30px; width: 30px; overflow: visible; font-family: Verdana; font-size: 15px; -webkit-border-radius: 5px 10px 10px 5px; -moz-border-radius: 5px 10px 10px 5px; border-radius: 5px 10px 10px 5px; z-index: 999; } .cPopMsg { margin: 0; padding: 10px 20px; display: inline-block; font-family: Verdana; font-size: 15px; color: #fff; white-space: nowrap; background-color: #FF880A; border: 1px solid #eee; -webkit-border-radius: 5px 10px 10px 5px; -moz-border-radius: 5px 10px 10px 5px; border-radius: 5px 10px 10px 5px; -webkit-box-shadow: 0px 5px 12px -3px rgba(34, 60, 80, 0.2); -moz-box-shadow: 0px 5px 12px -3px rgba(34, 60, 80, 0.2); box-shadow: 0px 5px 12px -3px rgba(34, 60, 80, 0.2); } .cBrdMsg { margin: 30px 0 0 0; padding: 0 12px; font-family: Verdana; font-size: 12px; border: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; } .cBrdMsg .cMsgTxt { margin: 0; padding: 8px 0; color: #eee; border-bottom: 1px solid #fbfbfb; } .cBrdMsg .cMsgTxt:hover { color: #333; }