diff --git a/assets/css/_responsive12col.scss b/assets/css/_responsive12col.scss index 21d2250..a9bab98 100755 --- a/assets/css/_responsive12col.scss +++ b/assets/css/_responsive12col.scss @@ -5,19 +5,6 @@ LICENSE : GPL & MIT */ -/* SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */ -* { - box-sizing: border-box; -} - - -/* MAIN CONTAINER - Set the width to whatever you want the width of your site to be. */ -.container { - max-width: 800px; - margin: 0 auto; -} - /* SELF CLEARING FLOATS - CLEARFIX METHOD */ .container:after, .row:after, diff --git a/assets/css/main.scss b/assets/css/main.scss index 061d10d..02cff0a 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -34,7 +34,6 @@ blockquote, table, img, hr, -.fluid-width-video-wrapper, .highlight { margin-bottom: 20px; } @@ -88,26 +87,12 @@ table { } } -dt { - float: left; - width: 10%; - font-weight: bold; -} - dd { float: left; width: 100%; margin-bottom: 0.6em; } -dd.bibliography { - list-style: none; - - li { - margin-bottom: 20px; - } -} - footer { font-size: .8rem; text-align: center; @@ -146,11 +131,6 @@ footer { margin: 0 0 20px 20px; } -.left { - float: left; - margin: 0 20px 20px 0; -} - .top-navbar { margin-bottom: 40px; height: 110px; @@ -216,6 +196,35 @@ footer { fill: currentColor } +.minilinks { + font-size: .9rem; +} + +.abstract { + display: none; + font-size: .95rem; + border-left: 2px solid lighten($contrast-color, 50%); + padding-left: 10px; +} + +.alumni-member { + display: none; +} + +#alumni-filter-buttons .filter-btn { + margin: 5px; + padding: 8px 12px; + cursor: pointer; + border: 1px solid #ccc; + background-color: #f0f0f0; + border-radius: 5px; +} + +#alumni-filter-buttons .filter-btn.active { + background-color: #ddd; + font-weight: bold; +} + .not-found { margin-top: 150px; text-align: center; @@ -226,15 +235,9 @@ footer { font-size: 8rem; } -dl, -.clearfix:before, -.clearfix:after { - content: " "; +dl::after { + content: ""; display: table; -} - -dl, -.clearfix:after { clear: both; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 762fba0..22ddf7f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,7 +7,7 @@ {{ partial "icons.html" . }}