You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
613 B
Plaintext
37 lines
613 B
Plaintext
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #eeeeee;
|
|
}
|
|
.toolbar_FoolHeader {
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 1;
|
|
background: #d0d0d0;
|
|
height: 50px;
|
|
line-height: 37px;
|
|
text-align: center;
|
|
}
|
|
.toolbar_FoolHeader span {
|
|
color: #fff;
|
|
}
|
|
|
|
.toolbar_FoolHeader input {
|
|
float: left;
|
|
height: 30px;
|
|
margin-right: 20px;
|
|
margin-top: 10px;
|
|
padding: 0 15px;
|
|
border: none;
|
|
}
|
|
.toolbar_FoolHeader input:hover{
|
|
background:#134da5;
|
|
color:#fff;
|
|
cursor:pointer;
|
|
}
|
|
.ToolBar,.toolbar_FoolHeadercenter {
|
|
width: 50%;
|
|
margin: auto;
|
|
}
|