modified: pixi.toml
[GalaxyCodeBases.git] / etc / Chrome / 115 / safari / 115.safariextension / style.css
blob7c74ee2bd452c0f2b60ede4767fda571544bf277
1 .download-mgr-dialog {
2 z-index: 1000000099;
3 position: fixed;
4 background: #FFF;
5 width: 580px;
6 display: none;
7 font-family: tahoma, arial, 宋体, 'Microsoft Yahei', Simsun;
9 #setting_div_table input {
10 border: 1px solid #C6C6C6;
11 box-shadow: 0 0 3px #C6C6C6;
12 -webkit-box-shadow: 0 0 3px #C6C6C6;
13 height: 18px;
15 .input-large {
16 width: 90%;
18 .input-small {
19 width: 150px;
21 .new-btn {
22 position: relative;
23 display: inline-block;
24 height: 30px;
25 padding: 0 10px 0 10px;
26 line-height: 30px;
27 text-align: center;
28 font-size: 14px;
29 font-weight: bold;
30 color: white;
31 border-radius: 3px;
32 margin-right: 10px;
33 background: #52C035;
34 cursor: pointer;
36 .new-btn:hover {
37 text-decoration: none;
38 cursor: pointer;
40 #setting_div_table input[disabled] {
41 cursor: not-allowed;
42 background-color: #eee;
44 #send_test {
45 display: inline-block;
46 border: 1px solid #D1D1D1;
47 background-color: #F7F7F7;
48 text-align: center;
49 text-decoration: none;
50 color: #1B83EB;
52 #copyright {
53 display: inline-block;
55 #setting_aria2_headers {
56 overflow: auto;
57 resize: none;
58 width: 90%;
59 height: 80px;
60 border: 1px solid #C6C6C6;
61 box-shadow: 0 0 3px #C6C6C6;
62 -webkit-box-shadow: 0 0 3px #C6C6C6;
64 #apply {
65 display: inline-block;
66 width: 100px;
67 height: 40px;
68 text-align: center;
69 text-decoration: none;
70 background: #52C035;
71 background: -webkit-linear-gradient(top, #52C035, #4BAC32);
72 background: -moz-linear-gradient(top, #52C035, #4BAC32);
73 background: -o-linear-gradient(top, #52C035, #4BAC32);
74 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52C035', endColorstr='#4BAC32');
76 #apply b {
77 float: none;
78 padding-right: 2px;
80 .download-mgr-dialog .content {
81 padding: 10px 20px;
82 height: auto;
83 overflow: hidden;
85 #setting_div_table {
86 width: 100%;
87 border: 0;
88 border-collapse: separate;
89 border-spacing: 10px;
90 display: table;
91 background-color: rgb(250, 250, 250);