27
27
28
28
.popup {
29
29
display : none;
30
- background-color : # F8F8FF ;
31
- border : 1px rgba (0 , 0 , 0 , 0.8 ) solid;
32
30
max-width : 600px ;
33
31
width : 90% ;
34
- min-height : 200px ;
35
- margin : 50px auto;
36
- overflow : hidden;
37
- top : 10% ;
32
+ margin : 50px auto 0px auto;
33
+ position : relative;
34
+ height : calc (85% - 60px );
35
+ }
36
+
37
+ .popup section , .popup h2 {
38
+ border : 1px rgba (0 , 0 , 0 , 0.8 ) solid;
39
+ box-sizing : border-box;
38
40
}
39
41
40
42
.popup h2 {
41
43
display : block;
42
- width : 100% ;
43
44
background-color : # EEEEFF ;
44
45
background-image : linear-gradient (to bottom, rgba (255 , 255 , 255 , 0.1 ), rgba (0 , 0 , 0 , 0.05 ));
45
46
padding-left : 5px ;
46
47
padding-top : 3px ;
47
- border-bottom : 1px rgba (0 , 0 , 0 , 0.8 ) solid;
48
+ border-bottom : 0px ;
49
+ }
50
+
51
+ .popup h3 {
52
+ font-weight : 500 ;
53
+ margin : 7px 0px ;
54
+ }
55
+
56
+ .popup section {
57
+ display : block;
58
+ padding : 5px ;
59
+ font-family : OpenSans, sans-serif;
60
+ background-color : # F8F8FF ;
61
+ min-height : 200px ;
62
+ height : 100% ;
63
+ overflow-y : auto;
64
+ }
65
+
66
+ .popup table {
67
+ border-collapse : collapse;
68
+ margin-bottom : 7px ;
69
+ }
70
+
71
+ .popup table td , .popup table th {
72
+ border : 1px # CCCCCC solid;
73
+ background-color : # FEFEFF ;
74
+ text-align : left;
75
+ padding : 3px ;
76
+ }
77
+
78
+ .popup table th {
79
+ font-weight : 500 ;
80
+ }
81
+
82
+ .popup code {
83
+ box-sizing : border-box;
84
+ border : 1px # CCCCCC solid;
85
+ background-color : # FEFEFF ;
86
+ margin-bottom : 10px ;
87
+ display : block;
88
+ width : 100% ;
89
+ padding : 5px ;
48
90
}
49
91
50
92
.popup .popupCloseButton {
51
93
float : right;
52
94
display : block;
53
- margin : -2px 6 px -2px -2px ;
95
+ margin : -2px 1 px -2px -2px ;
54
96
height : 19px ;
55
97
width : 19px ;
56
98
text-align : center;
57
- padding : 0px 5 px ;
99
+ padding : 0px 6 px ;
58
100
line-height : 1em ;
59
101
font-family : OpenSans, sans-serif;
60
102
}
0 commit comments