diff options
| author | hallgren <hallgren@chalmers.se> | 2014-06-12 12:29:35 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-06-12 12:29:35 +0000 |
| commit | 352ecb7eb89b3f427667c7c51f71812b619393af (patch) | |
| tree | 7275a63d8e2fd05fc1fffd335b36460bf41c02c4 | |
| parent | 3d43c2687fbd082c45a3f5561cd0da21246d9903 (diff) | |
New GF home page: trying blue page title and tagline instead of red
| -rw-r--r-- | css/newstyle.css | 13 | ||||
| -rw-r--r-- | new.html | 2 |
2 files changed, 9 insertions, 6 deletions
diff --git a/css/newstyle.css b/css/newstyle.css index fd16c6b5b..c63e00fc9 100644 --- a/css/newstyle.css +++ b/css/newstyle.css @@ -6,8 +6,8 @@ div.header { text-align: center; } div.sky { margin: 0 -8px; - background-image: -webkit-linear-gradient(top, #bbe0ff, #f6f6f6 70%); - background-image: -moz-linear-gradient(top, #a0d0ff, #f6f6f6 70%); + background-image: -webkit-linear-gradient(top, #a8d8ff, #f6f6f6 70%); + background-image: -moz-linear-gradient(top, #a8d8ff, #f6f6f6 70%); } div.header h1 { @@ -17,15 +17,18 @@ div.header h1 { /*text-decoration: underline;*/ } +.tagline { font-family: sans-serif; } + +h2.noclear { clear: none; } + + div.red h1 { color: #e80000; text-shadow: rgba(232,0,0,0.25) 2px 2px 5px; } - -.tagline { font-family: sans-serif; } div.red .tagline { color: #e00000; } -h2.noclear { clear: none; } +div.blue h1, div.blue .tagline { color: #06c; } div.links { display: inline-block; @@ -20,7 +20,7 @@ function sitesearch() { <body class=new> -<div class="header sky red"> +<div class="header sky blue"> <img class="gflogo" src="doc/Logos/gf1.svg" alt=""> <H1>Grammatical Framework</H1> <small class=tagline>A programming language for multilingual grammar applications</small> |
