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

 
(19 intermediate revisions by 4 users not shown)
Line 114: Line 114:
  
  
.tg  {border-collapse:collapse;border-spacing:0;}
+
.tg  {
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
+
  border-collapse:collapse; !important
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
+
  border-spacing:0; !important
.tg .tg-yw4l{vertical-align:top}
+
  margin:0px auto; !important
 +
}
 +
 
 +
.tg td {font-family:Arial, sans-serif;
 +
  font-size:14px; !important
 +
  padding:10px 5px; !important
 +
  border-style:solid; !important
 +
  border-width:1px; !important
 +
  overflow:hidden; !important
 +
  word-break:normal; !important
 +
}
 +
 
 +
.tg th {
 +
  font-family:Arial, sans-serif; !important
 +
  font-size:14px; !important
 +
  font-weight:normal; !important
 +
  padding:10px 5px; !important
 +
  border-style:solid; !important
 +
  border-width:1px; !important
 +
  overflow:hidden; !important
 +
  word-break:normal; !important
 +
}
 +
 
 +
.tg .tg-rg0h {
 +
  font-size:12px; !important
 +
  text-align:center; !important
 +
  vertical-align:top !important
 +
}
 +
 
 +
.tg .tg-yw4l {
 +
  font-size:12px; !important
 +
  text-align:center; !important
 +
  vertical-align:top !important
 +
}
 +
 
 +
li.check:before {
 +
    content: '✔ '; 
 +
    margin-left: -1em; margin-right: .100em;
 +
}
 +
 
 +
ul.check{
 +
   
 +
  padding-left:20px;
 +
  text-indent:2px;
 +
    list-style: none;
 +
  list-style-position:outside;
 +
 
 +
}
 +
 
 +
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
 +
}
  
  

Latest revision as of 22:49, 18 October 2016