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

72 lines
1.0 KiB
CSS

#toolbar {
padding: 1rem;
display: inline-block;
padding-right: 25px;
width: 100%;
height: 60px;
border-bottom: 1px solid #dddddd;
}
#toolbar>h1{
display: inline;
float: left;
}
#toolbar>h1>span{
color:#5FB4D8;
font-style: italic;
font-weight: bold;
}
[contenteditable="true"]{
display: inline-block;
min-width:10px;
height: 32.5px;
}
#alert-sounds>*{
display:none;
}
#alert-sounds>*:first-child{
display:inline-block;
}
#waiting{
cursor: pointer;
color: #DC5960;
}
#waiting:hover{
color: #dc596093;
}
#watching-branch{
display: none;
}
.ask-opt{
cursor: pointer;
padding:0px;
margin:0px;
color: #5FB4D8;
height: 25px;
}
.ask-opt:hover{
color: #5fb4d871;
}
#two {
display: none;
}
.option-sentence{
line-height: 2;
height:25px;
font-style: italic;
display: inline;
font-size:1.2rem;
font-weight: bold;
max-width: 900px;
margin: 0px;
padding: 0px;
float: right;
}
.option-sentence>span{
height:25px;
}