libvirt.css 2.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
body
    {
    margin: 0;
    padding: 0;
    color: #333333;
    font: 13px Verdana, Arial, Helvetica, sans;
    background: #898989;
    text-align: justify;
    }
a
    {
    color: #0D7520;
    }
a:hover
    {
    color: #a8a8a8;
    }
18

19 20 21 22
img
    {
    border: 0;
    }
23

24 25 26 27 28 29 30 31 32 33 34 35 36
#container
    {
    margin: 0 auto;
    width: 766px;
    position: relative;
    background: #fff;
    padding: 0 10px 0 10px;
    text-align: justify;
    }
* html #container
    {
    width: 766px;
    }
37

38 39 40
#pageHeader
    {
    position: absolute;
41
	background: url(libvirtHeader.png) center no-repeat;
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
    top: 30px;
	height: 76px;
	width: 766px;
    }
#content h3
    {
	text-align: right;
	color: #a8a8a8;
    }
#content2 h1
    {
	text-align: right;
	color: #0d7520;
    }
#content h3
    {
	text-align: right;
	font-size:  24px;
    }
#content h3 .style1
    {
	color: #0d7520;
    }
#adjustments
    {
    padding-top: 15px;
    }
#container #adjustments .p1
    {
    font-size: 11px;
    height: 300px;
73
    background: url(libvirtLogo.png) center no-repeat;
74 75 76 77 78 79
    margin: 0;
    width: 766px;
    }
#container #bottom .p1
    {
    font-size: 11px;
80
    height: 900px;
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
    margin: 0;
    width: 766px;
    }
#content2
    {
    margin: 100px 10px 0 160px;
    }
#content2 p
    {
    line-height: 150%;
    margin: 10px 0 10px 0;
    }
#content
    {
    margin: 0 10px 0 160px;
    }
#content p
    {
    line-height: 150%;
    margin: 10px 0 10px 0;
    }
.linkList
    {
    position: absolute;
    top: 320px;
    left: 10px;
    width: 140px;
    }
.llinks ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
    }
.linkList .llinks ul li
    {
    font-size: 13px;
    border-bottom: 1px solid #E6EEF0;
    display: block;
    padding: 8px 0;
    }
.llinks h3.links
    {
    background: #e6e6e6;
    color: #999999;
    font-size: 14px;
    height: 25px;
	padding: 10px 0 0 5px;
    margin: 15px 0 5px 5px;
    }
.linkList2
    {
    position: absolute;
    top: 100px;
    left: 10px;
    width: 140px;
    }
.llinks2 ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
    }
.linkList2 .llinks2 ul li
    {
    font-size: 13px;
    border-bottom: 1px solid #E6EEF0;
    display: block;
    padding: 8px 0;
    }
.llinks2 h3.links2
    {
    background: #e6e6e6;
    color: #999999;
    font-size: 14px;
    height: 25px;
	padding: 10px 0 0 5px;
    margin: 15px 0 5px 5px;
    }
160

161 162 163 164 165
div.deprecated pre.programlisting
    {
    border-style:		double;
    border-color:		red;
    }
166

167 168 169 170 171
pre.programlisting
    {
    border-style:		double;
    background:		#F0F0F0;
    }
172 173 174 175 176 177 178 179

table.top_table {
  border-collapse: collapse;
}

table.top_table th, table.top_table td {
  vertical-align: top;
  border: 1px solid #f0f0f0;
180
}