Revision 3d380f13
Added by Serghei Mihai almost 12 years ago
| calebasse/static/css/agenda.css | ||
|---|---|---|
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: 3em;
|
||
|
border: 1px solid #bbb;
|
||
|
background: linear-gradient(#bbb, #eee);
|
||
|
padding: 3px 5px;
|
||
|
border-radius: .35em;
|
||
|
color: #555;
|
||
|
}
|
||
|
|
||
|
#extra-top-links a:link, #extra-top-links a:visited{
|
||
|
color: #000;
|
||
|
text-decoration: none;
|
||
|
font: bold .8em Arial;
|
||
|
}
|
||
|
|
||
|
#extra-top-links a:hover {
|
||
|
color: #000;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
Also available in: Unified diff
agenda: subpages link styles reverted