31
31
@import " elements/tags.scss" ;
32
32
33
33
34
-
35
34
// *******************************************
36
35
//
37
36
// LIBRARY SPECIFIC COLORS
38
37
//
39
38
// *******************************************
40
- .header {
41
- @extend %color_soundjs-gradient ;
42
- }
39
+ @import " library-specific.scss" ;
40
+
43
41
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label ,
44
42
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label :focus ,
45
43
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label :hover {
46
44
background : none !important ;
47
45
border : none !important ;
48
- background-color : $color_soundjs-default !important ;
46
+ background-color : $library-color !important ;
49
47
}
50
48
.yui3-skin-sam .yui3-tabview-list {
51
- border-bottom : 5px solid $color_soundjs-default !important ;
49
+ border-bottom : 5px solid $library-color !important ;
52
50
}
53
51
54
52
55
-
56
53
// *******************************************
57
54
//
58
55
// RULES
@@ -106,7 +103,8 @@ td p:first-child {
106
103
code ,
107
104
kbd ,
108
105
pre ,
109
- samp {
106
+ samp ,
107
+ A .crosslink {
110
108
font-family : $fontFamily-monospace ;
111
109
font-size : $fontSize-smallest ;
112
110
line-height : $gridUnit-default ;
@@ -149,6 +147,17 @@ pre.code {
149
147
margin : $gridUnit-large 0 ;
150
148
}
151
149
150
+ .description ,
151
+ .box.intro ,
152
+ .param-description ,
153
+ .returns-description {
154
+ code {
155
+ background-color : $color-gray-lighter ;
156
+ }
157
+ }
158
+ pre code { background-color : transparent !important ; }
159
+
160
+
152
161
153
162
/* Used to denote text that shouldn't be selectable, such as line numbers or
154
163
shell prompts. Guess which browser this doesn't work in. */
312
321
}
313
322
.header {
314
323
padding : 1em 0 0 0 !important ;
315
- background-color : $color_gray-dark ;
324
+ background-color : $color_gray-dark ;
316
325
a :hover {
317
326
background : transparent ;
318
327
}
@@ -393,6 +402,7 @@ ul li p {
393
402
.apidocs .events .extends .inherited {
394
403
font-weight : normal ;
395
404
}
405
+
396
406
#hd {
397
407
padding : 0 15px 1px 20px ;
398
408
}
@@ -557,7 +567,7 @@ kbd .cmd {
557
567
border-bottom : 1px solid $color_gray-light ;
558
568
color : $color_gray-darker ;
559
569
font-size : 13px ;
560
- margin : 2 em 0 0.6em ;
570
+ margin : 1 em 0 0.6em ;
561
571
padding-bottom : 2px ;
562
572
}
563
573
.apidocs .index .no-visible-items {
@@ -647,11 +657,13 @@ kbd .cmd {
647
657
.apidocs .item .type ,
648
658
.apidocs .item .type a ,
649
659
.apidocs .returns-inline {
650
- color : $color_gray-default ;
660
+ // color: $color_gray-default;
661
+ text-decoration : none ;
662
+ font-size : 12px ;
651
663
}
652
664
.apidocs .item .type ,
653
665
.apidocs .returns-inline {
654
- font-size : 11 px ;
666
+ font-size : 12 px ;
655
667
margin : 0 0 0 0 ;
656
668
}
657
669
.apidocs .item .type a {
@@ -677,7 +689,7 @@ kbd .cmd {
677
689
}
678
690
.apidocs .param .type ,
679
691
.apidocs .param .type a {
680
- color : $color_gray-default ;
692
+ // color: $color_gray-default;
681
693
}
682
694
.apidocs .param .type {
683
695
margin : 0 0 0 0.5em ;
@@ -694,7 +706,7 @@ kbd .cmd {
694
706
/* -- Item "Returns" block -------------------------------------------------- */
695
707
.apidocs .item .returns .type ,
696
708
.apidocs .item .returns .type a {
697
- font-size : 11 px ;
709
+ font-size : 12 px ;
698
710
margin : 0 ;
699
711
}
700
712
/* -- Class Constructor block ----------------------------------------------- */
@@ -890,7 +902,7 @@ ol.linenums {
890
902
.file-line {
891
903
position : relative ;
892
904
z-index : 2 ;
893
- color :$color_gray-darkest ;
905
+ color :$color_gray-darkest ;
894
906
}
895
907
}
896
908
0 commit comments