diff --git a/CSS/expanded.css b/CSS/expanded.css index 8715043..00ad5c8 100644 --- a/CSS/expanded.css +++ b/CSS/expanded.css @@ -1,27 +1,46 @@ /* HTML items */ -img { +.Embed, img, video { border-style: solid; border-radius: 1%; + background-color: yellow; + width: 45%; } /* Classes */ .Handle { - + background-color: white; } .Origin { - + background-color: grey; } .PostText { - + background-color: #00FFFF; } .Images { display: flex; justify-content: center; flex-wrap: wrap; - + background-color: #050505; +} + +.Button { + margin-top: 30px; + + border-style: solid; + border-width: 1px; + + width: 100px; + height: 100px; +} + +footer { + display: flex; + justify-content: center; + + height: 5vh; } diff --git a/CSS/index.css b/CSS/index.css index 231b039..1207c5b 100644 --- a/CSS/index.css +++ b/CSS/index.css @@ -111,18 +111,17 @@ html { } /* Classes for the main page */ -.MainBefore { +.MainBefore, .MainAfter { position: absolute; top: 0px; left: 0px; - visibility: collapse; + background-image: url("../Icons/IndexBackground.png"); } -.MainAfter { - position: absolute; - top: 0px; - left: 0px; +/* Animation things to get it working smoothly */ +.MainBefore { + visibility: collapse; } .MainFadeInAnimation { @@ -161,6 +160,7 @@ html { height: 5vh; } +/* Stuff that goes into the posts. */ .Arrow { position: absolute; top: 35vh; @@ -182,11 +182,21 @@ html { .Post { overflow: hidden; + margin-top: 1%; + margin-bottom: 1%; + margin-left: 1%; + margin-right: 1%; + border-style: solid; border-width: 2px; + border-top-left-radius: 2% 50%; + border-top-right-radius: 2% 50%; + border-bottom-left-radius: 2% 50%; + border-bottom-right-radius: 2% 50%; - width: 24%; - height: 25%; + background-color: #FFFFFF; + width: 22%; + height: 23%; } .Post:hover { @@ -196,35 +206,46 @@ html { .Username { text-align: center; font-weight: bold; + font-size: 2ch; + + margin-top: -5px; } .PostContent { - font-size: 1ch; + font-size: 0.9ch; } -.Setting { - border-style: solid; - border-width: 1px; -} - -.Mail { - border-style: solid; - border-width: 1px; -} - -.Posting { +/* Footer things */ +.Setting, .Posting, .Mail { + margin-top: 30px; + border-style: solid; border-width: 1px; + width: 100px; + height: 100px; +} + +.Time { + font-size: 4ch; +} + +.Posting { margin-right: 5%; } .MainFooter { display: flex; - margin-top: 75vh; - text-align: center; justify-content: center; - height: 15vh; + background: linear-gradient(#dcdcdc, #b4b4b4); + + margin-top: 75vh; + + border-top-style: solid; + border-width: 2px; + border-color: #00FFFF; + + height: 20vh; } diff --git a/CSS/mail.css b/CSS/mail.css index e18b85f..f1a1769 100644 --- a/CSS/mail.css +++ b/CSS/mail.css @@ -1,3 +1,36 @@ +/* Combination */ +header, footer { + style="position: relative; + z-index: 1; +} + +/* Singletons */ +html { + background: linear-gradient(#b4b4b4, #dcdcdc, #b4b4b4); + overflow-x: hidden; + overflow-y: hidden; +} + +header { + height: 5vh; +} + +section { + position: absolute; + width: 100%; + height: 80vh; +} + +.Button { + margin-top: 30px; + + border-style: solid; + border-width: 1px; + + width: 100px; + height: 100px; +} + .Favorite { border-style: solid; border-width: 2px; @@ -42,3 +75,12 @@ .Notification:hover { overflow: visible; } + +footer { + display: flex; + justify-content: center; + + margin-top: -10vh; + + height: 20vh; +} diff --git a/CSS/post.css b/CSS/post.css index 8b13789..8d19465 100644 --- a/CSS/post.css +++ b/CSS/post.css @@ -1 +1,29 @@ +html { + overflow-x: hidden; + overflow-y: hidden; +} +header { + height: 5vh; +} + +section { + height: 75vh; +} + +.SmallButton { + margin-top: 30px; + + border-style: solid; + border-width: 1px; + + width: 100px; + height: 100px; +} + +footer { + display: flex; + justify-content: center; + + height: 5vh; +} diff --git a/CSS/setting.css b/CSS/setting.css index e69de29..a86bd3d 100644 --- a/CSS/setting.css +++ b/CSS/setting.css @@ -0,0 +1,47 @@ +html { + background-color: black; + color: white; + overflow-x: hidden; + overflow-y: hidden; +} + +header { + border-bottom-style: solid; + + height: 5vh; +} + +.Hidden { + visibility: hidden; + display: none; +} + +.Button { + border-style: solid; + border-width: 6px; + border-color: #00FFFF; + + padding: 25vh 8vw; + + background: linear-gradient(#dcdcdc, #b4b4b4); + color: black; +} + +.SmallButton { + margin-top: 30px; + + border-style: solid; + border-width: 1px; + + width: 100px; + height: 100px; +} + +footer { + display: flex; + justify-content: center; + + border-top-style: solid; + + height: 10vh; +} diff --git a/HTML/expanded.html b/HTML/expanded.html index 76ce64e..1c5dc91 100644 --- a/HTML/expanded.html +++ b/HTML/expanded.html @@ -12,18 +12,36 @@
+Favorite!
Boost!
Reply!
Back
+