Difference between revisions of "Template:Team:UGent Belgium/customCSS"

 
(13 intermediate revisions by 3 users not shown)
Line 152: Line 152:
 
}
 
}
  
.header {
+
li.check:before {
   position: fixed!important;
+
    content: '✔ ';    
 +
    margin-left: -1em; margin-right: .100em;
 
}
 
}
#magnifier {
+
 
  position: absolute !important;
+
ul.check{
  top: 100% !important;
+
   
  width: 50% !important;
+
  padding-left:20px;
  height: auto !important;
+
  text-indent:2px;
 +
    list-style: none;
 +
  list-style-position:outside;  
 +
 
 
}
 
}
.sketch-container {
+
 
   position: relative!important;
+
a.bronze  {
 +
   color:#c4bd97; !important  
 +
}
 +
 
 +
// Get boxes on home page to be the same height
 +
@media only screen and (min-width : 481px) {
 +
    .flex-row {
 +
        display: flex;
 +
        flex-wrap: wrap;
 +
    }
 +
    .flex-row > [class*='col-'] {
 +
        display: flex;
 +
        flex-direction: column;
 +
    }
 +
    .flex-row.row:after,
 +
    .flex-row.row:before {
 +
        display: flex;
 +
    }
 
}
 
}
 +
 +
 +
img {
 +
  vertical-align: middle; !important
 +
}
 +
 +
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 22:49, 18 October 2016