diff --git a/main.css b/desktop/desktop.css similarity index 78% rename from main.css rename to desktop/desktop.css index e173420..6aa4049 100644 --- a/main.css +++ b/desktop/desktop.css @@ -15,11 +15,11 @@ ::-webkit-scrollbar-thumb { -webkit-border-radius: 5px; border-radius: 5px; - background: rgba(0,0,0,0.7); + background: rgba(255,255,255,0.7); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb:window-inactive { - background: rgba(0,0,0,0.4); + background: rgba(255,255,255,0.4); } ::selection { @@ -40,10 +40,6 @@ html { user-select: none; } -pre { - display: none !important; -} - body { display: grid; height: 100%; @@ -65,6 +61,11 @@ a { color: #2EA8FF; } +#header1 h1 { + margin: auto; + font-size: 5vh; +} + .transition { -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1); transition: all 0.3s cubic-bezier(.25, .8, .25, 1); @@ -88,8 +89,8 @@ a { #header2 { display: grid; - grid-template-columns: repeat(5, 1fr); - background-color: #151313; + grid-template-columns: repeat(8, 1fr); + background-color: #27262b; grid-column: 2; grid-row: 1; } @@ -121,7 +122,7 @@ a { #sidebar { position: relative; - background-color: #151313; + background-color: #27262b; grid-column: 1; grid-row: 2; } @@ -184,7 +185,7 @@ a { #mainContainer { overflow: hidden; - background-color: #070606; + background-color: #3e505a; font-family: 'Saira Condensed', sans-serif; grid-column: 2; grid-row: 2; @@ -239,11 +240,11 @@ canvas { #directoryHeader { display: grid; - grid-template-columns: 6fr 2fr 1fr; + grid-template-columns: 60% 25% 10% 5%; grid-template-rows: 100%; - color: black; - background-color: white; - box-shadow: #6f6f6f 0 0 20px 0px; + color: white; + background-color: #1c1c1c; + box-shadow: #242424 0 0 20px 0px; } #directoryHeader p { @@ -271,9 +272,9 @@ canvas { .item { display: grid; cursor: pointer; - border-bottom: 1px solid white; + border-bottom: 1px solid #222; background-color: rgba(255,255,255,0.03); - grid-template-columns: 6fr 2fr 1fr; + grid-template-columns: 4% 56% 25% 10% 5%; grid-template-rows: 100%; } @@ -281,12 +282,71 @@ canvas { background-color: rgba(255,255,255,0.1); } +.item .name { + grid-column: 2; +} + +.item .modified { + grid-column: 3; +} + +.item .size: { + grid-column: 4; +} + .item p { pointer-events: none; } +.item div { + grid-column: 5; + margin: auto; + font-size: 140%; + color: white; +} + +.item div:hover { + color: #F47922; +} + +.fileIcon { + border-radius: 50px; + grid-column: 1 !important; + grid-row: 1; + background-color: rgba(0,0,0,0.4); + margin: auto; +} + +.fileIcon .fa { + padding: 1.3vh; +} + +.fileIcon .fa:hover { + color: #fff; +} + +#directoryLocWrapper { + display: grid; + grid-template-columns: auto 6vh; + grid-template-rows: 100%; +} + +#directoryLocWrapper div:nth-child(2) { + cursor: pointer; + grid-column: 2; + margin: auto; + font-size: 140%; + color: white; +} + +#directoryLocWrapper div:nth-child(2):hover { + color: #F47922; +} + #directoryLocation { opacity: 0; + grid-column: 1; + grid-row 1; } #directoryLocation p { @@ -484,3 +544,22 @@ input[type=range]:focus::-ms-fill-lower { input[type=range]:focus::-ms-fill-upper { background: #5a7fae; } + +.overlay .fa-times { + font-size: 4vh; + position: absolute; + right: 4vh; + top: 4vh; + color: white; + cursor: pointer; +} + +.overlay .fa-times:hover { + color: rgba(255,255,255,0.8); +} + +#copy { + opacity: 0; + position: absolute; + top: -50%; +} \ No newline at end of file diff --git a/desktop/desktop.html b/desktop/desktop.html new file mode 100644 index 0000000..57f89a6 --- /dev/null +++ b/desktop/desktop.html @@ -0,0 +1,74 @@ +
+Spectrum
+
- Spectrum
-