Commit 975fc649 by Piotr Mitros

UI Revamp step 1

parent 026eaa08
...@@ -7,6 +7,20 @@ Copyright 2010 - Thierry Ruiz - www.dotemplate.com - All rights reserved. ...@@ -7,6 +7,20 @@ Copyright 2010 - Thierry Ruiz - www.dotemplate.com - All rights reserved.
THIS TEMPLATE IS FREE AS LONG AS YOU KEEP THE LINK TO WWW.DOTEMPLATE.COM IN THE FOOTER THIS TEMPLATE IS FREE AS LONG AS YOU KEEP THE LINK TO WWW.DOTEMPLATE.COM IN THE FOOTER
TO REMOVE THE LINK, PLEASE MAKE A 10 DOLLARS DONATION at www.dotemplate.com/#donate TO REMOVE THE LINK, PLEASE MAKE A 10 DOLLARS DONATION at www.dotemplate.com/#donate
pmitros donated $10
Colors:
Light blue: bddeff
Blue: 7fbcfd
Very dark blue: #031634
Dark blue: #023063;
Dark Greenish: #7a994c;
Greenish: #adcc80;
Very light greenish: #dae5c9;
Bright orange: #fa720a;
---------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------
*/ */
...@@ -27,10 +41,10 @@ body { ...@@ -27,10 +41,10 @@ body {
} }
body { body {
color:#023063; color:#023063;
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif;
font-size: 12px; font-size: 0.8em;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
text-transform: normal; text-transform: normal;
...@@ -43,7 +57,7 @@ p { ...@@ -43,7 +57,7 @@ p {
h1 { h1 {
color:#adcc80; color:#adcc80;
font-size:24px; font-size:1.6em;
margin:25px 0 10px 0; margin:25px 0 10px 0;
clear:both; clear:both;
} }
...@@ -51,7 +65,7 @@ h1 { ...@@ -51,7 +65,7 @@ h1 {
h2 { h2 {
color:#adcc80; color:#adcc80;
font-size:18px; font-size:1.1em;
margin:20px 0 10px 0; margin:20px 0 10px 0;
clear:both; clear:both;
} }
...@@ -59,7 +73,7 @@ h2 { ...@@ -59,7 +73,7 @@ h2 {
h3 { h3 {
color:#adcc80; color:#adcc80;
font-size:16px; font-size:1em;
margin:20px 0 5px 0; margin:20px 0 5px 0;
clear:both; clear:both;
} }
...@@ -139,7 +153,7 @@ a:hover { ...@@ -139,7 +153,7 @@ a:hover {
position:relative; position:relative;
height:20px; height:20px;
text-transform:uppercase; text-transform:uppercase;
font-size:12px; font-size:0.9em;
font-family:Arial,sans-serif; font-family:Arial,sans-serif;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment