File tree 1 file changed +33
-30
lines changed
1 file changed +33
-30
lines changed Original file line number Diff line number Diff line change 50
50
text-decoration : underline ;
51
51
}
52
52
53
- // override inline styles for internal function messages
54
- table {
55
- margin : 0 !important ;
56
- width : 100% !important ;
57
- max-width : $max-docs-width !important ;
58
-
59
- img {
60
- vertical-align : middle ;
61
- }
62
- }
63
-
64
53
.argument {
65
54
counter-increment : arguments;
66
55
}
92
81
border-radius : 3px ;
93
82
}
94
83
95
- .validatepage {
84
+ .validatepage ,
85
+ .stubpage ,
86
+ .nextupdate ,
87
+ .internalfunc ,
88
+ .deprecatedfunc ,
89
+ .markedfordeletion {
96
90
width : 70% ;
97
91
margin : 10px 0 ;
98
- border-left : 10px solid #ee7700 ;
99
- background : #f8Dfcc ;
92
+ border-left : 10px solid #000 ;
100
93
border-radius : 5px ;
101
94
padding : 20px ;
102
95
font-size : smaller ;
103
96
104
97
span {
105
98
font-weight : bold ;
99
+ color : #000 ;
100
+ }
101
+ }
102
+
103
+ .validatepage {
104
+ border-left-color : #ee7700 ;
105
+ background : #f8Dfcc ;
106
+ span {
106
107
color : #B86600 ;
107
108
}
108
109
}
109
110
110
111
.stubpage {
111
- width : 70% ;
112
- margin : 10px 0 ;
113
- border-left : 10px solid #ccc ;
112
+ border-left-color : #ccc ;
114
113
background : #f3f3f3 ;
115
- border-radius : 5px ;
116
- padding : 20px ;
117
- font-size : smaller ;
118
-
119
114
span {
120
- font-weight : bold ;
121
115
color : #888 ;
122
116
}
123
117
}
124
118
125
119
.nextupdate {
126
- width : 70% ;
127
- margin : 10px 0 ;
128
- border-left : 10px solid #5af ;
120
+ border-left-color : #5af ;
129
121
background : #f0f0f0 ;
130
- border-radius : 5px ;
131
- padding : 20px ;
132
- font-size : smaller ;
133
-
134
122
span , span a {
135
- font-weight : bold ;
136
123
color : #07f ;
137
124
}
138
125
}
126
+
127
+ .internalfunc {
128
+ border-left-color : #ee0000 ;
129
+ background : #ffdfdf ;
130
+ span {
131
+ color : #c70000 ;
132
+ }
133
+ }
134
+
135
+ .deprecatedfunc {
136
+ border-left-color : #eeee00 ;
137
+ background : #f8f8cc ;
138
+ span {
139
+ color : #B8B800 ;
140
+ }
141
+ }
139
142
}
You can’t perform that action at this time.
0 commit comments