PluginProbe
Optimize Database after Deleting Revisions / 4.1
Optimize Database after Deleting Revisions v4.1
3.4.7 3.4.8 3.4.9 3.5 3.5.1 4.0 4.0.1 4.0.2 4.0.3 4.1 4.1.1 4.1.10 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.3 All 144 releases
rvg-optimize-database / css / style.css

style.css in Optimize Database after Deleting Revisions 4.1, at css/style.css

130 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "utf-8";
2 /* CSS Document */
3 .odb-title-bar {
4 width: 96%;
5 background-color: #0074a2;
6 color: #FFF !important;
7 display: inline-block;
8 padding-left: 16px;
9 margin-top: 30px;
10 }
11 .odb-title-bar h2 {
12 color: #FFF;
13 }
14 .odb-bold {
15 font-weight: 900;
16 }
17 .odb-normal {
18 font-weight: normal;
19 }
20 .odb-italic {
21 font-style: italic;
22 }
23 .odb-blue {
24 /*color: #00F;*/
25 color: #0074a2;
26 }
27 .odb-action {
28 font-size: 13px;
29 font-weight: bold;
30 color: #000;
31 }
32 .odb-wp-table {
33 font-weight: bold;
34 color: #0074a2;
35 }
36 .odb-padding-left {
37 padding-left: 8px;
38 }
39 .odb-border-bottom {
40 border-bottom: solid 1px #999;
41 }
42 .odb-border-top {
43 border-top: solid 1px #999;
44 }
45 .odb-optimizing-table {
46 margin-top: 16px;
47 }
48 .odb-optimized {
49 color: #0074a2;
50 font-weight: bold;
51 }
52 .odb-underline-red {
53 text-decoration: underline;
54 color: #F00;
55 }
56 .odb-updated {
57 position: relative;
58 left: -15px;
59 }
60 .odb-found {
61 font-size: 13px;
62 font-weight: bold;
63 color: #000;
64 }
65 .odb-found-number {
66 margin-left: 8px;
67 margin-bottom: 18px;
68 font-size: 13px;
69 font-weight: bold;
70 color: #000;
71 }
72 .odb-result-table {
73 background-color: #E8E8E8;
74 margin-bottom: 20px;
75 }
76 .odb-not-found {
77 margin-left: 8px;
78 margin-bottom: 16px;
79 color: #999;
80 }
81 .odb-schedule-select {
82 font-size: inherit;
83 padding: 0px;
84 margin: 0px;
85 }
86 .odb-schedulehour {
87 display: none;
88 }
89 .odb-schedulehour-select {
90 font-size: inherit;
91 }
92 .odb-table-excludes {
93 margin-top: 10px;
94 border: solid 1px #CCC;
95 padding: 10px;
96 }
97 .odb-table-excludes td {
98 padding: 3px;
99 }
100 /********************************************************
101 *
102 * OPTIONS FORM
103 *
104 ********************************************************/
105 #odb-options-tables-container {
106 text-align: center;
107 }
108 #odb-options-tables-wrapper {
109 width: 97%;
110 display: inline-block;
111 /*border: solid 1px #CCC;*/
112 margin-top: 16px;
113 margin-left: -16px;
114 padding: 8px 0 8px 0;
115 }
116 .odb-options-table {
117 background-color: #f0f0f0;
118 display: inline-block;
119 height: 17px;
120 margin: 3px;
121 border: solid 1px #E0E0E0;
122 overflow: hidden;
123 padding: 2px;
124 text-align: left;
125 white-space: nowrap;
126 width: 200px;
127 }
128 /*#odb-options-buttons {
129 }*/
130