PluginProbe
Translation with DeepL API / 1.0
Translation with DeepL API v1.0
trunk 0.1.20180323 1.0 1.2.5.1 1.5.2.5 1.7.5 2.4.3.12 2.4.3.9 2.4.5
wpdeepl / assets / deepl-admin.css

deepl-admin.css in Translation with DeepL API 1.0, at assets/deepl-admin.css

145 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * All of the CSS for your admin-specific functionality should be
3 * included in this file.
4 */
5
6 ul.deepl_corrections li{
7 transition: all 0.2s;
8 margin-bottom: 20px;
9 }
10
11 .deepl_translation_results{
12 font-weight: bold;
13 }
14 .deepl_error{
15 margin-bottom:.4em;
16 color: #900;
17 }
18 #deepl_warning{
19 margin-bottom:.4em;
20 color: #C60;
21 }
22 #deepl_success{
23 color: #090;
24 }
25
26 #deepl_hidden_errors_number{
27 margin-top: 0;
28 color: #666;
29 font-weight: bold;
30 display: none;
31 }
32
33 .deepl_correction_message{
34 clear:left;
35 font-size: 90%;
36 font-weight: bold;
37 line-height: 1.2em;
38 padding: 6px 1em;
39 background: #E4E4E4;
40 -webkit-border-bottom-left-radius: 4px;
41 -webkit-border-bottom-right-radius: 4px;
42 -moz-border-radius-bottomleft: 4px;
43 -moz-border-radius-bottomright: 4px;
44 border-bottom-left-radius: 4px;
45 border-bottom-right-radius: 4px;
46 }
47
48 #deepl-form .form-table table th {
49 width: 300px;
50 padding: 1px 5px;
51 vertical-align: top;
52 }
53 #deepl-form .form-table td{
54 vertical-align: top;
55 }
56 #deepl-form .form-table td:first-child{
57 width: 150px;
58 }
59 #deepl-form .form-table table td{
60 padding: 1px 5px;
61 }
62 #deepl-form .form-table table .select_all_rules_row td{
63 padding-bottom: 15px;
64 }
65
66 .language_selection{
67 float:right;
68 }
69 .language_selection label{
70 margin-right: 5px;
71 }
72 .translation_button{
73 display:block;
74 }
75
76 #deepl_box .spinner{
77 margin-top: 6px;
78 float: none;
79 }
80 #deepl_translation{
81 float: left;
82 }
83
84 #deepl_support a:hover{
85 padding-left:6px;
86 opacity:0.9
87 }
88
89 #credit a{
90 background: transparent url( ../img/logo.png ) 0 0 no-repeat;
91 display: inline-block;
92 position: relative;
93 overflow: hidden;
94 text-indent: 64px;
95 height: 32px;
96 width: 64px;
97 vertical-align: middle;
98 transition: all 0.2s;
99 margin-left: 10px;
100 }
101 #credit a:hover{
102 opacity: 0.7;
103 }
104
105 .progress-bar {
106 background-color: #1a1a1a;
107 height: 30px;
108 padding: 5px;
109 width: 500px;
110 margin: 5px 0;
111 border-radius: 5px;
112 box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
113 }
114 .progress-bar span {
115 display: inline-block;
116 float: left;
117 height: 100%;
118 border-radius: 3px;
119 box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
120 transition: width .4s ease-in-out;
121 }
122 .blue span {
123 background-color: #34c2e3;
124 color: #fff;
125 }
126 .progress-bar span b {
127 padding: .1em;
128 vertical-align: -webkit-baseline-middle;
129
130 padding-left: 1em;
131 }
132 .orange span {
133 background-color: #fecf23;
134 }
135 .progress-text {
136 text-align: right;
137 color: #000;
138 margin: -25px 0px;
139 }
140
141 .request_time {
142 float: right;
143 margin-top: .5rem;
144 }
145