aggiunto un font, colori di base e l'icona
This commit is contained in:
parent
08e714f6e2
commit
9a1f23d3b5
1 changed files with 27 additions and 8 deletions
|
@ -17,7 +17,11 @@
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'bebasneue_bold';
|
||||||
|
src: url('./bebasneue_bold-webfont.woff2') format('woff2'),
|
||||||
|
url('./bebasneue_bold-webfont.woff') format('woff');
|
||||||
|
}
|
||||||
/* A bit custom styling */
|
/* A bit custom styling */
|
||||||
.ui-listview li .ui-btn p {
|
.ui-listview li .ui-btn p {
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
|
@ -608,7 +612,6 @@ body, input, select, textarea, button, .ui-btn{
|
||||||
* icone search
|
* icone search
|
||||||
*/
|
*/
|
||||||
.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
|
.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
|
||||||
background-color: #FF0000 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -616,7 +619,6 @@ body, input, select, textarea, button, .ui-btn{
|
||||||
*/
|
*/
|
||||||
.indietro.ui-btn
|
.indietro.ui-btn
|
||||||
{
|
{
|
||||||
background: #ff0000 !important;
|
|
||||||
box-shadow: 5px 5px 5px #AAA;
|
box-shadow: 5px 5px 5px #AAA;
|
||||||
border:solid 2px #fff !important;
|
border:solid 2px #fff !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
|
@ -720,7 +722,7 @@ img.minilogo {
|
||||||
}
|
}
|
||||||
|
|
||||||
#project li p.title {
|
#project li p.title {
|
||||||
color: #c53f33 !important;
|
color: #000 !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -749,10 +751,10 @@ img.minilogo {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-family: 'titilliumlight';
|
font-family: 'bebasneue_bold';
|
||||||
font-size: 1.8em;
|
font-size: 2em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #c53f33;
|
color: #000;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
}
|
}
|
||||||
p.elements{margin:0px 1.5em !important;
|
p.elements{margin:0px 1.5em !important;
|
||||||
|
@ -1210,7 +1212,7 @@ p:has(> img.panel_logo){
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav2 {
|
#nav2 {
|
||||||
background-color: orange;
|
background-color: #d4d6d6;
|
||||||
max-height: 70px;
|
max-height: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10310,3 +10312,20 @@ body.dark-skin .tie-instagram.default-skin a:hover{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* seconda versione grafica dell'app*/
|
||||||
|
|
||||||
|
.ui-icon-bars::after {
|
||||||
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADwAAAA8ABA9l7mgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADYSURBVGiB7dg9CsJAEIbhN/61VjYexBN4DgUrC+3EVo8hBGz0GJ7Ak2hpLf4UEtgMRhKEbAa+B6ZYdouZqT4WRERERMSrxJz7wA4YA+3626nkAZyAOXArerQGXs5qFQ7QMgNdSu2mWa7hoWMuD0AXGNXWzn/OwDF2EyIiIhmb5XrABl9Zbgvcix4tiZ/NqtYiHMBmuWeZ1TRMrmeb5VJgiK8sl8ZuQkREJGOzXALM8JXl9nwi0FdT4mezqjUJB7BZblBqN82S67noK9hTlvv5FSwiIiIifrwBMqedog+Yi1YAAAAASUVORK5CYII=") !important;
|
||||||
|
}
|
||||||
|
.ui-btn-icon-left::after, .ui-btn-icon-right::after, .ui-btn-icon-top::after, .ui-btn-icon-bottom::after, .ui-btn-icon-notext::after {
|
||||||
|
margin-top:-5px;
|
||||||
|
width: 33px !important;
|
||||||
|
height: 26px !important;
|
||||||
|
background-color: rgba(0,0,0,0) !important;
|
||||||
|
}
|
||||||
|
.ui-btn-icon-left::after{
|
||||||
|
border-radius:0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
|
||||||
|
background-color: #fafafa !important;}
|
Loading…
Reference in a new issue