Compare commits
No commits in common. "b5ed00a9f13a3b23d66c1464222ade4d711a60d7" and "b134829e8c414c6c45c37d3a42f71f450c78e12f" have entirely different histories.
b5ed00a9f1
...
b134829e8c
|
@ -16,12 +16,11 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<img id="back-button" class="back" src="/common/back.svg" alt="Back">
|
<img id="back-button" class="back" src="/common/back.svg"></img>
|
||||||
</div>
|
</div>
|
||||||
<h1>About</h1>
|
<h1>About</h1>
|
||||||
<div class="right"></div>
|
<div class="right"></div>
|
||||||
</header>
|
</header>
|
||||||
<div class="header-placeholder"></div>
|
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>InfoTren</h2>
|
<h2>InfoTren</h2>
|
||||||
|
@ -30,8 +29,7 @@
|
||||||
<div>
|
<div>
|
||||||
<h4>Acknowledgements</h4>
|
<h4>Acknowledgements</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<!-- <li><a rel="noreferrer" target="_blank" href="https://brailleinstitute.org/freefont" class="items">Atkinson Hyperlegible</a></li>-->
|
<li><a rel="noreferrer" target="_blank" href="https://brailleinstitute.org/freefont" class="items">Atkinson Hyperlegible</a></li>
|
||||||
<li><a rel="noreferrer" target="_blank" href="https://www.flaticon.com/free-icons/train" class="items" title="train icons">Train icons created by Slidicon - Flaticon</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
43
base.css
|
@ -72,41 +72,10 @@ footer .rsk {
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
position: fixed;
|
|
||||||
left: env(titlebar-area-x, 0);
|
|
||||||
top: env(titlebar-area-y, 0);
|
|
||||||
width: env(titlebar-area-width, 100%);
|
|
||||||
height: env(titlebar-area-height, 36px);
|
|
||||||
-webkit-app-region: drag;
|
|
||||||
app-region: drag;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-placeholder {
|
|
||||||
margin-top: env(titlebar-area-height, 36px);
|
|
||||||
}
|
|
||||||
|
|
||||||
header.embedded {
|
|
||||||
background-color: #0000ff;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (display-mode: window-controls-overlay) {
|
|
||||||
header {
|
|
||||||
background-color: #0000ff;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
header .back {
|
|
||||||
-webkit-app-region: no-drag;
|
|
||||||
app-region: no-drag;
|
|
||||||
|
|
||||||
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(83deg) brightness(104%) contrast(101%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
header .left, header .right {
|
header .left, header .right {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
@ -118,13 +87,6 @@ header .back {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
header.embedded .back {
|
|
||||||
-webkit-app-region: no-drag;
|
|
||||||
app-region: no-drag;
|
|
||||||
|
|
||||||
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(83deg) brightness(104%) contrast(101%);
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -240,9 +202,6 @@ li.items:not(.disabled):hover:not(:focus) {
|
||||||
a:not(.no-a-custom):not(.no-custom-a) {
|
a:not(.no-a-custom):not(.no-custom-a) {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
|
||||||
|
|
||||||
a:not(.no-a-custom):not(.no-custom-a):not(:focus):not(:hover) {
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -271,7 +230,7 @@ a:not(.disabled):hover:not(:focus) {
|
||||||
background-color: lightskyblue;
|
background-color: lightskyblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:focus, a:hover {
|
a:focus {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: blue;
|
background-color: blue;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 5.2 KiB |
BIN
icons/ios/16.png
Before Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 6.5 KiB |
BIN
icons/ios/20.png
Before Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 8.6 KiB |
BIN
icons/ios/29.png
Before Width: | Height: | Size: 1.1 KiB |
BIN
icons/ios/32.png
Before Width: | Height: | Size: 1.2 KiB |
BIN
icons/ios/40.png
Before Width: | Height: | Size: 1.4 KiB |
BIN
icons/ios/50.png
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 20 KiB |
BIN
icons/ios/57.png
Before Width: | Height: | Size: 2 KiB |
BIN
icons/ios/58.png
Before Width: | Height: | Size: 2.1 KiB |
BIN
icons/ios/60.png
Before Width: | Height: | Size: 2 KiB |
BIN
icons/ios/64.png
Before Width: | Height: | Size: 2.2 KiB |
BIN
icons/ios/72.png
Before Width: | Height: | Size: 2.5 KiB |
BIN
icons/ios/76.png
Before Width: | Height: | Size: 2.6 KiB |
BIN
icons/ios/80.png
Before Width: | Height: | Size: 2.6 KiB |
BIN
icons/ios/87.png
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 871 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 871 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 871 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.4 KiB |