From 1b3ca04b5ac6839abe1b8cf6afe9bb3c7a0c7ea1 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 9 May 2013 11:21:23 +0200 Subject: [PATCH] Fix problemi di compilazione e componenti Aggiutna master page da progetto ETS_WS aggiunti primi componenti x gestione template --- PROJ-ETS/PROJ-ETS/About.aspx | 2 +- PROJ-ETS/PROJ-ETS/Contact.aspx | 2 +- PROJ-ETS/PROJ-ETS/Content/BuildBlocks.css | 495 + PROJ-ETS/PROJ-ETS/Content/ETS.css | 217 + PROJ-ETS/PROJ-ETS/Content/ExtraComp.css | 129 + PROJ-ETS/PROJ-ETS/Content/MasterPage.css | 66 + PROJ-ETS/PROJ-ETS/Content/Style.css | 92 + PROJ-ETS/PROJ-ETS/Default.aspx | 2 +- PROJ-ETS/PROJ-ETS/PROJ-ETS.csproj | 66 +- PROJ-ETS/PROJ-ETS/Web.config | 2 +- .../WebMasterPages/AjaxSimpleFull.Master | 73 + .../WebMasterPages/AjaxSimpleFull.Master.cs | 18 + .../AjaxSimpleFull.Master.designer.cs | 96 + .../PROJ-ETS/{ => WebMasterPages}/Site.Master | 0 .../{ => WebMasterPages}/Site.Master.cs | 0 .../Site.Master.designer.cs | 0 .../{ => WebMasterPages}/Site.Mobile.Master | 0 .../Site.Mobile.Master.cs | 0 .../Site.Mobile.Master.designer.cs | 0 .../mod_menuBottomFullpage.ascx | 21 + .../mod_menuBottomFullpage.ascx.cs | 41 + .../mod_menuBottomFullpage.ascx.designer.cs | 60 + .../PROJ-ETS/WebUserControls/mod_testata.ascx | 41 + .../WebUserControls/mod_testata.ascx.cs | 76 + .../mod_testata.ascx.designer.cs | 78 + PROJ-ETS/PROJ-ETS/bin/ETS_Data.dll | Bin 0 -> 444928 bytes PROJ-ETS/PROJ-ETS/bin/NLog.config | 25 + PROJ-ETS/PROJ-ETS/bin/NLog.dll | Bin 0 -> 388096 bytes PROJ-ETS/PROJ-ETS/bin/NLog.xml | 14353 ++++++++++++++++ PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll | Bin 11264 -> 13312 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 27200 -> 27475 bytes .../PROJ-ETS.csproj.FileListAbsolute.txt | 14 +- ...J-ETS.csprojResolveAssemblyReference.cache | Bin 0 -> 107910 bytes PROJ-ETS/PROJ-ETS/obj/Debug/PROJ-ETS.dll | Bin 11264 -> 13312 bytes PROJ-ETS/PROJ-ETS/packages.config | 1 + ...ft.AspNet.ScriptManager.MSAjax.4.5.6.nupkg | Bin 80030 -> 80030 bytes ...t.AspNet.ScriptManager.MSAjax.4.5.6.nuspec | 14 + ...Microsoft.ScriptManager.MSAjax.1.0.1.nupkg | Bin 0 -> 2766 bytes ...icrosoft.ScriptManager.MSAjax.1.0.1.nuspec | 20 + 39 files changed, 15970 insertions(+), 34 deletions(-) create mode 100644 PROJ-ETS/PROJ-ETS/Content/BuildBlocks.css create mode 100644 PROJ-ETS/PROJ-ETS/Content/ETS.css create mode 100644 PROJ-ETS/PROJ-ETS/Content/ExtraComp.css create mode 100644 PROJ-ETS/PROJ-ETS/Content/MasterPage.css create mode 100644 PROJ-ETS/PROJ-ETS/Content/Style.css create mode 100644 PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master create mode 100644 PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master.cs create mode 100644 PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master.designer.cs rename PROJ-ETS/PROJ-ETS/{ => WebMasterPages}/Site.Master (100%) rename PROJ-ETS/PROJ-ETS/{ => WebMasterPages}/Site.Master.cs (100%) rename PROJ-ETS/PROJ-ETS/{ => WebMasterPages}/Site.Master.designer.cs (100%) rename PROJ-ETS/PROJ-ETS/{ => WebMasterPages}/Site.Mobile.Master (100%) rename PROJ-ETS/PROJ-ETS/{ => WebMasterPages}/Site.Mobile.Master.cs (100%) rename PROJ-ETS/PROJ-ETS/{ => WebMasterPages}/Site.Mobile.Master.designer.cs (100%) create mode 100644 PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx create mode 100644 PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs create mode 100644 PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.designer.cs create mode 100644 PROJ-ETS/PROJ-ETS/WebUserControls/mod_testata.ascx create mode 100644 PROJ-ETS/PROJ-ETS/WebUserControls/mod_testata.ascx.cs create mode 100644 PROJ-ETS/PROJ-ETS/WebUserControls/mod_testata.ascx.designer.cs create mode 100644 PROJ-ETS/PROJ-ETS/bin/ETS_Data.dll create mode 100644 PROJ-ETS/PROJ-ETS/bin/NLog.config create mode 100644 PROJ-ETS/PROJ-ETS/bin/NLog.dll create mode 100644 PROJ-ETS/PROJ-ETS/bin/NLog.xml create mode 100644 PROJ-ETS/PROJ-ETS/obj/Debug/PROJ-ETS.csprojResolveAssemblyReference.cache create mode 100644 PROJ-ETS/packages/Microsoft.AspNet.ScriptManager.MSAjax.4.5.6/Microsoft.AspNet.ScriptManager.MSAjax.4.5.6.nuspec create mode 100644 PROJ-ETS/packages/Microsoft.ScriptManager.MSAjax.1.0.1/Microsoft.ScriptManager.MSAjax.1.0.1.nupkg create mode 100644 PROJ-ETS/packages/Microsoft.ScriptManager.MSAjax.1.0.1/Microsoft.ScriptManager.MSAjax.1.0.1.nuspec diff --git a/PROJ-ETS/PROJ-ETS/About.aspx b/PROJ-ETS/PROJ-ETS/About.aspx index 127934a..d64b112 100644 --- a/PROJ-ETS/PROJ-ETS/About.aspx +++ b/PROJ-ETS/PROJ-ETS/About.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="PROJ_ETS.About" %> +<%@ Page Title="About" Language="C#" MasterPageFile="~/WebMasterPages/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="PROJ_ETS.About" %>
diff --git a/PROJ-ETS/PROJ-ETS/Contact.aspx b/PROJ-ETS/PROJ-ETS/Contact.aspx index 8148ece..9212aab 100644 --- a/PROJ-ETS/PROJ-ETS/Contact.aspx +++ b/PROJ-ETS/PROJ-ETS/Contact.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="PROJ_ETS.Contact" %> +<%@ Page Title="Contact" Language="C#" MasterPageFile="~/WebMasterPages/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="PROJ_ETS.Contact" %>
diff --git a/PROJ-ETS/PROJ-ETS/Content/BuildBlocks.css b/PROJ-ETS/PROJ-ETS/Content/BuildBlocks.css new file mode 100644 index 0000000..0eb0d67 --- /dev/null +++ b/PROJ-ETS/PROJ-ETS/Content/BuildBlocks.css @@ -0,0 +1,495 @@ +/* zona blocchi Sx/DX */ +.divSx +{ + float: left; + padding: 0; + margin: 0; +} +.divDx +{ + float: right; + padding: 0; + margin: 0; +} +.divCenter +{ + float: none; + text-align: center; + padding: 0; + margin: 0 auto 0 auto; +} +.clearDiv +{ + clear: both; +} +.padSxDx +{ + padding-left: 2px; + padding-right: 2px; +} +/* @end */ +.shadowBox +{ + -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5); + -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5); + box-shadow: 0 4px 8px rgba(0,0,0,0.5); +} + +/* zona size % div */ +.half +{ + width: 50%; +} +.third +{ + width: 33%; +} +.quarter +{ + width: 25%; +} +.fifth +{ + width: 20%; +} +/* end zona size % div */ + +/* modal popup*/ +.modalBackground +{ + background-color: gray; + filter: alpha(opacity=70); + opacity: 0.7; +} +/* end */ + +/* buttonx con template */ +.btnNew +{ + background-image: url(../images/new_m.png); + background-repeat: no-repeat; + background-position: right; + border: 1px solid #333333; + padding: 4px; + padding-right: 28px; +} +.btnDelete +{ + background-image: url(../images/elimina_m.png); + background-repeat: no-repeat; + background-position: right; + border: 1px solid #333333; + padding: 4px; + padding-right: 28px; +} +.btnGenProto +{ + background-image: url(../images/proto_l.png); + background-repeat: no-repeat; + background-position: center right; + background-color: #ACACFF; + width: 160px; + height: 40px; + border: 1px solid #333; + vertical-align: middle; + margin: auto; + font-size: 10pt; + font-family: Arial; +} +.btnGenDoc +{ + background-image: url(../images/doc_l.png); + background-repeat: no-repeat; + background-position: center right; + background-color: #ACFFAC; + width: 160px; + height: 40px; + border: 1px solid #333; + vertical-align: middle; + margin: auto; + font-size: 10pt; + font-family: Arial; +} +.btnGenFax +{ + background-image: url(../images/fax_l.png); + background-repeat: no-repeat; + background-position: center right; + background-color: #ACFFFF; + width: 160px; + height: 40px; + border: 1px solid #333; + vertical-align: middle; + margin: auto; + font-size: 10pt; + font-family: Arial; +} +.btnGenMail +{ + background-image: url(../images/email_l.png); + background-repeat: no-repeat; + background-position: center right; + background-color: #FFFFAC; + width: 160px; + height: 40px; + border: 1px solid #333; + vertical-align: middle; + margin: auto; + font-size: 10pt; + font-family: Arial; +} +.btnUpdate +{ + background-image: url(../images/reload_l.png); + background-repeat: no-repeat; + background-position: center right; + background-color: #DEDEDE; + width: 160px; + height: 40px; + border: 1px solid #333; + vertical-align: middle; + margin: auto; + font-size: 10pt; + font-family: Arial; +} +.btnArchivia +{ + background-image: url(../images/Archive_l.png); + background-repeat: no-repeat; + background-position: center right; + background-color: #DD9977; + width: 160px; + height: 40px; + border: 1px solid #333; + vertical-align: middle; + margin: auto; + font-size: 10pt; + font-family: Arial; +} +/* end buttons! */ + +/* update controls */ +.rltUpdate +{ + background-color: #FFFF33; +} +/* end */ + +/* zona menù top */ +.menuNav +{ + background-color: #B5C7DE; /*background-image: -webkit-gradient(linear,left top,left bottom,from( #A5B7CE ),to( #B8E1FD )); background-image: -webkit-linear-gradient( #A5B7CE,#B8E1FD ); background-image: -moz-linear-gradient( #A5B7CE,#B8E1FD ); background-image: -ms-linear-gradient( #A5B7CE,#B8E1FD ); background-image: -o-linear-gradient( #A5B7CE,#B8E1FD ); background-image: linear-gradient( #A5B7CE,#B8E1FD );*/ + color: #284E98; + font-size: 1.2em; +} +.menuNavSel +{ + background-color: #507CD1; /*background-image: -webkit-gradient(linear,left top,left bottom,from( #B8E1FD ),to( #A5B7CE )); background-image: -webkit-linear-gradient( #B8E1FD,#A5B7CE ); background-image: -moz-linear-gradient( #B8E1FD,#A5B7CE ); background-image: -ms-linear-gradient( #B8E1FD,#A5B7CE ); background-image: -o-linear-gradient( #B8E1FD,#A5B7CE ); background-image: linear-gradient( #B8E1FD,#A5B7CE );*/ +} +.menuItem +{ + width: 200px; +} +/* end zona menu */ + +/* zona colorazione filtri */ +.filtro_1 +{ + background-color: #8888ff; +} +.filtro_2 +{ + background-color: #aaaaff; +} +.filtro_3 +{ + background-color: #ccccff; +} +.filtro_4 +{ + background-color: #dedeff; +} +.filtro_5 +{ + background-color: #efefff; +} +/* @end */ + +/* area gestione etichette tab */ +.tabLabelGreen +{ + background-color: #DDFFDD; + border-top: 1px solid #339933; + border-left: 1px solid #339933; + border-right: 1px solid #339933; + height: 1.5em; + vertical-align: middle; + padding-top: 0.5em; + font-size: 13pt; + font-weight: bold; +} +.tabBodyGreen +{ + background-color: #DDFFDD; + border-bottom: 1px solid green; + border-left: 1px solid green; + border-right: 1px solid green; +} +.tabLabelGray +{ + background-color: #DEDEDE; + border-top: 1px solid #333333; + border-left: 1px solid #333333; + border-right: 1px solid #333333; + height: 1.5em; + vertical-align: middle; + padding-top: 0.5em; + font-size: 13pt; + font-weight: bold; +} +.tabBodyGray +{ + background-color: #DEDEDE; + border-bottom: 1px solid black; + border-left: 1px solid black; + border-right: 1px solid black; +} + + +/* @end */ + +/* dimensione caratteri & co */ +.fontTitolo +{ + font-size: 24pt; + height: 36px; +} +.fontMedio +{ + font-size: 16pt; +} +.fontPiccolo +{ + font-size: 8pt; +} +.labelInput +{ + font-size: 9pt; + color: #555; +} + +/* @end */ + + +/* autocomplete e watermarking */ +.watermark +{ + color: Gray; + font-style: italic; +} +.autocomplete +{ + width: 400px; + color: Gray; + background-color: White; + font-size: 8pt; + padding: 4px 1px 4px 1px; + border-bottom: 1px solid #888; +} +.autocompleteHiglight +{ + width: 400px; + color: Black; + background-color: Yellow; + font-size: 8pt; + padding: 4px 1px 4px 1px; + border-bottom: 1px solid #888; +} +.autocompleteElemID +{ + width: 400px; + background-color: Red; + font-weight: bold; +} +.autocompleteListCssClass +{ + width: 400px; + font-size: 8pt; + background-color: White; + padding: 2px 2px 2px 2px; + border: 1px solid #333; + /* + z-index: 1; + overflow: Auto; + height: 30em; + */ +} + +/* @end */ + + +/* gestione blocco dati */ +.dataBlock +{ + background-color: #FFFFFF; + font-size: 9pt; + float: left; + border-top: solid 1px gray; + border-bottom: solid 1px gray; + border-left: solid 1px gray; + border-right: solid 1px gray; + margin: 0px; + padding: 4px; + vertical-align: text-top; + text-align: left; +} +.dataBlockHeader +{ + border-top: solid 2px gray; + border-bottom: solid 1px gray; + border-left: solid 2px gray; + border-right: solid 2px gray; + background-color: #EFEFEF; + font-weight: bold; + padding: 2px; +} +.dataBlockSx +{ + float: left; + text-align: left; +} +.dataBlockDx +{ + float: right; + text-align: right; +} +.dataBlockLabel +{ + border-top: solid 1px #FEFEFE; + padding-right: 2px; + padding-left: 2px; +} +.dataBlockValue +{ + color: Black; + font-weight: bold; + padding-right: 4px; + padding-left: 4px; + margin-bottom: 0px; +} +.dataBlockReset +{ + clear: both; + padding-bottom: 2px; + margin-bottom: 2px; +} +.dataBlockResetGray +{ + border-bottom: solid 1px #CECECE; + clear: both; + padding-bottom: 2px; + margin-bottom: 2px; +} +.dataBlockResetDark +{ + border-bottom: solid 1px #363636; + clear: both; + padding-bottom: 2px; + margin-bottom: 2px; +} +.dataBlockBtn +{ + background-color: #FAFAFA; + border: solid 1px gray; + padding-top: 4px; + padding-bottom: 4px; + vertical-align: text-top; + margin: 0px; + text-align: center; +} +.blockSizeSmallest +{ + width: 175px; +} +.blockSizeSmaller +{ + width: 200px; +} +.blockSizeSmall +{ + width: 225px; +} +.blockSizeMed +{ + width: 250px; +} +.blockSizeLarge +{ + width: 275px; +} +.blockSizeXLarge +{ + width: 300px; +} +.blockSizeXXLarge +{ + width: 350px; +} +.blockSizeXXXLarge +{ + width: 400px; +} +/* END gestione blocco dati */ + + +/* standard gridview */ +.grView +{ + color: #333333; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; + padding-bottom: 1px; +} +.ctrHeaderPager +{ + background-color: #b8b8b8; + font-weight: bold; + color: White; +} +.ctrHeaderPagerRight +{ + background-color: #b8b8b8; + font-weight: bold; + color: White; + text-align: right; +} +.ctrHeaderPagerBlue +{ + background-color: #507CD1; + height: 1px; +} +.ctrHeaderPagerBlueRight +{ + background-color: #507CD1; + height: 1px; + text-align: right; +} +.ctrFooter +{ + background-color: #507CD1; + font-weight: bold; + color: White; +} +.ctrRowStyle +{ + vertical-align: top; + background-color: #EFF3FB; +} +/* end gridview */ + +.valignMiddle +{ + vertical-align: middle; +} diff --git a/PROJ-ETS/PROJ-ETS/Content/ETS.css b/PROJ-ETS/PROJ-ETS/Content/ETS.css new file mode 100644 index 0000000..2e72185 --- /dev/null +++ b/PROJ-ETS/PROJ-ETS/Content/ETS.css @@ -0,0 +1,217 @@ +.areaTitolo +{ + background-image: url('../images/bg-menu-main.png'); + background-repeat: repeat-x; + color: #ECECEC; +} + +/* Schema colori */ +.priCol-1 +{ + background-color: #00B060; +} +.priCol-2 +{ + background-color: #218457; +} +.priCol-3 +{ + background-color: #00733E; +} +.priCol-4 +{ + background-color: #36D88E; +} +.priCol-5 +{ + background-color: #C3FFE4; +} +.secColA-1 +{ + background-color: #0A64A4; + background-image: -webkit-gradient(linear,left top,left bottom,from( #0A64A4 ),to( #4481DF )); + background-image: -webkit-linear-gradient( #0A64A4,#4481DF ); + background-image: -moz-linear-gradient( #0A64A4,#4481DF ); + background-image: -ms-linear-gradient( #0A64A4,#4481DF ); + background-image: -o-linear-gradient( #0A64A4,#4481DF ); + background-image: linear-gradient( #0A64A4,#4481DF ); +} +.secColA-2 +{ + background-color: #24577B; +} +.secColA-3 +{ + background-color: #03406A; +} +.secColA-4 +{ + /*background-color: #3E94D1;*/ + background-image: -webkit-gradient(linear,left top,left bottom,from( #4683ff ),to( #2461BF )); + background-image: -webkit-linear-gradient( #4683ff,#2461BF ); + background-image: -moz-linear-gradient( #4683ff,#2461BF ); + background-image: -ms-linear-gradient( #4683ff,#2461BF ); + background-image: -o-linear-gradient( #4683ff,#2461BF ); + background-image: linear-gradient( #4683ff,#2461BF ); +} +.secColA-5 +{ + /*background-color: #B8E1FD;*/ + background-image: -webkit-gradient(linear,left top,left bottom,from( #B8E1FD ),to( #2461BF )); + background-image: -webkit-linear-gradient( #B8E1FD,#2461BF ); + background-image: -moz-linear-gradient( #B8E1FD,#2461BF ); + background-image: -ms-linear-gradient( #B8E1FD,#2461BF ); + background-image: -o-linear-gradient( #B8E1FD,#2461BF ); + background-image: linear-gradient( #B8E1FD,#2461BF ); +} +.secColB-1 +{ + background-color: #FF9000; +} +.secColB-2 +{ + background-color: #BF8130; +} +.secColB-3 +{ + background-color: #A65E00; +} +.secColB-4 +{ + background-color: #FFAC40; +} +.secColB-5 +{ + background-color: #FDD7A6; +} +.comCol-1 +{ + background-color: #FF4500; +} +.comCol-2 +{ + background-color: #BF5730; +} +.comCol-3 +{ + background-color: #A62D00; +} +.comCol-4 +{ + background-color: #FF7340; +} +.comCol-5 +{ + background-color: #FFCEBC; +} +.lightBlue +{ + border: 1px solid #CDCDCD; + background-image: -webkit-gradient(linear,left top,left bottom,from( #ddf ),to( #e1f1ff )); + background-image: -webkit-linear-gradient( #ddf,#e1f1ff ); + background-image: -moz-linear-gradient( #ddf,#e1f1ff ); + background-image: -ms-linear-gradient( #ddf,#e1f1ff ); + background-image: -o-linear-gradient( #ddf,#e1f1ff ); + background-image: linear-gradient( #ddf,#e1f1ff ); +} +.lightGray +{ + /*background-color: #EDEDED;*/ + background-image: -webkit-gradient(linear,left top,left bottom,from( #fff ),to( #f1f1f1 )); + background-image: -webkit-linear-gradient( #fff,#f1f1f1 ); + background-image: -moz-linear-gradient( #fff,#f1f1f1 ); + background-image: -ms-linear-gradient( #fff,#f1f1f1 ); + background-image: -o-linear-gradient( #fff,#f1f1f1 ); + background-image: linear-gradient( #fff,#f1f1f1 ); + border: 1px solid #CDCDCD; +} + +/* FINE Schema colori */ + + +/* area gridview +.grView +{ + color: #333333; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; + padding-bottom: 1px; +} +.ctrHeaderPager +{ + background-color: #b8b8b8; + font-weight: bold; + color: White; +} +.ctrHeaderPagerRight +{ + background-color: #b8b8b8; + font-weight: bold; + color: White; + text-align: right; +} +.ctrHeaderPagerBlue +{ + height: 1px; +} +.ctrHeaderPagerBlueRight +{ + background-color: #507CD1; + height: 1px; + text-align: right; +} +.ctrFooter +{ + font-weight: bold; + color: White; +} +.ctrRowStyle +{ + vertical-align: top; +} +.ctrAltRowStyle +{ + vertical-align: top; +} +.ctrRowStyleRight +{ + background-color: #EFF3FB; + text-align: right; +} +.ctrAltRowStyleRight +{ + background-color: White; + text-align: right; +} +.ctrInsRowStyle +{ + background-color: #b8b8b8; +} +.ctrEditRowStyle +{ + background-color: #D1DDF1; +} +.ctrSelRowStyle +{ + font-weight: bold; + color: #333333; + background-color: #D1DDF1; +} +.ctrSelRowStyleYellow +{ + font-weight: bold; + color: #333333; + background-color: Yellow; +} + FINE area gridview */ + + .divTitoloAdmin + { + background-color: #BF8130; + padding: 5px 0px 5px 5px; + color: White; + } + + \ No newline at end of file diff --git a/PROJ-ETS/PROJ-ETS/Content/ExtraComp.css b/PROJ-ETS/PROJ-ETS/Content/ExtraComp.css new file mode 100644 index 0000000..2a67b40 --- /dev/null +++ b/PROJ-ETS/PROJ-ETS/Content/ExtraComp.css @@ -0,0 +1,129 @@ +/* floating window */ +.ui-dialog-sw +{ + padding: .2em; + overflow: hidden; + -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8); + -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8); + box-shadow: 0px 5px 10px rgba(0,0,0,0.8); +} +.ui-dialog-sw .ui-dialog-sw-titlebar +{ + padding: .5em 1em .3em; + position: relative; +} +.ui-dialog-sw .ui-dialog-sw-title +{ + float: left; + margin: .1em 16px .2em 0; +} +.ui-dialog-sw .ui-dialog-sw-titlebar-close +{ + position: absolute; + right: .3em; + top: 50%; + width: 19px; + margin: -10px 0 0 0; + padding: 1px; + height: 18px; + -moz-border-radius: 10px; +} +.ui-dialog-sw .ui-dialog-sw-titlebar-close span +{ + display: block; + margin: 1px; +} +.ui-dialog-sw .ui-dialog-sw-titlebar-close:hover, .ui-dialog-sw .ui-dialog-sw-titlebar-close:focus +{ + padding: 0; +} +.ui-dialog-sw .ui-dialog-sw-content +{ + position: relative; + border: 0; + padding: .5em 1em; + background: none; + overflow: auto; + zoom: 1; +} +.ui-dialog-sw .ui-dialog-sw-buttonpane +{ + text-align: left; + border-width: 1px 0 0 0; + background-image: none; + margin: .5em 0 0 0; + padding: .3em 1em .5em .4em; +} +.ui-dialog-sw .ui-dialog-sw-buttonpane .ui-dialog-sw-buttonset +{ + float: right; +} +.ui-dialog-sw .ui-dialog-sw-buttonpane button +{ + margin: .5em .4em .5em 0; + cursor: pointer; +} +.ui-dialog-sw .ui-resizable-se +{ + width: 14px; + height: 14px; + right: 3px; + bottom: 3px; +} +.ui-draggable .ui-dialog-sw-titlebar +{ + cursor: move; +} + +.ui-dialog-sw +{ + padding: 0; +} + +.ui-dialog-sw .ui-dialog-sw-titlebar +{ + border-top: none; + border-right: none; + border-left: none; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; +} + +.ui-dialog-sw .ui-dialog-sw-titlebar-close +{ +} + +.ui-widget-sw +{ + font-family: Arial,sans-serif; + font-size: 1.1em; +} +.ui-widget-sw .ui-widget-sw +{ + font-size: 1em; +} +.ui-widget-sw input, .ui-widget-sw select, .ui-widget-sw textarea, .ui-widget-sw button +{ + font-family: Arial,sans-serif; + font-size: 1em; +} +.ui-widget-sw-content +{ + border: 1px solid #a8a8a8; + background: #ffffff; + color: #4f4f4f; +} +.ui-widget-sw-header +{ + border: 1px solid #a8a8a8; + background: #c0c0c0 url('../images/ui-bg_highlight-soft_100_c0c0c0_1x100.png') repeat-x 50% top; + color: #333; + font-weight: bold; + text-shadow: 0px 1px 0px rgba(255,255,255,0.7); +} +.ui-widget-sw-header a +{ + color: #4f4f4f; +} +/* END floating window */ \ No newline at end of file diff --git a/PROJ-ETS/PROJ-ETS/Content/MasterPage.css b/PROJ-ETS/PROJ-ETS/Content/MasterPage.css new file mode 100644 index 0000000..51521ed --- /dev/null +++ b/PROJ-ETS/PROJ-ETS/Content/MasterPage.css @@ -0,0 +1,66 @@ +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 { + text-align: left; + 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; +} \ No newline at end of file diff --git a/PROJ-ETS/PROJ-ETS/Content/Style.css b/PROJ-ETS/PROJ-ETS/Content/Style.css new file mode 100644 index 0000000..fc36e88 --- /dev/null +++ b/PROJ-ETS/PROJ-ETS/Content/Style.css @@ -0,0 +1,92 @@ +@import url("MasterPage.css"); +@import url("BuildBlocks.css"); +@import url("ExtraComp.css"); +@import url("ETS.css"); + + +.bodyMainCenter +{ + background-image: url('../images/logo_sw.png'); + vertical-align: middle; + border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/ + text-align: center; + height: 100%; + width: 100%; + background-position: center; + background-attachment: scroll; + background-repeat: no-repeat; +} +.bodyCenter +{ + vertical-align: middle; + text-align: center; + height: 100%; + width: 100%; +} +.centerMenu +{ + background-color: White; + text-align: center; + border-width: thin; + border-style: groove; + border-color: Blue; +} +A:hover +{ + color: red; +} + +.bodyMain +{ + background-image: url('../images/logo_sw.png'); + vertical-align: top; + border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/ + height: 100%; + width: 100%; + background-position: center; /*was topleft*/ + background-attachment: scroll; + background-repeat: no-repeat; +} +.bodyMainEmpty +{ + vertical-align: top; + border-left: maroon 1px solid; + height: 100%; + width: 100%; +} + +.bodyMainWhite +{ + vertical-align: top; + border-left: maroon 1px solid; + height: 100%; + width: 100%; + background-position: center; + background-attachment: scroll; + background-repeat: no-repeat; +} + +.bodyMainWhite a:hover +{ + color: white; +} + +.bodyMainNoLogo +{ + vertical-align: top; + border-left: maroon 1px solid; + height: 100%; + width: 100%; +} + +.bodyMainLogoPiccolo +{ + background-image: url('../images/sfondoMedio.png'); + background-position: 97% 210px; + vertical-align: top; + border-left: maroon 1px solid; + height: 100%; + width: 100%; + background-attachment: scroll; + background-repeat: no-repeat; +} diff --git a/PROJ-ETS/PROJ-ETS/Default.aspx b/PROJ-ETS/PROJ-ETS/Default.aspx index 44ea348..c82b753 100644 --- a/PROJ-ETS/PROJ-ETS/Default.aspx +++ b/PROJ-ETS/PROJ-ETS/Default.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="PROJ_ETS._Default" %> +<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/WebMasterPages/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="PROJ_ETS._Default" %>