Changed styles on all pages
This commit is contained in:
parent
e2ec048810
commit
e23fdc4536
@ -22,7 +22,6 @@ html {
|
|||||||
nav {
|
nav {
|
||||||
height: 59px;
|
height: 59px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -166,6 +165,29 @@ nav ul li {
|
|||||||
background-color: rgb(57, 57, 57);
|
background-color: rgb(57, 57, 57);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#timer::after {
|
||||||
|
content: 'Aug 12, 4pm';
|
||||||
|
position: absolute;
|
||||||
|
text-align: center;
|
||||||
|
align-items: center;
|
||||||
|
top: 30px;
|
||||||
|
right: -23px;
|
||||||
|
padding: 2px 7px;
|
||||||
|
width: 150%;
|
||||||
|
opacity: 1;
|
||||||
|
background-color: #222429;
|
||||||
|
border-radius: 10px;
|
||||||
|
transition: opacity 300ms, transform 300ms;
|
||||||
|
transform: scale(0);
|
||||||
|
transform-origin: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
#timer:hover::after,
|
||||||
|
#timer:focus::after{
|
||||||
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-nav {
|
.tooltip-nav {
|
||||||
|
@ -22,7 +22,6 @@ html {
|
|||||||
nav {
|
nav {
|
||||||
height: 59px;
|
height: 59px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -166,6 +165,29 @@ nav ul li {
|
|||||||
background-color: rgb(57, 57, 57);
|
background-color: rgb(57, 57, 57);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#timer::after {
|
||||||
|
content: 'Aug 12, 4pm';
|
||||||
|
position: absolute;
|
||||||
|
text-align: center;
|
||||||
|
align-items: center;
|
||||||
|
top: 30px;
|
||||||
|
right: -23px;
|
||||||
|
padding: 2px 7px;
|
||||||
|
width: 150%;
|
||||||
|
opacity: 1;
|
||||||
|
background-color: #222429;
|
||||||
|
border-radius: 10px;
|
||||||
|
transition: opacity 300ms, transform 300ms;
|
||||||
|
transform: scale(0);
|
||||||
|
transform-origin: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
#timer:hover::after,
|
||||||
|
#timer:focus::after{
|
||||||
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-nav {
|
.tooltip-nav {
|
||||||
|
@ -190,6 +190,27 @@
|
|||||||
<li>Attribution: <a class="link" href="https://wallpaperaccess.com/blue-firewatch">WallpaperAccess</a></li>
|
<li>Attribution: <a class="link" href="https://wallpaperaccess.com/blue-firewatch">WallpaperAccess</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/pixoo_sling_bag.png">https://gilroyhacks.com/img/pixoo_sling_bag.png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Unknown</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.divoom.com/products/pixoo-slingbag">Divoom</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/NEHEME_drone.png">https://gilroyhacks.com/img/NEHEME_drone.png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Unknown</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.neheme.com/">NEHEME</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/Kunodi_speaker.png">https://gilroyhacks.com/img/Kunodi_speaker.png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Unknown</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.amazon.com/Bluetooth-Kunodi-Wireless-Portable-Waterproof/dp/B095P9XNN2">Amazon | Kunodi</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
<article class="license-entry">
|
<article class="license-entry">
|
||||||
Font Awesome Icons
|
Font Awesome Icons
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user