mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
New GF home page: trying blue page title and tagline instead of red
This commit is contained in:
@@ -6,8 +6,8 @@ div.header { text-align: center; }
|
|||||||
|
|
||||||
div.sky {
|
div.sky {
|
||||||
margin: 0 -8px;
|
margin: 0 -8px;
|
||||||
background-image: -webkit-linear-gradient(top, #bbe0ff, #f6f6f6 70%);
|
background-image: -webkit-linear-gradient(top, #a8d8ff, #f6f6f6 70%);
|
||||||
background-image: -moz-linear-gradient(top, #a0d0ff, #f6f6f6 70%);
|
background-image: -moz-linear-gradient(top, #a8d8ff, #f6f6f6 70%);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.header h1 {
|
div.header h1 {
|
||||||
@@ -17,15 +17,18 @@ div.header h1 {
|
|||||||
/*text-decoration: underline;*/
|
/*text-decoration: underline;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tagline { font-family: sans-serif; }
|
||||||
|
|
||||||
|
h2.noclear { clear: none; }
|
||||||
|
|
||||||
|
|
||||||
div.red h1 {
|
div.red h1 {
|
||||||
color: #e80000;
|
color: #e80000;
|
||||||
text-shadow: rgba(232,0,0,0.25) 2px 2px 5px;
|
text-shadow: rgba(232,0,0,0.25) 2px 2px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagline { font-family: sans-serif; }
|
|
||||||
div.red .tagline { color: #e00000; }
|
div.red .tagline { color: #e00000; }
|
||||||
|
|
||||||
h2.noclear { clear: none; }
|
div.blue h1, div.blue .tagline { color: #06c; }
|
||||||
|
|
||||||
div.links {
|
div.links {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
2
new.html
2
new.html
@@ -20,7 +20,7 @@ function sitesearch() {
|
|||||||
|
|
||||||
<body class=new>
|
<body class=new>
|
||||||
|
|
||||||
<div class="header sky red">
|
<div class="header sky blue">
|
||||||
<img class="gflogo" src="doc/Logos/gf1.svg" alt="">
|
<img class="gflogo" src="doc/Logos/gf1.svg" alt="">
|
||||||
<H1>Grammatical Framework</H1>
|
<H1>Grammatical Framework</H1>
|
||||||
<small class=tagline>A programming language for multilingual grammar applications</small>
|
<small class=tagline>A programming language for multilingual grammar applications</small>
|
||||||
|
|||||||
Reference in New Issue
Block a user