0
並不總是遮蔽爲什麼不在所選元素黃色的像「char_t」上面的鏈接(他們有相同的類)的文本。它看起來應該在檢查器中是黃色的,但不在渲染頁面中。 Web瀏覽器是火狐27CSS規則生效
所有的規則在檢查中列出:
element {
}
td.paramtype a, td.memname a {
font-weight: bold;
text-shadow: 0px 0px 1px #544A00;
color: #FFDF00;
}
a.el {
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
a.el {
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
a {
color: #FF409F;
font-weight: normal;
text-decoration: none;
}
a {
color: #50A000;
font-weight: normal;
text-decoration: none;
}
.memname td {
font-family: "Comic Sans MS";
font-weight: normal;
}
.paramtype {
white-space: nowrap;
}
.paramtype {
white-space: nowrap;
}
.memname {
font-weight: bold;
}
.memname {
font-weight: bold;
}
body, table, div, p, dl {
font: 14px/21px "Verdana","DejaVu Sans",sans-serif;
letter-spacing: 0.125px;
}
body, table, div, p, dl {
font: 400 14px/22px Roboto,sans-serif;
}
table.mlabels {
border-spacing: 0px;
}
table.mlabels {
border-spacing: 0px;
}
.memproto, dl.reflist dt {
text-shadow: 0px 0px 1px #80FF00;
color: #2A5400;
font-weight: normal;
font-size: 125%;
}
.memproto, dl.reflist dt {
color: #2B5600;
font-weight: bold;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
}
body {
color: #000;
}
body {
color: #000;
}
奇怪行爲,在FF27.1(OSX)justed測試。該網站顯示爲所需.. – kn0x
似乎對我來說很好。我在不同版本的FF中測試過它。 –
與Firefox合作26.0 – ArmaGeddON