forked from c9/cloud9
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
85 lines (77 loc) · 1.69 KB
/
Copy pathstyle.css
File metadata and controls
85 lines (77 loc) · 1.69 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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
HTML {
overflow : hidden;
background : #e8e8e8;
}
BODY {
background-color : #fefefe;
font-family : "Trebuchet MS";
color : #222222;
margin : 0;
padding : 0 ;
font-size : 12px;
}
.noscript{
display: none;
}
.strong{
font-weight : bold;
}
.cut{
opacity : 0.5;
}
#logo {
background: url(images/logo.png) no-repeat 0 0;
width: 186px;
height: 26px;
display: block;
text-indent: -800em;
position: absolute;
right: 0;
top: 0;
}
.headerMenuBar {
padding-right: 190px;
}
.alertMsg {
font-size : 14px;
color : #333333;
font-family : Trebuchet MS;
line-height : 16px;
}
#loadscreen{
background : white;
padding : 10px;
position : absolute;
left : 0;
top : 0;
right : 0;
bottom : 0;
z-index : 100;
color : #666;
}
.relative{
position : relative;
}
.consoleInputBox {
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1d1d1d),color-stop(1, #292929));
background: -moz-linear-gradient(center bottom,#1d1d1d 0%,#292929 100%);
padding : 1px;
margin: 0;
overflow: hidden;
border-top: 1px solid #1f1f1f;
/*border-bottom: 1px solid #b2b2b2;*/
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}
.dockcol{
border-left : 1px solid #333;
-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.8) inset;
-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.8) inset;
}
.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}