Project

General

Profile

1
@charset "utf-8";
2
#filter_and_tables {
3
  width: 90%;
4
  margin: auto;
5
}
6
#selectOutputFilters {
7
  width: 49%;
8
  float: left;
9
}
10
#selectFilterContent {
11
  width: 49%;
12
  float: left;
13
  margin-top: 2.525em;
14
}
15

    
16
.filter_table_list_container {
17
  display: inline-block;
18
  max-height: 20.225em;
19
  overflow-y: scroll;
20
  width: 23.525em;
21

    
22
}
23
.filteroptions h3 h3 {
24
  border-bottom: 1px solid #999;
25
  font-size: 110%;
26
}
27
input, select {
28
  outline: medium none;
29
}
30
div.filter_table_list_container table {
31
  border-collapse: collapse;
32
  width: 100%;
33
}
34
.filter_table_select th {
35
  text-align: center;
36
  vertical-align: middle;
37
}
38
.filter_table_select table caption, 
39
.filter_table_select table th,
40
.filter_table_select table td {
41
  margin: 0.1em;
42
  padding: 0.3em;
43
  text-shadow: 0 1px 0 #fff;
44
  vertical-align: top;
45
}
46
.filter_table_name {
47
  font-weight: bold;
48
  width: 100%;
49
}
50
.filter_table_title thead th {
51
  border-right: 1px solid #fff;
52
}
53
.filter_table_title {
54
  margin-top: 1.525em;
55
  width: 19.525em;
56
  font-size: 1.225em;
57
  
58
}
59
.filter_table_title thead tr {
60
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff, #cccccc) repeat scroll 0 0;
61
  color: #000;
62
  font-weight: bold;
63
  line-height: 1.925em;
64
}
65
.msg-box {
66
  background: #e5ffe6 none repeat scroll 0 0;
67
  border: 0.225em solid #009900;
68
  color: #336600;
69
  margin-bottom: 1em;
70
  padding: 0.63em;
71
  text-align: center;
72
}
73
.error-box {
74
    background: #ffeeee none repeat scroll 0 0;
75
    border: 0.225em solid #884444;
76
    color: #440000;
77
    margin-bottom: 1em;
78
    padding: 0.63em;
79
    text-align: center;
80
}
81
.info-box {
82
    background: #FFFFFF none repeat scroll 0 0;
83
    border: 0.225em solid #374F68;
84
    color: #497698;
85
    margin-bottom: 1em;
86
    padding: 0.63em;
87
    text-align: center;
88
}
89
.msg-box p, .error-box p {
90
    font-size: 120%;
91
}
92

    
93
div.filter_table_list_container table.filter_table_select tbody tr { line-height: 1.225em; background: #CCD5DD; }
94
div.filter_table_list_container table.filter_table_select tbody tr:nth-child(odd) { background: #FFFFFF; }
95
div.filter_table_list_container table.filter_table_select tbody tr:hover { background: #E1F8B3; cursor: default; }
96

    
    (1-1/1)