[devdocsgjs/main: 225/239] Reduced scss file.
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 225/239] Reduced scss file.
- Date: Fri, 8 Apr 2022 07:47:44 +0000 (UTC)
commit 789afa48b9d91318d9edc4ffee90c13ad47611db
Author: xjkdev <xjk2008 gmail com>
Date: Tue Mar 15 00:10:43 2022 +0800
Reduced scss file.
assets/stylesheets/pages/_eigen3.scss | 131 +++++++++-------------------------
1 file changed, 33 insertions(+), 98 deletions(-)
---
diff --git a/assets/stylesheets/pages/_eigen3.scss b/assets/stylesheets/pages/_eigen3.scss
index 3505f0aa..f0145d90 100644
--- a/assets/stylesheets/pages/_eigen3.scss
+++ b/assets/stylesheets/pages/_eigen3.scss
@@ -1,75 +1,40 @@
._eigen3 {
- /* General */
- a {
- font-weight: normal;
- }
-
- code {
- margin: 0 1px;
- padding: 1px 4px 2px;
- background: var(--labelBackground);
- border-radius: 3px;
- }
- /* end General */
+ code, span.mlabel { @extend %label; }
- /* Title */
- .title {
- font: 400 14px/28px ,sans-serif;
- font-size: 150%;
- font-weight: bold;
- margin: 10px 2px;
- }
+ .title { @extend h1; }
+ /* Breadcrumb Navigation */
div.ingroups {
- font-size: 8pt;
+ font-size: 10pt;
text-align: left;
}
- /* end Title */
-
- /* Member List */
+ /* Method Title */
.memtitle {
- padding: 8px;
- border-top: 1px solid; //#A8B8D9;
- 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;
- }
+ padding: 6px;
+ @extend %heading-box;
+ }
- .mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight,
.memTemplParams {
- // background-color: #F9FAFC;
+ /* begin Method Declearation */
+ .mdescLeft, .mdescRight, .memItemLeft, .memItemRight,
+ .memTemplItemLeft, .memTemplItemRight, .memtemplate, .memTemplParams {
border: none;
- margin: 4px;
- padding: 1px 0 0 8px;
- }
+ padding: 1px 8px 0 8px;
+ }
- td.memTemplParams {
- border: none;
- white-space: nowrap;
+ .memtemplate, .memTemplParams {
font-size: 80%;
+ color: var(--prismKeyword);
}
.memproto, dl.reflist dt {
- border-top: 0.5px solid; // #A8B8D9;
- border-left: 1px solid; // #A8B8D9;
- border-right: 1px solid; // #A8B8D9;
- border-bottom: 1px solid; // #A8B8D9;
- padding: 6px 0px 6px 0px;
+ border: 1px solid var(--boxBorder);
+ margin-bottom: 0.8em;
}
- .memtemplate {
- font-size: 80%;
+ .memproto a.el, .memberdecls a.el {
color: var(--prismKeyword);
- font-weight: normal;
- margin-left: 9px;
+ text-decoration: none;
}
.memdoc {
@@ -82,66 +47,36 @@
border: none;
}
- .memproto a.el, .memberdecls a.el {
- // font-weight: bold;
- color: var(--prismKeyword);
- text-decoration: none;
- }
-
td.mlabels-left, td.mlabels-right {
border: none;
padding: 0;
vertical-align: bottom;
}
- td.memSeparator {
- line-height: 1px;
- padding: 0px;
+ td.mlabels-left {
+ width: 100%;
}
- /* end Member List */
- /* Member Name */
- td.mlabels-right {
- vertical-align: bottom;
+ td.memSeparator {
+ line-height: 1px;
padding: 0px;
- white-space: nowrap;
}
table.memname {
border: none;
margin-left: 6px;
margin-top: 0.5em;
+ th, td {
+ padding: 1px;
+ vertical-align: bottom;
+ }
+ tr, th, td {
+ border: none;
+ }
}
- table.memname tr{
- border: none;
- }
-
- table.memname th, table.memname td{
- border: none;
- padding: 1px;
- vertical-align: bottom;
- }
-
- td.mlabels-left {
- width: 100%;
- }
-
- .paramname {
+ .paramname, .mlabels-left, .mlabels-right, .memtemplate, .memTemplParams {
white-space: nowrap;
- }
-
- span.mlabel {
- // text-shadow: none;
- font-family: monospace;
- color: var(--prismKeyword);
- margin-right: 4px;
- padding: 2px 3px;
- // border-radius: 3px;
- font-size: 12px;
- white-space: nowrap;
- vertical-align: middle;
- }
- /* end Member Name */
-
+ }
+ /* end Method Declearation */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]