| 
54 | 54 | 	transform: rotate(6.28rad);  | 
55 | 55 | }  | 
56 | 56 | 
 
  | 
57 |  | -.download-options,  | 
58 |  | -.download-help {  | 
 | 57 | +#banner-secondary .download-main .download-options {  | 
59 | 58 | 	margin-top: 1em;  | 
60 | 59 | }  | 
61 | 60 | #banner-secondary .download-options a {  | 
 | 
71 | 70 | #banner-secondary .download-main .button:hover {  | 
72 | 71 | 	box-shadow: 0 0 25px rgba(209, 143, 79, 0.9);  | 
73 | 72 | }  | 
74 |  | -#content #banner-secondary .download-main .download {  | 
 | 73 | +#content #banner-secondary .download-main > a {  | 
 | 74 | +	display: block;  | 
 | 75 | +	padding: 0 0 .5em 0;  | 
 | 76 | +	font-size: 2em;  | 
 | 77 | +	width: 100%;  | 
 | 78 | +	text-align: center;  | 
 | 79 | +	text-decoration: none;  | 
 | 80 | +	line-height: 0.8em;  | 
 | 81 | +}  | 
 | 82 | +#content #banner-secondary .download-main > a span {  | 
 | 83 | +	display: block;  | 
 | 84 | +	font-size: 0.6em;  | 
 | 85 | +}  | 
 | 86 | +#content #banner-secondary .download-main > a span.download {  | 
 | 87 | +	background: url('i/download.png') 0 0;  | 
 | 88 | +	width: 44px;  | 
 | 89 | +	height: 37px;  | 
 | 90 | +	position: relative;  | 
 | 91 | +	top: 1em;  | 
 | 92 | +	display: inline-block;  | 
 | 93 | +	margin-right: 0.5em;  | 
 | 94 | +}  | 
 | 95 | +#content #banner-secondary .download-main .support-notice {  | 
 | 96 | +	font-size: 12px;  | 
 | 97 | +}  | 
 | 98 | + | 
 | 99 | +/* New download button */  | 
 | 100 | +#banner-secondary > .download {  | 
75 | 101 | 	display: flex;  | 
 | 102 | +	flex-direction: column;  | 
 | 103 | +	align-items: flex-start;  | 
 | 104 | +	margin-bottom: 1em;  | 
 | 105 | +}  | 
 | 106 | +.download-button-content {  | 
 | 107 | +	display: flex;  | 
 | 108 | +	flex-direction: row;  | 
76 | 109 | 	align-items: center;  | 
77 |  | -	text-align: center;  | 
78 | 110 | 	gap: 0.5em;  | 
79 |  | -	padding: 0.5em 1em;  | 
80 |  | -	margin-bottom: 0.5em;  | 
81 |  | -	font-size: 1.5em;  | 
82 |  | -	width: 100%;  | 
83 |  | -	text-decoration: none;  | 
84 |  | -	line-height: 1;  | 
85 | 111 | }  | 
86 |  | -#content #banner-secondary .download-main > a .download-icon {  | 
87 |  | -	background: url('i/download.png') no-repeat 0 0 / 100% 100%;  | 
 | 112 | +.download-button-content .download-icon {  | 
 | 113 | +	background: url('i/download.png') no-repeat 0 5px / 100% 100%;  | 
88 | 114 | 	width: 35px;  | 
89 | 115 | 	height: 35px;  | 
90 |  | -	position: relative;  | 
91 | 116 | 	display: inline-block;  | 
92 | 117 | 	flex-shrink: 0;  | 
93 | 118 | }  | 
94 |  | -#content #banner-secondary .download-main > a .download-message {  | 
 | 119 | +.download-button-content .download-message {  | 
 | 120 | +	flex-grow: 1;  | 
95 | 121 | 	display: flex;  | 
96 | 122 | 	flex-direction: column;  | 
97 | 123 | 	align-items: center;  | 
98 |  | -	flex-grow: 1;  | 
 | 124 | +	text-align: center;  | 
99 | 125 | 	gap: 0.25em;  | 
100 | 126 | }  | 
101 |  | -#content #banner-secondary .download-main > a .download-version {  | 
 | 127 | +.download-button-content .download-message .download-version {  | 
102 | 128 | 	font-size: 0.7em;  | 
103 | 129 | }  | 
104 |  | -#content #banner-secondary .download-main .support-notice {  | 
 | 130 | +.download-options .support-notice {  | 
 | 131 | +	margin: 0.5em 0;  | 
105 | 132 | 	color: #ccc;  | 
106 | 133 | }  | 
 | 134 | +@media only screen and (max-width: 767px) {  | 
 | 135 | +	#banner-secondary .download {  | 
 | 136 | +		align-items: center;  | 
 | 137 | +	}  | 
 | 138 | +}  | 
107 | 139 | 
 
  | 
108 | 140 | .resources {  | 
109 | 141 | 	padding-left: 60px;  | 
 | 
0 commit comments