104 lines
1.4 KiB
CSS
104 lines
1.4 KiB
CSS
.ace_doc-tooltip{
|
|
font-size: 12px;
|
|
min-width: 300px;
|
|
}
|
|
.ace_doc-tooltip table {
|
|
box-sizing: border-box;
|
|
border: 1px solid #999;
|
|
max-width: 100%;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
.ace_doc-tooltip table th,
|
|
.ace_doc-tooltip table td {
|
|
padding: 10px;
|
|
}
|
|
|
|
.ace_doc-tooltip p {
|
|
white-space: normal;
|
|
}
|
|
|
|
.ace_chengyuan,
|
|
.ace_attribute,
|
|
.ace_shuxingzhi,
|
|
.ace_attr {
|
|
color: #33CC33;
|
|
}
|
|
|
|
.Ace-Tern-completion-attr::before {
|
|
background-color: #33CC33;
|
|
content: "a";
|
|
}
|
|
|
|
.ace_label,
|
|
.ace_biaoqian,
|
|
.ace_shuxing,
|
|
.ace_hanshu,
|
|
.ace_fangfa,
|
|
.ace_value {
|
|
color: #CCCC00;
|
|
}
|
|
|
|
.Ace-Tern-completion-tag::before {
|
|
background-color: #CCCC00;
|
|
content: "t";
|
|
}
|
|
|
|
.ace_lei,
|
|
.ace_duixiang,
|
|
.ace_shiliduixiang,
|
|
.ace_leiming,
|
|
.ace_class {
|
|
color: #FF9966;
|
|
}
|
|
|
|
.Ace-Tern-completion-event::before {
|
|
background-color: #FF9966;
|
|
content: "e";
|
|
}
|
|
|
|
.ace_bianliang,
|
|
.ace_quanjubianliang {
|
|
color: #993399;
|
|
}
|
|
|
|
.ace_jububianliang {
|
|
color: #66CCFF;
|
|
}
|
|
|
|
.ace_changliang {
|
|
color: #FF6600;
|
|
}
|
|
|
|
.ace_daimapianduan {
|
|
color: #6666CC;
|
|
}
|
|
|
|
.Ace-Tern-completion-snippet::before {
|
|
background-color: #6666CC;
|
|
content: "c";
|
|
}
|
|
|
|
.Ace-Tern-completion-user::before {
|
|
background-color: #ff0000;
|
|
content: "U";
|
|
}
|
|
|
|
.ace_guanjianzi {
|
|
color: #930f80;
|
|
}
|
|
|
|
.ace-completion-keyword::before {
|
|
background-color: #930f80;
|
|
content: "K";
|
|
}
|
|
|
|
.Ace-Tern-completion-class::before {
|
|
background-color: #33CC33;
|
|
content: "C";
|
|
}
|
|
|
|
.Ace-Tern-completion-value::before {
|
|
background-color: #33CC33;
|
|
content: "v";
|
|
} |