-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbim-information-levels.css
71 lines (58 loc) · 1.16 KB
/
bim-information-levels.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
@CHARSET "UTF-8";
#content .entry-content {
max-width: 900px;
}
.bim-information-level-table {
width: 100%;
border: 1px solid #eeeeee;
}
.bim-information-level-table .odd {
background-color: #ffffff;
}
.bim-information-level-table .even {
background-color: #eeeeee;
}
.bim-information-level-table .checked {
font-weight: bold;
}
.bim-information-level-table .numeric {
text-align: right;
}
.bim-information-level-table th {
font-weight: bold;
}
.bim-information-level-table th, .bim-information-level-table td {
padding: 0px 3px;
border-left: 1px solid #ffffff;
}
.hidden, .sub-topic-hidden {
display: none;
}
.control-option {
margin-bottom: 5px;
padding: 2px 5px;
border: 1px solid #dedede;
border-radius: 3px;
position: relative;
}
.remove-option-button, #main .remove-option-button {
display: block;
position: absolute;
width: 80px;
height: 20px;
line-height: 20px;
right: 5px;
top: 5px;
text-align: right;
color: #a00;
text-decoration: none;
font-size: 80%;
}
.remove-option-button:hover, #main .remove-option-button:hover {
text-decoration: none;
color: #f00;
}
.toggle-link, #main .toggle-link {
text-decoration: none;
padding: 0px 5px;
}