]> git.deb.at Git - deb/packages.git/blob - static/ubuntu/masthead.css
Merge branch 'master' into ubuntu-master
[deb/packages.git] / static / ubuntu / masthead.css
1 #mastWrapper {
2 background: url(header-bg4.png) bottom left repeat-x #fff;
3 }
4
5 #masthead
6 {
7 position:relative;
8 background: url(header-image4.png) no-repeat transparent;
9 border-style: solid;
10 border-width: 0;
11 color: #000;
12 height: 90px;
13 }
14
15 #masthead h1
16 {
17         text-indent: -10000px;
18         margin:0;
19 }
20
21 #search 
22 {
23 position:absolute;
24 top:10px;
25 right:20px;               
26 }
27 #masthead #search a {
28         color: #5B4832;
29         text-decoration: underline;
30 }
31 #nav 
32 {
33 position:absolute;
34 bottom:0px;
35 right:10px;
36 }
37                   
38 #nav ul 
39 {
40 margin:0;
41 padding:10px 10px 0 20px;
42 list-style:none;
43 }
44                   
45 #nav li 
46 {
47 float:left;
48 background:url("tab_off_ns1.gif") no-repeat left top;
49 margin:0;
50 padding:0 0 0 5px;
51 }
52
53 #nav a 
54 {
55 float:left;
56 font-size:105%;
57 display:block;
58 background:url("tab_off_ns2.gif") no-repeat right top;
59 padding:10px 15px 3px 8px;
60 text-decoration:none;
61 font-weight:bold;
62 color:#444;
63 }
64
65 /* Commented Backslash Hack hides rule from IE5-Mac \*/
66 #nav a {float:none;}
67 /* End IE5-Mac hack */
68 #nav a:hover {
69 color:#333;
70 }
71
72 #nav li:hover, #nav li:hover a 
73 {
74 background-position:0% -163px;
75 color:#000;
76 }
77
78 #nav li:hover a 
79 {
80 background-position:100% -163px;
81 color:#000;
82 }
83
84 #nav #current 
85 {
86 background:url("tab_on_ns1.gif") no-repeat left top;              
87 }
88
89 #nav #current a 
90 {
91 background:url("tab_on_ns2.gif") no-repeat right top;             
92 padding-bottom:4px;
93 color:#000;
94 }
95
96 .portalMessagehead,
97 .system-messagehead,  /* These two last ones are reST error indicators */
98 #error-handling {
99     background-color: #ffce7b;
100     border: 1px solid #ffa500;
101     color: #6d4c07;
102     font-size: 10px;
103     font-weight: bold;
104     margin: 1em 0em 0em 0em;
105     padding: 0.5em 1em 0.5em 3em;
106     vertical-align: middle;
107     background-image: url(http://www.ubuntulinux.org/testing_area/info_icon.gif);
108     background-repeat: no-repeat;
109     background-position: 5px center ;
110
111 }
112 .portalMessagehead a {
113     color: #6d4c07;
114     text-decoration: underline;
115 }