From f40864f0cc8c80a427f84b52748a2187391c44e4 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 9 Jan 2015 16:44:08 +0000 Subject: [PATCH] added simple blue theme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 5af745a8..d6c60b46 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,24 @@ th { text-align: left; } .footerdivider { margin-top: 4rem; } ``` +### Simple Blue +A quick blue theme I put together to give people a choice of more than just one theme. + +```css +body { font-family: sans-serif; color: #3765ff; background: #cee6ff; } +label { display: inline-block; min-width: 10rem; } +a:active { color: #95aeff; } +textarea[name=content] { display: block; width: 100%; height: 35rem; } +input:not([type=button]):not([type=submit]), textarea { padding: 5px 8px; color: #2c49c6; background: rgba(42, 146, 255, 0.57); border: 0; border-radius: 5px; } +input[type=submit], input[type=button], button { margin-top: 8px; padding: 5px 8px; } +::-webkit-input-placeholder { color: #2c49c6; } +nav { position: absolute; top: 5px; right: 5px; } +nav input { width: 15.2rem; } +th { text-align: left; } +.sitename { text-align: center; font-size: 2.5rem; color: #385fe2; } +.footerdivider { margin-top: 4rem; } +``` + ## Todo * Add page history somehow * Allow users to change their passwords