mazda-custom-application-sdk/apps/app.helloworld/app.css

48 lines
1.7 KiB
CSS
Raw Normal View History

2016-03-15 00:47:00 -05:00
/**
* Custom Applications SDK for Mazda Connect Infotainment System
2016-04-18 17:06:36 -05:00
*
2016-03-15 00:47:00 -05:00
* A mini framework that allows to write custom applications for the Mazda Connect Infotainment System
* that includes an easy to use abstraction layer to the JCI system.
*
* Written by Andreas Schwarz (http://github.com/flyandi/mazda-custom-applications-sdk)
* Copyright (c) 2016. All rights reserved.
2016-04-18 17:06:36 -05:00
*
2016-03-15 00:47:00 -05:00
* WARNING: The installation of this application requires modifications to your Mazda Connect system.
* If you don't feel comfortable performing these changes, please do not attempt to install this. You might
* be ending up with an unusuable system that requires reset by your Dealer. You were warned!
*
2016-04-18 17:06:36 -05:00
* This program is free software: you can redistribute it and/or modify it under the terms of the
2016-03-15 00:47:00 -05:00
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
2016-04-18 17:06:36 -05:00
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
2016-03-15 00:47:00 -05:00
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
* License for more details.
2016-04-18 17:06:36 -05:00
*
* You should have received a copy of the GNU General Public License along with this program.
2016-03-15 00:47:00 -05:00
* If not, see http://www.gnu.org/licenses/
*
*/
/**
* NOTICE: It's important that you target your application with the [app] attribute
*/
2016-04-18 17:06:36 -05:00
[app="app.helloworld"] .smallerText {
2016-03-15 00:47:00 -05:00
font-size:0.8em;
color: #aaa;
margin-bottom:20px;
}
[app="app.helloworld"] .simpleLabel {
margin:15px;
padding:10px;
background:#333;
border:1px solid #666;
}
[app="app.helloworld"] .simpleLabel span {
color: red;
padding-left:15px;
}