@import url("fonts.css"); html { background-color: white; } body { font-family: Open Sans,Arial; color: #555; font-size: 16px; line-height: 1.4; text-align: justify; margin: 0; padding: 0; } header { background-color: #060033; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; margin: 0; padding: 30px 60px; color: white; } @media (max-width: 1000px) { header { padding: 20px; } } header .title, header .whoami { font-size: 1.4em; font-weight: bold; } header a, header a:visited { color: white; } #content { display: flex; justify-content: space-between; } @media (max-width: 1000px) { #content { flex-wrap: wrap; } } #content main { margin: 2em auto; max-width: 800px; padding: 1em; flex-basis: 800px; } .items { display: grid; grid-template-columns: 100px auto; } .items .head { grid-column: 1/span 1; font-weight: bold; } .phdtitle { font-size: 1.1em; text-align: center; font-weight: bold; } a, a:visited { color: #07a; text-decoration: none; } .fa { color: #555; } h1 { margin-left: -10px; } h2 { margin-top: 30px; margin-left: 20px; } h2 .fa { margin-right: 10px; } #whoami { text-align: right; font-size: 1.2em; font-style: italic; } ul.docsline { list-style: none; text-align: center; margin-top: 30px; font-size: 1.1em; } ul.docsline li { display: inline-block; } ul.docsline li a { display: inline-block; padding: 0 15px; } dl { list-style: none; display: grid; grid-template-columns: 1fr 3fr; } dl dt { grid-column: 1 / span 1; justify-self: end; text-align: right; margin-right: 20px; font-weight: bold; } dl dd { margin-left: 20px; justify-self: start; text-align: left; } .antispam { unicode-bidi: bidi-override; direction: rtl; }