-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
59 lines (51 loc) · 1.09 KB
/
styles.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
49
50
51
52
53
54
55
56
57
58
59
.googlecollab_right {
text-align: right;
}
.googlecollab_google_frame_writer {
width: 100%;
overflow: auto;
height: 700px;
}
.googlecollab_google_frame_reader {
width: 100%;
overflow: auto;
height: 700px;
}
.googlecollab_docs_message, .googlecollab_docs_message_all {
color: #ff0000;
}
input[type="text"].googlecollab_user_textfield {
width: 70%;
}
.googlecollab_error {
color: #ff0000;
}
.docbrowserwarn {
width: 80%;
font-style: italic;
}
#gdoclink {
padding:4px;
background-color: #fff;
background-image: url([[pix:theme|button_bg]]);
background-repeat: repeat-x;
background-position: left bottom;
color: #1f536b;
border: 1px solid #c6c6c5;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-khtml-border-radius: 3px;
width:auto;
cursor:pointer;
text-decoration: none;
}
#gdoclink:active {
color: #fff;
background-color: #2f6480;
background-image: url([[pix:theme|button_bg_active]]);
border: 1px solid #65c6ed;
}
#gdoclink:focus {
outline:black thin dotted;
}