AEOS Calvarium v0.5

This commit is contained in:
OverSu 2026-08-26 17:23:29 +02:00
commit 1fa8b9e152
177 changed files with 2936 additions and 3386 deletions

8
themes/defaut/base.php Executable file → Normal file
View file

@ -3,19 +3,17 @@
<div id="General">
<div id="Header">
<h1><?php echo AEOS_NAME; ?></h1>
<p><?php echo AEOS_DESC; ?></p>
<h2><?php echo AEOS_DESC; ?></h2>
<ul class="Menu">
<?php require_once('core/menu.php'); ?>
</ul>
</div>
<div id="Corps">
<p>
<?php require_once('core/base.php'); ?>
</p>
</div>
<div id="Footer">
<p>
<?php require_once('core/footer.php'); ?>

0
themes/defaut/config.xml Executable file → Normal file
View file

0
themes/defaut/edition.php Executable file → Normal file
View file

0
themes/defaut/images/favicon_aeos.ico Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

26
themes/defaut/maintenance.php Executable file → Normal file
View file

@ -1,12 +1,24 @@
<?php (SECURITY)?die():FALSE; ?>
<!-- Maintenance -->
<body>
<div id="content">
<div id="center">
<!-- Affichage du message en cas de maintenance -->
<p><?php echo AEOS_MAINTMSG; ?></p>
<div id="General">
<div id="Header">
<h1><?php echo AEOS_NAME; ?></h1>
<h2><?php echo AEOS_DESC; ?></h2>
</div>
<div id="left"></div>
</div>
<div id="Corps">
<!-- Affichage du message en cas de maintenance -->
<p><?php echo AEOS_MAINTMSG; ?></p>
</div>
<div id="Footer">
<p>
<?php require_once('core/footer.php'); ?>
</p>
</div>
</div>
</body>
</html>
</html>

0
themes/defaut/modification.xml Executable file → Normal file
View file

87
themes/defaut/styles.css Executable file → Normal file
View file

@ -1,86 +1,37 @@
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
* {margin:0; padding:0;}
a {color:#4f97ea; text-decoration:none;}
body,html
{
font-family: Arial, sans-serif;
font-family: "Roboto", sans-serif;
font-size: 12px;
color: #666;
background:#ecf0f1;
}
#General {width:100%;}
#Header
{
overflow: hidden;
margin-bottom: 15px;
border-bottom: 5px solid #D8D8D8;
background: #3cbae3; /* Old browsers */
background: -moz-linear-gradient(top, #3cbae3 0%, #1389cb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cbae3), color-stop(100%,#1389cb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3cbae3 0%,#1389cb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3cbae3 0%,#1389cb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3cbae3 0%,#1389cb 100%); /* IE10+ */
background: linear-gradient(to bottom, #3cbae3 0%,#1389cb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cbae3', endColorstr='#1389cb',GradientType=0 ); /* IE6-9 */
}
#Header h1{width: 960px; color: #fff; font-weight: normal; margin: 30px auto 5px auto;}
#Header p {width: 960px; color: #fff; margin: 5px auto 15px auto;}
#Header {width:100%; margin:0 auto 0; border-bottom: 5px solid #D8D8D8; background: #4f97ea;}
#Header h1, #Header h2 {width:60%; margin:0 auto 0; color: #fff; font-weight: normal;}
#Header h1 {padding:20px 0 0 0;}
#Header h2 {font-size:inherit; padding:0 0 20px 0;}
ul.Menu
{
width: 960px;
margin: 0 auto;
list-style-type: none;
background: rgba(255, 255, 255, 0.3);
overflow: hidden;
}
ul.Menu li a
{
color: #fff;
text-decoration: none;
padding: 10px;
display: block;
}
ul.Menu {width:60%; margin: 0 auto 0; list-style-type: none; background: rgba(255, 255, 255, 0.3); overflow: hidden;}
ul.Menu li a {color: #fff; padding: 10px; display: block;}
ul.Menu li{float: left;margin-right: 5px;}
ul.Menu li a:hover{color: #4b537a;}
#Corps
{
width: 960px;
margin: 0 auto 0;
margin-bottom: 30px;
overflow: hidden;
}
#Corps {width:60%; margin: 0 auto 30px; background: #FFFFFF; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);}
#Corps p:first-child {padding-top:15px;}
#Corps p {padding:0 15px 0 15px; margin-bottom:15px;}
#Corps p:last-child {padding-bottom:15px;}
#Footer{clear: both; text-align: center;}
#Footer a {color:#33AFDE; text-decoration:none;}
#DeadZone
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.5;
opacity:.50;
filter: alpha(opacity=50);
overflow:hidden;
}
#LifeZone
{
position: absolute;
top: 25%;
left: 50%;
width: 350px;
height: 295px;
padding: 16px;
border: 3px solid #1367BB;
background-color: white;
z-index:1002;
margin:0 0 0 -175px;
}
#DeadZone {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; z-index:1001; -moz-opacity: 0.5; opacity:.50; filter: alpha(opacity=50); overflow:hidden;}
#LifeZone {position: absolute; top: 25%; left: 50%; width: 350px; height: 295px; padding: 16px; border: 3px solid #1367BB; background-color: white; z-index:1002; margin:0 0 0 -175px;}
#LifeZone h1 {font-size:23px; color:#1367BB; margin:0 0 30px 0;}
#LifeZone p {text-align:center; line-height:14px;}
#LifeZone img {margin:0 0 20px 0;}
#LifeZone a {color:#1367BB; text-decoration:none;}
#LifeZone a {color:#1367BB; text-decoration:none;}