2010-07-29 18:14:40 +02:00
|
|
|
html {
|
|
|
|
background: #eeeeec url(img/radicale_back.png) 130% -150px no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 a {
|
|
|
|
background: url(img/radicale.png);
|
|
|
|
color: transparent;
|
2010-08-01 04:36:30 +02:00
|
|
|
display: block;
|
|
|
|
font-size: 0;
|
|
|
|
height: 175px;
|
2010-07-29 18:14:40 +02:00
|
|
|
margin: -15px 0 0 -20px;
|
|
|
|
position: relative;
|
2010-08-01 04:36:30 +02:00
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #4e9a06;
|
2010-07-29 18:14:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 a:hover,
|
|
|
|
h1 a:focus {
|
|
|
|
background: #eeeeec url(img/radicale.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background: #2e3436 url(img/radicale_back.png) 20% 60% no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav ul {
|
|
|
|
background: #a40000;
|
2010-09-16 21:49:09 +02:00
|
|
|
color: white;
|
|
|
|
text-shadow: 0 0 1px white;
|
2010-07-29 18:14:40 +02:00
|
|
|
margin: -4.5em 0 6em 100px;
|
|
|
|
}
|
|
|
|
|
2010-09-16 21:49:09 +02:00
|
|
|
nav ul li {
|
|
|
|
padding: .25em .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav ul li a {
|
|
|
|
margin: -.25em -.5em;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
2010-07-29 18:14:40 +02:00
|
|
|
nav li a:hover,
|
|
|
|
nav li a:focus {
|
|
|
|
box-shadow: 1px 1px 3px #600;
|
|
|
|
color: #a40000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.note {
|
|
|
|
background: #eeeeec url(img/radicale_back.png) 20% 60% no-repeat;
|
|
|
|
}
|