mirror of https://gitee.com/openkylin/doxygen.git
97 lines
1.5 KiB
CSS
97 lines
1.5 KiB
CSS
/*---------------- Search Box */
|
|
|
|
#FSearchBox {
|
|
float: left;
|
|
}
|
|
|
|
#MSearchBox {
|
|
white-space : nowrap;
|
|
position: absolute;
|
|
float: none;
|
|
display: inline;
|
|
margin-top: 8px;
|
|
right: 0px;
|
|
width: 170px;
|
|
z-index: 102;
|
|
background-color: white;
|
|
}
|
|
|
|
#MSearchBox .left
|
|
{
|
|
display:block;
|
|
position:absolute;
|
|
left:10px;
|
|
width:20px;
|
|
height:19px;
|
|
background:url('search_l.png') no-repeat;
|
|
background-position:right;
|
|
}
|
|
|
|
#MSearchSelect {
|
|
display:block;
|
|
position:absolute;
|
|
width:20px;
|
|
height:19px;
|
|
}
|
|
|
|
.left #MSearchSelect {
|
|
left:4px;
|
|
}
|
|
|
|
.right #MSearchSelect {
|
|
right:5px;
|
|
}
|
|
|
|
#MSearchField {
|
|
display:block;
|
|
position:absolute;
|
|
height:19px;
|
|
background:url('search_m.png') repeat-x;
|
|
border:none;
|
|
width:111px;
|
|
margin-left:20px;
|
|
padding-left:4px;
|
|
color: #909090;
|
|
outline: none;
|
|
font: 9pt Arial, Verdana, sans-serif;
|
|
}
|
|
|
|
#FSearchBox #MSearchField {
|
|
margin-left:15px;
|
|
}
|
|
|
|
#MSearchBox .right {
|
|
display:block;
|
|
position:absolute;
|
|
right:10px;
|
|
top:0px;
|
|
width:20px;
|
|
height:19px;
|
|
background:url('search_r.png') no-repeat;
|
|
background-position:left;
|
|
}
|
|
|
|
#MSearchClose {
|
|
display: none;
|
|
position: absolute;
|
|
top: 4px;
|
|
background : none;
|
|
border: none;
|
|
margin: 0px 4px 0px 0px;
|
|
padding: 0px 0px;
|
|
outline: none;
|
|
}
|
|
|
|
.left #MSearchClose {
|
|
left: 6px;
|
|
}
|
|
|
|
.right #MSearchClose {
|
|
right: 2px;
|
|
}
|
|
|
|
.MSearchBoxActive #MSearchField {
|
|
color: #000000;
|
|
}
|
|
|