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