~mhall119/+junk/canonicalauth-package

« back to all changes in this revision

Viewing changes to theme/tabs.css

  • Committer: mhall119
  • Date: 2013-05-31 18:01:39 UTC
  • Revision ID: mhall119@ubuntu.com-20130531180139-5py6gsiegf8jvu8l
Add Ubuntu SDK theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.tabs {
 
2
        background: #e7e7e7;
 
3
        border-bottom: 14px solid #c5c5c5;
 
4
        height: 80px;
 
5
        width: 100%;
 
6
}
 
7
 
 
8
.tabs h1 {
 
9
        border-bottom: 1px solid #afafaf;
 
10
        font: 36px "Ubuntu Light";
 
11
        letter-spacing: -1px;
 
12
        line-height: 80px;
 
13
        width: 100%;
 
14
        margin: 0;
 
15
        padding: 0;
 
16
}
 
17
 
 
18
.tabs h1.active {
 
19
        color: #484647;
 
20
}
 
21
 
 
22
.tabs h1.inactive {
 
23
        color: #a0a0a0;
 
24
}
 
25
 
 
26
.tabs h1 span {
 
27
        padding-left: 15px;
 
28
}