git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2246 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
4cc6e6551f
commit
6e9efca5f5
@ -1,53 +1,185 @@
|
||||
.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;
|
||||
body {
|
||||
background-color:#000000;
|
||||
color:#BBBBBB;
|
||||
}
|
||||
h1 {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:16pt;
|
||||
font-style:normal;
|
||||
line-height:14pt;
|
||||
margin-top:0pt;
|
||||
margin-bottom:0pt;
|
||||
}
|
||||
h2 {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:14pt;
|
||||
font-style:normal;
|
||||
line-height:14pt;
|
||||
margin-top:0pt;
|
||||
margin-bottom:0pt;
|
||||
}
|
||||
h3 {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:12pt;
|
||||
font-style:normal;
|
||||
line-height:14pt;
|
||||
margin-top:0pt;
|
||||
margin-bottom:0pt;
|
||||
}
|
||||
h4 {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:10pt;
|
||||
font-style:normal;
|
||||
line-height:14pt;
|
||||
margin-top:0pt;
|
||||
margin-bottom:0pt;
|
||||
}
|
||||
a, body, div, li, ol, span, table, td, tr, ul {
|
||||
color:#666666;
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:10pt;
|
||||
font-style:normal;
|
||||
line-height:14px;
|
||||
margin-top:0px;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
*.small {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:8pt;
|
||||
font-style:normal;
|
||||
line-height:9px;
|
||||
margin-top:0px;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
body, div, li, ol, span, table, td, tr, ul {
|
||||
|
||||
text-decoration:none;
|
||||
}
|
||||
a:hover {
|
||||
color:#888888;
|
||||
}
|
||||
a.unknown {
|
||||
color:#666666;
|
||||
}
|
||||
a.known {
|
||||
color:#555555;
|
||||
}
|
||||
*.yellow {
|
||||
color:#0000FF;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:11px;
|
||||
}
|
||||
*.blue {
|
||||
color:#556699;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:11px;
|
||||
}
|
||||
*.tt {
|
||||
font-family:Courier,Terminal,sans-serif;
|
||||
font-size:8pt;
|
||||
line-height:9px;
|
||||
}
|
||||
.Menu {
|
||||
width: 140;
|
||||
}
|
||||
.MenuHeader {
|
||||
background-color: #000000;
|
||||
color:white;
|
||||
font-size: 9px;
|
||||
font-weight:bold;
|
||||
}
|
||||
.MenuItem {
|
||||
background-color: #2A2A2A;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:11px;
|
||||
padding-top: 2;
|
||||
padding-bottom: 2;
|
||||
}
|
||||
.MenuItemLink {
|
||||
color:#777777;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:11px;
|
||||
}
|
||||
a.MenuItemLink:hover {
|
||||
color:#8F8F8F;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
}
|
||||
.MenuSpacer {
|
||||
height: 4;
|
||||
}
|
||||
.Headline {
|
||||
color:#777777;
|
||||
font-weight: bold;
|
||||
font-size: 160%;
|
||||
font-family: Helvetica, Arial;
|
||||
text-align: center;
|
||||
text-decoration:underline;
|
||||
}
|
||||
.Heading {
|
||||
background-color: #2A2A2A;
|
||||
height: 38px;
|
||||
}
|
||||
.TableHeader {
|
||||
background-color: #2A2A2A;
|
||||
}
|
||||
.TableCellDark {
|
||||
background-color: #373737;
|
||||
}
|
||||
.TableCellLight {
|
||||
background-color: #404040;
|
||||
}
|
||||
.TableCellActive {
|
||||
background-color: #ffbbaa;
|
||||
}
|
||||
.TableCellSummary {
|
||||
background-color: #505050;
|
||||
}
|
||||
.WikiBackground {
|
||||
background-color: #202020;
|
||||
}
|
||||
.MessageBackground {
|
||||
background-color: #202020;
|
||||
}
|
||||
.bookmarkTags{
|
||||
color: #007050;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.bookmarkTitle{
|
||||
line-height: 120%;
|
||||
color: #4070a0;
|
||||
font-size:17px;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
}
|
||||
.bookmarkDescription{
|
||||
font-style:normal;
|
||||
}
|
||||
.bookmarkAction{
|
||||
color: #999999;
|
||||
text-decoration:none;
|
||||
}
|
||||
img.bookmarkIcon{
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.ResultDescription {
|
||||
color:#4070a0;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.ResultDateYBR {
|
||||
color:#007050
|
||||
}
|
||||
|
||||
.settingsValue {
|
||||
color:#556699;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
Loading…
Reference in new issue