diff --git a/assets/iconfinder_16_3319628.png b/assets/iconfinder_16_3319628.png new file mode 100644 index 00000000..225ccb05 Binary files /dev/null and b/assets/iconfinder_16_3319628.png differ diff --git a/assets/iconfinder_mail_1164530.png b/assets/iconfinder_mail_1164530.png new file mode 100644 index 00000000..14e5a0ef Binary files /dev/null and b/assets/iconfinder_mail_1164530.png differ diff --git a/assets/pixel-heart-in-an-envelope-vector-21513809.jpg b/assets/pixel-heart-in-an-envelope-vector-21513809.jpg new file mode 100644 index 00000000..99239744 Binary files /dev/null and b/assets/pixel-heart-in-an-envelope-vector-21513809.jpg differ diff --git a/css/style.css b/css/style.css index e69de29b..b2297b8d 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,117 @@ +#bigBox { + width: 100%; + height: 100%; + min-width: 500px; + min-height: 500px; +} + +header{ + font-size: 60px; + color: whitesmoke; + font-family: 'Press Start 2P', cursive; + text-shadow: 15px 15px 15px #2a292e; +} + +#geemailHeader{ + background-color: #3a55cc; + height: 95px; + padding: 20px; +} + +header{ + display: inline; +} + +#sidebar{ + background-color: #da506b; + font-family: 'VT323', monospace; + font-size: 25px; + float: left; + width: 19%; + height: 100%; + overflow-x: auto; + padding-right: 4%; + padding-left: 0%; + padding-top: 0%; + border: 5px solid #2a292e; + +} + +.navigation{ + display: flex; + flex-direction: column; + align-items: flex-start; + +} + +#count #withCount { + display: inline; +} + +a { + text-decoration: none; +} +a:link { + color:limegreen; +} + +a:visited { + color: whitesmoke; +} + +a:hover { + color: yellow; +} + +a:active { + color: blue; +} + +#note { + color: currentColor; + cursor: not-allowed; + +} +#emails{ + background-color: whitesmoke; + background-repeat: no-repeat; + border-color: rgb(42, 41, 46); + border-style: dashed; + border-width: 5px; + float: right; + overflow: auto; + width: 75.5%; + height: 100%; + padding-top: 0px; +} + + +#msgArea{ + font-family: 'Jura', sans-serif; + font-size: 20px; + display: inline; +} + +.showDate{ + float: right; + font-family: 'VT323', monospace; + font-size: 90%; +} + +.showNewDate{ + float: right; + font-family: 'VT323', monospace; + font-size: 90%; +} + +.showSubject{ + border-bottom-style: dashed; + border-color: #3a55cc; + border-width: 2px; +} + +.showNewSubject{ + border-bottom-style: dashed; + border-color: #3a55cc; + border-width: 2px; +} \ No newline at end of file diff --git a/index.html b/index.html index a8a1aad9..6552fc29 100644 --- a/index.html +++ b/index.html @@ -2,17 +2,188 @@ + + Your Gee-Mail -
- Build Me! + +
+ +
+ + +
Gee-Mail
+ +
+ + + +
+ +
+ +
+ +
+ + +
+ \ No newline at end of file