Default site CSS slightly beautified

This commit is contained in:
Jérémy Lecour 2017-07-06 14:56:44 +02:00 committed by Jérémy Lecour
parent 553025d199
commit 0fdc1565a8

View file

@ -6,50 +6,49 @@
<link rel="icon" type="image/ico" href="img/favicon.ico" />
<title>{{ ansible_hostname }}</title>
<style type="text/css">
body, html {
margin: auto;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
border-top: #86CBE7 solid 1px;
}
#container {
padding-top: 20px;
width: 500px;
margin: auto;
overflow: hidden;
}
h1.hostname {
padding-top: 50px;
color: #373637;
border-bottom: 1px solid #a9a9a9;
background-image: url(./img/background-top.png);
background-repeat: no-repeat;
background-position: 245px 5px;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li:before
{
content: "• ";
color: #373637;
}
a {
color: #86CBE7;
text-decoration: none;
}
a:hover {
color: #373637;
text-decoration: none;
}
p.footer {
border-top: 1px solid #a9a9a9;
padding-top: 5px;
font-size: 12px;
text-align: right;
}
body, html {
margin: auto;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
border-top: #86CBE7 solid 1px;
}
#container {
padding-top: 20px;
width: 500px;
margin: auto;
overflow: hidden;
}
h1.hostname {
padding-top: 50px;
color: #373637;
border-bottom: 1px solid #a9a9a9;
background-image: url(./img/background-top.png);
background-repeat: no-repeat;
background-position: 245px 5px;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li:before {
content: "• ";
color: #373637;
}
a {
color: #86CBE7;
text-decoration: none;
}
a:hover {
color: #373637;
text-decoration: none;
}
p.footer {
border-top: 1px solid #a9a9a9;
padding-top: 5px;
font-size: 12px;
text-align: right;
}
</style>
</head>
<body>