|
| 1 | +/* SECTIONS */ |
| 2 | +.section { |
| 3 | + clear: both; |
| 4 | + padding: 0px; |
| 5 | + margin-bottom: 2em; |
| 6 | +} |
| 7 | + |
| 8 | +.kcsp_section { |
| 9 | + clear: both; |
| 10 | + padding: 0px; |
| 11 | + margin-bottom: 2em; |
| 12 | +} |
| 13 | + |
| 14 | +/* COLUMN SETUP */ |
| 15 | +.col { |
| 16 | + display: block; |
| 17 | + float:left; |
| 18 | + margin: 1% 0 1% 1.6%; |
| 19 | + background-color: #f9f9f9; |
| 20 | +} |
| 21 | +.col:first-child { margin-left: 0; } |
| 22 | + |
| 23 | + |
| 24 | +/* GROUPING */ |
| 25 | +.group:before, |
| 26 | +.group:after { |
| 27 | + content:""; |
| 28 | + display:table; |
| 29 | +} |
| 30 | +.group:after { |
| 31 | + clear:both; |
| 32 | +} |
| 33 | +.group { |
| 34 | + zoom:1; /* For IE 6/7 */ |
| 35 | +} |
| 36 | + |
| 37 | +/* GRID OF THREE */ |
| 38 | +.span_3_of_3 { |
| 39 | + width: 35%; |
| 40 | + background-color: #f9f9f9; |
| 41 | + padding: 20px; |
| 42 | +} |
| 43 | +.span_2_of_3 { |
| 44 | + width: 35%; |
| 45 | + background-color: #f9f9f9; |
| 46 | + padding: 20px; |
| 47 | +} |
| 48 | +.span_1_of_3 { |
| 49 | + width: 35%; |
| 50 | + background-color: #f9f9f9; |
| 51 | + padding: 20px; |
| 52 | +} |
| 53 | + |
| 54 | +.col-container { |
| 55 | + display: table; /* Make the container element behave like a table */ |
| 56 | + width: 100%; /* Set full-width to expand the whole page */ |
| 57 | + padding-bottom: 30px; |
| 58 | +} |
| 59 | + |
| 60 | +.col-nav { |
| 61 | + display: table-cell; /* Make elements inside the container behave like table cells */ |
| 62 | + width: 18%; |
| 63 | + background-color: #f9f9f9; |
| 64 | + padding: 20px; |
| 65 | + border: 5px solid white; |
| 66 | +} |
| 67 | + |
| 68 | +/* GO FULL WIDTH AT LESS THAN 480 PIXELS */ |
| 69 | + |
| 70 | +@media only screen and (max-width: 480px) { |
| 71 | + .col { margin: 1% 0 1% 0%;} |
| 72 | + .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; } |
| 73 | +} |
| 74 | + |
| 75 | +@media only screen and (max-width: 650px) { |
| 76 | + .col-nav { |
| 77 | + display: block; |
| 78 | + width: 100%; |
| 79 | + } |
| 80 | +} |
| 81 | + |
| 82 | +.button{ |
| 83 | + max-width: 100%; |
| 84 | + box-sizing: border-box; |
| 85 | + margin: 0; |
| 86 | + display: inline-block; |
| 87 | + border-radius: 6px; |
| 88 | + padding: 0 20px; |
| 89 | + line-height: 40px; |
| 90 | + color: #ffffff; |
| 91 | + font-size: 16px; |
| 92 | + background-color: #3371e3; |
| 93 | + text-decoration: none; |
| 94 | + } |
| 95 | + |
| 96 | +h5 { |
| 97 | + font-size: 16px; |
| 98 | + line-height: 1.5em; |
| 99 | + margin-bottom: 2em; |
| 100 | +} |
| 101 | + |
| 102 | +#usersGrid a { |
| 103 | + display: inline-block; |
| 104 | + background-color: #f9f9f9; |
| 105 | +} |
| 106 | + |
| 107 | +#ktpContainer, #distContainer, #kcspContainer, #isvContainer, #servContainer { |
| 108 | + position: relative; |
| 109 | + width: 100%; |
| 110 | + display: flex; |
| 111 | + justify-content: space-between; |
| 112 | + flex-wrap: wrap; |
| 113 | +} |
| 114 | + |
| 115 | +#isvContainer { |
| 116 | + margin-bottom: 80px; |
| 117 | +} |
| 118 | + |
| 119 | +#kcspContainer { |
| 120 | + margin-bottom: 80px; |
| 121 | +} |
| 122 | + |
| 123 | +#distContainer { |
| 124 | + margin-bottom: 80px; |
| 125 | +} |
| 126 | + |
| 127 | +#ktpContainer { |
| 128 | + margin-bottom: 80px; |
| 129 | +} |
| 130 | + |
| 131 | +.partner-box { |
| 132 | + position: relative; |
| 133 | + width: 47%; |
| 134 | + max-width: 48%; |
| 135 | + min-width: 48%; |
| 136 | + margin-bottom: 20px; |
| 137 | + padding: 20px; |
| 138 | + flex: 1; |
| 139 | + display: flex; |
| 140 | + justify-content: left; |
| 141 | + align-items: flex-start; |
| 142 | +} |
| 143 | + |
| 144 | +.partner-box img { |
| 145 | + background-color: #f9f9f9; |
| 146 | +} |
| 147 | + |
| 148 | +.partner-box > div { |
| 149 | + margin-left: 30px; |
| 150 | +} |
| 151 | + |
| 152 | +.partner-box a { |
| 153 | + color: #3576E3; |
| 154 | +} |
| 155 | + |
| 156 | +@media screen and (max-width: 1024px) { |
| 157 | + .partner-box { |
| 158 | + flex-direction: column; |
| 159 | + justify-content: flex-start; |
| 160 | + } |
| 161 | + |
| 162 | + .partner-box > div { |
| 163 | + margin: 20px 0 0; |
| 164 | + } |
| 165 | +} |
| 166 | + |
| 167 | +@media screen and (max-width: 568px) { |
| 168 | + #ktpContainer, #distContainter, #kcspContainer, #isvContainer, #servContainer { |
| 169 | + justify-content: center; |
| 170 | + } |
| 171 | + |
| 172 | + .partner-box { |
| 173 | + flex-direction: column; |
| 174 | + justify-content: flex-start; |
| 175 | + width: 100%; |
| 176 | + max-width: 100%; |
| 177 | + min-width: 100%; |
| 178 | + } |
| 179 | + |
| 180 | + .partner-box > div { |
| 181 | + margin: 20px 0 0; |
| 182 | + } |
| 183 | +} |
| 184 | + |
| 185 | +@media screen and (max-width: 568px) { |
| 186 | + #ktpContainer, #distContainer, #kcspContainer, #isvContainer, #servContainer { |
| 187 | + justify-content: center; |
| 188 | + } |
| 189 | + |
| 190 | + .partner-box { |
| 191 | + flex-direction: column; |
| 192 | + justify-content: flex-start; |
| 193 | + width: 100%; |
| 194 | + max-width: 100%; |
| 195 | + min-width: 100%; |
| 196 | + } |
| 197 | + |
| 198 | + .partner-box > div { |
| 199 | + margin: 20px 0 0; |
| 200 | + } |
| 201 | +} |
0 commit comments