home: move styles to shared/
This commit is contained in:
parent
a43e646432
commit
4ba4d9fee8
3 changed files with 32 additions and 35 deletions
|
@ -5,6 +5,7 @@
|
|||
<head>
|
||||
|
||||
<title>lottepup.space</title>
|
||||
<link rel="stylesheet" href="/shared/main.css" />
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -39,38 +40,3 @@
|
|||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
<style>
|
||||
|
||||
* {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: black;
|
||||
color: #ffc0cb;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
1
home/shared
Symbolic link
1
home/shared
Symbolic link
|
@ -0,0 +1 @@
|
|||
../shared
|
30
shared/main.css
Normal file
30
shared/main.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
* {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: black;
|
||||
color: #ffc0cb;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue