Skip to content

Instantly share code, notes, and snippets.

@baszoetekouw
Created April 7, 2020 08:31
Show Gist options
  • Save baszoetekouw/082fb64e2e4e589e8169486e64c295e8 to your computer and use it in GitHub Desktop.
Save baszoetekouw/082fb64e2e4e589e8169486e64c295e8 to your computer and use it in GitHub Desktop.
CSS override for SURFdomeinen
/* main layout */
div.main {
display: table;
width: 100%;
}
table.section {
width: auto !important;
}
div.wrapper {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
div.column {
float: none;
width: 100%;
display: table-cell;
}
div.wideCol1 div.column {
width: auto;
}
td.word-break {
white-space: nowrap;
}
div.wrapper span.back {
display: table-row;
width: 100%;
}
/* DNS entry form */
form div.wrap {
width: 100%;
display: table;
}
input {
display: table-cell;
width: 100%;
}
label {
float: none;
display: table-cell;
}
table td {
padding-left: 20px;
padding-right: 20px;
}
/* bg images */
div.item {
background-size: cover;
}
div.item h2 {
background-size: cover;
}
div.item div.bottom {
background-size: inherit;
}
div.header.surfnet {
background-size: cover;
}
div.header ul ul {
margin-right: auto;
width: 100%;
background-size: cover;
}
div.footer p {
background-size: cover;
}
div.footer {
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment