Skip to content

Commit

Permalink
Add contribute page and correct glossary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
peters-rebecca committed Dec 15, 2023
1 parent 8e834b4 commit 0c5f2b3
Show file tree
Hide file tree
Showing 5 changed files with 662 additions and 29 deletions.
1 change: 1 addition & 0 deletions custom_theme/partials/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<p>
<a rel="license" target="_blank" href="https://fablabbcn.org/education/master/master-in-design-for-emergent-futures">The Master in Design for Emergent Futures (MDEF)</a> is a collaboration between <a rel="license" target="_blank" href="http://elisava.net">ELISAVA</a>, <a rel="license" target="_blank" href="http://iaac.net">IAAC</a> and <a rel="license" target="_blank" href="http://fablabbcn.org">Fab Lab Barcelona</a>.
</p>
<p>You can contribute to this page by following our <a href="/contribute/">guidelines.</a></p>
<p>
Made with
<a
Expand Down
17 changes: 11 additions & 6 deletions docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* ----------TABLES---------- */
/* ----------CONTENT TABS (SCHEDULES)---------- */
/* ----------HIGHLIGHT SECTIONS---------- */
/* ----------CUSTOM ADMONITION---------- */
/* ----------CUSTOM ADMONITION ECTS---------- */
/* ----------ICONS---------- */
/* ----------MEDIA QUERIES---------- */

Expand Down Expand Up @@ -72,6 +72,11 @@ img {
font-weight: 400;
}

.md-typeset h4 {
font-size: 18px;
font-style: italic;
}

.md-typeset p {
font-weight: 400;
}
Expand Down Expand Up @@ -271,15 +276,16 @@ button.fullscreen_button:hover{

/* ----------DEFINITIONS---------- */

.md-content code {
.glossary-term code {
color: var(--md-accent-fg-color);
font-size: 18px;
font-weight: 800;
margin: 20px 0px;
}
.md-content dt {
padding-top: 30px;
.glossary-definition {
padding-bottom: 30px;
}

/* ----------FACULTY CARDS---------- */

.md-typeset .faculty-card {
Expand Down Expand Up @@ -537,8 +543,7 @@ h2.student-name {
background-color: hsla(221, 100%, 64%, 0.322);
}

/* ----------CUSTOM ADMONITION---------- */

/* ----------CUSTOM ADMONITION ECTS---------- */

.md-typeset .admonition {
border-radius: 10px;
Expand Down
Loading

0 comments on commit 0c5f2b3

Please sign in to comment.