~replaceafill/ubuntu/trusty/schooltool/2.8_custom-css

« back to all changes in this revision

Viewing changes to src/schooltool/skin/flourish/resources/colors.css

  • Committer: Gediminas Paulauskas
  • Date: 2014-05-08 15:13:41 UTC
  • mfrom: (1.1.34)
  • Revision ID: menesis@pov.lt-20140508151341-wcsbt3m1lxbrc90x
Tags: 1:2.8.0-0ubuntu1
* New upstream release.
* debian/patches/ckeditor4.patch: remove, fixed upstream.
* debian/copyright: add a section for included d3 javascript library.
* debian/missing-sources: add sources for included javascript libraries:
  - d3 2.9.7
  - jquery 1.7.1
  - jquery-scrollto 1.4.2
  - jquery-ui 1.8.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
}
202
202
 
203
203
.page .third-nav {
204
 
    background-color: #f7f7f7;
205
204
    border-bottom-color: #D9D9D9;
206
205
}
207
206
 
208
 
.page .third-nav > li {
209
 
    background: transparent url(subnav_divider.png) no-repeat scroll right bottom;
210
 
}
211
 
 
212
207
.page .third-nav > li a,
213
208
.page .third-nav > li span {
 
209
    color: #005c61;
 
210
    border-color: #d9d9d9;
 
211
    outline: 0;
 
212
}
 
213
 
 
214
.page .third-nav > li.active a,
 
215
.page .third-nav > li.active span,
 
216
.page .third-nav > li.active a:hover,
 
217
.page .third-nav > li.active span:hover {
 
218
    background: #f7f7f7;
 
219
    border-bottom-color: #f7f7f7;
214
220
    color: #3c4342;
 
221
    cursor: default;
215
222
}
216
223
 
217
 
.page .third-nav > li.active a,
218
224
.page .third-nav > li a:hover {
219
225
    background: transparent url(subnav_active_bg.png) repeat left 1px;
220
226
}
221
227
 
222
 
.page ul.third-nav > li.active a,
223
 
.page .third-nav > li a:hover {
224
 
    color: #005c61;
225
 
}
226
 
 
227
228
.page > .body {
228
229
    background-color: #ffffff;
229
230
}