forked from phonegap/phonegap-start
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sofajazz
committed
Nov 25, 2011
1 parent
3729b30
commit ab57a4d
Showing
28 changed files
with
24,269 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/** Add css rules here for your application. */ | ||
|
||
|
||
body | ||
{ | ||
/* font-family: 'Niconne', sans-serif; */ | ||
font-family: 'Passero One', sans-serif; | ||
color: #FFFFFF; | ||
padding: 0; | ||
margin: 0; | ||
font-size: 1em; | ||
} | ||
|
||
.welcome | ||
{ | ||
font-size: 1.5em; | ||
background-color: #222230; | ||
text-align: center; | ||
} | ||
.menu | ||
{ | ||
background-color: #555560; | ||
text-align: center; | ||
} | ||
.content | ||
{ | ||
background-color: #333340; | ||
} | ||
.content div, table, select, img | ||
{ | ||
margin: 5px 5px 10px 5px; | ||
} | ||
.datePicker | ||
{ | ||
padding: 5px; | ||
background-color: #EEEEEE; | ||
color: #000000; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.