GEX website at gex.ondrovo.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
gex-website/css/application.css

93 lines
1.7 KiB

html, body {
width: 100%;
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #333;
font-size: 16pt;
margin: 0;
padding: 0; }
body {
overflow-y: scroll; }
*, *::before, *::after {
box-sizing: border-box; }
a {
color: #005e5e;
text-decoration: none; }
a:hover {
color: #001d5e;
text-decoration: none; }
section, header, footer {
width: 100%; }
section > *, header > *, footer > * {
max-width: 850px;
margin: 0 auto;
padding: 10pt 0; }
section, header {
border-bottom: 4px solid darkcyan; }
section h1:first-child, header h1:first-child {
margin-top: .4em; }
section + section {
border-bottom: none; }
section + section > * {
border-bottom: 2px dashed rgba(0, 139, 139, 0.5); }
section:last-of-type {
border-bottom: 4px solid darkcyan; }
section:last-of-type > * {
border-bottom: 0 none; }
header .Title {
font-size: 40pt;
font-weight: bold;
letter-spacing: 2pt; }
header .Subtitle {
font-size: 24pt; }
nav a {
padding-right: 10pt;
padding-left: 10pt;
border-right: 2px solid darkcyan; }
nav a:first-child {
padding-left: 0; }
nav a:last-child {
border-right: 0 none; }
nav a.active {
font-weight: bold; }
h1 a {
opacity: .3;
margin-left: 6pt; }
h1 a:hover {
opacity: .6; }
p {
text-align: justify; }
h2 {
font-size: 110%; }
footer {
text-align: left;
font-size: 12pt;
color: #066;
opacity: .5;
font-style: italic; }
section img {
max-width: 100%; }
div.center {
text-align: center; }
div.aside {
float: right;
margin-left: 16pt;
margin-bottom: 16pt; }
/*# sourceMappingURL=application.css.map */