forked from jordan2175/markdown-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDialogStylesheet.html
More file actions
49 lines (40 loc) · 786 Bytes
/
DialogStylesheet.html
File metadata and controls
49 lines (40 loc) · 786 Bytes
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
49
<!-- This CSS package applies Google styling; it should always be included. -->
<link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons.css">
<style>
.logo-image {
width: 50px;
height: 50px;
float: right;
}
.highlighted {
color: #00FF00;
}
.user {
display: inline-block;
font-weight: 600;
padding: 0.2em 0.3em 0.2em 0.3em;
font-size: 115%;
color: #FFFFFF;
background-color: #222222;
}
#dialog-close-button {
float: right;
}
ul {
margin: 1em;
padding: 0 0.5em;
list-style: none;
max-height: 160px;
overflow: auto;
}
li {
margin: 0.2em;
}
li > ul {
margin: 0.1em 0;
padding: 0 0.75em;
}
li > input {
padding-left: 0.2em;
}
</style>