Общая оптимизация вёрстки и файловой системы. Новые кнопки от https://github.com/necolas/css3-github-buttons вместо сломанных старых.
This commit is contained in:
+42
-1
@@ -1 +1,42 @@
|
||||
html { width:100%; height:100%; padding:0; margin:0;}body { width:100%; height:100%; padding:0; margin:0; overflow:hidden; /*background-image: url('../i/buttons/chat_bg.gif');*/}select,textarea,input { border: solid 1pt #B0B0B0; font-family: MS Sans Serif; font-size: 8px; color: #191970; MARGIN-BOTTOM: 2px; MARGIN-TOP: 1px;}img{ border:0;} .text_msg { border: 1px solid #CCCCCC; font-size: 11px; color: #000000; font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;} .chatBtn1_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn1.gif') 0 0 repeat-x;; cursor:pointer;} .chatBtn1_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn1.gif') 0 -30px repeat-x;; cursor:pointer;} .chatBtn2_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn2.gif') 0 0 repeat-x;; cursor:pointer;} .chatBtn2_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn2.gif') 0 -30px repeat-x;; cursor:pointer;} .chatBtn4_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn4.gif') 0 0 repeat-x;; cursor:pointer;} .chatBtn4_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn4.gif') 0 -30px repeat-x;; cursor:pointer;} .chatBtn5_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn5.gif') 0 0 repeat-x;; cursor:pointer;} .chatBtn5_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn5.gif') 0 -30px repeat-x;; cursor:pointer;} .chatBtn5_3 { width:30px; height:30px; background: url('../i/buttons/chatBtn5.gif') 0 -59px repeat-x;; cursor:pointer;} .chatBtn6_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn6.gif') 0 0 repeat-x;; cursor:pointer;} .chatBtn6_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn6.gif') 0 -30px repeat-x;; cursor:pointer;} .chatBtn7_1 { width:30px; height:30px; background: url('../i/buttons/chatBtn7.gif') 0 0 repeat-x;; cursor:pointer;} .chatBtn7_2 { width:30px; height:30px; background: url('../i/buttons/chatBtn7.gif') 0 -30px repeat-x;; cursor:pointer;} .chatBtn7_3 { width:30px; height:30px; background: url('../i/buttons/chatBtn7.gif') 0 -60px repeat-x;; cursor:pointer;}
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
select, textarea, input {
|
||||
border: solid 1pt #B0B0B0;
|
||||
font-family: MS Sans Serif;
|
||||
font-size: 8px;
|
||||
color: #191970;
|
||||
MARGIN-BOTTOM: 2px;
|
||||
MARGIN-TOP: 1px;
|
||||
}
|
||||
|
||||
.text_msg {
|
||||
border: 1px solid #CCCCCC;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
.chatBtn1_1,
|
||||
.chatBtn1_2,
|
||||
.chatBtn2_1,
|
||||
.chatBtn2_2,
|
||||
.chatBtn4_1,
|
||||
.chatBtn4_2,
|
||||
.chatBtn5_1,
|
||||
.chatBtn5_2,
|
||||
.chatBtn5_3,
|
||||
.chatBtn6_1,
|
||||
.chatBtn6_2,
|
||||
.chatBtn7_1,
|
||||
.chatBtn7_2,
|
||||
.chatBtn7_3 {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user