ipex-llm/docs/readthedocs/source/_static/css/chronos_tutorial.css
Juntao_Luo 9cc933bb18 Chronos: Add forecasters filter tags in tutorial page. (#6068)
* Update: add forecaster tags in tutorial page.

* Bugfix: fix model tag bug.

* Update: update js with pr comment.
2022-11-14 11:10:34 +08:00

63 lines
No EOL
1.1 KiB
CSS

#tutorial img{
margin: 10px 5px 10px 15px;
}
.choiceline{
display: flex;
justify-content: space-around;
margin: 0px 5px 10px 5px;
}
.hiddenline{
display: none;
}
.choicebox{
width: 200px;
height: 20px;
}
summary p{
margin: 10px 0 0 0;
font-weight: bold;
}
details p{
padding: 5px 15px;
color: #404040;
}
.border{
background-color: #f3f6f6;
border: 1px solid rgba(0,0,0,.1);
color: #404040;
box-shadow: inset 0 1px 2px -1px hsl(0deg 0% 100% / 50%), inset 0 -2px 0 0 rgb(0 0 0 / 10%);
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
margin-top: -10px;
border-radius: 5px;
font-weight: bold;
}
details p span{
font-style: italic;
font-weight: bold;
}
summary p button{
border-radius: 2px;
border: 1px solid rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px -1px hsl(0deg 0% 100% / 90%);
color: #404040;
font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;
}
.roundbutton{
border-radius: 20px;
}
.showingForecaster i{
font-weight: bolder;
}