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

 
(40 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
 +
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 +
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
    font-weight: 500;
 +
    line-height: 1.2;
 +
    color: #317eac !important;
 +
}
 +
 +
h4 > a, .content_wrapper a  {
 +
    color: #2fa4e7 !important;
 +
    text-decoration: none;
 +
}
 +
 +
.navbar .navbar-nav > li > a{
 +
color: white !important;
 +
}
 +
  
 
.menu_wrapper {
 
.menu_wrapper {
Line 29: Line 46:
  
 
div.includeimage p {
 
div.includeimage p {
    vertical-align: middle;
 
 
     display: table-cell;
 
     display: table-cell;
 
}
 
}
Line 40: Line 56:
  
 
.displaycell {
 
.displaycell {
  display:table-cell;
+
   vertical-align: middle; !important
   vertical-align:middle;
+
 
   text-align:center;
 
   text-align:center;
  float: none;
+
}
 +
 
 +
.navbar-default {
 +
    background-color: #E7E7E7;
 +
    border-color: #e7e7e7;
 
}
 
}
  
Line 94: Line 113:
 
}
 
}
  
ul {
+
 
   margin: 0;
+
.tg  {
 +
   border-collapse:collapse; !important
 +
  border-spacing:0; !important
 +
  margin:0px auto; !important
 
}
 
}
ul.dashed {
+
 
   list-style-type: none;
+
.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
 
}
 
}
ul.dashed > li {
+
 
   text-indent: -5px;
+
.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
 
}
 
}
ul.dashed > li:before {
+
 
   content: "-";
+
.tg .tg-rg0h {
   text-indent: -5px;
+
   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
 +
}
 +
  
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 22:49, 18 October 2016