dwc/assets/main.css

93 lines
1.9 KiB
CSS
Raw Normal View History

html {
min-height: 100%;
position: relative;
}
body {
margin-bottom: 75px; /* Sticky footer */
2015-01-13 13:08:47 +00:00
padding-top: 50px; /* Fixed navbar */
}
.content {
padding-bottom: 20px;
}
.footer {
2015-01-12 18:22:02 +00:00
background-color: #f8f8f8;
border-top: 1px solid #e7e7e7;
bottom: 0;
height: 75px;
position: absolute;
width: 100%;
2015-01-12 18:22:02 +00:00
}
.footer .container {
padding-top: 20px;
2015-01-12 18:22:02 +00:00
}
2015-01-13 12:25:25 +00:00
.anchor:before {
content: " ";
display: block;
height: 70px;
margin-top: -70px;
2015-01-15 07:43:42 +00:00
visibility: hidden;
}
section .well h2 {
margin-top: 10px; /* On terms page */
}
2015-01-13 12:25:25 +00:00
.terms-sidebar {
2015-01-13 13:17:56 +00:00
margin-top: 40px;
2015-01-13 12:25:25 +00:00
}
2015-01-13 13:17:56 +00:00
.terms-sidebar .nav {
2015-01-13 12:25:25 +00:00
position: fixed;
}
2015-01-13 13:17:56 +00:00
.terms-sidebar .nav > li > a {
2015-01-13 12:25:25 +00:00
padding-bottom: 5px;
padding-top: 5px;
}
2015-01-13 13:17:56 +00:00
.terms-sidebar .nav > .active > a,
.terms-sidebar .nav > .active > a:hover,
.terms-sidebar .nav > .active > a:focus {
background-color: transparent;
border-left: 2px solid #2a6496;
color: #2a6496;
font-weight: bold;
margin-left: -2px;
text-decoration: none;
}
.terms-sidebar .nav > li > a:hover,
.terms-sidebar .nav > li > a:focus {
background-color: transparent;
border-left: 1px solid #2a6496;
margin-left: -1px;
text-decoration: none;
}
2015-01-15 07:43:42 +00:00
.table {
table-layout: fixed;
}
.table th {
background-color: #e7e7e7;
}
.table col:first-child {
width: 120px; /* Labels, requires <colgroup><col></col><col></col></colgroup> */
2015-01-13 18:09:13 +00:00
}
.table.class-definition tr { /* Class definitions */;
2015-01-13 18:09:13 +00:00
background-color: #f5f5f5;
}
.table tr:first-child { /* Header for each definition */
2015-01-13 18:09:13 +00:00
background-color: #e7e7e7;
font-size: 16px;
font-weight: bold;
2015-01-13 14:56:20 +00:00
}
.table td {
2015-01-13 18:09:13 +00:00
word-wrap: break-word;
2015-01-13 14:56:20 +00:00
}
2015-01-13 13:17:56 +00:00
@media screen and (max-width: 767px){
.terms-sidebar {
display: none
2015-01-13 13:17:56 +00:00
}
}