Declare project as not longer maintained

main
Georg Krause 2020-05-22 10:05:06 +02:00
parent 19f06916cc
commit 47f740cbd9
2 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,22 @@
#outofservice {
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(100, 100, 100, 0.8);
z-index: 9999;
}
#outofservice h1 {
position: fixed;
top: 30%;
color: #FF5555;
left: 50%;
transform: translateY(-50%);
transform: translateX(-50%);
}
a { a {
color: white; color: white;
text-decoration: none; text-decoration: none;
@ -251,4 +270,4 @@ li.translations {
/* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */ /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */
padding-top: 56.25%; padding-top: 56.25%;
position: relative; position: relative;
} }

View File

@ -31,6 +31,7 @@
</head> </head>
<body> <body>
<div id="outofservice"><h1>This project is no longer maintained.</h1></div>
<div class="header"> <div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed pure-g custom-wrapper" id="menu"> <div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed pure-g custom-wrapper" id="menu">
@ -114,4 +115,4 @@
</body> </body>
</html> </html>