PluginProbe
Accessibility / trunk
Accessibility vtrunk
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 trunk, at assets/css/admin-style.css

118 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 .oc-accessibilty-main-title {
24 margin-left: 25px;
25 }
26 tr.creditRow {
27 background: #0085ba;
28 color: #fff;
29 }
30 tr.creditRow th {
31 color: #fff;
32 font-size: 1.4em;
33 direction: ltr;
34 line-height: 2.4em;
35 font-weight: normal;
36 }
37 .creditRow a {
38 display: inline-block;
39 }
40 .creditRow img {
41 height: 35px;
42 margin-bottom: -10px;
43 }
44 a.oc-accessibilty-tabletop {
45 position: absolute;
46 left: -27px;
47 top: 0;
48 }
49 .oc-accessibilty-style td p {
50 direction: ltr;
51 opacity: 0.9;
52 font-size: 0.9em;
53 }
54 /* Table style */
55 table.oct-admin-table tbody tr.oc-markRow input {
56 border: 1px solid #ffbe7c;
57 }
58 table.oct-admin-table img {
59 max-height: 60px;
60 }
61 table.oct-admin-table tbody input {
62 padding: 6px;
63 }
64 table.oct-admin-table tbody tr:hover td {
65 background-color: #ffff89;
66 }
67 .accessibility-inner a {
68 text-decoration: none;
69 }
70 .accessibility-inner .oct-admin-table a:hover {
71 text-decoration: underline;
72 }
73 span.oc-accept-suggestion {
74 cursor: pointer;
75 }
76 select#oct-attachments-filter {width: 150px;}
77 .oct-filters-wrapper {
78 width: 90%;
79 max-width: 920px;
80 margin: 0 auto;
81 padding: 10px;
82 background: #d2d2d2;
83 }
84 .oct-filters-wrapper span {
85 direction: ltr;
86 display: inline-block;
87 float: left;
88 font-weight: bold;
89 font-size: 1.2em;
90 }
91
92 .oc-pager li {
93 display: inline-block;
94 margin: 0 5px;
95 }
96 .oc-pager li a {
97 min-width: 17px;
98 border: 1px solid #ccc;
99 background: #e5e5e5;
100 line-height: 1;
101 font-weight: 400;
102 text-align: center;
103 padding: 9px 11px 12px;
104 font-size: 18px;
105 display: block;
106 }
107
108 .oc-pager li a:hover, .oc-pager li.oc-pager-active a{
109 border-color: #5b9dd9;
110 color: #fff;
111 background: #00a0d2;
112 -webkit-box-shadow: none;
113 box-shadow: none;
114 outline: 0;
115 }
116 .ac_language {
117 direction: ltr;
118 }