PluginProbe
Accessibility / 1.0.1
Accessibility v1.0.1
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.1, at assets/css/admin-style.css

117 lines 2.1 KB
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 }
51 /* Table style */
52 table.oct-admin-table tbody tr.oc-markRow input {
53 border: 1px solid #ffbe7c;
54 }
55 table.oct-admin-table img {
56 max-height: 60px;
57 }
58 table.oct-admin-table tbody input {
59 padding: 6px;
60 }
61 table.oct-admin-table tbody tr:hover td {
62 background-color: #ffff89;
63 }
64 .accessibility-inner a {
65 text-decoration: none;
66 }
67 .accessibility-inner .oct-admin-table a:hover {
68 text-decoration: underline;
69 }
70 span.oc-accept-suggestion {
71 cursor: pointer;
72 }
73 select#oct-attachments-filter {width: 150px;}
74 .oct-filters-wrapper {
75 width: 90%;
76 max-width: 920px;
77 margin: 0 auto;
78 padding: 10px;
79 background: #d2d2d2;
80 }
81 .oct-filters-wrapper span {
82 direction: ltr;
83 display: inline-block;
84 float: left;
85 font-weight: bold;
86 font-size: 1.2em;
87 }
88
89 .oc-pager li {
90 display: inline-block;
91 margin: 0 5px;
92 }
93 .oc-pager li a {
94 min-width: 17px;
95 border: 1px solid #ccc;
96 padding: 3px 5px 7px;
97 background: #e5e5e5;
98 font-size: 16px;
99 line-height: 1;
100 font-weight: 400;
101 text-align: center;
102 padding: 9px 11px 12px;
103 font-size: 18px;
104 display: block;
105 }
106
107 .oc-pager li a:hover, .oc-pager li.oc-pager-active a{
108 border-color: #5b9dd9;
109 color: #fff;
110 background: #00a0d2;
111 -webkit-box-shadow: none;
112 box-shadow: none;
113 outline: 0;
114 }
115 .ac_language {
116 direction: ltr;
117 }