Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 37 additions & 18 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@
right: 0;
top: 0;
}
.donation-info {
border: 2px solid silver;
padding: 10px 18px;
max-width: min(100%, 240px);
float: right;
text-align: center;
margin: 8px auto 16px;
}
iframe {
max-width: 100%;
}
@media (max-width: 600px) {
.hidden-xs {
display: none;
}
}
</style>
</head>

Expand Down Expand Up @@ -248,42 +264,42 @@ function initialize()
<table class='grid-table calendar'>
<tr>
<td style='border: none'>
<th>Mandag
<th>Tirsdag
<th>Onsdag
<th>Torsdag
<th>Fredag
<th>Lørdag
<th>Søndag
<th>Man<span class="hidden-xs">dag</span>
<th>Tirs<span class="hidden-xs">dag</span>
<th>Ons<span class="hidden-xs">dag</span>
<th>Tors<span class="hidden-xs">dag</span>
<th>Fre<span class="hidden-xs">dag</span>
<th>Lør<span class="hidden-xs">dag</span>
<th>Søn<span class="hidden-xs">dag</span>
<tr>
<th style='border-top: none'>&#8942;<br>12:00
<th style='border-top: none'>&#8942;<br>12<span class="hidden-xs">:00</span>
<td colspan=5 rowspan=4>Arbeidstid<i id="annotation_event">¹</i>
<tr>
<th>13:00
<th>13<span class="hidden-xs">:00</span>
<tr>
<th>14:00
<th>14<span class="hidden-xs">:00</span>
<tr>
<th>15:00
<th>15<span class="hidden-xs">:00</span>
<tr>
<th>16:00
<th>16<span class="hidden-xs">:00</span>
<tr>
<th>17:00
<th>17<span class="hidden-xs">:00</span>
<tr>
<th>18:00
<th>18<span class="hidden-xs">:00</span>
<td style='border: none' rowspan='5'>
<td style='border: none'>
<td style='border: none'>
<td rowspan=5 class=ne><a href='/build-night'>Build<br>Night</a>
<tr>
<th>19:00
<th>19<span class="hidden-xs">:00</span>
<tr>
<th>20:00
<th>20<span class="hidden-xs">:00</span>
<td style='border: none'>
<tr>
<th>21:00
<th>21<span class="hidden-xs">:00</span>
<td style='border:none'>
<tr>
<th class=ne>22:00<br>&#8942;
<th class=ne>22<span class="hidden-xs">:00</span><br>&#8942;
</table>

<h2>Chat</h2>
Expand Down Expand Up @@ -318,6 +334,9 @@ function initialize()
display: inline-block;
margin: 15px;
}
.sponsorer img {
max-width: 100%;
}
</style>
<p class="sponsorer">
<a href="https://www.ohmify.com"><img src="images/sponsorer/ohmify-logo.png" alt="Ohmify"></a>
Expand Down