Ancora pulizia CSS
This commit is contained in:
@@ -1,203 +0,0 @@
|
||||
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
font-family: Verdana, Arial;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
/* remember to define focus styles! */
|
||||
:focus
|
||||
{
|
||||
outline: 0;
|
||||
}
|
||||
body
|
||||
{
|
||||
line-height: 1;
|
||||
color: black;
|
||||
background: white;
|
||||
}
|
||||
ol, ul
|
||||
{
|
||||
list-style: none;
|
||||
}
|
||||
/* tables still need 'cellspacing="0"' in the markup */
|
||||
table
|
||||
{
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
}
|
||||
caption, th, td
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
blockquote:before, blockquote:after, q:before, q:after
|
||||
{
|
||||
content: "";
|
||||
}
|
||||
blockquote, q
|
||||
{
|
||||
quotes: "" "";
|
||||
}
|
||||
|
||||
|
||||
.fullscreen
|
||||
{
|
||||
display: block; /*set the div in the top-left corner of the screen*/ /*position: absolute;*/ /* COMMENTATA per iExplorer */
|
||||
top: 0;
|
||||
left: 0; /*set the width and height to 100% of the screen*/
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.bottomWrite
|
||||
{
|
||||
vertical-align: bottom;
|
||||
border-top: #0D0083 1px solid;
|
||||
margin-top: 2px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
.smallText
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
/* area menù top */
|
||||
.topMenu
|
||||
{
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.topTitle
|
||||
{
|
||||
color: #663300;
|
||||
font-family: Verdana, Arial;
|
||||
font-size: 26px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
background-repeat: repeat-x;
|
||||
background-position: 0% 0%;
|
||||
background-attachment: scroll;
|
||||
background-image: url(../images/orangeGrad32.png);
|
||||
}
|
||||
.barraTitolo
|
||||
{
|
||||
background-color: #FF7A00; /* #4C90FF; */
|
||||
vertical-align: middle;
|
||||
height: 20pt;
|
||||
text-align: center;
|
||||
}
|
||||
.formatTableGeneral
|
||||
{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border-bottom-width: 0px;
|
||||
}
|
||||
.dxButtonClass
|
||||
{
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
font-weight: bold;
|
||||
font-size: 9pt;
|
||||
padding-bottom: 2px;
|
||||
vertical-align: middle;
|
||||
color: Yellow;
|
||||
padding-top: 2px;
|
||||
font-family: Verdana, Arial;
|
||||
text-align: justify;
|
||||
}
|
||||
.smallTimeClock
|
||||
{
|
||||
padding-right: 4px;
|
||||
padding-left: 4px;
|
||||
font-weight: bold;
|
||||
font-size: 7pt;
|
||||
padding-bottom: 2px;
|
||||
vertical-align: middle;
|
||||
color: Yellow;
|
||||
padding-top: 2px;
|
||||
font-family: Verdana, Arial;
|
||||
text-align: justify;
|
||||
}
|
||||
.userClass
|
||||
{
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
font-weight: bold;
|
||||
font-size: 9pt;
|
||||
padding-bottom: 2px;
|
||||
vertical-align: bottom;
|
||||
color: white;
|
||||
padding-top: 2px;
|
||||
font-family: Verdana, Arial;
|
||||
text-align: justify;
|
||||
}
|
||||
.topMenuMess
|
||||
{
|
||||
font-size: 9pt;
|
||||
text-align: left;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.topMenuMessEn
|
||||
{
|
||||
font-size: 9pt;
|
||||
text-align: left;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
margin-top: 0px;
|
||||
}
|
||||
/* end menu */
|
||||
|
||||
/* area controlli standard in master pages */
|
||||
.topContrDx
|
||||
{
|
||||
text-align: center;
|
||||
background-color: white;
|
||||
text-align: left;
|
||||
font-size: 9pt;
|
||||
}
|
||||
.topContrSx
|
||||
{
|
||||
padding: 6px 3px 6px 3px;
|
||||
text-align: center;
|
||||
background-color: #DEE8F5;
|
||||
border-top: solid 2px silver;
|
||||
border-left: solid 2px silver;
|
||||
border-right: solid 2px silver;
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
.boxShadowDark
|
||||
{
|
||||
-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
|
||||
-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
|
||||
box-shadow: 3px 3px 6px rgba(0,0,0,.3);
|
||||
}
|
||||
.tableContenuto
|
||||
{
|
||||
padding: 0px;
|
||||
margin: 2px; /* con questo Table va a full screen */
|
||||
width: 99%;
|
||||
}
|
||||
.menuSx
|
||||
{
|
||||
font-size: 8pt;
|
||||
width: 180px;
|
||||
vertical-align: top;
|
||||
min-height: 530px;
|
||||
height: 100%;
|
||||
background: #DEE8F5;
|
||||
-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
|
||||
-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
|
||||
box-shadow: 3px 3px 6px rgba(0,0,0,.3);
|
||||
}
|
||||
/* end */
|
||||
@@ -1,5 +1,4 @@
|
||||
/*@import url('MasterPage.css');*/
|
||||
@import url('BuildBlocks.css');
|
||||
@import url('BuildBlocks.css');
|
||||
@import url('ExtraComp.css');
|
||||
@import url('BtnReport.css');
|
||||
.logo {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/*@import url('../Content/MasterPage.css');*/
|
||||
@import url('../Content/BuildBlocks.css');
|
||||
@import url('../Content/BuildBlocks.css');
|
||||
@import url('../Content/ExtraComp.css');
|
||||
@import url('../Content/BtnReport.css');
|
||||
|
||||
|
||||
@@ -386,7 +386,6 @@
|
||||
<Content Include="Content\jquery.mobile.structure-1.4.5.min.css" />
|
||||
<Content Include="Content\jquery.mobile.theme-1.4.5.css" />
|
||||
<Content Include="Content\jquery.mobile.theme-1.4.5.min.css" />
|
||||
<Content Include="Content\MasterPage.css" />
|
||||
<Content Include="Content\nativeDroid\flexboxgrid.min.css" />
|
||||
<Content Include="Content\nativeDroid\material-design-iconic-font.min.css" />
|
||||
<Content Include="Content\nativeDroid\nativedroid2.color.amber.css" />
|
||||
|
||||
Reference in New Issue
Block a user