-
Notifications
You must be signed in to change notification settings - Fork 0
/
qtcreator.css
23 lines (17 loc) · 915 Bytes
/
qtcreator.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import "common.css";
/* color style */
.code q::before , .code q::after { content:none; }
.code dfn { font-style: normal }
.code b, .code em { color: #808000; font-style:normal; font-weight: normal}
.code i, .code q, .code kbd, .code kdb, .code u>a, .code .string { color: #008000 ; font-style:normal; font-weight: normal}
.code i.doc { color: #000080; }
.code i .command { color: #00f }
.code i a { color: #037; }
.code var, .code u, .code .macro { color: #000080; text-decoration: none; font-style:normal }
.code .type, .code .typedef, .code .namespace, .code .enum { color: #800080}
.code .member, .code .lbl { color: #860d0d }
.code .virtual { font-style: italic }
.highlight { background-color: #eee; border-radius:3px; border: 1px solid #B4B4B4; margin:-1px}
th.highlight { font-weight: bold; }
th.highlight+td { background-color: #eee; }
.sideBox { border: 1px solid #ddd; background-color: #eee; }