FONT MONSERRAT ROBOTO Title and menu
This commit is contained in:
parent
69acd7f67d
commit
f3b6e90fa5
8 changed files with 55 additions and 36 deletions
BIN
html/css/font/Montserrat-Regular.ttf
Normal file
BIN
html/css/font/Montserrat-Regular.ttf
Normal file
Binary file not shown.
BIN
html/css/font/Montserrat-Regular.woff
Normal file
BIN
html/css/font/Montserrat-Regular.woff
Normal file
Binary file not shown.
BIN
html/css/font/Roboto-Light.ttf
Normal file
BIN
html/css/font/Roboto-Light.ttf
Normal file
Binary file not shown.
BIN
html/css/font/Roboto-Regular.ttf
Normal file
BIN
html/css/font/Roboto-Regular.ttf
Normal file
Binary file not shown.
BIN
html/css/font/Roboto-Regular.woff2
Normal file
BIN
html/css/font/Roboto-Regular.woff2
Normal file
Binary file not shown.
|
|
@ -2,6 +2,25 @@
|
||||||
/**
|
/**
|
||||||
* Use a font
|
* Use a font
|
||||||
*/
|
*/
|
||||||
|
@font-face {
|
||||||
|
font-family: "roboto light";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
src:url('./font/Roboto-Light.ttf') format('truetype')
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "roboto regular";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
src:url('./font/Roboto-Regular.ttf') format('truetype'),
|
||||||
|
url('./font/Roboto-Regular.woff2') format('woff2');
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Montserrat Regular';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
src: local('Montserrat Regular'), url('./font/Montserrat-Regular.woff') format('woff');
|
||||||
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'SansationLight';
|
font-family: 'SansationLight';
|
||||||
src: url('./font/SansationLight/SansationLight.eot');
|
src: url('./font/SansationLight/SansationLight.eot');
|
||||||
|
|
@ -22,7 +41,7 @@ BODY {
|
||||||
font-family: 'OpenSansRegular' ,Arial, Helvetica, "Liberation Sans" , FreeSans, sans-serif !important;
|
font-family: 'OpenSansRegular' ,Arial, Helvetica, "Liberation Sans" , FreeSans, sans-serif !important;
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
color:darkblue !important;
|
color:navy !important;
|
||||||
background-color:#FCFDFD;
|
background-color:#FCFDFD;
|
||||||
--hover : rgba(108, 130, 208, 0.9);
|
--hover : rgba(108, 130, 208, 0.9);
|
||||||
--border-size:6px;
|
--border-size:6px;
|
||||||
|
|
@ -30,6 +49,9 @@ BODY {
|
||||||
--input-color:#4b4b91;
|
--input-color:#4b4b91;
|
||||||
--color-red:Crimson;
|
--color-red:Crimson;
|
||||||
--color-blue2: cornflowerblue;
|
--color-blue2: cornflowerblue;
|
||||||
|
--font-button:'roboto light';
|
||||||
|
--font-super:'roboto regular';
|
||||||
|
--font-title:'Montserrat Regular';
|
||||||
}
|
}
|
||||||
input{
|
input{
|
||||||
font-family: 'OpenSansRegular';
|
font-family: 'OpenSansRegular';
|
||||||
|
|
@ -110,7 +132,8 @@ h2.title {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
/* font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;*/
|
||||||
|
font-family:var(--font-title) !important;
|
||||||
color:white;
|
color:white;
|
||||||
background-color:#9fbcd6;
|
background-color:#9fbcd6;
|
||||||
/*! margin:1px; */
|
/*! margin:1px; */
|
||||||
|
|
@ -329,7 +352,7 @@ div.lmenu {
|
||||||
div.recherche_form{
|
div.recherche_form{
|
||||||
width:700px;
|
width:700px;
|
||||||
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
||||||
font-family: 'SansationLight';
|
font-family: 'var(--font-button)';
|
||||||
border-style:outset;
|
border-style:outset;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
|
|
||||||
|
|
@ -379,7 +402,7 @@ table.document {
|
||||||
table.document th{
|
table.document th{
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
||||||
font-family: 'SansationLight';
|
font-family: 'var(--font-button)';
|
||||||
border-bottom:2px solid #0000FF;
|
border-bottom:2px solid #0000FF;
|
||||||
border-top:0px;
|
border-top:0px;
|
||||||
color:#202267;
|
color:#202267;
|
||||||
|
|
@ -998,12 +1021,13 @@ background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f
|
||||||
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
|
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
|
||||||
color: #746B6B;
|
color: #746B6B;
|
||||||
font-family: SansationLight;
|
font-family: var(--font-button);
|
||||||
font-size: 0.80rem;
|
font-size: 0.80rem;
|
||||||
|
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
color: navy;
|
color: navy;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
|
font-family: "roboto light";
|
||||||
}
|
}
|
||||||
a#anchorbutton:hover, .button:hover,a.button:hover,div.content a.button:hover {
|
a#anchorbutton:hover, .button:hover,a.button:hover,div.content a.button:hover {
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
|
@ -1020,7 +1044,7 @@ a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton {
|
||||||
font-family: arial,verdana,sans-serif,helvetica;
|
font-family: arial,verdana,sans-serif,helvetica;
|
||||||
font-size:85%;
|
font-size:85%;
|
||||||
font-size:0.85rem;
|
font-size:0.85rem;
|
||||||
font-family: SansationLight;
|
font-family: var(--font-button);
|
||||||
border-style: ridge ;
|
border-style: ridge ;
|
||||||
border-color: grey ;
|
border-color: grey ;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
|
|
@ -1034,7 +1058,7 @@ a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton {
|
||||||
/*! border-radius: 1px; */
|
/*! border-radius: 1px; */
|
||||||
/*! -moz-border-radius: 2px; */
|
/*! -moz-border-radius: 2px; */
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
font-family: SansationLight;
|
font-family: var(--font-button);
|
||||||
background: lightgray;
|
background: lightgray;
|
||||||
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
|
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
|
||||||
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
|
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
|
||||||
|
|
@ -1054,14 +1078,15 @@ background: -moz-linear-gradient(top, #f6f6f6 0%, #e1e1e1 50%, #f1f1f1 51%, #fff
|
||||||
background: -webkit-linear-gradient(top, #f6f6f6 0%,#e1e1e1 50%,#f1f1f1 51%,#ffffff 100%);
|
background: -webkit-linear-gradient(top, #f6f6f6 0%,#e1e1e1 50%,#f1f1f1 51%,#ffffff 100%);
|
||||||
background: linear-gradient(to bottom, #f6f6f6 0%,#e1e1e1 50%,#f1f1f1 51%,#ffffff 100%);
|
background: linear-gradient(to bottom, #f6f6f6 0%,#e1e1e1 50%,#f1f1f1 51%,#ffffff 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
|
||||||
font-family: SansationLight;
|
font-family: var(--font-button);
|
||||||
/*border-style: inset ;*/
|
/*border-style: inset ;*/
|
||||||
/*! border-color: darkblue; */
|
/*! border-color: darkblue; */
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
border-color: orange;
|
border-color: orange;
|
||||||
}
|
}
|
||||||
a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton .button {
|
a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton .button {
|
||||||
font-family: SansationLight;
|
font-family: var(--font-button);
|
||||||
|
|
||||||
}
|
}
|
||||||
td.tool {
|
td.tool {
|
||||||
border: 1px grey solid ;
|
border: 1px grey solid ;
|
||||||
|
|
@ -1175,7 +1200,7 @@ div.inner_box {
|
||||||
background-color: #DCE1EF;
|
background-color: #DCE1EF;
|
||||||
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
||||||
font-family: 'OpenSansRegular';
|
font-family: 'OpenSansRegular';
|
||||||
/*! font-family: 'SansationLight'; */
|
/*! font-family: 'var(--font-button)'; */
|
||||||
/*! padding:2px; */
|
/*! padding:2px; */
|
||||||
margin:0px;
|
margin:0px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|
@ -1194,7 +1219,7 @@ div.inner_box {
|
||||||
background-color: #DCE1EF;
|
background-color: #DCE1EF;
|
||||||
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
||||||
font-family: 'OpenSansRegular';
|
font-family: 'OpenSansRegular';
|
||||||
/*! font-family: 'SansationLight'; */
|
/*! font-family: 'var(--font-button)'; */
|
||||||
/*! padding:2px; */
|
/*! padding:2px; */
|
||||||
margin:0px;
|
margin:0px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|
@ -1526,10 +1551,10 @@ div.content a.nav:hover img,a.nav:hover img {
|
||||||
width:100%;
|
width:100%;
|
||||||
top:0px;
|
top:0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-variant:small-caps;
|
|
||||||
font-weight: bolder;
|
|
||||||
position : absolute;
|
position : absolute;
|
||||||
z-index:-1;
|
z-index:-1;
|
||||||
|
font-family: "Montserrat Regular";
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 955px) {
|
@media only screen and (min-width: 955px) {
|
||||||
#dossier {
|
#dossier {
|
||||||
|
|
@ -1740,7 +1765,8 @@ div#modele_op_div{
|
||||||
div#preference_div {
|
div#preference_div {
|
||||||
background-color:#e4e7ed;
|
background-color:#e4e7ed;
|
||||||
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
||||||
font-family: 'SansationLight';
|
font-family: 'openSansRegular';
|
||||||
|
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|
@ -1775,8 +1801,7 @@ div#modele_op_div{
|
||||||
}
|
}
|
||||||
div#preference_div {
|
div#preference_div {
|
||||||
background-color:#e4e7ed;
|
background-color:#e4e7ed;
|
||||||
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
|
||||||
font-family: 'openSansRegular';
|
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|
@ -1805,8 +1830,7 @@ div#preference_div {
|
||||||
div#modele_op_div{
|
div#modele_op_div{
|
||||||
display: none;
|
display: none;
|
||||||
background-color:#e4e7ed;
|
background-color:#e4e7ed;
|
||||||
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
|
||||||
font-family: 'SansationLight';
|
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|
@ -1819,8 +1843,6 @@ div#preference_div {
|
||||||
}
|
}
|
||||||
div#preference_div {
|
div#preference_div {
|
||||||
background-color:#e4e7ed;
|
background-color:#e4e7ed;
|
||||||
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
|
||||||
font-family: 'SansationLight';
|
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|
@ -1860,8 +1882,6 @@ div.inner_box tr.odd {
|
||||||
}
|
}
|
||||||
div#bookmark_div {
|
div#bookmark_div {
|
||||||
background-color:#e4e7ed;
|
background-color:#e4e7ed;
|
||||||
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
|
|
||||||
font-family: 'SansationLight';
|
|
||||||
padding:2px;
|
padding:2px;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|
@ -2059,13 +2079,13 @@ li.tabs_selected {
|
||||||
background: linear-gradient(to bottom, #C2E3FC 0%,#6393c1 100%); /* W3C */
|
background: linear-gradient(to bottom, #C2E3FC 0%,#6393c1 100%); /* W3C */
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2E3FC', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2E3FC', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
|
||||||
color:whitesmoke;
|
color:whitesmoke;
|
||||||
margin-left: 2px;
|
|
||||||
border-top-left-radius: 10px;
|
border-top-left-radius: 10px;
|
||||||
border-bottom-right-radius: 10px;
|
border-bottom-right-radius: 10px;
|
||||||
border:1px #879ed4 solid;
|
border:1px #879ed4 solid;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
float:left;
|
float:left;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
|
margin: 2px 3px 3px 3px;
|
||||||
|
|
||||||
}
|
}
|
||||||
li.tabs {
|
li.tabs {
|
||||||
|
|
@ -2277,7 +2297,6 @@ table.vert_mtitle td {
|
||||||
border : 1px solid #99B1DF;
|
border : 1px solid #99B1DF;
|
||||||
background-color:#EDEDED;
|
background-color:#EDEDED;
|
||||||
border-radius:20px 20px 0px 0px;
|
border-radius:20px 20px 0px 0px;
|
||||||
font-family: SansationLight;
|
|
||||||
}
|
}
|
||||||
table.vert_mtitle td a{
|
table.vert_mtitle td a{
|
||||||
padding : 20px;
|
padding : 20px;
|
||||||
|
|
@ -2527,7 +2546,7 @@ width: 85%;
|
||||||
/*! background-position: left; */
|
/*! background-position: left; */
|
||||||
font-size:85%;
|
font-size:85%;
|
||||||
font-size:0.85rem;
|
font-size:0.85rem;
|
||||||
font-family: SansationLight;
|
font-family: var(--font-button);
|
||||||
border-style: ridge ;
|
border-style: ridge ;
|
||||||
border-color: grey ;
|
border-color: grey ;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
|
|
@ -2538,7 +2557,7 @@ width: 85%;
|
||||||
margin-top:3px;
|
margin-top:3px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
margin:1px 2px 1px 2px;
|
margin:1px 2px 1px 2px;
|
||||||
font-family: SansationLight;
|
|
||||||
background: lightgray;
|
background: lightgray;
|
||||||
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
|
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
|
||||||
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
|
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
|
||||||
|
|
@ -3351,6 +3370,7 @@ margin:1px;
|
||||||
.nav-pills .nav-link.active {
|
.nav-pills .nav-link.active {
|
||||||
background-color: #506cb8 !important;
|
background-color: #506cb8 !important;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
font-family: "Montserrat";
|
||||||
}
|
}
|
||||||
.nav-pills .nav-link {
|
.nav-pills .nav-link {
|
||||||
color:white ;
|
color:white ;
|
||||||
|
|
@ -3722,7 +3742,7 @@ span.widget-name {
|
||||||
margin-top:2vh;
|
margin-top:2vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: stretch;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
row-gap: 20px;
|
row-gap: 20px;
|
||||||
column-gap: 20px;
|
column-gap: 20px;
|
||||||
|
|
@ -3791,10 +3811,10 @@ h2.h-section {
|
||||||
color: navy;
|
color: navy;
|
||||||
border: 1px steelblue solid;
|
border: 1px steelblue solid;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-family: OpenSansRegular;
|
font-family: var(--font-title);
|
||||||
}
|
}
|
||||||
.super {
|
.super {
|
||||||
font-family: SansationLight;
|
font-family: var(--font-super);
|
||||||
vertical-align: super;
|
vertical-align: super;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
font-variant-caps: normal;
|
font-variant-caps: normal;
|
||||||
|
|
@ -3900,11 +3920,6 @@ h2.h-section {
|
||||||
background-color:yellow;
|
background-color:yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-70 {
|
|
||||||
font-size:70% !important;
|
|
||||||
vertical-align: super;
|
|
||||||
}
|
|
||||||
|
|
||||||
#info_admin {
|
#info_admin {
|
||||||
font-size:140%;
|
font-size:140%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -3921,3 +3936,7 @@ h2.h-section {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-pills {
|
||||||
|
font-family:var(--font-title) !important;
|
||||||
|
}
|
||||||
|
|
@ -449,7 +449,7 @@ if ( isset($_GET['view'] ) )
|
||||||
// label + warning if the saldo is incorrect
|
// label + warning if the saldo is incorrect
|
||||||
$label=$r['label'];
|
$label=$r['label'];
|
||||||
if ( $type_account->selected && isset ($r['type'])) {
|
if ( $type_account->selected && isset ($r['type'])) {
|
||||||
$label .= sprintf("<span class=\"text-70 text-muted\">(%s)</span>",$r['type']);
|
$label .= sprintf("<span class=\"super text-muted\">(%s)</span>",$r['type']);
|
||||||
}
|
}
|
||||||
if (isset ($r['type']) && in_array($r['type'],array('CHA','ACT','PASINV','PROINV')) && $r['sum_deb']<$r['sum_cred'])
|
if (isset ($r['type']) && in_array($r['type'],array('CHA','ACT','PASINV','PROINV')) && $r['sum_deb']<$r['sum_cred'])
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1723,7 +1723,7 @@ function MaintenanceMode($p_file)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief returns an double array with the error found and code , if the count is 0 then the password is very string, 5 means it is
|
* @brief returns an double array with the error found and code , if the count is 0 then the password is very strong, 5 means it is
|
||||||
* empty ,4 weak, ... the array contains the errors, [msg]=>array message [code] => array of code
|
* empty ,4 weak, ... the array contains the errors, [msg]=>array message [code] => array of code
|
||||||
* Codes are
|
* Codes are
|
||||||
* - 1 : too short
|
* - 1 : too short
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue