aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/output/xmls_css.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdp/output/xmls_css.d')
-rw-r--r--src/sdp/output/xmls_css.d69
1 files changed, 69 insertions, 0 deletions
diff --git a/src/sdp/output/xmls_css.d b/src/sdp/output/xmls_css.d
index 6bb493a..637bca9 100644
--- a/src/sdp/output/xmls_css.d
+++ b/src/sdp/output/xmls_css.d
@@ -853,6 +853,75 @@ template SiSUcss() {
nav#toc ol {
list-style-type: none;
}
+ .icon-bar {
+ width: 100%;
+ overflow: auto;
+ margin: 0em 0em 0em;
+ }
+ .left-bar {
+ width: 85%;
+ float: left;
+ display: inline;
+ overflow: auto;
+ }
+ .table-bar {
+ float: left;
+ overflow: auto;
+ width: 100%;
+ display: inline;
+ }
+ .nav-bar {
+ width: 15%;
+ float: right;
+ display: inline;
+ transition: all 0.3s ease;
+ position: relative;
+ padding-bottom: 3em;
+ background: #ffffff;
+ }
+ .toc-button {
+ position: absolute;
+ width: 2em;
+ height: 2em;
+ border-radius: 50%;
+ background: #cccccc;
+ }
+ .toc-button svg {
+ position: relative;
+ left: 25%;
+ top: 25%;
+ width: 150%;
+ height: 150%;
+ }
+ .toc-button p {
+ vertical-align: center;
+ font-size: 120%;
+ }
+ .prev-next-button {
+ position: absolute;
+ top: 0em;
+ width: 2em;
+ height: 2em;
+ border-radius: 50%;
+ background: #cccccc;
+ }
+ .prev-next-button svg {
+ position: relative;
+ left: 20%;
+ top: 20%;
+ width: 60%;
+ height: 60%;
+ }
+ .menu {
+ right: 6em;
+ }
+ .previous {
+ right: 3em;
+ }
+ .next {
+ right: 0em;
+ }
+ .arrow { fill: #333333; }
";
struct _css {
auto html_css() {