~kuzeko/ubuntu-website/light-base-theme

« back to all changes in this revision

Viewing changes to css/ie.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:
78
78
/*-  Decoration
79
79
-------------------------------------------------------------------------------------------------------- */
80
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
81
h1,
85
82
h2,
86
83
h3,
90
87
 
91
88
 
92
89
 
 
90
body                                                                                            { background:url("http://s.ubuntu.ru/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }
 
91
header                                                                                          { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; height:72px; }
 
92
header .container                                                                               { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; }
 
93
#top-logo                                                                                       { text-align:right; }
93
94
 
94
95
 
95
96
#main-nav                                                                                       { border-left: 1px solid #EF7149; z-index:10;}
100
101
.main-nav-item:focus                                                                            { background: url(http://s.ubuntu.ru/mainnav.png) 0 0 repeat; }
101
102
 
102
103
#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
104
.sub-nav-item,
105
105
.sub-nav-item:visited                                                                           { color:#333;  display: block; float: left; line-height:40px; margin:0px; padding: 0 15px;  }
106
106
.sub-nav-item:hover,
125
125
 
126
126
 
127
127
 
128
 
header .container                                                                               { background:url("http://s.ubuntu.ru/header.png") repeat-x scroll 0 0 #EF5A29; }
129
128
#page-related .container,
130
129
#main-section .container                                                                        { background-color:#fff; background-image:none; padding:0px 10px 10px; position:relative; width:960px;}
131
 
footer .container                                                                               { background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA; }
132
 
 
133
130
 
134
131
.alone,
135
132
.leading,
140
137
.aggregator .last                                                                               { margin-right:0px;}
141
138
 
142
139
footer                                                                                          { background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA; }
143
 
 
 
140
footer .container                                                                               { background:url("http://s.ubuntu.ru/footer.png") repeat-x scroll 0 0 #EEECEA;  padding:0px 10px; }
144
141
.footer-content dd                                                                              { margin-bottom:15px;}
145
142
.footer-links                                                                                   { list-style:none; text-indent:0px; list-style-position:outside; }
146
143
.footer-item                                                                                    { border-bottom:1px dotted #333; display:block; margin-top:3px; }
147
144
.foot-note                                                                                      { color:#999; font-style:italic;}
148
145
 
149
146
.footer-item a,
150
 
.footer-item a:visited                                                                          { }
 
147
.footer-item a:visited                                                                          { color: #333333; }
151
148
.footer-item a:hover,
152
149
.footer-item a:active,
153
150
.footer-item a:focus                                                                            {  color:#DD4814; text-decoration:underline; }