Reduced scss file.

pull/1717/head
xjkdev 3 years ago
parent efc7512621
commit 789afa48b9

@ -1,75 +1,40 @@
._eigen3 { ._eigen3 {
/* General */ code, span.mlabel { @extend %label; }
a {
font-weight: normal;
}
code { .title { @extend h1; }
margin: 0 1px;
padding: 1px 4px 2px;
background: var(--labelBackground);
border-radius: 3px;
}
/* end General */
/* Title */
.title {
font: 400 14px/28px ,sans-serif;
font-size: 150%;
font-weight: bold;
margin: 10px 2px;
}
/* Breadcrumb Navigation */
div.ingroups { div.ingroups {
font-size: 8pt; font-size: 10pt;
text-align: left; text-align: left;
} }
/* end Title */
/* Member List */
/* Method Title */
.memtitle { .memtitle {
padding: 8px; padding: 6px;
border-top: 1px solid; //#A8B8D9; @extend %heading-box;
border-left: 1px solid; //#A8B8D9;
border-right: 1px solid; //#A8B8D9;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
margin-bottom: -1px;
// background-image: url('nav_f.png');
// background-repeat: repeat-x;
// background-color: #E2E8F2;
line-height: 1.25;
font-weight: 300;
// float: left;
} }
.mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams { /* begin Method Declearation */
// background-color: #F9FAFC; .mdescLeft, .mdescRight, .memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memtemplate, .memTemplParams {
border: none; border: none;
margin: 4px; padding: 1px 8px 0 8px;
padding: 1px 0 0 8px;
} }
td.memTemplParams { .memtemplate, .memTemplParams {
border: none;
white-space: nowrap;
font-size: 80%; font-size: 80%;
color: var(--prismKeyword);
} }
.memproto, dl.reflist dt { .memproto, dl.reflist dt {
border-top: 0.5px solid; // #A8B8D9; border: 1px solid var(--boxBorder);
border-left: 1px solid; // #A8B8D9; margin-bottom: 0.8em;
border-right: 1px solid; // #A8B8D9;
border-bottom: 1px solid; // #A8B8D9;
padding: 6px 0px 6px 0px;
} }
.memtemplate { .memproto a.el, .memberdecls a.el {
font-size: 80%;
color: var(--prismKeyword); color: var(--prismKeyword);
font-weight: normal; text-decoration: none;
margin-left: 9px;
} }
.memdoc { .memdoc {
@ -82,66 +47,36 @@
border: none; border: none;
} }
.memproto a.el, .memberdecls a.el {
// font-weight: bold;
color: var(--prismKeyword);
text-decoration: none;
}
td.mlabels-left, td.mlabels-right { td.mlabels-left, td.mlabels-right {
border: none; border: none;
padding: 0; padding: 0;
vertical-align: bottom; vertical-align: bottom;
} }
td.memSeparator { td.mlabels-left {
line-height: 1px; width: 100%;
padding: 0px;
} }
/* end Member List */
/* Member Name */ td.memSeparator {
td.mlabels-right { line-height: 1px;
vertical-align: bottom;
padding: 0px; padding: 0px;
white-space: nowrap;
} }
table.memname { table.memname {
border: none; border: none;
margin-left: 6px; margin-left: 6px;
margin-top: 0.5em; margin-top: 0.5em;
} th, td {
table.memname tr{
border: none;
}
table.memname th, table.memname td{
border: none;
padding: 1px; padding: 1px;
vertical-align: bottom; vertical-align: bottom;
} }
tr, th, td {
td.mlabels-left { border: none;
width: 100%;
} }
.paramname {
white-space: nowrap;
} }
span.mlabel { .paramname, .mlabels-left, .mlabels-right, .memtemplate, .memTemplParams {
// text-shadow: none;
font-family: monospace;
color: var(--prismKeyword);
margin-right: 4px;
padding: 2px 3px;
// border-radius: 3px;
font-size: 12px;
white-space: nowrap; white-space: nowrap;
vertical-align: middle;
} }
/* end Member Name */ /* end Method Declearation */
} }

Loading…
Cancel
Save