diff --git a/assets/.geeMail chimpy.png-autosave.kra b/assets/.geeMail chimpy.png-autosave.kra new file mode 100644 index 00000000..8be8cb2a Binary files /dev/null and b/assets/.geeMail chimpy.png-autosave.kra differ diff --git a/assets/geeMail chimp.png b/assets/geeMail chimp.png new file mode 100644 index 00000000..88df70aa Binary files /dev/null and b/assets/geeMail chimp.png differ diff --git a/css/style.css b/css/style.css index e69de29b..dc798bba 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,92 @@ + +body { + margin: 0; + padding: 0; +} + +#header { + background-color: cornflowerblue; + width: 100%; + padding: 1em; + margin-bottom: 4em; + display: flex; +} + +#gmHeaderImg { + height: 80px; + width: 80px; + margin-left: 10px; +} + +#gmHeaderTitle { + color: midnightblue; + font-family: 'Happy Monkey', cursive; + align-self: flex-end; + margin-left: 15px; +} + +.gmTitle { + margin: 0px; +} + +#inbox { + display: flex; + margin: 25px; +} + +#summaryPane { + flex: 1; + display: block; +} + +#expandEmail { + flex: 2; + flex-direction: column; +} + +#inboxCount { + text-align: right; + width: 85%; +} + +#mailBox { + width: 85%; + border: 2px solid black; +} + +.mailDetail { + border: 1px dashed lightgray; + padding: 10px; +} + +.subject { + font-size: 1.2em; +} + +.sender { + font-style: italic; +} + +.date { + color: rgb(120, 120, 120); +} + +#emailTitle { + border-bottom: 2px solid black; + padding-bottom: 2px; + padding-left: 5px; + margin-bottom: 10px; +} + +#emailSubject { + font-size: 1.2em; + font-weight: bold; +} + +#emailSender { + font-style: italic; +} + +#emailDate { + color: rgb(120, 120, 120); +} \ No newline at end of file diff --git a/index.html b/index.html index a8a1aad9..f35fab2d 100644 --- a/index.html +++ b/index.html @@ -2,17 +2,185 @@
+ + -