forked from perladvent/Perl-Advent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
23 lines (22 loc) · 1 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* modified verison of default style sheet generated by perltidy */
body { color: #000; background: #dcc }
pre { color: #000; font-family: courier, monospace; background: #9d9 }
blockquote{ padding: 1em; border: 2px ridge #000; background-color:#eee }
.c { color: #185018 } /* comment */
.cm { color: #000 } /* comma */
.co { color: #000 } /* colon */
.h { color: #CD5555; font-weight:bold;} /* here-doc-target */
.hh { color: #CD5555; font-style:italic;} /* here-doc-text */
.i { color: #00587B} /* identifier */
.j { color: #CD5555; font-weight:bold;} /* label */
.k { color: #8B0000; font-weight:bold;} /* keyword */
.m { color: #F00; font-weight:bold;} /* subroutine */
.n { color: #005200 } /* numeric */
.p { color: #000 } /* paren */
.pd { color: #228B22; font-style:italic;} /* pod-text */
.pu { color: #000000 } /* punctuation */
.q { color: #a44 } /* quote */
.s { color: #000 } /* structure */
.sc { color: #000 } /* semicolon */
.v { color: #B452CD } /* v-string */
.w { color: #000 } /* bareword */