1.ghissues_list {
2	list-style-type: none;
3	padding: 0px;
4	margin: 0px;
5	border:__border__;
6	border-style:none none solid none;
7	border-width:1px;
8}
9
10.ghissues_plugin_labels {
11    font-weight:bold;
12    font-size:smaller;
13}
14
15.ghissues_dark {
16    color:#ffffff;
17    margin-left=2px;
18    margin-right=2px;
19    padding:0.1em 0.3em;
20    border-radius:4px;
21}
22
23.ghissues_light {
24    color:#000000;
25    margin-left=2px;
26    margin-right=2px;
27    padding:0.1em 0.3em;
28    border-radius:4px;
29}
30
31.ghissues_plugin_box {
32	color:__text__;
33	border:__border__;
34	background-color:__background_alt__;
35	border-style:solid;
36	border-width:1.5px;
37	border-radius:5px;
38	padding:0px;
39	margin:1em 0em 1em 0em;
40}
41
42.ghissues_plugin_box_header {
43	color:__text__;
44	font-size:larger;
45	font-weight:bold;
46	border-style:none;
47	margin:0.1em;
48	padding:0.2em 0.2em 0.2em 0.7em;
49}
50
51.ghissues_plugin_box_footer {
52	color:__text__;
53	font-size:smaller;
54	margin:0.1em;
55	padding:0.1em 0.1em 0.1em 0.7em;
56}
57.ghissues_plugin_issue_line {
58	color:__text__;
59	border:__border__;
60	background-color:__background__;
61	border-style:solid none none none;
62	border-width:1px;
63	padding:0.3em 0.3em 0.3em 0.8em;
64	margin:0px;
65}
66
67.ghissues_plugin_issue_title {
68	color:inherit;
69	border-style:none;
70	padding:0.1em;
71	margin-right:2px;
72	font-size:larger;
73	font-weight:bold;
74}
75
76a:link.ghissues_plugin_issue_title {
77	color:__text__;
78	text-decoration: none;
79}
80
81a:visited.ghissues_plugin_issue_title {
82	color:__text__;
83	text-decoration: none;
84}
85
86a:hover.ghissues_plugin_issue_title {
87	color:__text_alt__;
88	text-decoration: underline;
89}
90
91a:active.ghissues_plugin_issue_title {
92	color:__text_alt__;
93	text-decoration: underline;
94}
95
96.ghissues_plugin_issue_report {
97	color:inherit;
98	border-style:none;
99	padding:0.1em;
100	font-size:smaller;
101	font-style:italic;
102}
103
104.ghissues_plugin_api_err {
105	font-size:large;
106}