]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/css/bsys.css
Prepare some notes for the new virtualfull feature
[bacula/docs] / docs / manuals / en / css / bsys.css
1 .bsys_mainpageclass {
2     width: 100% ;
3 }
4 .bsys_topclass {
5     margin: 0px ;
6     padding: 0px ;
7     padding-bottom: 10px ;
8     background: black ;
9 //lightgray ;
10 }
11 #bsys_logo {
12     padding-top: 10px ;
13     padding-left: 20px ;
14     padding-bottom: 2px ;
15 }
16 #bsys_doctitle {
17     margin-right: 20px ;
18     margin-top: 45px ;
19     float: right ;
20 }
21 div.leftnavigationid li {
22     list-style-type: none ;
23 }
24 .bsys_breadnsearchclass {
25     background: #ef0020 ;
26     color: white ;
27     padding-right: 10px ;
28     padding-left: 10px ;
29     padding-top: 15px ;
30     padding-bottom: 2px ;
31 }
32 .bsys_breadcrumbscontentclass {
33     color: white ;
34     font-size: 0.8em ;
35 }
36 .bsys_breadcrumbscontentclass li {
37     display: inline ;
38 }
39 .bsys_breadcrumbscontentclass li:before {
40     content: " / " ;
41     color: white ;
42     font-style: normal ;
43     font-weight: bold ;
44 }
45 .bsys_breadcrumbscontentclass a {
46     color:white ;
47 }
48 .bsys_searchclass {
49     float: right ;    
50     font-weight: bold ;
51     font-style: italic ;
52     font-size: 0.95em ;
53     display: none ;
54 }
55 .bsys_searchtitleclass {
56     padding-right: 8px ;
57     display: none ;
58 }
59 .expochar {
60     font-size: 0.9em ;
61     vertical-align: top ;
62 }
63 .bsys_leftnavigationclass {
64     float: left ;
65     width: 300px ;
66     padding-right: 15px ;
67     font-size: 0.8em ;
68     border-right-style: solid ;
69     border-right-color: #ef0020 ;
70     border-right-width: 1px ;
71 }
72 .bsys_contentclass {
73     width: 60% ;
74     margin-left: 400px ;
75     padding-left: 20px ;
76     margin-right: 20px ;
77 }
78 .author_info {
79     text-align: center ;
80 }
81 .xhuge {
82     font-weight: bold ;
83     font-size: 1.4em ;
84     text-align: center ;
85     display: block ;
86 }
87 address {
88     text-align: right ;
89 }
90 .bsys_leftnavigationclass a {
91     color: #666666 ;
92     font-weight: bold ;
93     font-size: 0.85em ;
94     text-decoration: none ;
95 }
96 .bsys_leftnavigationclass li {
97     list-style-type: none ;
98     list-style-image: url(../images/right.png);
99     /* border-style: solid ; */
100     /* border-color: green ; */
101     /* border-width: 1px ; */
102 }
103 .expandingMenuNotSelected {
104 }
105 .expandingMenuSelected {
106 }
107 .bsys_contentclass p {
108     text-align: justify;
109 }
110 pre {
111     background: #EEEEEE ;
112     font-family: monospace ;
113     font-size: 0.9em ;
114     letter-spacing:0.1em ;
115 }
116 h1 {
117     color: #ef0020 ;
118 }
119 dt {
120     color: #333333 ;
121     text-decoration: underline ;
122     letter-spacing: 0.05em;
123 }
124 table {
125     width: 100% ;
126     border-style: none ;
127 }
128 td {
129     text-align: center ;
130     border-style: none ;
131 }
132 tr {
133     background: #FFE6E3 ;
134 }