diff --git a/ScheMe/Content/Style.css b/ScheMe/Content/Style.css index ff71596..1f0722b 100644 --- a/ScheMe/Content/Style.css +++ b/ScheMe/Content/Style.css @@ -1,3 +1,27 @@ +/* punteggi colore */ +.VVF-CL-01 { + color: #006600; + background-color: white; +} +.VVF-CL-02 { + color: #FFFF33; + background-color: #2222FF; +} +.VVF-CL-03 { + color: #FFFF33; + background-color: #118811; +} +.VVF-CL-04 { + background-color: #FFFF11; +} +.VVF-CL-05 { + color: #FFFF33; + background-color: #EE2222; +} +.VVF-CL-06 { + color: #FFFF11; + background-color: #530c0c; +} .baseRow { background-color: #EFF3FB; } @@ -5,25 +29,25 @@ background-color: #FFF; } .editRow { - background-color: #2461bf; + background-color: #2461BF; } .selectedRow { - background-color: #d1ddf1; + background-color: #D1DDF1; font-weight: 600; - color: #333333; + color: #333; } .headerRow { - background-color: #507cd1; + background-color: #507CD1; font-weight: 600; color: white; } .footerRow { - background-color: #507cd1; + background-color: #507CD1; font-weight: 600; color: white; } .pagerRow { - background-color: #2461bf; + background-color: #2461BF; color: white; text-align: center; margin: auto; @@ -95,4 +119,4 @@ #headData { margin-top: 18px; } -} +} \ No newline at end of file diff --git a/ScheMe/Content/Style.less b/ScheMe/Content/Style.less index 6009b5d..29cd2cb 100644 --- a/ScheMe/Content/Style.less +++ b/ScheMe/Content/Style.less @@ -7,6 +7,32 @@ @testoScuro: #333; + +/* punteggi colore */ +.VVF-CL-01{ + color: #006600; + background-color: white; +} +.VVF-CL-02{ + color: #FFFF33; + background-color: #2222FF; +} +.VVF-CL-03{ + color: #FFFF33; + background-color: #118811; +} +.VVF-CL-04{ + background-color: #FFFF11; +} +.VVF-CL-05{ + color: #FFFF33; + background-color: #EE2222; +} +.VVF-CL-06{ + color: #FFFF11; + background-color: #530c0c; +} + .baseRow { background-color: #EFF3FB; } diff --git a/ScheMe/Content/Style.min.css b/ScheMe/Content/Style.min.css index 4370da7..96555a0 100644 --- a/ScheMe/Content/Style.min.css +++ b/ScheMe/Content/Style.min.css @@ -1 +1 @@ -.baseRow{background-color:#eff3fb}.altRow{background-color:#fff}.editRow{background-color:#2461bf}.selectedRow{background-color:#d1ddf1;font-weight:600;color:#333}.headerRow{background-color:#507cd1;font-weight:600;color:#fff}.footerRow{background-color:#507cd1;font-weight:600;color:#fff}.pagerRow{background-color:#2461bf;color:#fff;text-align:center;margin:auto}.text-center{text-align:center;margin:auto}.tStrong{font-weight:bold;font-size:1.3em}.flRight{float:right}@media all and (min-width:768px){#textWrapper{font-size:1em}#headData{margin-top:0}}@media all and (min-width:1024px){#textWrapper{font-size:1.1em}#headData{margin-top:0}}@media all and (min-width:1440px){#textWrapper{font-size:1.2em}#headData{margin-top:0}}@media all and (min-width:1600px){#textWrapper{font-size:1.3em}#headData{margin-top:0}}@media all and (max-width:767px){#textWrapper{font-size:.8em}#headData{margin-top:6px}}@media all and (max-width:480px){#textWrapper{font-size:.6em}#headData{margin-top:14px}}@media all and (max-width:320px){#textWrapper{font-size:.5em}#headData{margin-top:18px}} \ No newline at end of file +.VVF-CL-01{color:#060;background-color:#fff;}.VVF-CL-02{color:#ff3;background-color:#22f;}.VVF-CL-03{color:#ff3;background-color:#181;}.VVF-CL-04{background-color:#ff1;}.VVF-CL-05{color:#ff3;background-color:#e22;}.VVF-CL-06{color:#ff1;background-color:#530c0c;}.baseRow{background-color:#eff3fb;}.altRow{background-color:#fff;}.editRow{background-color:#2461bf;}.selectedRow{background-color:#d1ddf1;font-weight:600;color:#333;}.headerRow{background-color:#507cd1;font-weight:600;color:#fff;}.footerRow{background-color:#507cd1;font-weight:600;color:#fff;}.pagerRow{background-color:#2461bf;color:#fff;text-align:center;margin:auto;}.text-center{text-align:center;margin:auto;}.tStrong{font-weight:bold;font-size:1.3em;}.flRight{float:right;}@media all and (min-width:768px){#textWrapper{font-size:1em;}#headData{margin-top:0;}}@media all and (min-width:1024px){#textWrapper{font-size:1.1em;}#headData{margin-top:0;}}@media all and (min-width:1440px){#textWrapper{font-size:1.2em;}#headData{margin-top:0;}}@media all and (min-width:1600px){#textWrapper{font-size:1.3em;}#headData{margin-top:0;}}@media all and (max-width:767px){#textWrapper{font-size:.8em;}#headData{margin-top:6px;}}@media all and (max-width:480px){#textWrapper{font-size:.6em;}#headData{margin-top:14px;}}@media all and (max-width:320px){#textWrapper{font-size:.5em;}#headData{margin-top:18px;}} \ No newline at end of file diff --git a/ScheMe/ScheMe.csproj b/ScheMe/ScheMe.csproj index 2d3154e..439cd1c 100644 --- a/ScheMe/ScheMe.csproj +++ b/ScheMe/ScheMe.csproj @@ -338,7 +338,7 @@ Style.less - Style.less + Style.css diff --git a/ScheMe/VVF.aspx b/ScheMe/VVF.aspx index 1a02049..3a08637 100644 --- a/ScheMe/VVF.aspx +++ b/ScheMe/VVF.aspx @@ -27,9 +27,9 @@ -
  • +
  • - +
  • diff --git a/ScheMe/bin/ScheMe.dll b/ScheMe/bin/ScheMe.dll index 0557bb9..5fe0723 100644 Binary files a/ScheMe/bin/ScheMe.dll and b/ScheMe/bin/ScheMe.dll differ diff --git a/ScheMe/bin/ScheMe_Data.dll b/ScheMe/bin/ScheMe_Data.dll index 37e86fe..2014c69 100644 Binary files a/ScheMe/bin/ScheMe_Data.dll and b/ScheMe/bin/ScheMe_Data.dll differ diff --git a/ScheMe/bin/SteamWare.dll b/ScheMe/bin/SteamWare.dll index 1301ae3..1fc4952 100644 Binary files a/ScheMe/bin/SteamWare.dll and b/ScheMe/bin/SteamWare.dll differ diff --git a/ScheMe/compilerconfig.json b/ScheMe/compilerconfig.json index 5954546..9603e03 100644 --- a/ScheMe/compilerconfig.json +++ b/ScheMe/compilerconfig.json @@ -2,5 +2,9 @@ { "outputFile": "Content/ScheMe.css", "inputFile": "Content/ScheMe.less" + }, + { + "outputFile": "Content/Style.css", + "inputFile": "Content/Style.less" } ] \ No newline at end of file diff --git a/ScheMe_Data/bin/Debug/ScheMe_Data.dll b/ScheMe_Data/bin/Debug/ScheMe_Data.dll index 37e86fe..2014c69 100644 Binary files a/ScheMe_Data/bin/Debug/ScheMe_Data.dll and b/ScheMe_Data/bin/Debug/ScheMe_Data.dll differ diff --git a/ScheMe_Data/bin/Debug/SteamWare.dll b/ScheMe_Data/bin/Debug/SteamWare.dll index 1301ae3..1fc4952 100644 Binary files a/ScheMe_Data/bin/Debug/SteamWare.dll and b/ScheMe_Data/bin/Debug/SteamWare.dll differ