From 5f4d7feeae0dcc81c13fffd10e05b8d3ba459622 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 4 Oct 2019 11:44:09 +0200 Subject: [PATCH] Ancora pulizia CSS --- GPW_Smart/Content/MasterPage.css | 203 ------------------------------- GPW_Smart/Content/Style.css | 3 +- GPW_Smart/Content/Style.less | 3 +- GPW_Smart/GPW_Smart.csproj | 1 - 4 files changed, 2 insertions(+), 208 deletions(-) delete mode 100644 GPW_Smart/Content/MasterPage.css diff --git a/GPW_Smart/Content/MasterPage.css b/GPW_Smart/Content/MasterPage.css deleted file mode 100644 index 6570fb4..0000000 --- a/GPW_Smart/Content/MasterPage.css +++ /dev/null @@ -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 */ \ No newline at end of file diff --git a/GPW_Smart/Content/Style.css b/GPW_Smart/Content/Style.css index 85c307b..a3185fa 100644 --- a/GPW_Smart/Content/Style.css +++ b/GPW_Smart/Content/Style.css @@ -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 { diff --git a/GPW_Smart/Content/Style.less b/GPW_Smart/Content/Style.less index 1960e6a..17284a7 100644 --- a/GPW_Smart/Content/Style.less +++ b/GPW_Smart/Content/Style.less @@ -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'); diff --git a/GPW_Smart/GPW_Smart.csproj b/GPW_Smart/GPW_Smart.csproj index 3caca14..04ed3cd 100644 --- a/GPW_Smart/GPW_Smart.csproj +++ b/GPW_Smart/GPW_Smart.csproj @@ -386,7 +386,6 @@ -