1 | /*
|
---|
2 | This file is part of the DITA Open Toolkit project hosted on
|
---|
3 | Sourceforge.net. See the accompanying license.txt file for
|
---|
4 | applicable licenses.
|
---|
5 |
|
---|
6 |
|
---|
7 | Copyright (c) 2006, Yahoo! Inc. All rights reserved.
|
---|
8 | Code licensed under the BSD License:
|
---|
9 | http://developer.yahoo.net/yui/license.txt
|
---|
10 | version: 0.10.0
|
---|
11 | */
|
---|
12 |
|
---|
13 | html, body { padding: 0px 0px 10px 0px; border: 0; margin: 0; }
|
---|
14 | body { font: normal 11px arial, sans-serif; color: #333; line-height: 19px; margin: 0; }
|
---|
15 | #containerTop { height:25px; width:144px; }
|
---|
16 | #pad { padding: 0px 20px 0px 20px; }
|
---|
17 | a {text-decoration: underline; color: #46546C; }
|
---|
18 | a:hover {text-decoration: underline; color: #4d77c3; }
|
---|
19 | h1, h2, h3, h4, h5, h6 { font-family: arial, sans-serif;}
|
---|
20 | h2 { font-size:16px; font-weight: bold; margin: 0 0 11px 0; }
|
---|
21 | .border_2px { border: 1px solid #D8D8D8; padding: 2px; background: #fff; }
|
---|
22 | .border_5px { border: 1px solid #D8D8D8; padding: 5px; background: #fff; margin: 0 0 4px 0; }
|
---|
23 | img { padding: 0; margin: 0; border: 0; }
|
---|
24 | form {
|
---|
25 | padding: 0;
|
---|
26 | margin: 0;
|
---|
27 | }
|
---|
28 | .input { width: 85px; font-size: 9px; }
|
---|
29 | .submit { font-size: 9px; }
|
---|
30 | #pageTitle { position:absolute;top:10px;left:90px; }
|
---|
31 | #pageTitle H3 { font-size:14pt; color:#666666 }
|
---|
32 | #header h1 { float:left; margin-top: 19px; margin-left: 50px; }
|
---|
33 | #header h1 a { display: block; height: 19px; text-decoration: none; }
|
---|
34 | #header { height: 10px; border: 0px solid #CFFB00; margin-bottom:0px; }
|
---|
35 | #header h4 { position: relative; float: right; font-size:11px;
|
---|
36 | letter-spacing: 1px; top: 10px; right: 30px;
|
---|
37 | line-height: 15px; padding: 0 0 0 13px; margin: 0px; }
|
---|
38 | #content { float: left; width: 255px; min-height:72px; padding:6px 0px; border: 0px solid #C13B00;
|
---|
39 | margin-left: 5px; top:0px; }
|
---|
40 | #content h1 { font-size:18px; margin:0px; }
|
---|
41 | . { padding-bottom:25px; margin-bottom:10px; overflow: hidden; }
|
---|
42 | . h3 { font-size:18px; margin:0px; }
|
---|
43 | . h3 a { text-decoration:none; color:#6A7981; }
|
---|
44 | . h3 a:hover { text-decoration:underline; color:#000; }
|
---|
45 | .Footer, .Footer a { font-size:9px; color:#999; font-weight:normal; }
|
---|
46 | .Footer a:hover { color:#222; }
|
---|
47 | #footer {
|
---|
48 | clear: both;
|
---|
49 | color: #999;
|
---|
50 | border-top:0px #CCC solid;
|
---|
51 | margin-top: 0px;
|
---|
52 | margin-right: 10px;
|
---|
53 | margin-bottom: 0px;
|
---|
54 | margin-left: 10px;
|
---|
55 | padding-top: 0px;
|
---|
56 | padding-right: 0px;
|
---|
57 | padding-bottom: 10px;
|
---|
58 | padding-left: 0px;
|
---|
59 | }
|
---|
60 | #footer a { color: #999; }
|
---|
61 | #footer a:hover { color: #222; }
|
---|
62 | #footerContainer { clear: both; }
|
---|
63 |
|
---|
64 | #rightbar {
|
---|
65 | float: right;
|
---|
66 | padding: 5px 5px 5px 5px;
|
---|
67 | width: 304px; /* for IE5-Win */
|
---|
68 | width: 300px;
|
---|
69 | border: 1px solid #333333;
|
---|
70 | position:relative;
|
---|
71 | right:48px;
|
---|
72 | top:0px;
|
---|
73 | background-color:#eeeeee;
|
---|
74 | }
|
---|
75 | #rightbar h2, #rightbar h3 {
|
---|
76 | font-size:12px;
|
---|
77 | text-align:center;
|
---|
78 | color:#FFF;
|
---|
79 |
|
---|
80 | border-bottom:#848B8F solid 1px;
|
---|
81 | border-right:#949B9F solid 1px;
|
---|
82 | border-top:#eee solid 1px;
|
---|
83 | padding:1px;
|
---|
84 | margin:0px 0px 0px 0px;
|
---|
85 | background-color:#383e45;
|
---|
86 | width:100%;
|
---|
87 | }
|
---|
88 | #rightbar h2 a, #rightbar h3 a {
|
---|
89 | font-size:12px;
|
---|
90 | color:#FFF;
|
---|
91 | text-decoration:none;
|
---|
92 | display:block;
|
---|
93 | }
|
---|
94 | #rightBarPad {
|
---|
95 | margin:0px;
|
---|
96 | }
|
---|
97 | #sidenav {
|
---|
98 | margin: 0px 0;
|
---|
99 | border-bottom: 1px solid #ddd;
|
---|
100 | }
|
---|
101 | #sidenav ul {
|
---|
102 | margin: 0;
|
---|
103 | padding: 0;
|
---|
104 | border: 0;
|
---|
105 |
|
---|
106 | }
|
---|
107 | #sidenav ul li {
|
---|
108 | list-style: none;
|
---|
109 | list-style-image: none !important;
|
---|
110 | margin: 0;
|
---|
111 | padding:0;
|
---|
112 | }
|
---|
113 | #sidenav ul li a {
|
---|
114 | text-decoration: none;
|
---|
115 | padding: 5px 0px 5px 0px;
|
---|
116 | color: #4C5250;
|
---|
117 | display: block;
|
---|
118 | width: 187px;
|
---|
119 | font-size: 11px !important;
|
---|
120 | font-weight: bold;
|
---|
121 | border-top: 1px solid #ddd;
|
---|
122 | border-bottom: 1px solid #aaa;
|
---|
123 | border-left: 1px solid #C7CBD0;
|
---|
124 | text-shadow: -2px -2px 0px #FFF;
|
---|
125 | }
|
---|
126 |
|
---|
127 |
|
---|
128 | #sidenav ul li a:hover {
|
---|
129 |
|
---|
130 | /* background: url(../img/navHover2.png) top no-repeat; */
|
---|
131 | border-top: 1px solid #A1AAAF;
|
---|
132 | border-bottom: 1px solid #CCC;
|
---|
133 | border-right: 0px solid #C3C7CA;
|
---|
134 | border-left: 1px solid #C3C7CA;
|
---|
135 | text-shadow: 4px 4px 0px #C3C7CA;
|
---|
136 | }
|
---|
137 |
|
---|
138 | .ylogo { position:absolute;top:5px;left:5px }
|
---|