~janhenrik-overland/toca/trunk

« back to all changes in this revision

Viewing changes to ttk/styles/style.css

  • Committer: Jan Henrik Overland
  • Date: 2013-08-20 16:52:10 UTC
  • Revision ID: janhenrik.overland@gmail.com-20130820165210-vbzoi7b80oahtigd
appĀ header

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        padding: 12px;
5
5
}
6
6
 
7
 
h1 {
 
7
header {
8
8
        width: 100%;
9
 
        margin-bottom: 20px;
 
9
        padding: 7px 12px 5px;
10
10
        border-bottom: 1px solid #ddd;
11
 
        font-weight: 400;
12
 
        font-size: 1.6em;
 
11
        font-weight: 300;
 
12
        font-size: 1.7em;
 
13
        background-color: #f2f2f2;
 
14
        font-family: Roboto;
13
15
}
14
 
 
15
 
h1 .year {
 
16
header .year {
16
17
        color: #666;
17
18
}
 
19
header .date {
 
20
        float: right;
 
21
        font-size: 0.35em;
 
22
        padding-top: 1.2%;
 
23
        color: #000;
 
24
        text-align: right;
 
25
}
18
26
 
19
27
h2 {
20
28
        width: 100%;
40
48
 
41
49
#result .winner1 {
42
50
        font-weight: 700;
43
 
        font-size: 1.5em;
 
51
        font-size: 1.8em;
 
52
        position: relative;
 
53
        left: -1px;
44
54
}
45
55
#result .winner2 {
 
56
        font-weight: 1.1em;
46
57
        font-weight: 500;
47
58
}
48
59
#result .loser1 {
81
92
        font-size: 1.1em;
82
93
}
83
94
#tables .name {
84
 
        font-weight: 340;
 
95
        font-weight: 400;
85
96
        padding-bottom: 4px;
86
97
        border-bottom: 1px solid #ddd;
87
98
}