UNPKG

theimaginaryproject

Version:

The making of a lifetime, or something like that.

73 lines 1.13 kB
h1 { text-align: center; color: white; } p { text-align: center; color: white; font-family: serif; } body { background-color: black; } pre { text-align: center; font-family: serif; color: white; letter-spacing: normal; word-spacing: normal; } .topnav { background-color: #333; overflow: hidden; } .topnav a { float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: #ddd; color: black; } .topnav a.active { background-color: maroon; color: white; } .button { padding: 15px 15px; background-color: maroon; color: white; border: none; text-decoration: none; } .button:hover { background-color: white; color: black; cursor: auto; } .download { padding: 15px 15px; background-color: blue; color: white; border: none; text-decoration: none; } .download:hover { background-color: red; cursor: pointer; } pre { font-family: serif; text-align: center; } .CONF { padding: 15px 15px; color: white; background-color: maroon; border: none; text-align: center; }