Skip to content

Commit 828cb24

Browse files
committed
[UG] Add comments
1 parent 469a882 commit 828cb24

1 file changed

Lines changed: 24 additions & 12 deletions

File tree

  • user_guide_src/source/_themes/sphinx_rtd_theme/static/css

user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@import 'theme.css';
22

3+
/* Titles ------------------------------------------------------------------- */
4+
35
h1 {
46
margin-bottom: 2rem;
57
}
@@ -9,10 +11,12 @@ h2, h3 {
911
margin-top: 3rem;
1012
}
1113

14+
/* Images ------------------------------------------------------------------- */
15+
1216
.rst-content img {
1317
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
14-
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
15-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
18+
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
19+
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
1620
display: block;
1721
height: auto!important;
1822
margin: 3rem auto!important;
@@ -30,11 +34,7 @@ h2, h3 {
3034
max-width: 400px;
3135
}
3236

33-
.highlighted {
34-
padding: 0px !important;
35-
font-weight: inherit !important;
36-
background-color: #f1d40f !important;
37-
}
37+
/* Navigation --------------------------------------------------------------- */
3838

3939
#nav {
4040
background-color: #494949!important;
@@ -102,6 +102,8 @@ div#pulldown-menu {
102102
color: #aaaaaa;
103103
}
104104

105+
/* Side Menu ---------------------------------------------------------------- */
106+
105107
.wy-side-nav-search a {
106108
color: #ffffff;
107109
}
@@ -134,6 +136,14 @@ div#pulldown-menu {
134136
color: #97310e;
135137
}
136138

139+
/* Elements ----------------------------------------------------------------- */
140+
141+
.highlighted {
142+
padding: 0px !important;
143+
font-weight: inherit !important;
144+
background-color: #f1d40f !important;
145+
}
146+
137147
.wy-alert.wy-alert-success .wy-alert-title, .rst-content .wy-alert-success.note .wy-alert-title, .rst-content .wy-alert-success.attention .wy-alert-title, .rst-content .wy-alert-success.caution .wy-alert-title, .rst-content .wy-alert-success.danger .wy-alert-title, .rst-content .wy-alert-success.error .wy-alert-title, .rst-content .hint .wy-alert-title, .rst-content .important .wy-alert-title, .rst-content .tip .wy-alert-title, .rst-content .wy-alert-success.warning .wy-alert-title, .rst-content .wy-alert-success.seealso .wy-alert-title, .rst-content .wy-alert-success.admonition-todo .wy-alert-title, .wy-alert.wy-alert-success .rst-content .admonition-title, .rst-content .wy-alert.wy-alert-success .admonition-title, .rst-content .wy-alert-success.note .admonition-title, .rst-content .wy-alert-success.attention .admonition-title, .rst-content .wy-alert-success.caution .admonition-title, .rst-content .wy-alert-success.danger .admonition-title, .rst-content .wy-alert-success.error .admonition-title, .rst-content .hint .admonition-title, .rst-content .important .admonition-title, .rst-content .tip .admonition-title, .rst-content .wy-alert-success.warning .admonition-title, .rst-content .wy-alert-success.seealso .admonition-title, .rst-content .wy-alert-success.admonition-todo .admonition-title {
138148
background-color: #dd4814;
139149
}
@@ -142,11 +152,6 @@ div#pulldown-menu {
142152
background: rgba(0,0,0,0.05);
143153
}
144154

145-
.rst-footer-buttons {
146-
margin-bottom: 2.5rem;
147-
margin-top: 2.5rem;
148-
}
149-
150155
/* override table width restrictions */
151156
.wy-table-responsive table td, .wy-table-responsive table th {
152157
white-space: normal;
@@ -157,3 +162,10 @@ div#pulldown-menu {
157162
max-width: 100%;
158163
overflow: visible;
159164
}
165+
166+
/* Footer ------------------------------------------------------------------- */
167+
168+
.rst-footer-buttons {
169+
margin-bottom: 2.5rem;
170+
margin-top: 2.5rem;
171+
}

0 commit comments

Comments
 (0)