blob: 70f23ff4934fbfc53e931bfaee717c2e41757f92 (
plain) (
tree)
|
|
@import "bootstrap";
@import "fontawesome";
@import "brands";
@import "academicons";
@font-face {
font-family: Hebrew;
src: url('/assets/fonts/SBL_Hebrew.ttf');
unicode-range: U+0590-05FF, U+FB1D-FB4F;
}
body {
font-family: Hebrew, sans-serif;
}
.container {
max-width: 970px;
}
.greyed-out {
color: #888;
}
abbr {
border-width: 0 !important;
}
img#profile {
margin: 1em 1em 1em 0;
}
div#basicinfo {
margin-top: 1em;
}
hr {
clear: both;
margin: 0;
}
a {
code {
color: inherit;
}
/* FontAwesome and Academicons */
.ai, .fab {
color: $text-color;
}
&:hover {
.ai, .fab {
color: $link-color;
}
}
}
table {
&.main_table {
> tbody > tr > td:first-child {
min-width: 120px;
}
&.publications > tbody > tr > td:first-child {
min-width: 8em;
text-align: right;
}
&.publications > tbody > tr > td:last-child > p {
margin-left: 1em;
text-indent: -1em;
}
}
tr {
td {
vertical-align: top;
&:first-child {
padding-right: 1em;
}
}
}
margin-bottom: 6px;
}
span.tt {
font-family: monospace;
}
footer {
padding: 1em 0;
}
.obfuscate > span {
display: none;
}
|