1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00
Radicale/static/css/style.css

53 lines
787 B
CSS
Raw Normal View History

html {
background: #eeeeec url(img/radicale_back.png) 130% -150px no-repeat;
}
h1 a {
2010-12-27 17:22:08 +01:00
background: url(img/radicale.png) 50% 50% no-repeat;
color: transparent;
2010-08-01 04:36:30 +02:00
display: block;
font-size: 0;
height: 175px;
margin: -15px 0 0 -20px;
position: relative;
2010-08-01 04:36:30 +02:00
width: 100px;
}
a {
color: #4e9a06;
}
2011-08-01 13:16:04 +02:00
b, strong {
font-weight: normal;
text-outline: 0.5px black;
}
h1 a:hover,
h1 a:focus {
2010-12-27 17:23:08 +01:00
background: #eeeeec url(img/radicale.png) 50% 50% no-repeat;
}
pre {
background: #2e3436 url(img/radicale_back.png) 20% 60% no-repeat;
}
nav ul {
background: #a40000;
color: white;
margin: -4.5em 0 6em 100px;
}
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;
2010-12-27 17:20:06 +01:00
}
#rss {
background-color: #a40000;
}