~ubuntu-branches/ubuntu/utopic/ubuntu-html5-theme/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Alexandre Abreu, Robert Bruce Park, David Barth
  • Date: 2014-02-12 21:47:19 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20140212214719-gtuxobx1jdwlwdr7
Tags: 0.1.2+14.04.20140212.4-0ubuntu1
[ Alexandre Abreu ]
* Fix gallery app (needs more fixing though) and update the css to be
  closer to qml

[ Robert Bruce Park ]
* Make -sdk depend on qtdeclarative5-ubuntu-webapps-api.
* Add python-xlib dependency which is required for AP tests to pass.

[ David Barth ]
* Set the plugin-path to load the pre-built cordova runtime

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
}