Remove most mentions of pmOS / make them optional
This commit is contained in:
parent
197aa05da3
commit
c1eafe0f8f
6 changed files with 68 additions and 66 deletions
57
src/homepage/head.html
Normal file
57
src/homepage/head.html
Normal file
|
@ -0,0 +1,57 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to Firefox on @DISTRO@</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
h1, h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: normal;
|
||||
color: #555;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.8em;
|
||||
margin-top: 40px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
h2 {
|
||||
margin-top: 30px;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
p, ul{
|
||||
margin-top:0;
|
||||
line-height:180%;
|
||||
}
|
||||
a {
|
||||
color:#009900;
|
||||
background: #eeeeee;
|
||||
border-bottom: 2px solid #009900;
|
||||
text-decoration: none;
|
||||
padding: 2px;
|
||||
}
|
||||
.distro-links {
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.text {
|
||||
margin-top: 30px;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
.text a {
|
||||
background: none;
|
||||
text-decoration: underline;
|
||||
border-bottom: none;
|
||||
color: black;
|
||||
padding: 0px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Welcome to Firefox on @DISTRO@
|
||||
</h1>
|
Loading…
Add table
Add a link
Reference in a new issue