1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00
lvgl/docs/_static/css/custom.css
Gabor Kiss-Vamosi 9b2b6deb97 fix(docs) update CSS
Add some space between the type and name in the api docs of the enums
2021-05-03 17:55:09 +02:00

62 lines
924 B
CSS

table, th, td {
border: 1px solid #bbb;
padding: 10px;
}
td {
text-align:center;
}
.descname
{
margin-left:12px;
}
.toggle .header {
display: block;
clear: both;
cursor: pointer;
font-weight: bold;
}
.toggle .header:before {
font-family: FontAwesome, "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
content: "\f0da \00a0 Show ";
display: inline-block;
font-size: 1.1em;
}
.toggle .header.open:before {
content: "\f0d7 \00a0 Hide ";
}
.header p {
display: inline-block;
font-size: 1.1em;
margin-bottom: 8px;
}
.wy-side-nav-search {
background-color: #f5f5f5;
}
.wy-side-nav-search>div.version {
color: #333;
}
.home-img {
width:32%;
transition: transform .3s ease-out;
}
.home-img:hover {
transform: translate(0, -10px);
}
.lv-example {
border: none;
outline: none;
padding: none;
display: block;
width: 320px;
height: 240px;
}