mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Working on docs
This commit is contained in:
42
docs/_static/docs.css
vendored
Normal file
42
docs/_static/docs.css
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
body {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
div.navbar {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.carousel img {
|
||||
max-height: 500px;
|
||||
}
|
||||
.carousel {
|
||||
overflow: hidden;
|
||||
height: 500px;
|
||||
}
|
||||
.carousel-caption h1 {
|
||||
font-size: 80px;
|
||||
}
|
||||
.carousel-caption p {
|
||||
font-size: 20px;
|
||||
}
|
||||
div.carousel-caption{
|
||||
background: rgba(0,0,0,0.5);
|
||||
border-radius: 20px;
|
||||
top: 150px;
|
||||
bottom: auto !important;
|
||||
}
|
||||
.carousel-inner > .item > img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
{
|
||||
margin: -20px;
|
||||
}
|
||||
.carousel-indicators li {
|
||||
background-color: #AAA;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.carousel-indicators .active {
|
||||
background-color: #000;
|
||||
border: 5px solid black;
|
||||
}
|
||||
Reference in New Issue
Block a user