forked from wesabe/git-commit-notifier
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathstyles.css
More file actions
27 lines (20 loc) · 1.29 KB
/
Copy pathstyles.css
File metadata and controls
27 lines (20 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
* {font-size:12px; font-family: Verdana, sans-serif; }
h2 {font-size:14px; background-color: #2e7bcc; color: white; font-weight: bold; padding: 10px;}
h2 a {color: #FFCC33; text-decoration: none; font-size: 14px; font-weight: bold;}
h2 a:visited {color: #CCCC66; text-decoration: none; font-size: 14px; font-weight: bold;}
a, a:visited {color: #0B6CDA; text-decoration: none;}
a:hover {text-decoration: underline;}
.title {background-color: #FFFFCC; padding: 10px; border: 1px solid #FFAA00;}
dt { float: left; font-weight: bold; min-width: 8em; }
dt, dd { padding-bottom: 0.5em; }
dt:after { content: ':'; }
dd.multi-line { clear: both; margin-left: 0; padding-top: 1em; }
ul li { padding-bottom: 0.5em; }
table {width:100%; border-collapse:collapse;}
td {color:#000; font-family: "Bitstream Vera Sans Mono","Monaco","Courier",monospace;}
td.sep {text-align:center; border-top:1px solid DimGray; border-bottom:1px solid DimGray;}
.ln {background-color: white; width: 35px; padding-right: 5px; text-align:right; color: #666; border-right: 1px solid #ccc; }
.r {background-color: #fdd;}
.rr {background-color: #faa; font-family: "Bitstream Vera Sans Mono","Monaco","Courier",monospace;}
.a {background-color: #dfd;}
.aa {background-color: #afa; font-family: "Bitstream Vera Sans Mono","Monaco","Courier",monospace;}