Skip to content

Commit

Permalink
New GF home page: trying blue page title and tagline instead of red
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-H committed Jun 12, 2014
1 parent 3d43c26 commit 352ecb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions css/newstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion new.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<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>
Expand Down

0 comments on commit 352ecb7

Please sign in to comment.