do things
This commit is contained in:
parent
aa25cbac2c
commit
24d6d2dcb0
2 changed files with 46 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ and overlined squares are links to schedules.
|
|||
<tr>
|
||||
<td><b>[[+Monophasic]]</b></td>
|
||||
<td><div class=nw4>1</div><div class=bis></div>[[+++M0]]</td>
|
||||
<td><div class=nw4>0</div><div class=bis></div></td>
|
||||
<td><div class=nw4>0</div><div class=bis></div><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>[[!Biphasic]]</b></td>
|
||||
|
|
@ -64,7 +64,7 @@ and overlined squares are links to schedules.
|
|||
<tr>
|
||||
<td>[[+SCAMAYL]]</td>
|
||||
<td>AMAYL <div class=bis></div>[[+A+SCAMAYL]]</td>
|
||||
<td><div class=nw4>0</div><div class=bis></div></td>
|
||||
<td><div class=nw4>0</div><div class=bis></div><br></td>
|
||||
<tr>
|
||||
<td>[[!Coreless]] (unadvisable)</td>
|
||||
<td><div class=nw4>0</div><div class=bis></div><br></td>
|
||||
|
|
|
|||
46
style.css
46
style.css
|
|
@ -53,8 +53,34 @@ div.content {
|
|||
display: inline-block;
|
||||
width: 4ch;
|
||||
}
|
||||
a .squarehalf {
|
||||
color: #fff;
|
||||
background-color: #fff;
|
||||
}
|
||||
a .squarefull {
|
||||
color: #fff;
|
||||
background-color: #fff;
|
||||
}
|
||||
.squarehalf {
|
||||
display: inline-block;
|
||||
color: #b98;
|
||||
background-color: #b98;
|
||||
text-decoration: none;
|
||||
font-size: 0.4em;
|
||||
height: 1.2em;
|
||||
width: 2.4em;
|
||||
}
|
||||
.squarefull {
|
||||
display: inline-block;
|
||||
color: #b98;
|
||||
background-color: #b98;
|
||||
text-decoration: none;
|
||||
font-size: 0.8em;
|
||||
height: 1.2em;
|
||||
width: 1.2em;
|
||||
}
|
||||
a.sql {
|
||||
text-decoration: overline;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
@ -120,7 +146,7 @@ div.box.warn {
|
|||
}
|
||||
|
||||
div.bis {
|
||||
display: none;
|
||||
/* display: none; */
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
|
|
@ -163,6 +189,22 @@ div.bis {
|
|||
border-color: #aa3;
|
||||
background-color: #ffa;
|
||||
}
|
||||
.squarefull {
|
||||
color: #356;
|
||||
background-color: #356;
|
||||
}
|
||||
.squarehalf {
|
||||
color: #356;
|
||||
background-color: #356;
|
||||
}
|
||||
a .squarefull {
|
||||
color: #000;
|
||||
background-color: #000;
|
||||
}
|
||||
a .squarehalf {
|
||||
color: #000;
|
||||
background-color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue