mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
css: Move generic styles to 'generic.css'
Move the few generic styles to the appropriate document. 'libvirt.css' will now be a compilation of styles related only to libvirt.org. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
93030fa381
commit
799e38ef31
@ -83,3 +83,62 @@ dd code, p code, tt {
|
|||||||
pre {
|
pre {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
border: 1px solid #999999;
|
||||||
|
background: #eeeeee;
|
||||||
|
color: black;
|
||||||
|
padding: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: rgb(0, 95, 97);
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
min-width: 60%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
table th {
|
||||||
|
background: rgb(0, 95, 97);
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
table th a {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
table td, table th {
|
||||||
|
border: 1px solid rgb(60, 133, 124);
|
||||||
|
}
|
||||||
|
|
||||||
|
table td {
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table tr:hover td, table col:hover td {
|
||||||
|
background: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
table tr td:hover {
|
||||||
|
background: #c5dbd8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.literal, code {
|
||||||
|
font-family: monospace;
|
||||||
|
background: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
th p, td p {
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.del {
|
||||||
|
text-decoration: line-through;
|
||||||
|
}
|
||||||
|
@ -8,51 +8,6 @@ main#knowledge-base,
|
|||||||
width: inherit;
|
width: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
|
||||||
border: 1px solid #999999;
|
|
||||||
background: #eeeeee;
|
|
||||||
color: black;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: rgb(0, 95, 97);
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
min-width: 60%;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
table th {
|
|
||||||
background: rgb(0, 95, 97);
|
|
||||||
color: rgb(255, 255, 255);
|
|
||||||
padding: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
table th a {
|
|
||||||
color: inherit;
|
|
||||||
text-decoration: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
table td, table th {
|
|
||||||
border: 1px solid rgb(60, 133, 124);
|
|
||||||
}
|
|
||||||
|
|
||||||
table td {
|
|
||||||
padding: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table tr:hover td, table col:hover td {
|
|
||||||
background: #eeeeee;
|
|
||||||
}
|
|
||||||
|
|
||||||
table tr td:hover {
|
|
||||||
background: #c5dbd8;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.since {
|
span.since {
|
||||||
color: #3c857c;
|
color: #3c857c;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
@ -171,17 +126,3 @@ img.diagram {
|
|||||||
.removedhv {
|
.removedhv {
|
||||||
color: darkred;
|
color: darkred;
|
||||||
}
|
}
|
||||||
|
|
||||||
.literal, code {
|
|
||||||
font-family: monospace;
|
|
||||||
background: #eeeeee;
|
|
||||||
}
|
|
||||||
|
|
||||||
th p, td p {
|
|
||||||
margin-top: 0px;
|
|
||||||
margin-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.del {
|
|
||||||
text-decoration: line-through;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user