28
28
--navbar-text-color : # ffffff ;
29
29
/* Background color for subnavigation and various headers */
30
30
--subnav-background-color : # dee3e9 ;
31
- /* Background and text colors for highlighted elements */
32
- --highlight-background-color : # f8981d ;
33
- --highlight-text-color : # 253441 ;
31
+ /* Background and text colors for selected tabs and navigation items */
32
+ --selected-background-color : # f8981d ;
33
+ --selected-text-color : # 253441 ;
34
+ --selected-link-color : # 1f389c ;
34
35
/* Background colors for generated tables */
35
36
--even-row-color : # ffffff ;
36
37
--odd-row-color : # eeeeef ;
42
43
/* Snippet colors */
43
44
--snippet-background-color : # ebecee ;
44
45
--snippet-text-color : var (--block-text-color );
46
+ --snippet-highlight-color : # f7c590 ;
45
47
/* Border colors for structural elements and user defined tables */
46
48
--border-color : # ededed ;
47
49
--table-border-color : # 000000 ;
50
+ /* Search input colors */
51
+ --search-input-background-color : # ffffff ;
52
+ --search-input-text-color : # 000000 ;
53
+ --search-input-placeholder-color : # 909090 ;
54
+ /* Highlight color for active search tag target */
55
+ --search-tag-highlight-color : # ffff00 ;
56
+ /* Adjustments for icon and active background colors of copy-to-clipboard buttons */
57
+ --copy-icon-brightness : 100% ;
58
+ --copy-button-background-color-active : rgba (168 , 168 , 176 , 0.3 );
59
+ /* Colors for invalid tag notifications */
60
+ --invalid-tag-background-color : # ffe6e6 ;
61
+ --invalid-tag-text-color : # 000000 ;
48
62
}
49
63
/*
50
64
* Styles for individual HTML elements.
@@ -78,9 +92,6 @@ a[href]:hover, a[href]:focus {
78
92
text-decoration : none;
79
93
color : var (--link-color-active );
80
94
}
81
- a [name ] {
82
- color : # 353833 ;
83
- }
84
95
pre {
85
96
font-family : var (--code-font-family );
86
97
font-size : 1em ;
@@ -180,11 +191,10 @@ button {
180
191
background-color : var (--navbar-background-color );
181
192
color : var (--navbar-text-color );
182
193
float : left;
183
- padding : 0 ;
184
194
width : 100% ;
185
195
clear : right;
186
196
min-height : 2.8em ;
187
- padding-top : 10px ;
197
+ padding : 10px 0 0 0 ;
188
198
overflow : hidden;
189
199
font-size : 0.857em ;
190
200
}
@@ -244,11 +254,11 @@ ul.sub-nav-list li {
244
254
text-transform : uppercase;
245
255
}
246
256
.top-nav a : hover {
247
- color : # bb7a2a ;
257
+ color : var ( --link-color-active ) ;
248
258
}
249
259
.nav-bar-cell1-rev {
250
- background-color : var (--highlight -background-color );
251
- color : var (--highlight -text-color );
260
+ background-color : var (--selected -background-color );
261
+ color : var (--selected -text-color );
252
262
margin : auto 5px ;
253
263
}
254
264
.skip-nav {
@@ -311,7 +321,7 @@ main {
311
321
position : relative;
312
322
}
313
323
dl .notes > dt {
314
- font-family : 'DejaVu Sans' , Arial , Helvetica , sans-serif ;
324
+ font-family : var ( --body-font-family ) ;
315
325
font-size : 0.856em ;
316
326
font-weight : bold;
317
327
margin : 10px 0 0 0 ;
@@ -366,7 +376,6 @@ ul.summary-list > li {
366
376
line-height : 1.4 ;
367
377
}
368
378
ul .ref-list {
369
- margin-left : 0 ;
370
379
padding : 0 ;
371
380
margin : 0 ;
372
381
}
@@ -409,16 +418,14 @@ ul.preview-feature-list {
409
418
position : relative;
410
419
text-align : left;
411
420
background-repeat : no-repeat;
412
- color : # 253441 ;
421
+ color : var ( --selected-text-color ) ;
413
422
clear : none;
414
423
overflow : hidden;
415
- padding : 0 ;
416
- padding-top : 10px ;
417
- padding-left : 1px ;
424
+ padding : 10px 0 0 1px ;
418
425
margin : 0 ;
419
426
}
420
427
.caption a : link , .caption a : visited {
421
- color : # 1f389c ;
428
+ color : var ( --selected-link-color ) ;
422
429
}
423
430
.caption a : hover ,
424
431
.caption a : active {
@@ -430,20 +437,14 @@ ul.preview-feature-list {
430
437
padding : 5px 12px 7px 12px ;
431
438
display : inline-block;
432
439
float : left;
433
- background-color : var (--highlight -background-color );
440
+ background-color : var (--selected -background-color );
434
441
border : none;
435
442
height : 16px ;
436
443
}
437
444
div .table-tabs {
438
445
padding : 10px 0 0 1px ;
439
446
margin : 10px 0 0 0 ;
440
447
}
441
- div .table-tabs > span {
442
- background-color : # EEE ;
443
- color : # 000 ;
444
- border : none;
445
- padding : 5px 12px 8px 12px ;
446
- }
447
448
div .table-tabs > button {
448
449
border : none;
449
450
cursor : pointer;
@@ -452,8 +453,8 @@ div.table-tabs > button {
452
453
margin-right : 8px ;
453
454
}
454
455
div .table-tabs > .active-table-tab {
455
- background : var (--highlight -background-color );
456
- color : var (--highlight -text-color );
456
+ background : var (--selected -background-color );
457
+ color : var (--selected -text-color );
457
458
}
458
459
div .table-tabs > button .table-tab {
459
460
background : var (--navbar-background-color );
@@ -635,7 +636,8 @@ div.block {
635
636
* Styles for formatting effect.
636
637
*/
637
638
.source-line-no {
638
- color:green;
639
+ /* Color of line numbers in source pages can be set via custom property below */
640
+ color:var(--source-linenumber-color, green);
639
641
padding:0 30px 0 0;
640
642
}
641
643
.block {
@@ -679,8 +681,9 @@ div.block div.deprecation-comment {
679
681
details.invalid-tag, span.invalid-tag {
680
682
font-size:1em;
681
683
font-family:var(--block-font-family);
682
- background: #ffe6e6;
683
- border: thin solid #000000;
684
+ color: var(--invalid-tag-text-color);
685
+ background: var(--invalid-tag-background-color);
686
+ border: thin solid var(--table-border-color);
684
687
border-radius:2px;
685
688
padding: 2px 4px;
686
689
display:inline-block;
@@ -699,9 +702,9 @@ main, nav, header, footer, section {
699
702
*/
700
703
.ui-state-active {
701
704
/* Overrides the color of selection used in jQuery UI */
702
- background: var(--highlight -background-color);
703
- border: 1px solid var(--highlight -background-color);
704
- color: var(--highlight -text-color);
705
+ background: var(--selected -background-color);
706
+ border: 1px solid var(--selected -background-color);
707
+ color: var(--selected -text-color);
705
708
}
706
709
.ui-autocomplete-category {
707
710
font-weight:bold;
@@ -735,14 +738,14 @@ ul.ui-autocomplete li.ui-static-link {
735
738
left:0;
736
739
background: var(--subnav-background-color);
737
740
padding: 5px 0;
738
- font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif ;
741
+ font-family: var(--body-font-family) ;
739
742
font-size: 0.93em;
740
743
font-weight: bolder;
741
744
z-index: 2;
742
745
}
743
746
li.ui-static-link a, li.ui-static-link a:visited {
744
747
text-decoration:none;
745
- color:#4A6782 ;
748
+ color:var(--link-color) ;
746
749
float:right;
747
750
margin-right:20px;
748
751
}
@@ -757,6 +760,9 @@ li.ui-static-link a, li.ui-static-link a:visited {
757
760
background-size:13px;
758
761
background-repeat:no-repeat;
759
762
background-position:2px 3px;
763
+ background-color: var(--search-input-background-color);
764
+ color: var(--search-input-text-color);
765
+ border-color: var(--border-color);
760
766
padding-left:20px;
761
767
width: 250px;
762
768
margin: 0;
@@ -779,7 +785,7 @@ li.ui-static-link a, li.ui-static-link a:visited {
779
785
font-size:0;
780
786
}
781
787
::placeholder {
782
- color:#909090 ;
788
+ color:var(--search-input-placeholder-color) ;
783
789
opacity: 1;
784
790
}
785
791
.search-tag-desc-result {
@@ -791,7 +797,7 @@ li.ui-static-link a, li.ui-static-link a:visited {
791
797
font-size:12px;
792
798
}
793
799
.search-tag-result:target {
794
- background-color:yellow ;
800
+ background-color:var(--search-tag-highlight-color) ;
795
801
}
796
802
details.page-search-details {
797
803
display: inline-block;
@@ -923,6 +929,10 @@ button.copy:active {
923
929
button .copy img {
924
930
position : relative;
925
931
background : none;
932
+ filter : brightness (var (--copy-icon-brightness ));
933
+ }
934
+ button .copy : active {
935
+ background-color : var (--copy-button-background-color-active );
926
936
}
927
937
button .copy span {
928
938
color : var (--body-text-color );
@@ -942,9 +952,6 @@ button.copy-header img {
942
952
height : 0.88em ;
943
953
top : 0.1em ;
944
954
}
945
- button .copy-header : active {
946
- background-color : rgba (128 , 128 , 160 , 0.2 );
947
- }
948
955
/* search page copy button */
949
956
button # page-search-copy {
950
957
margin-left : 0.4em ;
@@ -969,12 +976,6 @@ div.page-search-info:hover button#page-search-copy,
969
976
div .page-search-info : hover button # page-search-copy span {
970
977
opacity : 90% ;
971
978
}
972
- div .page-search-info button # page-search-copy : hover {
973
- background-color : rgba (128 , 128 , 160 , 0.2 );
974
- }
975
- div .page-search-info button # page-search-copy : active {
976
- background-color : rgba (128 , 128 , 160 , 0.4 );
977
- }
978
979
/* snippet copy button */
979
980
button .snippet-copy {
980
981
position : absolute;
@@ -1006,9 +1007,6 @@ div.snippet-container:hover button.snippet-copy {
1006
1007
div .snippet-container button .snippet-copy : hover {
1007
1008
opacity : 100% ;
1008
1009
}
1009
- button .snippet-copy : active {
1010
- background-color : rgba (128 , 128 , 160 , 0.2 );
1011
- }
1012
1010
/*
1013
1011
* Styles for user-provided tables.
1014
1012
*
@@ -1260,6 +1258,6 @@ pre.snippet .bold {
1260
1258
font-weight : bold;
1261
1259
}
1262
1260
pre .snippet .highlighted {
1263
- background-color : # f7c590 ;
1261
+ background-color : var ( --snippet-highlight-color ) ;
1264
1262
border-radius : 10% ;
1265
1263
}
0 commit comments