~alanbell/ubuntu-website/light-base-footer

« back to all changes in this revision

Viewing changes to css/ie6.css

  • Committer: Kondar
  • Date: 2010-05-29 19:16:34 UTC
  • Revision ID: kondar@kunet-20100529191634-rnosfpubleszvynk
css footer colors and size

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
/*-  Decoration
79
79
-------------------------------------------------------------------------------------------------------- */
80
 
 
81
 
body                                                                                            { background:url("http://s.ubuntu.ru/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }
82
 
header                                                                                          { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; height:72px; }
83
 
#top-logo                                                                                       { text-align:right; }
84
80
h1,
85
81
h2,
86
82
h3,
89
85
h6                                                                                              { color:#DD4814; }
90
86
 
91
87
 
92
 
 
 
88
body                                                                                            { background:url("http://s.ubuntu.ru/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }
 
89
header                                                                                          { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; height:72px; }
 
90
header .container                                                                               { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; }
 
91
#top-logo                                                                                       { text-align:right; }
93
92
 
94
93
 
95
94
#main-nav                                                                                       { border-left: 1px solid #EF7149; z-index:10;}
100
99
.main-nav-item:focus                                                                            { background: url(http://s.ubuntu.ru/mainnav.png) 0 0 repeat; }
101
100
 
102
101
#sub-nav                                                                                        { background-color:#f7f7f7; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; box-shadow: 0px 1px 1px  #ccc; height:40px;   }
103
 
 
104
102
.sub-nav-item,
105
103
.sub-nav-item:visited                                                                           { display:inline; color:#333;   float: left; line-height:40px; margin:0px; padding: 0 15px;  }
106
104
.sub-nav-item:hover,
107
105
.sub-nav-item:active,
108
106
.sub-nav-item:focus                                                                             { background-color:#efefef; color:#DD4814; }
109
107
 
110
 
 
111
108
#searchbox-container                                                                            { background-color:#f7f7f7; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; box-shadow: 0px 1px 1px  #ccc; height:40px;  }
112
109
#searchbox                                                                                      { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px;  margin:7px 9px; padding:3px;}
113
110
#searchbox:focus                                                                                { background-color:#fff; border: 1px solid #DD4814; }
117
114
                                                                                                  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }
118
115
 
119
116
 
120
 
 
121
117
#showcase-nav                                                                                   { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px  #ccc; height:40px;   }
122
118
.showcase-nav-item,
123
119
.showcase-nav-item:visited                                                                      { display:inline; color:#333;  float: left; line-height:40px; margin:0 1px; padding: 0 15px;  }
126
122
.showcase-nav-item:focus                                                                        { border:1px solid #ddd; border-top:0px solid; border-bottom:0px solid; background-color:#efefef; color:#DD4814; margin:0; }
127
123
 
128
124
 
129
 
 
130
 
 
131
 
 
132
 
 
133
 
header .container                                                                               { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; }
134
125
#page-related .container,
135
126
#main-section .container                                                                        { background-color:#fff; background-image:none; padding:0px 10px 10px; position:relative; width:960px;}
136
 
footer .container                                                                               { background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA; }
 
127
 
137
128
 
138
129
 
139
130
.alone,
145
136
.aggregator .last                                                                               { margin-right:0px;}
146
137
 
147
138
footer                                                                                          { background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA; }
 
139
footer .container                                                                               { background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA; padding:0px 10px; }
148
140
 
149
141
.footer-content dd                                                                              { margin-bottom:15px;}
150
142
.footer-links                                                                                   { list-style:none; text-indent:0px; list-style-position:outside; }
152
144
.foot-note                                                                                      { color:#999; font-style:italic;}
153
145
 
154
146
.footer-item a,
155
 
.footer-item a:visited                                                                          { }
 
147
.footer-item a:visited                                                                          { color: #333333; }
156
148
.footer-item a:hover,
157
149
.footer-item a:active,
158
150
.footer-item a:focus                                                                            {  color:#DD4814; text-decoration:underline; }