aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw4/strap012/style.css
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-05-16 21:38:59 -0500
committerRossTheRoss <mstrapp@protonmail.com>2021-05-16 21:38:59 -0500
commit9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c (patch)
tree9e739b11361f5fd122b31cfce107947502b69809 /csci4131/hw4/strap012/style.css
parentAdd trash (diff)
downloadhomework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar
homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.gz
homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.bz2
homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.lz
homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.xz
homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.zst
homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.zip
Rearrange files
Diffstat (limited to 'csci4131/hw4/strap012/style.css')
-rw-r--r--csci4131/hw4/strap012/style.css118
1 files changed, 0 insertions, 118 deletions
diff --git a/csci4131/hw4/strap012/style.css b/csci4131/hw4/strap012/style.css
deleted file mode 100644
index 9f28572..0000000
--- a/csci4131/hw4/strap012/style.css
+++ /dev/null
@@ -1,118 +0,0 @@
-/* Global */
-body {
- background-color:antiquewhite;
-}
-.linkTable {
- border: 1px solid black;
- margin-left: 20px;
- background-color: white;
- border-collapse: separate;
-}
-
-/* Contacts */
-table, th, td {
- max-width: 80%;
- overflow-x:auto;
- border: 1px solid black;
- border-collapse: collapse;
-}
-table {
- float:left;
- max-width: 60%;
-}
-tr:nth-child(even) {
- background-color:blanchedalmond;
-}
-tr:nth-child(odd) {
- background-color: burlywood;
-}
-.smol {
- max-height: 100%;
- width: 6em;
-}
-.large {
- float: right;
- max-width: max-content;
-}
-#bigboi {
- width: 25em;
- height: 15em;
- object-fit: cover;
- margin-right: 0;
-}
-.isRotating {
- animation:5s rotate infinite linear;
-}
-.isntRotating {
- animation-play-state: paused;
-}
-@keyframes rotate{
- 100%{ transform:rotate(1turn) }
-}
-#map, #formap {
- /* clear: both; */
- float: left;
- padding-top: 30%;
- margin-top: 1em;
- margin-left: .2em;
- width: 50%;
- height: 30%;
- max-height: 40%;
-}
-#formap {
- float: right;
-}
-#transitList {
- float: left;
- width: 20%;
- color: white;
-}
-.id {
- text-align: center;
-}
-#googlymap {
- width: 100%;
- overflow: auto;
- /* display: flex; */
- /* position: absolute; */
-}
-
-.inputBox {
- float: left;
- border: 1px solid black;
- width: 25%;
-}
-.inputBox:nth-child(even) {
- background-color:blanchedalmond;
-}
-.inputBox:nth-child(odd) {
- background-color: burlywood;
-}
-#others {
- display:none;
-}
-
-/* Form */
-.Form {
- float: left;
- background-color: whitesmoke;
- padding-left: 5%;
- max-width: 25%;
-}
-/* Widgets */
-.grid {
- align-content: center;
- display: inline-grid;
- grid-template-columns: 40% 40%;
- grid-template-rows: 30%;
- gap: .1em 10%;
-}
-.griditem {
- padding: 10%;
-}
-iframe {
- border: 0px;
-}
-
-
-