Skip to content

Commit

Permalink
New OSH colours
Browse files Browse the repository at this point in the history
  • Loading branch information
cornae committed Nov 6, 2010
1 parent 5c5a7dc commit a9a0e19
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Prototype/inventariseren.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ <h4 i18n:translate="header_legal_references">
</ol>
<ul id="navigation">
<li id="home">
<a href="index.html" lang="en-GB" xml:lang="en-GB">European Agency<br />
for Safety and Health<br />
at Work</a>
<a href="index.html" lang="en-GB" xml:lang="en-GB"><strong>OiRA</strong><br/>
interaktywne narzędzie<br />
oceny ryzyka on-line</a>
</li>
<li>
<a href="#">Help</a>
Expand Down
6 changes: 3 additions & 3 deletions Prototype/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ <h2>
</ol>
<ul id="navigation">
<li id="home">
<a href="/" lang="de-AT" xml:lang="de-AT">Europäische Agentur für<br />
Sicherheit und Gesundheitsschutz<br />
am Arbeitsplatz</a>
<a href="/" lang="de-AT" xml:lang="de-AT"><strong>OiRA</strong><br/>
interaktywne narzędzie<br />
oceny ryzyka on-line</a>
</li>
</ul>
</body>
Expand Down
Binary file added Prototype/style/main/logo-OIRA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Prototype/style/main/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 16 additions & 12 deletions Prototype/style/main/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ h1 {
padding-top: 204px;
padding-bottom: 5px;
padding-left: 170px;
background: #031c48 url(header.png) no-repeat 0 0;
background: #362137 url(header.png) no-repeat 0 0;
font: lighter 35px "Abadi MT Condensed Light", Geneva, Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

Expand Down Expand Up @@ -2334,13 +2334,17 @@ body.alien #navigation li#home a {
width: 300px;
height: 50px;
overflow: hidden;
padding: 53px 0 0 78px;
padding: 45px 0 0 18px;
text-shadow: 0 1px 2px black;
letter-spacing: 0;
font: normal 54px/62px "Abadi MT Condensed LIght";
background-color: transparent; position: absolute;
top: 0;
left: 0;
font: normal 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navigation li#home a strong {
display: none;
}


Expand Down Expand Up @@ -2763,7 +2767,7 @@ ol {
font-size: 12px;
float: left;
padding: 10px 5px 20px 40px;
color: #565b7d;
color: #3e273f;
width: 113px;
}

Expand Down Expand Up @@ -2795,7 +2799,7 @@ ol {
text-decoration: none;
padding: 10px 5px 20px 40px;
font-size: 12px;
color: #7e8ca2;
color: #8b5c8f;
text-shadow: rgba(0,0,0,0.83) 0 1px 0;
font-weight: bold;
margin: -10px -5px -20px -40px;
Expand All @@ -2808,30 +2812,30 @@ ol {
}

#steps li a:hover{
color: #8e9fb8;
color: #f9aaff;
}

.deCornae>#steps>li>a:hover{
text-decoration: underline;
}

#steps li.complete {
background: #e69d17 url(tabs.png) -632px -170px;
background: #996699 url(tabs.png) -632px -170px;
}

.deCornae #steps li.complete {
background-image: url(tabs-deCornae.png);
}

#steps li.complete a {
color: #6d4803;
color: #3e273f;
text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

#steps li.current {
color: #6d4803;
color: #3e273f;
text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
background: #e69d17 url(tabs.png) -316px -170px;
background: #996699 url(tabs.png) -316px -170px;
height: 20px;
}

Expand Down Expand Up @@ -2862,13 +2866,13 @@ ol {

#steps li.current a,
#steps li.current a strong {
color: #6d4803;
color: #393354;
text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

#steps li.current a:hover,
#steps li.complete a:hover {
color: #412b02;
color: #3e273f;
}

.deCornae #steps li.current a:hover,
Expand Down

0 comments on commit a9a0e19

Please sign in to comment.