Commit 23f56e81d65de0d32be7480ff4801b4b26139c71

Authored by Victor Costa
1 parent 947ccd7b

remove chat definitions

Showing 1 changed file with 0 additions and 55 deletions   Show diff stats
style.css
... ... @@ -953,61 +953,6 @@ div#notice {
953 953 top: 80px;
954 954 }
955 955  
956   -/* chat */
957   -
958   -.ui-tabs .ui-tabs-nav {
959   - background: #f4f4f4;
960   -}
961   -#buddy-list .buddy-list li a:hover {
962   - background-color: #B29C9C;
963   - border-top: 1px solid #161650;
964   - border-bottom: 1px solid #161650;
965   - color: black;
966   -}
967   -.msie7 table.profile {
968   - width: 100%;
969   -}
970   -#chat-window {
971   - background: white;
972   -}
973   -#buddy-list,
974   -#chat .tabs-bottom .ui-widget-header,
975   -.conversation .occupant-list {
976   - background: #ECECEC;
977   -}
978   -#title-bar h1 {
979   - color: white;
980   -}
981   -#title-bar {
982   - background-color: #161650;
983   -}
984   -#chat .tabs-bottom .ui-widget-header {
985   - background: #ECECEC;
986   -}
987   -#buddy-list #environment-logo {
988   - background-color: #AAA;
989   -}
990   -#buddy-list .toolbar {
991   - border-top: 1px solid #666;
992   - border-bottom: 1px solid black;
993   - background-color: gray;
994   -}
995   -#buddy-list .toolbar .user-status a.simplemenu-trigger {
996   - color: #EFEFEF;
997   - font-weight: bold;
998   -}
999   -#chat-online-users .header {
1000   - background-color: #00006A;
1001   - color: #fff;
1002   - font-weight: bold;
1003   -}
1004   -.chat-online-user-avatar {
1005   - background: url('images/icons-app/person-icon.png');
1006   -}
1007   -#chat-online-users-hidden-content {
1008   - border-top-color: #00006A;
1009   -}
1010   -
1011 956 /* history activity and wall */
1012 957  
1013 958 #profile-activity .profile-activity-description, #profile-network .profile-network-description {
... ...