yacy_search_server/skins/dark.css
allo 7872c5fab1 some more skins
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1843 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-03-07 19:42:12 +00:00

54 lines
667 B
CSS

.number{
color: darkblue;
}
table.warning{
border: 0;
background-color: red;
}
td.warning{
background-color: white;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:visited{
text-decoration: underline;
}
a.extern{
color: darkblue;
}
a.extern:visited{
}
a.faq{
color: green;
}
a.faq-entry:hover{
text-decoration: none;
}
.ui_element{
#background-color: white;
color: darkblue;
font-family: Serif;
}
.img_title{
font-size: 75%;
}
table.example{
border: 0;
background-color: darkgreen;
}
th.example{
background-color: white;
color: darkblue;
}
td.example{
background-color: #eeeeee;
color: black;
}
.string{
color: darkblue;
}