|
|
Line 164: |
Line 164: |
| /********************************* CONTENT OF THE PAGE ********************************/ | | /********************************* CONTENT OF THE PAGE ********************************/ |
| | | |
− | /* Wrapper for the content */ | + | |
− | .content_wrapper {
| + | |
− | width: 85%;
| + | |
− | margin-left:150px;
| + | |
− | padding:10px 0px;
| + | |
− | float:left;
| + | |
− | background-color:white;
| + | |
− | }
| + | |
− | | + | |
− | /*LAYOUT */
| + | |
− | .column {
| + | |
− | padding: 10px 0px;
| + | |
− | float:left;
| + | |
− | background-color:white;
| + | |
− | }
| + | |
− | | + | |
− | .full_size {
| + | |
− | width:100%;
| + | |
− | }
| + | |
− | | + | |
− | .full_size img {
| + | |
− | padding: 10px 15px;
| + | |
− | width:96.5%;
| + | |
− | }
| + | |
− | | + | |
− | .half_size {
| + | |
− | width: 50%;
| + | |
− | }
| + | |
− | .half_size img {
| + | |
− | padding: 10px 15px;
| + | |
− | width: 93%;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .clear {
| + | |
− | clear:both;
| + | |
− | }
| + | |
− | | + | |
− | .highlight {
| + | |
− | width: 90%;
| + | |
− | margin: auto;
| + | |
− | padding: 15px 5px;
| + | |
− | background-color: #f2f2f2;
| + | |
− | }
| + | |
− | | + | |
− | .judges-will-not-evaluate {
| + | |
− | border: 4px solid #72c9b6;
| + | |
− | display: block;
| + | |
− | margin: 5px 15px;
| + | |
− | width: 95%;
| + | |
− | font-weight:bold;
| + | |
− | }
| + | |
| | | |
| | | |