123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box; }
- /** more normalize **/
- *,
- *:before,
- *:after {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box; }
- html, body {
- height: 100%; }
- /*
- Typography
- ==================================
- */
- body {
- font-family: "Merriweather", "Georgia", "Times New Roman", serif;
- font-weight: 400;
- font-style: normal;
- line-height: 1.9em; }
- header h1 {
- font-family: "Merriweather", "Georgia", "Times New Roman", serif;
- font-weight: normal; }
- h1, h2, h3, h4, h5, h6 {
- font-family: "Open Sans", Arial, sans-serif; }
- h1 {
- margin-top: 0.8em;
- margin-bottom: 1em;
- font-size: 24pt;
- line-height: 1.3em; }
- h2, h3, h4, h5, h6 {
- margin-top: 2em;
- line-height: 1.2em; }
- h2:before, h3:before, h4:before, h5:before, h6:before {
- content: '';
- display: block;
- position: relative;
- width: 0;
- height: 4em;
- margin-top: -4em; }
- /** Overall structure, desktop and mobile */
- header {
- background-color: #153E56;
- padding: 1.3em;
- color: #ffffff;
- position: fixed;
- height: 80px;
- width: 100%; }
- header h1 {
- margin: 0;
- font-size: 26pt; }
- header h1 a,
- header h1 a:link,
- header h1 a:visited {
- color: #ffffff;
- border-bottom: 0px; }
- header h1 a:hover {
- border-bottom: 1px solid #fff; }
- .edit-button span {
- background-color : #1d5392;
- padding : .25em .5em;
- border-radius : .2em;
- }
- a:hover.edit-button span,
- a:focus.edit-button span {
- background-color: #fff;
- color : #002a5b;
- }
- aside {
- float: left;
- display: block;
- margin-right: 2.35765%;
- width: 15.36421%;
- margin-top: 80px; }
- aside:last-child {
- margin-right: 0; }
- article {
- margin-left: 2.13245%;
- float: left;
- display: block;
- margin-right: 2.35765%;
- width: 75.88078%;
- margin-bottom: 20px;
- margin-top: 80px; }
- article:last-child {
- margin-right: 0; }
- @media screen and (max-width: 600px) {
- header {
- padding: 20px 10px;
- height: 65px; }
- header h1 {
- font-size: 18pt; }
- aside {
- float: left;
- display: block;
- margin-right: 2.35765%;
- width: 100%;
- margin-top: 65px; }
- aside:last-child {
- margin-right: 0; }
- article {
- float: left;
- display: block;
- margin-right: 2.35765%;
- width: 100%;
- padding-left: 5px;
- padding-right: 10px;
- margin-top: 0px; }
- article:last-child {
- margin-right: 0; } }
- @media screen and (max-width: 320px) {
- header h1 {
- font-size: 16pt; } }
- /* todo: errrr */
- img {
- width: 700px; }
- /* Lists */
- article ul {
- padding-left: 1.1em; }
- article li {
- margin-bottom: 1em; }
- li h3,
- li h4 {
- margin: 0; }
- li p {
- margin-top: 0; }
- /* Navigation */
- aside p {
- padding-left: 15px; }
- aside .sidebar-nav a {
- display: block;
- padding: 10px;
- -webkit-transition: .4s;
- transition: .4s; }
- aside .sidebar-nav a,
- aside .sidebar-nav a:link,
- aside .sidebar-nav a:visited {
- border-bottom: none;
- color: #75787b; }
- aside .sidebar-nav li:hover,
- aside .sidebar-nav .sidebar-nav-active {
- color: #75787b;
- border-left: 5px solid #153E56;
- background-color: transparent;
- border-bottom: 1px solid #babbbd;
- padding-left: 0; }
- aside .sidebar-nav ul {
- margin: 0;
- padding: 0; }
- aside .sidebar-nav li {
- list-style: none;
- border-bottom: 1px solid #babbbd;
- /*font-size: 1.125em;*/
- font-size: 0.8em;
- padding-left: 5px; }
- aside .sidebar-nav li:last-child {
- border-bottom: none; }
- p > code, li > code {
- padding: 2px 4px;
- background-color: #eaeaff;
- border: 1px solid #d5d5d5;
- font-size: 10pt;
- font-family: monospace; }
- pre {
- max-width: 100%;
- font-size: 0.875em;
- overflow-y: scroll;
- background-color: #f1f2f2;
- padding: 10px; }
- /* Links */
- /* for hover effects */
- a {
- -webkit-transition: .2s;
- -moz-transition: .2s;
- transition: .2s; }
- a,
- a:link,
- a:visited {
- color: #0072ce;
- border-bottom: 1px dotted #0072ce;
- text-decoration: none; }
- a:hover {
- border-bottom: 1px solid #7eb8dd;
- color: #7eb8dd;
- text-decoration: none; }
- a:active {
- border-bottom: 1px solid #0072ce;
- color: #002d72;
- text-decoration: none; }
- a:focus {
- border-bottom: 1px solid #0072ce;
- color: #0072ce;
- outline: thin dotted;
- text-decoration: none; }
- a.skip-link {
- color: #0072ce;
- border-bottom: none;
- padding: .25em; }
- a.skip-link:hover,
- a.skip-link:active,
- a.skip-link:focus {
- background-color: #0072ce;
- color: #ffffff;
- border-bottom: none; }
- /* Helpers */
- /* Hide from both screenreaders and browsers: h5bp.com/u */
- .hidden {
- display: none !important;
- visibility: hidden; }
- /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
- .visuallyhidden {
- border: 0;
- clip: rect(0 0 0 0);
- height: 1px;
- margin: -1px;
- overflow: hidden;
- padding: 0;
- position: absolute;
- width: 1px; }
- /* Extends the .visuallyhidden class to allow the element to be focusable
- * when navigated to via the keyboard: h5bp.com/p */
- .visuallyhidden.focusable:active,
- .visuallyhidden.focusable:focus {
- clip: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- position: static;
- width: auto; }
- /* Hide visually and from screenreaders, but maintain layout */
- .invisible {
- visibility: hidden; }
- /*# sourceMappingURL=styles.css.map */
- /* tables */
- table {
- border-collapse:collapse;
- border-spacing:0;
- border:1px solid black;
- }
- td {
- text-align:left;
- font-weight:normal;
- vertical-align:middle;
- border:1px solid black;
- padding:5px;
- }
- th {border: 1px solid black;
- padding:5px;}
-
-
|