os0x / ChromeKeyconfig (http://ss-o.net/chrome_extension/)

Keyconfig Extension for Google Chrome

Clone this repository (size: 187.5 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/os0x/chromekeyconfig/

Changed (Δ2.8 KB):

raw changeset »

option_page.css (160 lines added, 0 lines removed)

Up to file-list option_page.css:

1
body{
2
width:800px;
3
color:#222222;
4
font-family: Arial, Helvetica, sans-serif;
5
}
6
body, ul, li{
7
margin:0;
8
padding:0;
9
}
10
body {
11
-webkit-box-orient:vertical;
12
-webkit-box-direction:normal;
13
}
14
section.content > ul{
15
list-style-type:none;
16
overflow:auto;
17
}
18
section.content > ul > li{
19
margin-bottom:20px;
20
}
21
dt,dd{
22
margin:0px;
23
}
24
section.content div > dl > dd{
25
margin-bottom:20px;
26
}
27
section.content{
28
display:block;
29
padding:10px;
30
}
31
#filter_list input[type='text']{
32
width:300px;
33
}
34
div.box > dl{
35
overflow:auto;
36
width:380px;
37
}
38
#menu_tabs{
39
display:block;
40
z-index:100;
41
padding:0 0 0 1px;
42
}
43
#menu_tabs li{
44
display:inline-block;
45
margin:0px;
46
padding:0px;
47
}
48
#menu_tabs li a{
49
color:black;
50
text-decoration:none;
51
display: inline-block;
52
background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#CFCFCF), color-stop(0.5, #EBEBEB), color-stop(0.5, #DDDDDD));
53
padding: 6px 12px;
54
border:1px solid #898C95;
55
font-size:13px;
56
position:relative;
57
margin:0 0 1px -1px;
58
}
59
#menu_tabs li a.active{
60
background:white;
61
border-bottom:1px solid white;
62
z-index:100;
63
}
64
kbd.key{
65
display:inline-block;
66
background:#334455;
67
color:#eeeeee;
68
padding:6px;
69
border:2px solid black;
70
-webkit-border-radius:4px;
71
font-size:x-large;
72
font-weight:bold;
73
}
74
dt.disabled kbd.key,
75
li.disabled kbd.key{
76
background:#cccccc;
77
border:2px solid #bbbbbb;
78
}
79
#container{
80
position:relative;
81
width:800px;
82
overflow:hidden;
83
z-index:10;
84
border:1px solid #999999;
85
top:-2px;
86
}
87
#container #inner_container{
88
position:absolute;
89
top:0px;
90
left:0px;
91
}
92
#inner_container section{
93
display:inline-block;
94
position:absolute;
95
top:0px;
96
margin:0;
97
clear:none;
98
white-space:normal;
99
width:782px;
100
overflow:auto;
101
}
102
#actions > div > fieldset{
103
display:inline-block;
104
border:1px solid #99ccff;
105
-webkit-border-radius:4px;
106
padding:1px 4px;
107
margin:3px;
108
}
109
optgroup{
110
background:#333333;
111
color:#ffffff;
112
}
113
optgroup > option{
114
color:#000000;
115
}
116
.content > .box{
117
width:390px;
118
float:left;
119
}
120
.content > .box > h3{
121
margin:0px;
122
padding:0 10px;
123
}
124
#about dl{
125
margin:30px;
126
}
127
#about dl dd{
128
margin:10px 0 20px 50px;
129
}
130
#keyconfig_text{
131
width:98%;
132
height:300px;
133
}
134
#advanced .margin{
135
margin:60px 0 0 0;
136
}
137
input:not([type="text"]),button,label{
138
cursor:pointer;
139
}
140
button{
141
-webkit-appearance: button;
142
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#DDD));
143
border: 1px solid #999;
144
border-bottom-left-radius: 2px 2px;
145
border-bottom-right-radius: 2px 2px;
146
border-top-left-radius: 2px 2px;
147
border-top-right-radius: 2px 2px;
148
margin: 0.2em;
149
padding: 0px 8px;
150
}
151
button:hover{
152
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#99ccff));
153
}
154
section.content > p.Mousewheel{
155
margin-left:2em;
156
}
157
#AccelerationValue{
158
min-width:4em;
159
width:4em;
160
}