From 5fb34d9bddd0cae879ad08b4e47d49082faddafc Mon Sep 17 00:00:00 2001 From: seagreenmedia Date: Sun, 8 Nov 2020 00:04:11 -0500 Subject: [PATCH 1/3] everything but the toggle --- index.css | 131 +++++++++++++++++++++++++++++++++++++++++++ indexScientific.html | 79 ++++++++++++++++++++++++++ indexStandard.html | 54 ++++++++++++++++++ 3 files changed, 264 insertions(+) create mode 100644 index.css create mode 100644 indexScientific.html create mode 100644 indexStandard.html diff --git a/index.css b/index.css new file mode 100644 index 0000000..7d012b0 --- /dev/null +++ b/index.css @@ -0,0 +1,131 @@ +table { + background-color: rgb(33, 33, 33); + border-radius: 15px; + width: 55%; + height: 55%; + border: solid; + padding: 3px; + padding-right: 9px; +} + +input[type="button"] { + background-color: rgb(242, 170, 128); + border-radius: 10px; + color: black; + border: solid black 2px; + width: 100%; + height: 100%; + font-weight: 200; + font-size: 44px; +} + +input[type="buttonacc"] { + background-color: rgb(64, 224, 208); + border-radius: 10px; + color: black; + border: solid black 2px; + width: 97%; + height: 100%; + font-weight: 200; + font-size: 44px; + text-align: center; +} + +input[type="buttonsup"] { + background-color: rgb(242, 170, 128); + border-radius: 10px; + color: black; + border: solid black 2px; + width: 100%; + height: 100%; + font-weight: 200; + font-size: 44px; +} + +.square { + border: 1px solid rgb(50, 50, 50); + border-radius: 10px; + margin-left: 5px; + width: 945px; + height: 620px; + display: block; + padding: 20px; +} + +.square::after { + content: attr(supscr); + vertical-align: super; + background-color: rgb(64, 224, 208); + border-radius: 10px; + color: black; + border: solid black 2px; + width: 97%; + height: 100%; + font-weight: 200; + font-size: 44px; + text-align: center; +} + +.content { + background-color: transparent; + position: fixed; + width: 100%; + height: 100%; +} + +input[type="text"] { + background-color: white; + border: solid black 2px; + width: 99%; + text-align: right; + font-weight: 200; + font-size: 44px; +} + +.radDeg { + background-color: rgb(242, 170, 128); + border-radius: 10px; + color: black; + border: solid black 2px; + width: 100%; + height: 100%; + font-weight: 200; + font-size: 44px; +} + +.radDeg::before { + position: absolute; + background-color: rgb(242, 170, 128); + border-radius: 10px; + color: black; + border: solid black 2px; + width: 100%; + height: 100%; + font-weight: 200; + font-size: 44px; +} + +.sup { + vertical-align: super; + font-size: smaller; + background-color: rgb(64, 224, 208); + border-radius: 10px; + color: black; + border: solid black 2px; + width: 97%; + height: 100%; + font-weight: 200; + font-size: 44px; + text-align: center; +} + +input[class="equals"] { + background-color: rgb(16, 115, 105); + color: whitesmoke; + border-radius: 10px; + border: solid black 2px; + width: 100%; + height: 100%; + font-weight: 200; + font-size: 44px; +} \ No newline at end of file diff --git a/indexScientific.html b/indexScientific.html new file mode 100644 index 0000000..47c0df0 --- /dev/null +++ b/indexScientific.html @@ -0,0 +1,79 @@ + + + + + + + Elu's Calculator + + + +
+

Standard + | Scientific

+
+ + + + +
+
+
+
+
xy
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
xy
+
+
+
+ + + \ No newline at end of file diff --git a/indexStandard.html b/indexStandard.html new file mode 100644 index 0000000..d94d218 --- /dev/null +++ b/indexStandard.html @@ -0,0 +1,54 @@ + + + + + + + Elu's Calculator + + + +
+

Standard | + Scientific

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + \ No newline at end of file From d2a4c84093428fa3f7cb06eca565a30606d22362 Mon Sep 17 00:00:00 2001 From: seagreenmedia Date: Sun, 8 Nov 2020 16:18:50 -0500 Subject: [PATCH 2/3] almost there... --- index.css | 12 ++++++++++++ indexScientific.html | 3 +-- indexStandard.html | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 7d012b0..52426a3 100644 --- a/index.css +++ b/index.css @@ -42,6 +42,10 @@ input[type="buttonsup"] { font-size: 44px; } +input:hover { + background-color: slategray; +} + .square { border: 1px solid rgb(50, 50, 50); border-radius: 10px; @@ -119,6 +123,10 @@ input[type="text"] { text-align: center; } +div[class="sup"]:hover { + background-color: slategray; +} + input[class="equals"] { background-color: rgb(16, 115, 105); color: whitesmoke; @@ -128,4 +136,8 @@ input[class="equals"] { height: 100%; font-weight: 200; font-size: 44px; +} + +input[class="equals"]:hover { + background-color: slategray; } \ No newline at end of file diff --git a/indexScientific.html b/indexScientific.html index 47c0df0..1dfbe63 100644 --- a/indexScientific.html +++ b/indexScientific.html @@ -18,9 +18,8 @@

Standard
-
+
-
xy
diff --git a/indexStandard.html b/indexStandard.html index d94d218..f1a8a36 100644 --- a/indexStandard.html +++ b/indexStandard.html @@ -12,7 +12,7 @@

Standard | Scientific

- +
From 1a88eaa85e6a6ec101d02ff7275feada3837db1d Mon Sep 17 00:00:00 2001 From: seagreenmedia Date: Sun, 8 Nov 2020 19:03:48 -0500 Subject: [PATCH 3/3] pt1 final --- index.css | 16 ++++------------ indexScientific.html | 31 ++++++++++++++++++++++++++++--- 2 files changed, 32 insertions(+), 15 deletions(-) diff --git a/index.css b/index.css index 52426a3..de3ad8b 100644 --- a/index.css +++ b/index.css @@ -97,18 +97,6 @@ input[type="text"] { font-size: 44px; } -.radDeg::before { - position: absolute; - background-color: rgb(242, 170, 128); - border-radius: 10px; - color: black; - border: solid black 2px; - width: 100%; - height: 100%; - font-weight: 200; - font-size: 44px; -} - .sup { vertical-align: super; font-size: smaller; @@ -140,4 +128,8 @@ input[class="equals"] { input[class="equals"]:hover { background-color: slategray; +} + +a:active { + color: whitesmoke; } \ No newline at end of file diff --git a/indexScientific.html b/indexScientific.html index 1dfbe63..3465bff 100644 --- a/indexScientific.html +++ b/indexScientific.html @@ -19,7 +19,32 @@

Standard

-
+ + @@ -63,8 +88,8 @@

Standard + + y a2 -->

+ + + + + +