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>
|
<style>
|
||||||
html {
|
html {
|
||||||
background-color: #0e0e0e;
|
background-color: #0e0e0e;
|
||||||
color: #5555ff
|
color: #555555;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
position:absolute; left: 20%; right: 20%; top: 30%;
|
position:absolute; left: 20%; right: 20%; top: 30%;
|
||||||
margin-left: auto; margin-right: auto;
|
margin-left: auto; margin-right: auto;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #5555ff;
|
color: #555555;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: color 1s;
|
transition: color 1s;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #555555;
|
color: #5555ff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: color 1s;
|
transition: color 1s;
|
||||||
}
|
}
|
||||||
#links {
|
#links {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left; width: 150px;
|
float: left; width: 145px;
|
||||||
margin: 2%; padding: 0px 0px 12px 0px;
|
margin: 2%; padding: 0px 0px 12px 0px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
border: 1px solid white;
|
border: 2px solid #270e24;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: #82db82;
|
background-color: #270e24;
|
||||||
}
|
}
|
||||||
|
|
||||||
#links #header {
|
#links #header {
|
||||||
background-color: #82db82;
|
background-color: #270e24;
|
||||||
color: black;
|
color: gray; font-weight: bold;
|
||||||
border-top-right-radius: 10px; border-top-left-radius: 10px;
|
border-top-right-radius: 10px; border-top-left-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,9 +48,10 @@
|
||||||
margin-left: auto; margin-right: auto;
|
margin-left: auto; margin-right: auto;
|
||||||
text-align: center; letter-spacing: 5px;
|
text-align: center; letter-spacing: 5px;
|
||||||
font-family: monospace; font-weight: bold;
|
font-family: monospace; font-weight: bold;
|
||||||
color: white;
|
color: gray;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<title>++ H O M E ++</title>
|
||||||
</head>
|
</head>
|
||||||
<body >
|
<body >
|
||||||
<!-- Commonly visited links -->
|
<!-- Commonly visited links -->
|
||||||
|
@ -73,15 +74,20 @@
|
||||||
</ul>
|
</ul>
|
||||||
<ul id="links">
|
<ul id="links">
|
||||||
<li id="header">News</li>
|
<li id="header">News</li>
|
||||||
<li>Feedly</li>
|
<li><a href="https://feedly.com">Feedly</a></li>
|
||||||
<li>Hacker News</li>
|
<li><a href="https://news.ycombinator.com/">Hacker News</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul id="links">
|
<ul id="links">
|
||||||
<li id="header">Other</li>
|
<li id="header">Audio</li>
|
||||||
<li>Kingdom of Loathing</li>
|
<li><a href="https://bandcamp.com/azulien">Bandcamp</a></li>
|
||||||
|
<li><a href="https://www.pandora.com">Pandora</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul id="links">
|
<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>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue