mazda-custom-application-sdk/apps/app.helloworld/app.css
140b8f67-ec51-4b64-9606-bff2dffa0170 0fb8aea2f6 sync stuff - NOT READY FOR PROD
2016-04-18 15:06:36 -07:00

47 lines
1.7 KiB
CSS

/**
* Custom Applications SDK for Mazda Connect Infotainment System
*
* 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.
*
* 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!
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
* License for more details.
*
* You should have received a copy of the GNU General Public License along with this program.
* If not, see http://www.gnu.org/licenses/
*
*/
/**
* NOTICE: It's important that you target your application with the [app] attribute
*/
[app="app.helloworld"] .smallerText {
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;
}