123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- @CHARSET "UTF-8";
- body {
- /* padding-top: 40px; */
- /* padding-bottom: 40px; */
- /* background-color: #eee; */
- font-size: 12px;
- font-family: "微软雅黑";
- }
- a {
- font-size: 12px;
- font-family: "微软雅黑";
- }
- a:hover {
- font-size: 12px;
- font-family: "微软雅黑";
- text-decoration: none;
- }
- a:link {
- font-size: 12px;
- font-family: "微软雅黑";
- text-decoration: none;
- }
- a:active {
- font-size: 12px;
- font-family: "微软雅黑";
- text-decoration: none;
- }
- .mininav {
- background-attachment: scroll;
- background-clip: border-box;
- background-color: rgba(0, 0, 0, 0);
- background-image: url("/pages/img/mininavBg.jpg");
- background-origin: padding-box;
- background-position: 0 0;
- background-repeat: repeat-x;
- background-size: auto auto;
- height: 30px;
- margin-top: 0px;
- padding-top: 0px;
- }
- .form-signin {
- max-width: 330px;
- padding: 15px;
- margin: 0 auto;
- }
- .form-signin .form-signin-heading, .form-signin .checkbox {
- margin-bottom: 10px;
- }
- .form-signin .checkbox {
- font-weight: normal;
- }
- .form-signin .form-control {
- position: relative;
- height: auto;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 10px;
- font-size: 16px;
- }
- .form-signin .form-control:focus {
- z-index: 2;
- }
- .form-signin input[type="email"] {
- margin-bottom: -1px;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .form-signin input[type="password"] {
- margin-bottom: 10px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- }
- .emojl-panel {
- position: absolute;
- top: 355px;
- left: 0px;
- width: 370px;
- height: 200px;
- background-color: #dddddd;
- border: 1px solid #EEEEEE;
- z-index: 1056;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- box-shadow: 1px 1px 5px #000;
- padding: 5px;
- }
- /*
- .btn {
- display: block;
- position: relative;
- border: 1px solid;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- padding: .75em 12px;
- width: 100%;
- font-family: '微软雅黑', 'Helvetica Neue', Helvetica, Arial, sans-serif;
- font-size: 16px;
- }
- */
- .btn_face {
- padding: 5px;
- }
- .chat_toolbar .btn_img {
- width: 30px;
- height: 30px;
- }
- .btn_face .btn_img {
- background: url(/img/chat_bottombar_icon_face.png);
- }
- .btn_img {
- margin: 0 4px;
- background-size: 100% 100% !important;
- }
- .btn_img, .btn_small .btn_img {
- display: block;
- width: 20px;
- height: 20px;
- }
- /*----------分割线----------*/
- .chat_content_group {
- padding: 10px
- }
- .chat_content_avatar {
- float: left;
- width: 40px;
- height: 40px;
- margin-right: 10px
- }
- .chat_nick {
- font-size: 14px;
- margin: 0 0 10px
- }
- .chat_content {
- display: inline-block;
- min-height: 16px;
- max-width: 50%;
- background: #97c94c;
- background: -webkit-gradient(linear, left top, left bottom, from(#cf9),
- to(#9c3));
- background: -webkit-linear-gradient(#cf9, #9c3);
- background: -moz-linear-gradient(#cf9, #9c3);
- background: -ms-linear-gradient(#cf9, #9c3);
- background: -o-linear-gradient(#cf9, #9c3);
- background: linear-gradient(#cf9, #9c3);
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- padding: 10px 15px;
- word-break: break-all;
- box-shadow: 1px 1px 5px #000;
- line-height: 1.4
- }
- .chat_content_group.buddy {
- text-align: left
- }
- .chat_content_group.self {
- text-align: right
- }
- .chat_content_group.self>.chat_content {
- background: #fff;
- background: -webkit-gradient(linear, left top, left bottom, from(white, #e1e1e1));
- background: -webkit-linear-gradient(white, #e1e1e1);
- background: -moz-linear-gradient(white, #e1e1e1);
- background: -ms-linear-gradient(white, #e1e1e1);
- background: -o-linear-gradient(white, #e1e1e1);
- background: linear-gradient(#fff, #e1e1e1)
- }
- .chat_content_group.self>.chat_content_avatar {
- float: right;
- margin: 0 0 0 10px
- }
- .chat_content_group.self>.chat_nick {
- text-align: right
- }
- .chat_content_group.self>.chat_content {
- text-align: left
- }
- .chat_content_group.system>.chat_content {
- max-width: 100%;
- background: #f6fabb;
- background: -webkit-linear-gradient(#f6fabb, #fdf98d);
- background: -moz-linear-gradient(#f6fabb, #fdf98d);
- background: -ms-linear-gradient(#f6fabb, #fdf98d);
- background: -o-linear-gradient(#f6fabb, #fdf98d);
- background: linear-gradient(#f6fabb, #fdf98d)
- }
- .chat_content_group.system {
- text-align: left !important
- }
- .chat_content .icon {
- width: 20px;
- height: 20px;
- float: left;
- background-image: url(../img/tips_icon.png)
- }
- .chat_content .icon_info {
- background-position: -60px 0
- }
- .chat_content .icon_err {
- background-position: -20px 0
- }
- .chat_content .icon_succ {
- background-position: -40px 0
- }
- .container_box {
- border: 1px solid #d9dadc;
- background-color: #fff;
- }
- .container_box_bd {
- padding-bottom: 30px;
- padding: 60px 135px;
- }
- label {
- font-weight: normal;
- }
- label.error {
- padding-top: 5px;
- font-weight: normal;
- color: #EA5200;
- }
- .media-heading {
- font-family: "微软雅黑";
- font-size: 14px;
- }
- .media-main {
- padding: 8px;
- border-bottom: 1px solid #ddd;
- }
- .media-avatar {
- cursor: pointer;
- margin-right: 10px;
- }
- .media-desc {
- font-family: "微软雅黑";
- font-size: 12px;
- color: gray;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 260px;
- white-space: nowrap;
- }
- /* tab color */
- .nav-tabs>li>a {
- /* background-color: #333333; */
- /* border-color: #777777; */
- /* color: #fff; */
-
- }
- /* active tab color */
- .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
- {
- color: #fff;
- background-color: #337ab7;
- border: 1px solid #337ab7;
- border-radius: 0;
- }
- /* hover tab color */
- .nav-tabs>li>a:hover {
- /* border-color: #000000; */
- /* background-color: #111111; */
-
- }
|