mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: redo style of front page
Use a large logo banner across the front page. Tile the three lists of links into three panels Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@@ -473,3 +473,32 @@ h5:hover > a.headerlink,
|
||||
h6:hover > a.headerlink {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
div.panel {
|
||||
width: 24%;
|
||||
margin-left: 7%;
|
||||
float: left;
|
||||
background: rgb(230, 230, 230);
|
||||
}
|
||||
|
||||
div.panel h2 {
|
||||
margin-top: 0px;
|
||||
padding: 0.5em;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
background: rgb(0, 95, 97);
|
||||
color: rgb(255, 255, 255);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body.index h1 {
|
||||
border: 0px;
|
||||
text-indent: 100%; white-space: nowrap; overflow: hidden;
|
||||
background: url(logos/logo-banner-dark-800.png) no-repeat center center;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
br.clear {
|
||||
clear: both;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user