-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
123 lines (108 loc) · 2.27 KB
/
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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
ul.habra-chrome-toolbar {
height:20px;
background:#eaecea;
margin:0px;
padding:0 1px !important;
width:310px;
border-top:1px solid #c8d2df;
border-left:1px solid #c8d2df;
border-right:1px solid #c8d2df;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
overflow:hidden;
}
ul.habra-chrome-toolbar li {
height:20px;
width:20px;
text-align:center;
overflow:hidden;
float:left;
margin:0px;
list-style:none;
}
ul.habra-chrome-toolbar li a {
height:20px;
width:20px;
text-align:center;
overflow:hidden;
float:left;
margin:0px;
font:normal 12px Tahoma, Arial, Verdana, sans-serif;
text-decoration:none;
color:#48718e;
line-height:20px;
}
ul.habra-chrome-toolbar li a:hover {
background:#f7f7f7;
}
ul.habra-chrome-toolbar li a:active {
background:#FFF;
}
#js-field-comment {
margin:0px;
outline:none;
-webkit-border-bottom-left-radius:3px;
-webkit-border-top-right-radius:3px;
-webkit-border-bottom-right-radius:3px;
}
#js-field-comment:focus {
border:1px solid #9aa1ab;
}
.tree-off, .tree-on {
display: inline-block;
cursor: pointer;
width: 16px;
height: 16px;
background-image: url(chrome-extension://ekkngamdmcljjgmhlihjiiapfcdladgh/icons.png);
/* background-image: url(chrome-extension://ekkngamdmcljjgmhlihjiiapfcdladgh/icons.png);*/
}
.tree-off {
background-position: -32px -16px;
}
.tree-on {
background-position: -48px -16px;
}
.menu-off {
background: #FFFEB8;
}
.highlight {
background: #F0FAF0;
}
#sauprasdasd {
-webkit-transition-property: all;
-webkit-transition-duration: 300ms;
-webkit-transition-timing-function: linear;
-webkit-transition-delay: initial;
}
#habratooltip {
display: none;
position: absolute;
padding: 0.1em;
font-size: small;
z-index:9999;
background-color: white;
-webkit-box-shadow: 0 0 5px #aaa;
-webkit-border-radius: 4px;
top: 0;
left: 0;
}
#htkarma {
color: #6C6;
padding: 0.1em;
}
#htrating {
color: #C6C;
padding: 0.1em;
}
.goog-tooltip {
background: infobackground;
color: infotext;
/* border: 1px solid infotext; */
padding: 1px;
font: menu;
padding: 0.1em;
font-size: small;
background-color: white;
-webkit-box-shadow: 0 0 5px #aaa;
-webkit-border-radius: 4px;
}