mirror of
https://github.com/apache/superset.git
synced 2026-05-29 20:29:34 +00:00
Revert "Deploy website - based on 0edb97907f72ffe889b0a636b5fa905a78ee32f0" (#18893)
This reverts commit 84f7d6f900.
This commit is contained in:
59
_static/docs.css
Normal file
59
_static/docs.css
Normal file
@@ -0,0 +1,59 @@
|
||||
body {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
div.navbar {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#tutorial img {
|
||||
border: 1px solid gray;
|
||||
box-shadow: 5px 5px 5px #888888;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#gallery img {
|
||||
border: 1px solid gray;
|
||||
box-shadow: 5px 5px 5px #888888;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.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