bnbweb/admin/styles/general.css
2022-11-14 23:49:28 +08:00

242 lines
4.2 KiB
CSS
Executable File

/*
$Id: general.css 13504 2007-11-08 09:51:13Z weberliu $
*/
body {
margin: 0px;
padding: 0px;
color: #192E32;
font: 12px Microsoft Yahei, "sans-serif", "Arial", "Verdana";
}
p, td, div {
font: 12px Microsoft Yahei, "sans-serif", "Arial", "Verdana";
}
th {
font: 12px Microsoft Yahei, "sans-serif", "Arial", "Verdana";
font-weight: bold;
}
form {
margin: 0px;
padding: 0px;
}
input, textarea, select, button {
font: 12px Microsoft Yahei, "courier new";
}
input,textarea{
outline: 0;
}
a:visited {
color: #335B64;
text-decoration: none;
}
a:link {
color: #335B64;
text-decoration: none;
}
a:hover {
color: #EB8A3D;
text-decoration: underline;
}
a:active {
color: #EB8A3D;
text-decoration: underline;
}
.clear {
clear: both;
float: none;
font-size: 0px;
margin: 0;
padding: 0;
display:block;
}
.nowrap {
white-space:nowrap;
}
.cl-green{
color:#278296 !important;
}
.cl-orange{
color: #f18030 !important;
}
.cl-red{
color: #FF0000 !important;
}
.cl-link{
color: #0241c0 !important;
}
.cl-light-green{
color: #80bdcb !important;
}
.cl-link-blue{
color: #41A5E1 !important;
}
.help_sub{ display: inline-block; _display:inline; vertical-align: middle; margin-left: 10px;}
.btn-hb-err{
border: 1px #AA0000 solid;
background-color: #AA0000;
padding: 3px 3px 3px 3px !important;
color: white;
display: inline;
border-radius: 2px;
}
.btn-hb-info{
border: 1px #009FCC solid;
background-color: #009FCC;
padding: 3px 3px 3px 3px !important;
color: white;
display: inline;
border-radius: 2px;
}
#loadFacebookG{
border:1px ;
width:125px;
height: 125px;
display: none;
// position: relative;
// margin:auto;
position: fixed;
top: 30%; /*從上面開始算,下推 50% (一半) 的位置*/
left: 50%; /*從左邊開始算,右推 50% (一半) 的位置*/
// margin-top: -100px; /*高度的一半*/
// margin-left: -200px; /*寬度的一半*/
}
.facebook_blockG{
background-color:rgb(255,255,255);
border:3px solid rgb(0,0,0);
float:left;
height:89px;
margin-left:7px;
width:23px;
opacity:0.1;
animation-name:bounceG;
-o-animation-name:bounceG;
-ms-animation-name:bounceG;
-webkit-animation-name:bounceG;
-moz-animation-name:bounceG;
animation-duration:1.5s;
-o-animation-duration:1.5s;
-ms-animation-duration:1.5s;
-webkit-animation-duration:1.5s;
-moz-animation-duration:1.5s;
animation-iteration-count:infinite;
-o-animation-iteration-count:infinite;
-ms-animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
animation-direction:normal;
-o-animation-direction:normal;
-ms-animation-direction:normal;
-webkit-animation-direction:normal;
-moz-animation-direction:normal;
transform:scale(0.7);
-o-transform:scale(0.7);
-ms-transform:scale(0.7);
-webkit-transform:scale(0.7);
-moz-transform:scale(0.7);
}
#blockG_1{
animation-delay:0.45s;
-o-animation-delay:0.45s;
-ms-animation-delay:0.45s;
-webkit-animation-delay:0.45s;
-moz-animation-delay:0.45s;
}
#blockG_2{
animation-delay:0.6s;
-o-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-moz-animation-delay:0.6s;
}
#blockG_3{
animation-delay:0.75s;
-o-animation-delay:0.75s;
-ms-animation-delay:0.75s;
-webkit-animation-delay:0.75s;
-moz-animation-delay:0.75s;
}
@keyframes bounceG{
0%{
transform:scale(1.2);
opacity:1;
}
100%{
transform:scale(0.7);
opacity:0.1;
}
}
@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1;
}
100%{
-o-transform:scale(0.7);
opacity:0.1;
}
}
@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1;
}
100%{
-ms-transform:scale(0.7);
opacity:0.1;
}
}
@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1;
}
100%{
-webkit-transform:scale(0.7);
opacity:0.1;
}
}
@-moz-keyframes bounceG{
0%{
-moz-transform:scale(1.2);
opacity:1;
}
100%{
-moz-transform:scale(0.7);
opacity:0.1;
}
}