Line 204: |
Line 204: |
| padding: 0; | | padding: 0; |
| border: 1px solid #aaaaaa; | | border: 1px solid #aaaaaa; |
| }
| |
|
| |
| .mainpage_newscell .mainpage_boxtitle {
| |
| background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
| |
| background-repeat: no-repeat;
| |
| background-position: 99% 0.3em;
| |
| padding-right: 25px;
| |
| }
| |
|
| |
| .mainpage_downloadcell .mainpage_boxtitle {
| |
| background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
| |
| background-repeat: no-repeat;
| |
| background-position: 96% 0.33em;
| |
| padding-right: 25px;
| |
| }
| |
|
| |
| .mainpage_opportunitiescell .mainpage_boxtitle {
| |
| background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/User-online.svg/20px-User-online.svg.png);
| |
| background-repeat: no-repeat;
| |
| background-position: 98% 0.15em;
| |
| padding-right: 25px;
| |
| }
| |
|
| |
| .mainpage_featuredpagescell .mainpage_boxtitle {
| |
| background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Note_icon.svg/20px-Note_icon.svg.png);
| |
| background-repeat: no-repeat;
| |
| background-position: 98% 0.15em;
| |
| padding-right: 25px;
| |
| } | | } |
|
| |
|
Line 284: |
Line 256: |
| float: left; | | float: left; |
| } | | } |
| .mainpage_row3 .mainpage_downloadcell {
| | |
| flex: 1 2 15em;
| |
| min-width: 10em;
| |
| max-width: 20em;
| |
| }
| |
| .mainpage_row3 .mainpage_newscell {
| |
| flex: 6 0 20em;
| |
| margin: 0 1em;
| |
| }
| |
| .mainpage_row3 .mainpage_opportunitiescell {
| |
| flex: 1 2 15em;
| |
| min-width: 10em;
| |
| max-width: 20em;
| |
| }
| |
| } | | } |
| @media screen and (max-width: 45em) { | | @media screen and (max-width: 45em) { |