aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Styles
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-02-26 16:07:35 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-02-26 16:07:35 +0200
commitecda365478dfce97c5bba25603226bc42e864754 (patch)
treecfe16b86491f0f2b4e155f22847b62fc755faf75 /Software/Visual_Studio/Web/Tango.MachineService/Styles
parenta2e2cea4eed379224e266a8b42f8842cf3564e17 (diff)
parent083488b18d562882af66b7cb25e45429996618f0 (diff)
downloadTango-ecda365478dfce97c5bba25603226bc42e864754.tar.gz
Tango-ecda365478dfce97c5bba25603226bc42e864754.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Styles')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Styles/Account.css299
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Styles/Downloads.css138
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Styles/Layout.css47
3 files changed, 484 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Styles/Account.css b/Software/Visual_Studio/Web/Tango.MachineService/Styles/Account.css
new file mode 100644
index 000000000..df8409941
--- /dev/null
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Styles/Account.css
@@ -0,0 +1,299 @@
+
+
+::-moz-selection {
+ background: #cc0000;
+ text-shadow: none;
+}
+
+::selection {
+ background: #cc0000;
+ text-shadow: none;
+}
+
+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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
+ border: 0;
+ font: inherit;
+ font-size: 100%;
+ margin: 0;
+ padding: 0;
+ vertical-align: baseline;
+ text-rendering: optimizeLegibility;
+}
+
+article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
+ display: block;
+}
+
+* {
+ box-sizing: border-box;
+ cursor: default;
+ outline: none;
+}
+
+form {
+ background: #111;
+ border: 1px solid #191919;
+ border-radius: .4em;
+ bottom: 0;
+ box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2);
+ height: 280px;
+ left: 0;
+ margin: auto;
+ overflow: hidden;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 300px;
+}
+
+ form:after {
+ background: linear-gradient(to right, #111111, #444444, #b6b6b8, #444444, #2F2F2F, #272727);
+ content: "";
+ display: block;
+ height: 1px;
+ left: 50px;
+ position: absolute;
+ top: 0;
+ width: 150px;
+ }
+
+ form:before {
+ border-radius: 50%;
+ box-shadow: 0 0 6px 4px #fff;
+ content: "";
+ display: block;
+ height: 5px;
+ left: 34%;
+ position: absolute;
+ top: -7px;
+ width: 8px;
+ }
+
+.inset {
+ border-top: 1px solid #19191a;
+ padding: 20px;
+}
+
+form h1 {
+ font-family: 'Audiowide';
+ border-bottom: 1px solid #000;
+ font-size: 18px;
+ padding: 15px 0;
+ position: relative;
+ text-align: center;
+ text-shadow: 0 1px 0 #000;
+}
+
+form h1 {
+ color: #00CEFF;
+ font-family: Audiowide;
+ font-weight: normal;
+}
+
+ form h1.poweron {
+ color: #ffffff;
+ transition: all 0.5s;
+ animation: flicker 1s ease-in-out 1 alternate, neon 1.5s ease-in-out infinite alternate;
+ animation-delay: 0s, 1s;
+ }
+
+ form h1:after {
+ position: absolute;
+ width: 250px;
+ height: 180px;
+ content: "";
+ display: block;
+ pointer-events: none;
+ top: 0;
+ margin-left: 138px;
+ transform-style: flat;
+ transform: skew(20deg);
+ background: -moz-linear-gradient(top, hsla(0,0%,100%,0.1) 0%, hsla(0,0%,100%,0) 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,100%,0.2)), color-stop(100%,hsla(0,0%,100%,0)));
+ background: -webkit-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
+ background: -o-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
+ background: -ms-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ffffff', endColorstr='#00ffffff',GradientType=0 );
+ background: linear-gradient(to bottom, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
+ }
+
+input[type=text], input[type=password] {
+ background: linear-gradient(#1f2124,#27292c);
+ border: 1px solid #222;
+ border-radius: .3em;
+ box-shadow: 0 1px 0 rgba(255,255,255,0.1);
+ color: #FFF;
+ font-size: 13px;
+ margin-bottom: 20px;
+ padding: 8px 5px;
+ width: 100%;
+}
+
+ input[type=text]:disabled, input[type=password]:disabled {
+ color: #999;
+ }
+
+label[for=remember] {
+ color: #bbb;
+ display: inline-block;
+ height: 20px;
+ line-height: 20px;
+ vertical-align: top;
+ padding: 0 0 0 5px;
+}
+
+.p-container {
+ padding: 0 20px 20px;
+}
+
+ .p-container:after {
+ clear: both;
+ content: "";
+ display: table;
+ }
+
+ .p-container span {
+ color: #0d93ff;
+ display: block;
+ float: left;
+ padding-top: 8px;
+ }
+
+input[type=submit] {
+ background: #00CEFF;
+ border: 1px solid rgba(0,0,0,0.4);
+ border-radius: .3em;
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
+ color: Black;
+ cursor: pointer;
+ font-size: 13px;
+ font-weight: bold;
+ height: 40px;
+ padding: 5px 20px;
+ width: 100%;
+}
+
+.denied {
+ color: white !important;
+ text-shadow: 0 0 1px black;
+ background: #EE0000 !important;
+}
+
+input[type=submit]:hover, input[type=submit]:focus {
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -10px 10px rgba(255,255,255,0.1);
+}
+
+input[type=text]:hover:not([disabled]),
+input[type=text]:focus,
+input[type=password]:hover:not([disabled]),
+input[type=password]:focus,
+label:hover ~ input[type=text],
+label:hover ~ input[type=password] {
+ background: #27292c;
+}
+
+input[type="checkbox"] {
+ opacity: 0;
+ background: red;
+ position: absolute;
+ cursor: pointer;
+ z-index: 1;
+ height: 100%;
+ width: 100%;
+ left: 0;
+ top: 0;
+}
+
+.checkboxouter {
+ height: 20px;
+ width: 20px;
+ border-radius: 3px;
+ background-color: #000;
+ position: relative;
+ display: inline-block;
+ border: 2px solid #555;
+}
+
+.checkbox {
+ position: absolute;
+ border-bottom: 2px solid #333;
+ border-right: 2px solid #333;
+ background-color: transparent;
+ height: 10px;
+ width: 5px;
+ margin: auto;
+ left: 50%;
+ transform: rotate(45deg);
+ transform-origin: -35% 30%;
+ transition: all 0.2s;
+}
+
+input[type="checkbox"]:checked ~ .checkbox {
+ transition: all 0.3s;
+ border-bottom: 2px solid #00CEFF;
+ border-right: 2px solid #00CEFF;
+}
+
+@keyframes neon {
+ from {
+ text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
+ }
+
+ to {
+ text-shadow: 0 0 3px #fff, 0 0 7px #fff, 0 0 13px #fff, 0 0 17px #B6FF00, 0 0 33px #B6FF00, 0 0 38px #B6FF00, 0 0 48px #B6FF00, 0 0 63px #B6FF00;
+ }
+}
+
+@keyframes flicker {
+ 0% {
+ text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
+ }
+
+ 2% {
+ text-shadow: none;
+ }
+
+ 8% {
+ text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
+ }
+
+ 10% {
+ text-shadow: none;
+ }
+
+ 20% {
+ text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
+ }
+
+ 22% {
+ text-shadow: none;
+ }
+
+ 24% {
+ text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
+ }
+
+ 28% {
+ text-shadow: none;
+ }
+
+ 32% {
+ text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
+ }
+
+ 34% {
+ text-shadow: none;
+ }
+
+ 36% {
+ text-shadow: none;
+ }
+
+ 42% {
+ text-shadow: none;
+ }
+
+ 100% {
+ text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00, 0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
+ }
+}
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Styles/Downloads.css b/Software/Visual_Studio/Web/Tango.MachineService/Styles/Downloads.css
new file mode 100644
index 000000000..c8ad359e7
--- /dev/null
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Styles/Downloads.css
@@ -0,0 +1,138 @@
+/*
+ Side Navigation Menu V2, RWD
+ ===================
+ License:
+ https://goo.gl/EaUPrt
+ ===================
+ Author: @PableraShow
+
+ */
+
+@charset "UTF-8";
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
+
+body {
+ font-family: 'Open Sans', sans-serif;
+ font-weight: 300;
+ line-height: 1.42em;
+ color: #A7A1AE;
+}
+
+h1 {
+ font-size: 3em;
+ font-weight: 300;
+ line-height: 1em;
+ text-align: center;
+ color: #4DC3FA;
+}
+
+h2 {
+ font-size: 1em;
+ font-weight: 300;
+ text-align: center;
+ display: block;
+ line-height: 1em;
+ padding-bottom: 2em;
+ color: #00ceff;
+}
+
+ h2 a {
+ font-weight: 700;
+ text-transform: uppercase;
+ color: #00ceff;
+ text-decoration: none;
+ }
+
+.blue {
+ color: #00ceff;
+}
+
+.yellow {
+ color: #00ceff;
+}
+
+.container th h1 {
+ font-weight: bold;
+ font-size: 1em;
+ text-align: left;
+ color: #00AFFF;
+}
+
+.container td {
+ font-weight: normal;
+ font-size: 1em;
+ -webkit-box-shadow: 0 2px 2px -2px #0E1119;
+ -moz-box-shadow: 0 2px 2px -2px #0E1119;
+ box-shadow: 0 2px 2px -2px #0E1119;
+ white-space:pre-wrap;
+}
+
+.container {
+ text-align: left;
+ overflow: hidden;
+ width: 80%;
+ margin: 0 auto;
+ display: table;
+ margin-top: 50px;
+ padding: 0 0 8em 0;
+}
+
+ .container td, .container th {
+ padding-bottom: 2%;
+ padding-top: 2%;
+ padding-left: 2%;
+ }
+
+ /* Background-color of the odd rows */
+ .container tr:nth-child(odd) {
+ background-color: #1b1b1b;
+ }
+
+ /* Background-color of the even rows */
+ .container tr:nth-child(even) {
+ background-color: #363636;
+ }
+
+ .container th {
+ border-bottom: 1px solid #00ceff;
+ }
+
+ .container td:first-child a {
+ color: #A7A1AE;
+ /*cursor: pointer;*/
+ }
+
+ .container td:first-child a:hover {
+ color:white;
+ }
+
+ .container tbody tr {
+ /*cursor:pointer;*/
+ }
+
+ .container tr:hover {
+ /*background-color: #A0A0A0;
+ -webkit-box-shadow: 0 6px 6px -6px #0E1119;
+ -moz-box-shadow: 0 6px 6px -6px #0E1119;
+ box-shadow: 0 6px 6px -6px #0E1119;
+ color: Black;*/
+ }
+
+ .container tbody tr:hover {
+ /*background-color: #00ceff;
+ color: Black;
+ font-weight: bold;
+ box-shadow: #008CAE -1px 1px, #008CAE -2px 2px, #008CAE -3px 3px, #008CAE -4px 4px, #008CAE -5px 5px, #008CAE -6px 6px;
+ transform: translate3d(6px, -6px, 0);
+ transition-delay: 0s;
+ transition-duration: 0.4s;
+ transition-property: all;
+ transition-timing-function: line;*/
+ }
+
+@media (max-width: 800px) {
+ .container td:nth-child(4),
+ .container th:nth-child(4) {
+ display: none;
+ }
+}
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Styles/Layout.css b/Software/Visual_Studio/Web/Tango.MachineService/Styles/Layout.css
new file mode 100644
index 000000000..e15532c9d
--- /dev/null
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Styles/Layout.css
@@ -0,0 +1,47 @@
+@import url(https://fonts.googleapis.com/css?family=Audiowide);
+
+html, body {
+ height: 100%;
+ margin: 0;
+ padding: 0;
+}
+
+body {
+ background: #1b1b1b;
+ color: #FFF;
+ font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
+ font-size: 12px;
+ line-height: 1;
+}
+
+.header {
+ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ceff+0,00a9d8+100 */
+ background: #00ceff; /* Old browsers */
+ background: -moz-linear-gradient(top, #00ceff 0%, #00a9d8 100%); /* FF3.6-15 */
+ background: -webkit-linear-gradient(top, #00ceff 0%,#00a9d8 100%); /* Chrome10-25,Safari5.1-6 */
+ background: linear-gradient(to bottom, #24C8EF 0%,#00a9d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ceff', endColorstr='#00a9d8',GradientType=0 ); /* IE6-9 */
+ padding: 20px;
+ box-shadow: White 0px 0px 10px;
+
+ position:relative;
+}
+
+#imgLogo
+{
+ height:120px;
+}
+
+#txtLogo {
+ font-family: 'Audiowide';
+ position: absolute;
+ top: 45%;
+ margin-left: 30px;
+ font-size: 32pt;
+ color: black;
+}
+
+a {
+ color: white;
+ text-decoration: none; /* no underline */
+}