-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
48 lines (48 loc) · 868 Bytes
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#bkmrklt-report-wrapper {
background-color:#FFFFFF;
color:#000000;
display:block;
margin:0px;
padding:0px;
width:100%;
}
#bkmrklt-report-wrapper,
div.bookmarklet-wrapper {
font-family: "Arial", "Helvetica", Serif;
}
#bkmrklt-report-wrapper h1{
font-size: 120%;
}
#bkmrklt-report-wrapper td,
#bkmrklt-report-wrapper th {
background-color:#EEEEEE;
border:1px dotted #333333;
padding:3px;
vertical-align:top;
}
div.bookmarklet-wrapper {
background-color:#000000;
border:1px dotted #FFFFFF;
margin-bottom: 2px;
padding:20px;
}
div.bookmarklet-wrapper ul {
margin: 3px;
}
div.bookmarklet-wrapper ul li {
list-style-type: square;
margin-left: 15px;
}
#bkmrklt-table {
margin: 10px;
padding: 10px;
}
#bkmrklt-table a:link,
#bkmrklt-table a:visited,
#bkmrklt-table a:hover {
color:#0000CC;
}
#bkmrklt-table th {
color: #CC0000;
font-weight: bold;
}