Fix chiamata ad immagine in bg non esistente. Fix Colore scritta del bottone indietro. Indentato
This commit is contained in:
parent
28a32089e4
commit
ad8c25afa1
1 changed files with 47 additions and 44 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
/* First breakpoint is 48em (768px). 3 column layout. Tiles 250x250 pixels incl. margin at the breakpoint. */
|
||||
body{
|
||||
background: url("sfondo.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
|
||||
/*background: url("sfondo.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;*/
|
||||
}
|
||||
|
||||
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
|
||||
|
@ -395,62 +395,65 @@
|
|||
max-width: 100%;
|
||||
|
||||
}
|
||||
.ombra
|
||||
{
|
||||
|
||||
.ombra {
|
||||
box-shadow:10px 10px 15px #888;
|
||||
}
|
||||
.ui-navbar li:last-child .ui-btn {
|
||||
|
||||
color: black !important;
|
||||
}
|
||||
.ui-navbar li:last-child .ui-btn {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.letterlink {
|
||||
background-color: white;
|
||||
border-bottom: solid 1px #666;
|
||||
box-shadow: 2px 2px 2px 0px #666;
|
||||
margin-top: -5px;
|
||||
}
|
||||
.ui-footer li:last-child .ui-btn {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
ul.letterlink li {
|
||||
display: inline-block;
|
||||
font-size: 2em;
|
||||
text-transform: uppercase;
|
||||
color: red;
|
||||
padding: 2px 0.2em;
|
||||
}
|
||||
.letterlink {
|
||||
background-color: white;
|
||||
border-bottom: solid 1px #666;
|
||||
box-shadow: 2px 2px 2px 0px #666;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
ul.letterlink li a.ui-link {
|
||||
color: red !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
ul.letterlink li {
|
||||
display: inline-block;
|
||||
font-size: 2em;
|
||||
text-transform: uppercase;
|
||||
color: red;
|
||||
padding: 2px 0.2em;
|
||||
}
|
||||
|
||||
.listatovirgole.listevoci ul li a {
|
||||
text-transform: initial;
|
||||
font-size: 1.4em !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
ul.letterlink li a.ui-link {
|
||||
color: red !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.listatovirgole ul li small,
|
||||
.listatovirgole.listevoci ul li small {
|
||||
font-size: 0.8em !important;
|
||||
}
|
||||
.listatovirgole.listevoci ul li a {
|
||||
text-transform: initial;
|
||||
font-size: 1.4em !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.gifloader:nth-child(2) {
|
||||
display: none;
|
||||
}
|
||||
.listatovirgole ul li small,
|
||||
.listatovirgole.listevoci ul li small {
|
||||
font-size: 0.8em !important;
|
||||
}
|
||||
|
||||
img.gifloader:nth-child(3) {
|
||||
display: none;
|
||||
}
|
||||
.gifloader:nth-child(2) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ul.aindex.downnav.ui-grid-b {
|
||||
height: 13px;
|
||||
}
|
||||
img.gifloader:nth-child(3) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.letterlink {
|
||||
padding: 0px 1.5em;
|
||||
}
|
||||
ul.aindex.downnav.ui-grid-b {
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
.letterlink {
|
||||
padding: 0px 1.5em;
|
||||
}
|
||||
|
||||
/*paginazione*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue