You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
174 lines
2.6 KiB
174 lines
2.6 KiB
14 years ago
|
|
||
|
body{
|
||
12 years ago
|
margin: 0;
|
||
13 years ago
|
font-family:Arial, Sans-serif;
|
||
|
font-size:15px;
|
||
|
color:#444;
|
||
14 years ago
|
}
|
||
|
|
||
|
.icon-container{
|
||
13 years ago
|
width:40px;
|
||
|
height:40px;
|
||
|
overflow:hidden;
|
||
14 years ago
|
}
|
||
|
|
||
|
#shadow{
|
||
13 years ago
|
position:absolute;
|
||
|
z-index:0;
|
||
|
width:352px;
|
||
|
height:58px;
|
||
|
padding-left:8px;
|
||
|
margin-top:3px;
|
||
|
margin-left:3px;
|
||
|
background-color:rgb(220,220,220);
|
||
14 years ago
|
}
|
||
|
|
||
|
#inputfield{
|
||
13 years ago
|
position:absolute;
|
||
|
z-index:1;
|
||
|
width:360px;
|
||
|
height:58px;
|
||
|
background-color:rgb(230,230,233);
|
||
|
border:1px solid rgb(220, 220, 220);
|
||
14 years ago
|
}
|
||
|
|
||
|
.button{
|
||
13 years ago
|
float:left;
|
||
|
padding:4px 5px;
|
||
|
cursor:pointer;
|
||
|
background-color:rgb(45,65,250);
|
||
|
border:1px solid;
|
||
|
border-color:rgb(45,65,250) rgb(25,45,230) rgb(25,45,230) rgb(45,65,250);
|
||
|
text-transform:capitalize;
|
||
|
font-size:12px;
|
||
|
font-weight:bold;
|
||
|
color:white;
|
||
14 years ago
|
}
|
||
|
|
||
|
#search-button{
|
||
13 years ago
|
margin-top:17px;
|
||
|
margin-left:17px;
|
||
14 years ago
|
}
|
||
|
|
||
|
#search-button.over{
|
||
13 years ago
|
border-color:rgb(25,45,230) rgb(45,65,250) rgb(45,65,250) rgb(25,45,230);
|
||
14 years ago
|
}
|
||
|
|
||
|
#show-inputfield-button{
|
||
13 years ago
|
margin-left:12px;
|
||
14 years ago
|
}
|
||
|
|
||
|
#container{
|
||
13 years ago
|
float:left;
|
||
|
position:relative;
|
||
|
overflow:visible;
|
||
|
height:auto;
|
||
14 years ago
|
}
|
||
|
|
||
|
#container.welcome{
|
||
13 years ago
|
width:405px;
|
||
|
margin-top:87px;
|
||
|
background-color:#FFF;
|
||
14 years ago
|
}
|
||
|
|
||
|
#container.load{
|
||
13 years ago
|
margin-top:0px;
|
||
14 years ago
|
}
|
||
|
|
||
|
#container.show{
|
||
13 years ago
|
margin-top:0px;
|
||
|
height:auto;
|
||
14 years ago
|
}
|
||
|
|
||
|
#container.change{
|
||
13 years ago
|
margin-top:80px;
|
||
|
height:auto;
|
||
14 years ago
|
}
|
||
|
|
||
|
#container.error{
|
||
13 years ago
|
width:400px;
|
||
|
height:auto;
|
||
|
margin-top:87px;
|
||
|
background-color:#FFF;
|
||
|
position:relative;
|
||
14 years ago
|
}
|
||
|
|
||
|
#arrow{
|
||
13 years ago
|
text-align:center;
|
||
|
width:100%;
|
||
|
margin-top:-36px;
|
||
|
margin-bottom:-1px;
|
||
|
position:relative;
|
||
|
z-index:4;
|
||
14 years ago
|
}
|
||
|
|
||
|
#embeded-content{
|
||
13 years ago
|
position:relative;
|
||
|
z-index:3;
|
||
|
float:left;
|
||
|
height:auto;
|
||
14 years ago
|
}
|
||
|
|
||
|
#show-container{
|
||
13 years ago
|
overflow:auto;
|
||
|
height:auto;
|
||
14 years ago
|
}
|
||
|
|
||
|
#show-area{
|
||
13 years ago
|
display:none;
|
||
|
position:absolute;
|
||
|
top:150px;
|
||
|
left:400px;
|
||
|
z-index:999;
|
||
14 years ago
|
}
|
||
|
|
||
|
#show-area .icon-container{
|
||
13 years ago
|
margin:0 auto;
|
||
14 years ago
|
}
|
||
|
|
||
|
#textbox{
|
||
13 years ago
|
width:245px;
|
||
|
float:left;
|
||
|
padding:2px;
|
||
|
margin-top:17px;
|
||
|
margin-left:17px;
|
||
|
outline:none;
|
||
|
font-family:Arial, Sans-serif;
|
||
|
font-size:15px;
|
||
|
color:#444;
|
||
14 years ago
|
}
|
||
|
|
||
|
#container-shadow{
|
||
13 years ago
|
width:100%;
|
||
|
height:30px;
|
||
14 years ago
|
}
|
||
|
|
||
|
#container-shadow td{
|
||
13 years ago
|
height:100%;
|
||
14 years ago
|
}
|
||
|
|
||
|
#shadow-left{
|
||
13 years ago
|
width:193px;
|
||
|
background-image:url(../imgs/left.png);
|
||
|
background-repeat:no-repeat;
|
||
14 years ago
|
}
|
||
|
|
||
|
#shadow-center{
|
||
13 years ago
|
width:auto;
|
||
|
background-image:url(../imgs/center.png);
|
||
|
background-repeat:repeat;
|
||
14 years ago
|
}
|
||
|
|
||
|
#shadow-right{
|
||
13 years ago
|
width:193px;
|
||
|
background-image:url(../imgs/right.png);
|
||
|
background-repeat:no-repeat;
|
||
|
}
|
||
|
|
||
|
.bordered1{
|
||
|
border: 1px solid red;
|
||
|
}
|
||
|
|
||
|
.bordered2{
|
||
|
border:1px solid #666;
|
||
14 years ago
|
}
|