~daker/ubuntu-html5-theme/fix.1294779

« back to all changes in this revision

Viewing changes to 0.1/ambiance/css/default.css

  • Committer: CI bot
  • Author(s): Alexandre Abreu
  • Date: 2014-02-12 21:47:06 UTC
  • mfrom: (123.1.4 fix-gallery-app)
  • Revision ID: ps-jenkins@lists.canonical.com-20140212214706-zycvm4cssnj911i2
Fix gallery app (needs more fixing though) and update the css to be closer to qml 

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
@import url("shapes.css");
36
36
@import url("indexbar.css");
37
37
@import url("option-selector.css");
 
38
@import url("icons.css");
38
39
 
39
40
 
40
41
* {
67
68
[data-role="content"] h3 {
68
69
    color: #747278;
69
70
    font: 1.3rem "Ubuntu Light";
70
 
    font-weight: bold;
71
71
}
72
72
 
73
73
[data-role="content"] h2 {
86
86
.inset {
87
87
    margin-bottom: 10px;
88
88
}
 
89
 
 
90
/**
 
91
   To be factored out
 
92
  */
 
93
 
 
94
.xlarge-font {
 
95
    font-size: 33px !important;
 
96
    font-family: "Ubuntu";
 
97
    color: #787878 ;
 
98
}
 
99
 
 
100
.large-font {
 
101
    font-size: 20px !important;
 
102
    font-family: "Ubuntu";
 
103
    color: #787878;
 
104
}
 
105
 
 
106
.medium-font {
 
107
    font-size: 14px !important;
 
108
    font-family: "Ubuntu";
 
109
    color: #787878;
 
110
}
 
111
 
 
112
.small-font {
 
113
    font-size: 12px !important;
 
114
    font-family: "Ubuntu";
 
115
    color: #787878;
 
116
}
 
117
 
 
118
.xsmall-font {
 
119
    font-size: 10px !important;
 
120
    font-family: "Ubuntu";
 
121
    color: #787878;
 
122
}
 
123
 
 
124
.xxsmall-font {
 
125
    font-size: 8px !important;
 
126
    font-family: "Ubuntu";
 
127
    color: #787878;
 
128
}