This commit is contained in:
FJY
2017-10-29 22:55:28 +08:00
parent bc345795db
commit 56ae828c97
186 changed files with 7949 additions and 360 deletions

View File

@@ -0,0 +1,22 @@
.code {
font-family: Arial;
font-style: italic;
color: blue;
font-size: 27px;
border: 0;
letter-spacing: 3px;
font-weight: bolder;
cursor: pointer !important;
padding-top: 0px;
padding-right: 50px;
vertical-align: middle;
}
a {
text-decoration: none;
color: #288bc4;
}
a:hover {
text-decoration: underline;
}

2848
WebRoot/css/animate.css vendored Normal file

File diff suppressed because it is too large Load Diff

107
WebRoot/css/chart_style.css Normal file
View File

@@ -0,0 +1,107 @@
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
body {
}
td {
font-size: 9pt; line-height:144%;
}
a:hover {
font-size: 9pt; color: #FF6600;
}
a {
font-size: 9pt; text-decoration: none; color: #777777;
}
.btn_grey {
font-family: "<22><><EFBFBD><EFBFBD>"; font-size: 9pt;color: #333333;
background-color: #eeeeee;cursor: hand;padding:1px;height:19px;
border-top: 1px solid #FFFFFF;border-right:1px solid #666666;
border-bottom: 1px solid #666666;border-left: 1px solid #FFFFFF;
}
.btn_orange {
font-size: 9pt;color: #FFFFFF;
background-color: #FF6600;cursor: hand;padding:1px;height:19px;
border-top: 1px solid #FF6600;border-right:1px solid #666666;
border-bottom: 1px solid #666666;border-left: 1px solid #FF6600;
float:right;
magin-top:15px;
}
.btn_blank {
font-family: "<22><><EFBFBD><EFBFBD>"; font-size: 9pt;color: #FFFFFF;
background-color: #000000;cursor: hand;padding:1px;height:19px;
border-top: 1px solid #000000;border-right:1px solid #666666;
border-bottom: 1px solid #666666;border-left: 1px solid #000000;
}
.word_dark {
font-size: 9pt;
color: #313131;
}
.word_login{
font-size:9pt;
color:#7E5A03;
}
.word_orange {
font-size: 9pt;
color: #FF6600;
}
.word_white {
font-size: 9pt;
color: #FFFFFF;
}
.txt_grey {
font-family: "<22><><EFBFBD><EFBFBD>";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
input {
font-family: "<22><><EFBFBD><EFBFBD>";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
.wenbenkuang {
font-family: "<22><><EFBFBD><EFBFBD>";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
.chatTop{
max-width:100%;
height:148;
background-image: url(../chartroom/images/top.jpg);
}
.message{max-width:200px;}
.chatsent{
padding:15px 0px 5px 50px;
background-color:#adadad;
}
.chatsentinput{
padding:0px 0px 10px 70px;
}
.chat{
padding-top:20px;
background-color:#f5f5f5;
overflow:scroll;
height:500px;
}
.list{
padding:5px;
background-color:#eae8e7;
overflow-y:auto;
overflow-x:auto;
width:400px;
height:500px;
}
.send{
margin-left:20px;
}

18
WebRoot/css/emoji.css Normal file
View File

@@ -0,0 +1,18 @@
.comment { width: 680px; margin: 20px auto; position: relative; background: #fff; padding: 20px 50px 50px; border: 1px solid #DDD; border-radius: 5px; }
.comment h3 { height: 28px; line-height: 28px }
.com_form { width: 100%; position: relative }
.input { width: 99%; height: 60px; border: 1px solid #ccc }
.com_form p { height: 28px; line-height: 28px; position: relative; margin-top: 10px; }
span.emotion { width: 42px; height: 20px; padding-left: 20px; cursor: pointer; }
span.emotion:hover { background-position: 2px -28px }
.qqFace { margin-top: 4px; background: #fff; padding: 2px; border: 1px #dfe6f6 solid; }
.qqFace table td { padding: 0px; }
.qqFace table td img { cursor: pointer; border: 1px #fff solid; }
.qqFace table td img:hover { border: 1px #0066cc solid; }
#show { width: 770px; margin: 20px auto; background: #fff; padding: 5px; border: 1px solid #DDD; vertical-align: top; }
.sub_btn { position: absolute; right: 0px; top: 0; display: inline-block; zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ *display: inline;
vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.6); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); color: #e8f0de; border: solid 1px #538312; background: #64991e; background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e)); background: -moz-linear-gradient(top, #7db72f, #4e7d0e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.sub_btn:hover { background: #538018; background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c)); background: -moz-linear-gradient(top, #6b9d28, #436b0c); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

View File

@@ -41,7 +41,10 @@ margin:0px auto;
max-width: 440px;
opacity:0.2;
}
.form4{
padding-left:30px;
}
.form-control{
margin: 17px auto;