glossary CSS updated

This commit is contained in:
urs_hunkler
2005-03-13 11:17:55 +00:00
parent 863c3cd67c
commit fed9748489
3 changed files with 45 additions and 9 deletions
+19 -3
View File
@@ -352,12 +352,28 @@ body {
background-color:#F9FAFA;
}
.glossary .generaltab {
.glossary .generaltabselected {
background-color:#FFD991 !important;
}
/* new glossary styles */
.glossarypost .entry,
.glossary .glossaryintrobox {
background-color:#FFFFFF;
}
.glossary .generaltab,
.glossary .general {
background-color:#D1D7DC !important;
}
.glossary .generaltabselected {
background-color:#FFD991 !important;
.glossary table.tabs {
border-color:#D1D7DC;
}
.glossary .inactive {
background-color:transparent;
border-color:#D1D7DC;
}
+6 -1
View File
@@ -272,10 +272,15 @@ h4 {
/* glossary */
.glossary .generaltab B,
.glossary .generaltabselected B {
.glossary .generaltabselected B,
.glossary .general B,
.glossary .inactive B {
font-weight:normal;
}
.glossaryintrobox {
text-align:left;
}
/* wiki */
.mwiki {
+20 -5
View File
@@ -436,18 +436,33 @@ table.formtable td {
border:1px solid;
}
.glossary table {
width:100%;
}
#glossary-edit {
margin:0px;
width:auto;
}
.glossary .generaltab,
.glossary .generaltabselected {
padding:0px 1px;
.glossary .generaltabselected,
.glossary .general,
.glossary .inactive {
width:25%;
padding:0px 1px;
}
.glossary table {
width:100%;
.glossary table.tabs td.separator {
width:1%;
}
.glossary table.tabs {
border:1px solid;
}
.glossary .inactive {
border:1px solid;
}
@@ -745,7 +760,7 @@ table.calendar-controls .next
background:url('../../pix/t/switch_minus.gif') no-repeat bottom;
}
.sideblock.hidden .sideblockheading .hide-show img.hide-show-image {
.sideblock.hidden .heading .hide-show img.hide-show-image {
background:url('../../pix/t/switch_plus.gif') no-repeat bottom;
}