
2.) pages are now being built using fragments: <content page (e.g. agent.html)> |- header.html |- top.html |- navigation.html |- footer.html 3.) the job list is now implemented as a table, using hyperlinks to select a job 4.) hovering over a table row now displays a yellow bar that simplifies navigation inside the table git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1837 fd906abe-77d9-0310-91a1-e0d9ade77398
28 lines
361 B
CSS
28 lines
361 B
CSS
/*
|
|
$Id$
|
|
|
|
cyberconcepts specialties
|
|
|
|
*/
|
|
|
|
body {
|
|
color: #242424;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #344080;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.top {
|
|
border-bottom: 1px solid #d0d0d0;
|
|
margin-bottom: 2px;
|
|
/*background-image: url('bg_cyberview.gif')
|
|
height: 75px;*/
|
|
}
|
|
|
|
table.listing tr:hover {
|
|
background-color: #FEFE82;
|
|
}
|
|
|