1
0
mirror of https://github.com/elisspace/AskAssist.git synced 2026-08-29 15:33:47 +00:00
Files
AskAssist/styles.css

96 lines
1.8 KiB
CSS

#toolbar {
margin: 0.5rem 1rem;
display: inline-block;
padding-top: 1rem;
padding-right: 35px;
width: 100%;
height: 100px;
margin-right: -15px;
border-bottom: 1px solid #dddddd;
}
#toolbar>h1{
float:left;
}
#toolbar>h1>span{
color:#5FB4D8;
font-style: italic;
font-weight: bold;
}
#toolbar>div{
float: right;
}
#toolbar>div>p{
line-height: 2;
font-style: italic;
display: inline;
font-size:1.2rem;
margin: 0px;
padding: 0px;
}
#toolbar>div>p>span{
color: #5FB4D8;
font-weight: bold;
border-bottom:3px solid #5FB4D8;
}
#toolbar>div>input,select{
display:inline;
margin: 0px;
padding: 0px;
border:none;
max-width: ;
border-bottom:1px dotted #dddddd;
}
#toolbar>div>div{
background-color: #5FB4D8;
height: 100%;
width: 50px;
}
#waiting{
display: none;
}
.divider {
display: inline;
margin-left: 1rem;
margin-right: 1rem;
}
.cusBut {
display: inline-block;
border-radius: 3px;
background-color: white;
line-height: 1.6;
border: 1px solid #dddddd;
width: 130px;
height: 35px;
text-align: center;
color:white;
padding:0.5rem;
padding-top:0.25rem;
margin:0px;
}
#watching {
border: 1px solid #93d68b71;;
color:#92D68B;;
font-weight: 700;
font-size: 15px;
display: inline;
}
#watching:hover {
box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
background: rgba(var(--sk_foreground_min,29,28,29),.04);
}
#waiting {
display: none;
border: 1px solid rgba(226, 2, 2, 0.3);
color: #E70002;
font-weight: 700;
font-size: 15px;
cursor: pointer;
}
#waiting:hover {
box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
background: rgba(var(--sk_foreground_min,29,28,29),.04);
}