2016-10-25 17:16:29 +03:00
# nav {
position : absolute ;
top : 0px ;
left : 0px ;
height : 100px ;
background : rgb ( 0 , 95 , 97 ) ;
border-bottom : 3px solid rgb ( 60 , 133 , 124 ) ;
2008-04-23 21:08:31 +04:00
width : 100 % ;
2016-10-25 17:16:29 +03:00
display : table ;
}
# home {
background-image : url ( logos / logo-banner-light-256 . png ) ;
background-repeat : no-repeat ;
background-position : left center ;
height : 100px ;
width : 269px ;
margin-left : 1em ;
text-indent : 100 % ; white-space : nowrap ; overflow : hidden ;
}
# home a {
color : rgb ( 0 , 95 , 97 ) ;
height : 100px ;
width : 269px ;
display : block ;
}
2016-10-25 18:27:10 +03:00
# jumplinks {
display : table-cell ;
vertical-align : middle ;
font-size : 16pt ;
text-align : right ;
}
# jumplinks ul {
list-style : none ;
}
# jumplinks li {
display : inline ;
padding-left : 2em ;
font-weight : bold ;
}
# jumplinks a {
color : rgb ( 255 , 255 , 255 ) ;
text-decoration : none ;
}
# jumplinks a : hover {
color : rgb ( 255 , 230 , 0 ) ;
}
2016-10-25 17:16:29 +03:00
# search {
display : table-cell ;
vertical-align : middle ;
2016-10-25 18:27:10 +03:00
width : 13em ;
2016-10-25 17:16:29 +03:00
text-align : right ;
padding : 1em ;
}
# search input {
2008-04-23 21:08:31 +04:00
border : 0px ;
2016-10-25 17:16:29 +03:00
height : 2em ;
}
# search input [ type = text ] {
background : rgb ( 230 , 230 , 230 ) ;
color : rgb ( 0 , 0 , 0 ) ;
width : 10em ;
padding : 0px ;
padding-left : 2px ;
padding-right : 2px ;
}
# search input [ type = submit ] {
background : rgb ( 60 , 133 , 124 ) ;
color : rgb ( 255 , 255 , 255 ) ;
width : 3em ;
font-weight : bold ;
}
# search input [ type = submit ] : active ,
# search input [ type = submit ] : hover {
color : rgb ( 255 , 230 , 0 ) ;
2008-04-23 21:08:31 +04:00
}
# body {
border : 0px ;
left : 0px ;
margin : 0px ;
2016-10-25 17:16:29 +03:00
margin-top : 120px ;
2016-10-31 14:25:26 +03:00
margin-left : 1em ;
margin-right : 1em ;
2008-04-23 21:08:31 +04:00
}
# content {
2016-10-31 14:25:26 +03:00
margin-left : auto ;
margin-right : auto ;
2008-04-23 21:08:31 +04:00
padding : 0px ;
padding-bottom : 1em ;
2019-01-29 18:25:40 +03:00
max-width : 95 % ;
width : 70em ;
2008-04-23 21:08:31 +04:00
}
2016-10-31 14:25:26 +03:00
body . index # content ,
body . docs # content ,
body . hvsupport # content
{
2019-01-29 18:25:40 +03:00
width : inherit ;
2008-04-23 21:08:31 +04:00
}
2007-05-10 19:55:39 +04:00
2007-12-05 22:16:13 +03:00
pre {
2008-04-23 21:08:31 +04:00
border : 1px solid # 999999 ;
background : # eeeeee ;
color : black ;
padding : 1em ;
}
a {
2016-10-26 11:37:06 +03:00
color : rgb ( 0 , 95 , 97 ) ;
2008-04-23 21:08:31 +04:00
}
div . api {
border : 1px solid # 999999 ;
background : # eeeeee ;
color : black ;
2013-01-17 19:00:12 +04:00
padding : 3px ;
2008-04-23 21:08:31 +04:00
}
div . api pre {
margin : 0px ;
border : 0px ;
background : inherit ;
2013-01-17 19:00:12 +04:00
padding : inherit ;
2008-04-23 21:08:31 +04:00
}
div . api table {
margin : 0px ;
padding-left : 2em ;
2013-01-17 19:00:12 +04:00
border-spacing : 0px ;
2008-04-23 21:08:31 +04:00
}
2011-08-11 16:40:38 +04:00
div . api table td , div . variablelist table td {
vertical-align : top ;
2013-01-17 19:00:12 +04:00
padding-left : 1em ;
2011-08-11 16:40:38 +04:00
}
2008-04-23 21:08:31 +04:00
h1 a , h2 a , h3 a , h4 a , h5 a {
color : inherit ;
text-decoration : inherit ;
}
# changelog . author {
color : # 3c857c ;
font-weight : bold ;
}
p . image {
text-align : center ;
}
2019-11-11 19:50:01 +03:00
table {
2008-04-23 21:08:31 +04:00
border-collapse : collapse ;
2016-10-31 14:27:27 +03:00
min-width : 60 % ;
margin-left : auto ;
margin-right : auto ;
2008-04-23 21:08:31 +04:00
}
2019-11-11 19:50:01 +03:00
table th {
2016-10-31 14:27:27 +03:00
background : rgb ( 0 , 95 , 97 ) ;
color : rgb ( 255 , 255 , 255 ) ;
padding : 0 . 5em ;
2008-04-23 21:08:31 +04:00
}
2019-11-11 19:50:01 +03:00
table th a {
2008-04-23 21:08:31 +04:00
color : inherit ;
text-decoration : inherit ;
}
2019-11-11 19:50:01 +03:00
table td , table th {
2016-10-31 14:27:27 +03:00
border : 1px solid rgb ( 60 , 133 , 124 ) ;
}
2019-11-11 19:50:01 +03:00
table td {
2016-10-31 14:27:27 +03:00
padding : 4px ;
2008-04-23 21:08:31 +04:00
}
2019-11-11 19:50:01 +03:00
table tr : hover td , table col : hover td {
2008-04-23 21:08:31 +04:00
background : # eeeeee ;
}
2019-11-11 19:50:01 +03:00
table tr td : hover {
2008-04-23 21:08:31 +04:00
background : # c5dbd8 ;
}
# projects {
margin : 0px ;
border : 0px ;
position : absolute ;
top : 0px ;
left : 0px ;
width : 100 % ;
}
# projects dl {
margin : 0px ;
border : 0px solid white ;
height : 180px ;
position : absolute ;
top : 0px ;
left : 0px ;
}
# projects # p1 {
margin-left : 25 % ;
width : 75 % ;
}
# projects # p2 {
margin-left : 50 % ;
width : 50 % ;
}
# projects # p3 {
margin-left : 75 % ;
width : 25 % ;
}
# projects dt , # projects dd {
padding : 0px ;
margin : 0px ;
}
# projects # p1 dt , # projects # p1 dd {
width : 33 % ;
}
2016-03-30 12:33:58 +03:00
2008-04-23 21:08:31 +04:00
# projects # p2 dt , # projects # p2 dd {
width : 50 % ;
}
2016-03-30 12:33:58 +03:00
2008-04-23 21:08:31 +04:00
# projects # p3 dt , # projects # p3 dd {
width : 99 % ;
}
# projects span {
font-size : 0 . 8em ;
display : block ;
padding-left : 1em ;
padding-top : 0 . 5em ;
}
# projects a {
font-size : 0 . 8em ;
display : block ;
padding-left : 0 . 8em ;
padding-top : 1em ;
2007-12-05 22:16:13 +03:00
}
2008-04-23 21:08:31 +04:00
# projects a {
color : white ;
text-decoration : inherit ;
2007-05-10 19:55:39 +04:00
}
2008-04-23 21:08:31 +04:00
# projects span {
color : # ccc ;
2007-11-26 17:21:02 +03:00
}
2008-04-24 19:34:18 +04:00
2008-05-07 03:23:55 +04:00
span . since {
color : # 3c857c ;
font-style : italic ;
font-weight : bold ;
}
Add documentation about migration.
This adds a page documenting many aspects of migration:
- The types of migration (managed direct, p2p, unmanaged direct)
- Data transports (native, tunnelled)
- Migration URIs
- Config file handling
- Example scenarios
* libvirt.css: Rules for data tables and diagrams
* Makefile.am: Include extra png/fig files
* migration-managed-direct.fig, migration-managed-direct.png,
migration-managed-direct.png, migration-managed-p2p.png,
migration-native.fig, migration-native.png,
migration-tunnel.fig, migration-tunnel.png,
migration-unmanaged-direct.fig, migration-unmanaged-direct.png:
Diagrams of migration
* migration.html.in, sitemap.html.in: New migration doc
2009-10-02 20:53:51 +04:00
2019-06-27 11:53:27 +03:00
span . removed {
2019-06-18 14:32:04 +03:00
color : darkred ;
font-style : italic ;
font-weight : bold ;
}
Add documentation about migration.
This adds a page documenting many aspects of migration:
- The types of migration (managed direct, p2p, unmanaged direct)
- Data transports (native, tunnelled)
- Migration URIs
- Config file handling
- Example scenarios
* libvirt.css: Rules for data tables and diagrams
* Makefile.am: Include extra png/fig files
* migration-managed-direct.fig, migration-managed-direct.png,
migration-managed-direct.png, migration-managed-p2p.png,
migration-native.fig, migration-native.png,
migration-tunnel.fig, migration-tunnel.png,
migration-unmanaged-direct.fig, migration-unmanaged-direct.png:
Diagrams of migration
* migration.html.in, sitemap.html.in: New migration doc
2009-10-02 20:53:51 +04:00
img . diagram {
background : rgb ( 230 , 230 , 230 ) ;
border : 2px dotted rgb ( 178 , 178 , 178 ) ;
padding : 1em ;
display : block ;
margin-left : auto ;
margin-right : auto ;
}
2016-03-30 12:33:58 +03:00
2019-11-11 19:50:01 +03:00
table tbody td . y {
Add documentation about migration.
This adds a page documenting many aspects of migration:
- The types of migration (managed direct, p2p, unmanaged direct)
- Data transports (native, tunnelled)
- Migration URIs
- Config file handling
- Example scenarios
* libvirt.css: Rules for data tables and diagrams
* Makefile.am: Include extra png/fig files
* migration-managed-direct.fig, migration-managed-direct.png,
migration-managed-direct.png, migration-managed-p2p.png,
migration-native.fig, migration-native.png,
migration-tunnel.fig, migration-tunnel.png,
migration-unmanaged-direct.fig, migration-unmanaged-direct.png:
Diagrams of migration
* migration.html.in, sitemap.html.in: New migration doc
2009-10-02 20:53:51 +04:00
background : rgb ( 220 , 255 , 220 ) ;
text-align : center ;
}
2019-11-11 19:50:01 +03:00
table tbody td . n {
Add documentation about migration.
This adds a page documenting many aspects of migration:
- The types of migration (managed direct, p2p, unmanaged direct)
- Data transports (native, tunnelled)
- Migration URIs
- Config file handling
- Example scenarios
* libvirt.css: Rules for data tables and diagrams
* Makefile.am: Include extra png/fig files
* migration-managed-direct.fig, migration-managed-direct.png,
migration-managed-direct.png, migration-managed-p2p.png,
migration-native.fig, migration-native.png,
migration-tunnel.fig, migration-tunnel.png,
migration-unmanaged-direct.fig, migration-unmanaged-direct.png:
Diagrams of migration
* migration.html.in, sitemap.html.in: New migration doc
2009-10-02 20:53:51 +04:00
background : rgb ( 255 , 220 , 220 ) ;
text-align : center ;
}
2013-01-17 19:00:12 +04:00
. api {
font-family : monospace ;
}
. api . type {
font-weight : bold ;
white-space : nowrap ;
color : darkslateblue ;
}
. api . keyword {
font-weight : bold ;
color : # A2F ;
}
. api . comment {
color : # 080 ;
margin-left : 2em ;
position : relative ;
}
. api . comment : before {
content : ": " ;
position : absolute ;
left : -1 . 3em ;
}
. api . undisclosed {
font-style : italic ;
letter-spacing : . 3ex ;
font-weight : bolder ;
text-transform : uppercase ;
2013-01-22 14:11:11 +04:00
margin-left : 2em ;
2013-01-17 19:00:12 +04:00
}
. api . directive {
color : teal ;
}
. api : link : hover , . api : link : focus {
color : blue ;
border-color : blue ;
}
. api : link {
text-decoration : none ;
}
2019-11-11 19:50:01 +03:00
. api table td , . api table th {
border : 0px ;
}
. api table tr : hover td , . api table col : hover td {
background : inherit ;
}
. api table tr td : hover {
background : inherit ;
}
2013-01-17 19:00:12 +04:00
dl . variablelist > dt {
display : block ;
float : left ;
font-style : italic ;
font-weight : inherit ;
}
. variablelist dd {
padding-left : 10em ;
}
dl . variablelist > dt : after {
content : ": " ;
}
2013-08-07 16:03:50 +04:00
2013-01-22 17:41:58 +04:00
div . description pre . code {
border : 1px dashed grey ;
background-color : inherit ;
padding : 5px 10px 5px 10px ;
margin-left : 2 . 5em ;
}
2013-12-08 18:05:46 +04:00
a . headerlink {
text-decoration : none ! important ;
visibility : hidden ;
}
2019-11-11 18:53:02 +03:00
h1 : hover > a . headerlink ,
2013-12-08 18:05:46 +04:00
h2 : hover > a . headerlink ,
h3 : hover > a . headerlink ,
h4 : hover > a . headerlink ,
h5 : hover > a . headerlink ,
h6 : hover > a . headerlink {
visibility : visible ;
}
2016-10-25 17:55:39 +03:00
div . panel {
width : 24 % ;
margin-left : 7 % ;
float : left ;
background : rgb ( 230 , 230 , 230 ) ;
}
2020-07-30 12:44:33 +03:00
div . widepanel {
width : 70em ;
max-width : 95 % ;
margin-left : 0px ;
float : left ;
background : rgb ( 230 , 230 , 230 ) ;
}
2016-10-25 17:55:39 +03:00
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 ;
}
2016-10-25 17:56:50 +03:00
# footer {
clear : both ;
border-top : 3px solid rgb ( 60 , 133 , 124 ) ;
margin-top : 2em ;
padding : 1em ;
background : rgb ( 0 , 95 , 97 ) ;
color : rgb ( 255 , 255 , 255 ) ;
}
# footer a {
color : inherit ;
text-decoration : none ;
}
# footer a : hover {
color : rgb ( 255 , 230 , 0 ) ;
}
# conduct {
float : right ;
text-align : right ;
font-size : smaller ;
margin-right : 3em ;
}
# conduct a {
text-decoration : underline ;
}
2020-04-08 18:18:58 +03:00
# contact , # community , # contribute {
2016-10-25 17:56:50 +03:00
float : left ;
padding : 0px ;
margin-left : 3em ;
}
# footer h3 {
margin : 0px ;
font-size : 1em ;
2016-10-25 18:26:25 +03:00
color : rgb ( 60 , 133 , 124 ) ;
2016-10-25 17:56:50 +03:00
}
# footer ul {
list-style : none ;
margin : 0px ;
font-size : smaller ;
}
2016-10-26 11:37:06 +03:00
div . panel dd {
font-size : smaller ;
}
div . panel a {
text-decoration : none ;
}
div . panel ul ,
div . panel p ,
div . panel dl {
padding : 0 . 5em ;
margin : 0px ;
}
2016-10-31 14:29:21 +03:00
div . panel ul {
margin-left : 1em ;
}
2016-10-26 11:37:06 +03:00
div . panel dt {
margin : 0px ;
}
div . panel dd {
margin : 0px ;
margin-bottom : 1em ;
}
2016-10-31 14:36:20 +03:00
dl . mail dt {
background : rgb ( 0 , 97 , 95 ) ;
color : rgb ( 255 , 255 , 255 ) ;
font-weight : bold ;
padding : 0 . 5em ;
}
dl . mail dt a {
color : inherit ;
text-decoration : none ;
}
dl . mail dt a : hover {
color : rgb ( 255 , 230 , 0 ) ;
text-decoration : none ;
}
2019-01-24 14:23:15 +03:00
td . enumvalue {
white-space : nowrap ;
}
2019-04-05 18:49:05 +03:00
# advancedsearch {
display : none ;
vertical-align : bottom ;
position : absolute ;
padding : 1em ;
padding-top : 0em ;
margin-top : 0em ;
top : 100px ;
right : 0px ;
width : 13em ;
text-align : left ;
color : white ;
background : rgb ( 0 , 95 , 97 ) ;
border-left : 3px solid rgb ( 60 , 133 , 124 ) ;
border-bottom : 3px solid rgb ( 60 , 133 , 124 ) ;
}
/ * Use div . advancedsearch , not # advancedsearch because the
* 'advancedsearch' class is set dynamically when javascript
* loads . This ensures that the advancedsearch options are
* not displayed when javascript is disabled .
* /
# search : hover div . advancedsearch {
display : table ;
}
# advancedsearch span {
display : block ;
}
# advancedsearch input [ type = radio ] {
height : inherit ;
display : inline ;
}
# advancedsearch label {
display : inline ;
}
2019-06-17 14:59:31 +03:00
2019-06-26 18:45:03 +03:00
. removedhv {
2019-06-17 14:59:31 +03:00
color : darkred ;
}
2019-06-21 11:01:00 +03:00
2020-02-06 15:49:09 +03:00
. literal , code {
font-family : monospace ;
background : # eeeeee ;
}
2020-02-06 19:24:52 +03:00
. contents li p {
margin : 2px ;
}
2020-04-09 16:45:42 +03:00
td . gitmirror {
font-size : smaller ;
font-style : italic ;
}
td . gitmirror a {
color : inherit ;
}
2020-05-04 15:15:43 +03:00
th p , td p {
margin-top : 0px ;
margin-bottom : 0px ;
}
2020-08-03 09:23:11 +03:00
/* Elements with id 'contents' contain the table of contents generated by docutils */
# contents {
margin-top : 2em ;
margin-bottom : 2em ;
}
2020-08-03 09:24:30 +03:00
# contents p . topic-title {
display : none ;
}