css addead to head to avoid FOUC

This commit is contained in:
moneroexamples 2016-04-14 18:32:16 +08:00
parent a3aaa3f997
commit 2f00d1342e
1 changed files with 51 additions and 1 deletions

View File

@ -6,7 +6,57 @@
<meta http-equiv="refresh" content="10">
{{/refresh}}
<title>Onion Monero Explorer</title>
<link rel="stylesheet" type="text/css" href="/css/style.css">
<!--<link rel="stylesheet" type="text/css" href="/css/style.css">-->
<style type="text/css">
body {
margin: 0;
padding: 0;
color: white;
background-color: black;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
.center {
margin: auto;
width: 96%;
/*border: 1px solid #73AD21;
padding: 10px;*/
}
tr {
font-family: "Lucida Console", Monaco, monospace;
font-size : 12px;
height: 22px;
}
td {
text-align: center;
}
a:link {
text-decoration: none;
color: white;
}
a:visited {
text-decoration: none;
color: white;
}
a:hover {
text-decoration: underline;
color: white;
}
a:active {
text-decoration: none;
color: white;
}
</style>
</head>
<body>
<div>