Update Firefox new tab / homepage
This commit is contained in:
parent
c138c91cf5
commit
470f4a1cde
1 changed files with 21 additions and 15 deletions
|
@ -6,35 +6,35 @@
|
|||
<style>
|
||||
html {
|
||||
background-color: #0e0e0e;
|
||||
color: #5555ff
|
||||
color: #555555;
|
||||
}
|
||||
body {
|
||||
position:absolute; left: 20%; right: 20%; top: 30%;
|
||||
margin-left: auto; margin-right: auto;
|
||||
}
|
||||
a {
|
||||
color: #5555ff;
|
||||
color: #555555;
|
||||
text-decoration: none;
|
||||
transition: color 1s;
|
||||
}
|
||||
a:hover {
|
||||
color: #555555;
|
||||
color: #5555ff;
|
||||
text-decoration: none;
|
||||
transition: color 1s;
|
||||
}
|
||||
#links {
|
||||
position: relative;
|
||||
float: left; width: 150px;
|
||||
float: left; width: 145px;
|
||||
margin: 2%; padding: 0px 0px 12px 0px;
|
||||
list-style: none;
|
||||
border: 1px solid white;
|
||||
border: 2px solid #270e24;
|
||||
border-radius: 10px;
|
||||
background-color: #82db82;
|
||||
background-color: #270e24;
|
||||
}
|
||||
|
||||
#links #header {
|
||||
background-color: #82db82;
|
||||
color: black;
|
||||
background-color: #270e24;
|
||||
color: gray; font-weight: bold;
|
||||
border-top-right-radius: 10px; border-top-left-radius: 10px;
|
||||
}
|
||||
|
||||
|
@ -48,11 +48,12 @@
|
|||
margin-left: auto; margin-right: auto;
|
||||
text-align: center; letter-spacing: 5px;
|
||||
font-family: monospace; font-weight: bold;
|
||||
color: white;
|
||||
color: gray;
|
||||
}
|
||||
</style>
|
||||
<title>++ H O M E ++</title>
|
||||
</head>
|
||||
<body>
|
||||
<body >
|
||||
<!-- Commonly visited links -->
|
||||
<ul id="links">
|
||||
<li id="header">Video</li>
|
||||
|
@ -73,15 +74,20 @@
|
|||
</ul>
|
||||
<ul id="links">
|
||||
<li id="header">News</li>
|
||||
<li>Feedly</li>
|
||||
<li>Hacker News</li>
|
||||
<li><a href="https://feedly.com">Feedly</a></li>
|
||||
<li><a href="https://news.ycombinator.com/">Hacker News</a></li>
|
||||
</ul>
|
||||
<ul id="links">
|
||||
<li id="header">Other</li>
|
||||
<li>Kingdom of Loathing</li>
|
||||
<li id="header">Audio</li>
|
||||
<li><a href="https://bandcamp.com/azulien">Bandcamp</a></li>
|
||||
<li><a href="https://www.pandora.com">Pandora</a></li>
|
||||
</ul>
|
||||
<ul id="links">
|
||||
<li id="header">???</li>
|
||||
<li id="header">Gaming</li>
|
||||
<li><a href="https://www.kingdomofloathing.com">
|
||||
Kingdom of Loathing</a></li>
|
||||
<li><a href="https://discordapp.com/channels/@me">Discord</a></li>
|
||||
<li><a href="https://vghd.slack.com/">VGHD Slack</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
<footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue