Skip to content

Commit

Permalink
Remove unused CSS classes for style.css (#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Sep 26, 2024
1 parent 6353926 commit 89021cd
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions doc/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,38 +48,6 @@ p {
font-size: 4em;
}

.api-module {
margin-bottom: 80px;
}

.youtube-embed {
max-width: 600px;
margin-bottom: 24px;
}

.video-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*.wy-menu-vertical header, .wy-menu-vertical p.caption {*/
/*font-size: 90%;*/
/*font-weight: bold;*/
/*color: #eeeeee;*/
/*letter-spacing: 0.12em;*/
/*}*/

.wy-nav-content {
max-width: 1000px;
}
Expand Down Expand Up @@ -137,22 +105,6 @@ html.writer-html5 .rst-content dl.field-list {
}
}

/* Style for the copy button */
/* Safe to remove for sphinx-copybutton>0.3.1
* https://github.com/executablebooks/sphinx-copybutton/pull/107
*/
a.copybtn {
position: absolute;
top: .2em;
right: .2em;
width: 1.3em;
height: 1.3em;
opacity: .3;
transition: opacity 0.5s;
border: none;
user-select: none;
}

/* Atkinson Hyperlegible regular */
@font-face {
font-family: "Atkinson Hyperlegible";
Expand Down Expand Up @@ -189,9 +141,6 @@ a.copybtn {
.sphx-glr-thumbcontainer {
border: solid #d6d6d6 1px!important;
text-align: center!important;
}

.sphx-glr-thumbcontainer {
min-height: 240px!important;
min-width: 180px!important;
}
Expand Down

0 comments on commit 89021cd

Please sign in to comment.