physics: Add note to temperature formula under thermodynamics; Split project according to subdomain;

This commit is contained in:
Gabriel Bjørnager Jensen 2023-02-15 17:45:33 +01:00
parent 884975d27e
commit 86728ba5d6
28 changed files with 27 additions and 21 deletions

View file

@ -1,3 +1,8 @@
# 2
* physics: Add note to temperature formula under thermodynamics;
* Split project according to subdomain;
# 1
* reference: styling: Rename backgroundColour0 to bodyColour and backgroundColour1 to backgroundColour;

View file

@ -6,21 +6,21 @@ li p + ul,li p + ol {
margin-top:0;
}
p a,p a:visited {
color: var(--colour);
text-decoration:none;
}
p a:hover {
color:var(--foregroundColour);
}
p.math,span.math,td.math {
font-size: calc(3rem / 2);
padding: calc(1rem / 3) 0;
user-select:none;
}
a,a:visited {
color: var(--colour);
text-decoration:none;
}
a:hover {
color:var(--foregroundColour);
}
table {
border-collapse:collapse;
border-color: var(--foregroundColour);
@ -28,11 +28,11 @@ table {
border-width: calc(1rem / 12);
}
td,th {
padding:calc(1rem / 12) calc(1rem / 4);
table tr td,table tr th {
padding:calc(1rem / 12) calc(2rem / 12);
}
th {
table tr th {
background-color:var(--foregroundColour);
color: var(--backgroundColour);
text-align: center;

View file

@ -49,4 +49,4 @@ div.page div.section p.subHeading {
div.page div.section p.subHeading::before {
content: "\0020\2014\0020";
font-weight:normal;
}
}

View file

@ -54,14 +54,14 @@ div.navigationBar p + p {
margin-top:calc(1rem / 2);
}
div.navigationBar p,div.navigationBar p span + span::before {
div.navigationBar p,div.navigationBar span + span::before {
content:"\0020\00B7\0020";
}
div.navigationBar p,div.navigationBar p span a,div.navigationBar p span a:hover {
div.navigationBar p,div.navigationBar span a,div.navigationBar span a:hover {
color:var(--backgroundColour);
}
div.navigationBar p span a:hover {
div.navigationBar span a:hover {
text-decoration:underline;
}

View file

@ -5,10 +5,10 @@
--white: #F6F4F4; /* 31/32 */
--blue: #5F7C9C; /* oklch(62.5% 0.118 259.065) */
--bodyColour:var(--black);
--bodyColour: var(--black);
--backgroundColour:var(--darkgrey);
--foregroundColour: var(--white);
--colour: var(--blue);
--foregroundColour:var(--white);
--colour: var(--blue);
--minimumPageWidth:10rem; /* 12rem including body padding. */
--maximumPageWidth:74rem;

View file

@ -125,10 +125,10 @@
<p class="math">\(\alpha=sin^{-1}(\frac ac)=cos^{-1}(\frac bc)=tan^{-1}(\frac ab)=\Theta(3)-\beta-\gamma\)</p>
<p class="math">\(\beta=sin^{-1}(\frac bc)=cos^{-1}(\frac ac)=tan^{-1}(\frac ba)=\Theta(3)-\alpha-\gamma\)</p>
<p class="math">\(\gamma=\Theta(3)-\alpha-\beta\)</p>
<p>I en regulær trekant:</p>
<p class="math">\(\alpha=\beta=\gamma=\frac {\pi}{3}\)</p>
<p>I en retvinklet trekant:</p>
<p class="math">\(\gamma=\frac {\pi}{2}\)</p>
<p>I en regulær trekant:</p>
<p class="math">\(\alpha=\beta=\gamma=\frac {\pi}{3}\)</p>
<br />
<p class="math">\(a=c \cdot sin(\alpha)=c \cdot cos(\beta)=b \cdot tan(\alpha)=b \cdot cot(\beta)\)</p>
<p class="math">\(b=c \cdot sin(\beta)=c \cdot cos(\alpha)=a \cdot tan(\beta)=a \cdot cot(\alpha)\)</p>

View file

@ -227,6 +227,7 @@
<p class="math">\(q=It\)</p>
<br />
<p class="math">\(T=\sqrt[4] {\frac i{{\sigma}{\varepsilon}}}\)</p>
<p>... ved overfladen af det strålende objekt.</p>
<br />
<p class="math">\(\lambda=\frac {v}{f}\)</p>
</div>

View file

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 218 B

View file

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 158 B

View file

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 187 B