PluginProbe
Accessibility / 1.0
Accessibility v1.0
trunk 1.0 1.0.1 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
accessibility / assets / css / admin-style.css

admin-style.css in Accessibility 1.0, at assets/css/admin-style.css

50 lines 848 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 Created on : 01/08/2016, 00:08:08
3 Author : Octa Code
4 */
5
6 .oc-accessibilty-form {
7 max-width: 800px;
8 margin: 0 auto;
9 position: relative;
10 }
11 .oc-accessibilty-style tbody {
12 background: #e2e2e2;
13 width: 100%;
14 }
15 .oc-accessibilty-style td, .oc-accessibilty-style th {
16 padding: 10px;
17 border: 1px solid #f1f1f1;
18 vertical-align: middle;
19 }
20 .oc-accessibilty-style th {
21 text-align: center;
22 }
23 tr.creditRow {
24 background: #0085ba;
25 color: #fff;
26 }
27 tr.creditRow th {
28 color: #fff;
29 font-size: 1.4em;
30 direction: ltr;
31 line-height: 2.4em;
32 font-weight: normal;
33 }
34 .creditRow a {
35 display: inline-block;
36 }
37 .creditRow img {
38 height: 35px;
39 margin-bottom: -10px;
40 }
41 a.oc-accessibilty-tabletop {
42 position: absolute;
43 left: -27px;
44 top: 0;
45 }
46 .oc-accessibilty-style td p {
47 direction: ltr;
48 opacity: 0.9;
49 font-size: 0.9em;
50 }