Cosmetic and remove other stylesheets

This commit is contained in:
sparkyx 2021-05-29 19:09:43 +02:00
parent 2fca23e67b
commit b77ade6941
6 changed files with 11 additions and 5019 deletions

File diff suppressed because it is too large Load diff

View file

@ -24,8 +24,6 @@ BODY {
padding : 0px; padding : 0px;
margin:0px; margin:0px;
color:darkblue !important; color:darkblue !important;
/*font-size:0.9em;
font-size:0.95rem;*/
background-color:#FCFDFD; background-color:#FCFDFD;
} }
input{ input{
@ -2283,7 +2281,7 @@ td.selectedmenu {
font-variant: small-caps; font-variant: small-caps;
padding: 13px 20px 13px 20px; padding: 13px 20px 13px 20px;
margin-top:20px; margin-top:20px;
background-color:#484954; background-color:#141d77;
color:#FE8300; color:#FE8300;
} }
/* /*

File diff suppressed because it is too large Load diff

View file

@ -215,7 +215,7 @@ if (isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
?> ?>
<div > <div >
<div class="d-sm-block"> <div class="d-sm-block">
<IMG SRC="image/logo9000.png" id="logo_id" alt="NOALYSS"> <a href="https://www.noalyss.eu"><IMG SRC="image/logo9000.png" id="logo_id" alt="NOALYSS"></a>
</div> </div>
<div class="container"> <div class="container">

View file

@ -118,7 +118,7 @@ if ( ! defined ("SYSINFO_DISPLAY")) {
} }
define ("DBVERSION",161); define ("DBVERSION",161);
define ("MONO_DATABASE",25); define ("MONO_DATABASE",25);
define ("DBVERSIONREPO",19); define ("DBVERSIONREPO",20);
define ('NOTFOUND','--not found--'); define ('NOTFOUND','--not found--');
define ("MAX_COMPTE",4); define ("MAX_COMPTE",4);
define ('MAX_ARTICLE',5); define ('MAX_ARTICLE',5);

View file

@ -0,0 +1,8 @@
begin;
update user_global_pref set parameter_value='Classic7' where parameter_type='THEME';
delete from theme where the_name != 'Classic7';
select upgrade_repo(20);
commit;