@@ -95,64 +95,57 @@ body main article table.architecture table {
9595body main article table .architecture td {
9696 vertical-align : top; white-space : nowrap;
9797}
98- body main article table .architecture > tbody > tr + tr > td {
99- padding-top : 1rem ;
98+ body main article table .architecture * .float {
10099}
101- body main article table .architecture * .composite {
100+ body main article table .architecture * .float > * {
101+ margin-right : 1rem ; float : left;
102102}
103- body main article table .architecture * .composite . float {
104- float : left ;
103+ body main article table .architecture * .float > * : last-child {
104+ margin-right : 0 em ;
105105}
106- body main article table . architecture * . composite . float + * . composite . float {
107- margin-left : 1 rem ;
106+
107+ body main article table . architecture * . composite {
108108}
109109body main article table .architecture * .composite .container {
110110 border : none;
111111}
112- body main article table .architecture * .composite .container .float td {
113- padding : 0rem ;
114- }
115- body main article table .architecture * .composite .container .float td + td {
116- padding-left : 1rem ;
117- }
118112body main article table .architecture * .composite td ,
119113body main article table .architecture * .composite div {
120114 padding : 0.5rem ; vertical-align : middle; text-align : center;
121- color : # CCCCCC ;
115+ color : # CCCCCC ;
122116}
123117body main article table .architecture * .composite ,
124118body main article table .architecture * .composite .list > tbody > tr > td ,
125119body main article table .architecture * .composite .section ,
126120body main article table .architecture * .composite .section > tbody > tr : first-child > td {
127121 border : 1px solid # 999999 ;
128122}
123+ body main article table .architecture td : not (.float ) * .composite ~ * .section {
124+ margin-top : 1rem ;
125+ }
129126body main article table .architecture * .composite .section > tbody > tr : first-child > td {
130127 color : # FFFFFF ; border-color : # FFFFFF ;
131128}
132129body main article table .architecture * .composite .section > tbody > tr + tr > td {
133130 padding : 1rem ;
134131}
135- body main article table .architecture * .composite : not (.float ) + * .composite : not (.float ) {
136- margin-top : 1rem ;
137- }
138132body main article table .architecture * .interface {
139133 color : # FFAA44!important ; border : 1px solid # FFAA44!important ;
140134}
141135body main article table .architecture * .architecture-0017 {
142136 padding-bottom : calc (1rem + 3px )!important ;
143137}
144- body main article table .architecture * .architecture-0024 {
138+ body main article table .architecture * .architecture-0021 {
145139 width : 25% ;
146140}
147- body main article table .architecture * .architecture-0039 ,
148- body main article table .architecture * .architecture-0040 ,
149- body main article table .architecture * .architecture-0068 ,
150- body main article table .architecture * .architecture-0069 {
151- width : 50% ;
141+ body main article table .architecture * .architecture-0025 {
142+ width : calc (75% - 1rem );
152143}
153- body main article table .architecture * .architecture-0021 ,
154- body main article table .architecture * .architecture-0076 {
155- width : 100% ;
144+ body main article table .architecture * .architecture-0077 {
145+ width : 100% ;
146+ }
147+ body main article table .architecture > tbody > tr + tr > td {
148+ padding-top : 1rem ;
156149}
157150
158151
@@ -254,17 +247,14 @@ body main article > header {
254247
255248 body > nav button {
256249 position : fixed; display : block; right : 3rem ;
257- opacity : 0.5 ;
258250 }
259251 body > nav button : focus ,
260252 body > nav button : hover {
261253 opacity : 1 ;
262254 }
263255 body > nav button : active {
264- opacity : 0.5 !important ; filter : grayscale (100% )!important ;
265256 }
266257 body > nav button .active {
267- opacity : 1 ; filter : grayscale (0% );
268258 }
269259 body > nav button + button {
270260 margin-top : 1rem ;
0 commit comments