SlideShare a Scribd company logo
1 of 19
Download to read offline
Extracting ui Design - part III
CSS
© Codename One 2017 all rights reserved
#Constants {
includeNativeBool: false;
rendererShowsNumbersBool: false;
}
Container {
background-color: transparent;
padding: 0px;
margin: 0px;
}
Label {
background-color: transparent;
color: black;
font-family: "native:MainThin";
font-size: 3mm;
}
List {
background-color: transparent;
margin: 0px;
}
CSS
Form {
background-color: #ebeaec;
}
Title {
border: none;
color: white;
background-color: transparent;
text-align: center;
}
TitleCommand {
color: white;
}
MenuButton {
color: white;
}
OrderBarBackgroundOpaque {
margin: 0px;
padding: 0px;
background-color: #ebeaec;
}
CSS
Form {
background-color: #ebeaec;
}
Title {
border: none;
color: white;
background-color: transparent;
text-align: center;
}
TitleCommand {
color: white;
}
MenuButton {
color: white;
}
OrderBarBackgroundOpaque {
margin: 0px;
padding: 0px;
background-color: #ebeaec;
}
CSS
Form {
background-color: #ebeaec;
}
Title {
border: none;
color: white;
background-color: transparent;
text-align: center;
}
TitleCommand {
color: white;
}
MenuButton {
color: white;
}
OrderBarBackgroundOpaque {
margin: 0px;
padding: 0px;
background-color: #ebeaec;
}
CSS
Form {
background-color: #ebeaec;
}
Title {
border: none;
color: white;
background-color: transparent;
text-align: center;
}
TitleCommand {
color: white;
}
MenuButton {
color: white;
}
OrderBarBackgroundOpaque {
margin: 0px;
padding: 0px;
background-color: #ebeaec;
}
CSS
TopBar {
margin: 0px;
padding: 0px;
background-image: url(images/title-image.jpg);
cn1-background-type: cn1-image-scaled-fill;
}
YourOrder {
border: cn1-pill-border;
background-color: white;
color: #31aaff;
padding-left: 3mm;
padding-right: 4mm;
padding-top: 2mm;
padding-bottom: 3mm;
margin: 0px 1mm 1mm 1mm;
box-shadow: 0 0 0 1mm rgba(0,0,0,0.2);
}
CSS
TopBar {
margin: 0px;
padding: 0px;
background-image: url(images/title-image.jpg);
cn1-background-type: cn1-image-scaled-fill;
}
YourOrder {
border: cn1-pill-border;
background-color: white;
color: #31aaff;
padding-left: 3mm;
padding-right: 4mm;
padding-top: 2mm;
padding-bottom: 3mm;
margin: 0px 1mm 1mm 1mm;
box-shadow: 0 0 0 1mm rgba(0,0,0,0.2);
}
CSS
ShoppingCart {
border: cn1-round-border;
box-shadow: 0 0 0 1mm rgba(0,0,0,0.3);
background-color: #31aaff;
color: white;
padding: 2mm 2mm 3mm 1mm;
margin: 0px 3mm 0mm 1mm;
}
ListRenderer {
background-color: transparent;
color: #aaaaaa;
font-family: "native:MainThin";
font-size: 3mm;
text-align: center;
border: none;
}
CSS
ShoppingCart {
border: cn1-round-border;
box-shadow: 0 0 0 1mm rgba(0,0,0,0.3);
background-color: #31aaff;
color: white;
padding: 2mm 2mm 3mm 1mm;
margin: 0px 3mm 0mm 1mm;
}
ListRenderer {
background-color: transparent;
color: #aaaaaa;
font-family: "native:MainThin";
font-size: 3mm;
text-align: center;
border: none;
}
CSS
ListRenderer.selected {
color: white;
background-color: transparent;
}
ListRendererFocus {
background-color: transparent;
}
DishListTitle {
background-color: transparent;
color: black;
font-family: "native:MainLight";
font-size: 3mm;
}
DishListBody {
background-color: transparent;
color: #989898;
font-family: "native:MainThin";
font-size: 3mm;
}
CSS
ListRenderer.selected {
color: white;
background-color: transparent;
}
ListRendererFocus {
background-color: transparent;
}
DishListTitle {
background-color: transparent;
color: black;
font-family: "native:MainLight";
font-size: 3mm;
}
DishListBody {
background-color: transparent;
color: #989898;
font-family: "native:MainThin";
font-size: 3mm;
}
CSS
ListRenderer.selected {
color: white;
background-color: transparent;
}
ListRendererFocus {
background-color: transparent;
}
DishListTitle {
background-color: transparent;
color: black;
font-family: "native:MainLight";
font-size: 3mm;
}
DishListBody {
background-color: transparent;
color: #989898;
font-family: "native:MainThin";
font-size: 3mm;
}
CSS
AddToOrderButton {
padding-top: 1mm;
padding-bottom: 1mm;
padding-left: 2mm;
padding-right: 2mm;
margin: 0px;
text-align: center;
color: white;
}
MoreInfoButton {
padding-top: 1mm;
padding-bottom: 1mm;
padding-left: 2mm;
padding-right: 2mm;
margin: 0px;
text-align: center;
color: #31aaff;
}
WhiteSeparatorLine {
background-color: white;
padding: 1px 3mm 1px 3mm;
margin: 0px;
}
CSS
AddToOrderButton {
padding-top: 1mm;
padding-bottom: 1mm;
padding-left: 2mm;
padding-right: 2mm;
margin: 0px;
text-align: center;
color: white;
}
MoreInfoButton {
padding-top: 1mm;
padding-bottom: 1mm;
padding-left: 2mm;
padding-right: 2mm;
margin: 0px;
text-align: center;
color: #31aaff;
}
WhiteSeparatorLine {
background-color: white;
padding: 1px 3mm 1px 3mm;
margin: 0px;
}
CSS
DishCheckoutTitle {
background-color: transparent;
color: black;
font-family: "native:MainThin";
font-size: 3mm;
}
CheckoutPrice {
background-color: transparent;
color: #31aaff;
font-family: "native:MainThin";
font-size: 2.5mm;
}
PriceTotal {
background-color: transparent;
color: #31aaff;
font-family: "native:MainThin";
font-size: 3.5mm;
padding: 2mm 1mm 1mm 1mm;
text-align: right;
}
CSS
CheckoutButton {
cn1-derive: AddToOrderButton;
font-family: "native:MainRegular";
font-size: 4mm;
padding: 2mm;
margin: 2mm 2mm 2mm 2mm;
text-align: center;
color: white;
}
PaymentDialogTop {
margin: 2mm 2mm 0px 2mm;
padding: 3.5mm 3.5mm 1.5mm 3.5mm;
}
PaymentDialogBottom {
margin: 0mm 2mm 0px 2mm;
padding: 3.5mm;
}
CSS
CheckoutButton {
cn1-derive: AddToOrderButton;
font-family: "native:MainRegular";
font-size: 4mm;
padding: 2mm;
margin: 2mm 2mm 2mm 2mm;
text-align: center;
color: white;
}
PaymentDialogTop {
margin: 2mm 2mm 0px 2mm;
padding: 3.5mm 3.5mm 1.5mm 3.5mm;
}
PaymentDialogBottom {
margin: 0mm 2mm 0px 2mm;
padding: 3.5mm;
}
CSS

More Related Content

Similar to Extracting ui Design - part 3.pdf

Bloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noBloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.no
Hannee92
 
常用的CSS样式备份精华
常用的CSS样式备份精华常用的CSS样式备份精华
常用的CSS样式备份精华
wensheng wei
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
tutorialsruby
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
tutorialsruby
 
Chapter 6 TemplateWeek 6csshomework.css html {.docx
Chapter 6 TemplateWeek 6csshomework.css  html {.docxChapter 6 TemplateWeek 6csshomework.css  html {.docx
Chapter 6 TemplateWeek 6csshomework.css html {.docx
robertad6
 
Css code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdfCss code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdf
aroraenterprisesmbd
 
Software programming tools for creating/managing CSS files
Software programming tools for creating/managing CSS filesSoftware programming tools for creating/managing CSS files
Software programming tools for creating/managing CSS files
Dinu Suman
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
a5494535
 

Similar to Extracting ui Design - part 3.pdf (20)

Bloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noBloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.no
 
AAVN_Presentation_SASS.pptx
AAVN_Presentation_SASS.pptxAAVN_Presentation_SASS.pptx
AAVN_Presentation_SASS.pptx
 
常用的CSS样式备份精华
常用的CSS样式备份精华常用的CSS样式备份精华
常用的CSS样式备份精华
 
Css(handbook)
Css(handbook)Css(handbook)
Css(handbook)
 
Css
CssCss
Css
 
Theme01
Theme01Theme01
Theme01
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
 
Theme04
Theme04Theme04
Theme04
 
css-ppt.pdf
css-ppt.pdfcss-ppt.pdf
css-ppt.pdf
 
Chapter 6 TemplateWeek 6csshomework.css html {.docx
Chapter 6 TemplateWeek 6csshomework.css  html {.docxChapter 6 TemplateWeek 6csshomework.css  html {.docx
Chapter 6 TemplateWeek 6csshomework.css html {.docx
 
Finding a Better Way to CSS: Navigating Sass with Compass
Finding a Better Way to CSS: Navigating Sass with CompassFinding a Better Way to CSS: Navigating Sass with Compass
Finding a Better Way to CSS: Navigating Sass with Compass
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Css code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdfCss code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdf
 
UI Design From Scratch - Part 4 - transcript.pdf
UI Design From Scratch - Part 4 - transcript.pdfUI Design From Scratch - Part 4 - transcript.pdf
UI Design From Scratch - Part 4 - transcript.pdf
 
ID01 Week 3
ID01 Week 3ID01 Week 3
ID01 Week 3
 
Software programming tools for creating/managing CSS files
Software programming tools for creating/managing CSS filesSoftware programming tools for creating/managing CSS files
Software programming tools for creating/managing CSS files
 
Chapter 13: Colors and Backgrounds
Chapter 13: Colors and BackgroundsChapter 13: Colors and Backgrounds
Chapter 13: Colors and Backgrounds
 
uptu web technology unit 2 Css
uptu web technology unit 2 Cssuptu web technology unit 2 Css
uptu web technology unit 2 Css
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
 

More from ShaiAlmog1

More from ShaiAlmog1 (20)

The Duck Teaches Learn to debug from the masters. Local to production- kill ...
The Duck Teaches  Learn to debug from the masters. Local to production- kill ...The Duck Teaches  Learn to debug from the masters. Local to production- kill ...
The Duck Teaches Learn to debug from the masters. Local to production- kill ...
 
create-netflix-clone-06-client-ui.pdf
create-netflix-clone-06-client-ui.pdfcreate-netflix-clone-06-client-ui.pdf
create-netflix-clone-06-client-ui.pdf
 
create-netflix-clone-01-introduction_transcript.pdf
create-netflix-clone-01-introduction_transcript.pdfcreate-netflix-clone-01-introduction_transcript.pdf
create-netflix-clone-01-introduction_transcript.pdf
 
create-netflix-clone-02-server_transcript.pdf
create-netflix-clone-02-server_transcript.pdfcreate-netflix-clone-02-server_transcript.pdf
create-netflix-clone-02-server_transcript.pdf
 
create-netflix-clone-04-server-continued_transcript.pdf
create-netflix-clone-04-server-continued_transcript.pdfcreate-netflix-clone-04-server-continued_transcript.pdf
create-netflix-clone-04-server-continued_transcript.pdf
 
create-netflix-clone-01-introduction.pdf
create-netflix-clone-01-introduction.pdfcreate-netflix-clone-01-introduction.pdf
create-netflix-clone-01-introduction.pdf
 
create-netflix-clone-06-client-ui_transcript.pdf
create-netflix-clone-06-client-ui_transcript.pdfcreate-netflix-clone-06-client-ui_transcript.pdf
create-netflix-clone-06-client-ui_transcript.pdf
 
create-netflix-clone-03-server.pdf
create-netflix-clone-03-server.pdfcreate-netflix-clone-03-server.pdf
create-netflix-clone-03-server.pdf
 
create-netflix-clone-04-server-continued.pdf
create-netflix-clone-04-server-continued.pdfcreate-netflix-clone-04-server-continued.pdf
create-netflix-clone-04-server-continued.pdf
 
create-netflix-clone-05-client-model_transcript.pdf
create-netflix-clone-05-client-model_transcript.pdfcreate-netflix-clone-05-client-model_transcript.pdf
create-netflix-clone-05-client-model_transcript.pdf
 
create-netflix-clone-03-server_transcript.pdf
create-netflix-clone-03-server_transcript.pdfcreate-netflix-clone-03-server_transcript.pdf
create-netflix-clone-03-server_transcript.pdf
 
create-netflix-clone-02-server.pdf
create-netflix-clone-02-server.pdfcreate-netflix-clone-02-server.pdf
create-netflix-clone-02-server.pdf
 
create-netflix-clone-05-client-model.pdf
create-netflix-clone-05-client-model.pdfcreate-netflix-clone-05-client-model.pdf
create-netflix-clone-05-client-model.pdf
 
Creating a Whatsapp Clone - Part II.pdf
Creating a Whatsapp Clone - Part II.pdfCreating a Whatsapp Clone - Part II.pdf
Creating a Whatsapp Clone - Part II.pdf
 
Creating a Whatsapp Clone - Part IX - Transcript.pdf
Creating a Whatsapp Clone - Part IX - Transcript.pdfCreating a Whatsapp Clone - Part IX - Transcript.pdf
Creating a Whatsapp Clone - Part IX - Transcript.pdf
 
Creating a Whatsapp Clone - Part II - Transcript.pdf
Creating a Whatsapp Clone - Part II - Transcript.pdfCreating a Whatsapp Clone - Part II - Transcript.pdf
Creating a Whatsapp Clone - Part II - Transcript.pdf
 
Creating a Whatsapp Clone - Part V - Transcript.pdf
Creating a Whatsapp Clone - Part V - Transcript.pdfCreating a Whatsapp Clone - Part V - Transcript.pdf
Creating a Whatsapp Clone - Part V - Transcript.pdf
 
Creating a Whatsapp Clone - Part IV - Transcript.pdf
Creating a Whatsapp Clone - Part IV - Transcript.pdfCreating a Whatsapp Clone - Part IV - Transcript.pdf
Creating a Whatsapp Clone - Part IV - Transcript.pdf
 
Creating a Whatsapp Clone - Part IV.pdf
Creating a Whatsapp Clone - Part IV.pdfCreating a Whatsapp Clone - Part IV.pdf
Creating a Whatsapp Clone - Part IV.pdf
 
Creating a Whatsapp Clone - Part I - Transcript.pdf
Creating a Whatsapp Clone - Part I - Transcript.pdfCreating a Whatsapp Clone - Part I - Transcript.pdf
Creating a Whatsapp Clone - Part I - Transcript.pdf
 

Recently uploaded

Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
FIDO Alliance
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
FIDO Alliance
 

Recently uploaded (20)

Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation Computing
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
 

Extracting ui Design - part 3.pdf

  • 1. Extracting ui Design - part III
  • 2. CSS © Codename One 2017 all rights reserved
  • 3. #Constants { includeNativeBool: false; rendererShowsNumbersBool: false; } Container { background-color: transparent; padding: 0px; margin: 0px; } Label { background-color: transparent; color: black; font-family: "native:MainThin"; font-size: 3mm; } List { background-color: transparent; margin: 0px; } CSS
  • 4. Form { background-color: #ebeaec; } Title { border: none; color: white; background-color: transparent; text-align: center; } TitleCommand { color: white; } MenuButton { color: white; } OrderBarBackgroundOpaque { margin: 0px; padding: 0px; background-color: #ebeaec; } CSS
  • 5. Form { background-color: #ebeaec; } Title { border: none; color: white; background-color: transparent; text-align: center; } TitleCommand { color: white; } MenuButton { color: white; } OrderBarBackgroundOpaque { margin: 0px; padding: 0px; background-color: #ebeaec; } CSS
  • 6. Form { background-color: #ebeaec; } Title { border: none; color: white; background-color: transparent; text-align: center; } TitleCommand { color: white; } MenuButton { color: white; } OrderBarBackgroundOpaque { margin: 0px; padding: 0px; background-color: #ebeaec; } CSS
  • 7. Form { background-color: #ebeaec; } Title { border: none; color: white; background-color: transparent; text-align: center; } TitleCommand { color: white; } MenuButton { color: white; } OrderBarBackgroundOpaque { margin: 0px; padding: 0px; background-color: #ebeaec; } CSS
  • 8. TopBar { margin: 0px; padding: 0px; background-image: url(images/title-image.jpg); cn1-background-type: cn1-image-scaled-fill; } YourOrder { border: cn1-pill-border; background-color: white; color: #31aaff; padding-left: 3mm; padding-right: 4mm; padding-top: 2mm; padding-bottom: 3mm; margin: 0px 1mm 1mm 1mm; box-shadow: 0 0 0 1mm rgba(0,0,0,0.2); } CSS
  • 9. TopBar { margin: 0px; padding: 0px; background-image: url(images/title-image.jpg); cn1-background-type: cn1-image-scaled-fill; } YourOrder { border: cn1-pill-border; background-color: white; color: #31aaff; padding-left: 3mm; padding-right: 4mm; padding-top: 2mm; padding-bottom: 3mm; margin: 0px 1mm 1mm 1mm; box-shadow: 0 0 0 1mm rgba(0,0,0,0.2); } CSS
  • 10. ShoppingCart { border: cn1-round-border; box-shadow: 0 0 0 1mm rgba(0,0,0,0.3); background-color: #31aaff; color: white; padding: 2mm 2mm 3mm 1mm; margin: 0px 3mm 0mm 1mm; } ListRenderer { background-color: transparent; color: #aaaaaa; font-family: "native:MainThin"; font-size: 3mm; text-align: center; border: none; } CSS
  • 11. ShoppingCart { border: cn1-round-border; box-shadow: 0 0 0 1mm rgba(0,0,0,0.3); background-color: #31aaff; color: white; padding: 2mm 2mm 3mm 1mm; margin: 0px 3mm 0mm 1mm; } ListRenderer { background-color: transparent; color: #aaaaaa; font-family: "native:MainThin"; font-size: 3mm; text-align: center; border: none; } CSS
  • 12. ListRenderer.selected { color: white; background-color: transparent; } ListRendererFocus { background-color: transparent; } DishListTitle { background-color: transparent; color: black; font-family: "native:MainLight"; font-size: 3mm; } DishListBody { background-color: transparent; color: #989898; font-family: "native:MainThin"; font-size: 3mm; } CSS
  • 13. ListRenderer.selected { color: white; background-color: transparent; } ListRendererFocus { background-color: transparent; } DishListTitle { background-color: transparent; color: black; font-family: "native:MainLight"; font-size: 3mm; } DishListBody { background-color: transparent; color: #989898; font-family: "native:MainThin"; font-size: 3mm; } CSS
  • 14. ListRenderer.selected { color: white; background-color: transparent; } ListRendererFocus { background-color: transparent; } DishListTitle { background-color: transparent; color: black; font-family: "native:MainLight"; font-size: 3mm; } DishListBody { background-color: transparent; color: #989898; font-family: "native:MainThin"; font-size: 3mm; } CSS
  • 15. AddToOrderButton { padding-top: 1mm; padding-bottom: 1mm; padding-left: 2mm; padding-right: 2mm; margin: 0px; text-align: center; color: white; } MoreInfoButton { padding-top: 1mm; padding-bottom: 1mm; padding-left: 2mm; padding-right: 2mm; margin: 0px; text-align: center; color: #31aaff; } WhiteSeparatorLine { background-color: white; padding: 1px 3mm 1px 3mm; margin: 0px; } CSS
  • 16. AddToOrderButton { padding-top: 1mm; padding-bottom: 1mm; padding-left: 2mm; padding-right: 2mm; margin: 0px; text-align: center; color: white; } MoreInfoButton { padding-top: 1mm; padding-bottom: 1mm; padding-left: 2mm; padding-right: 2mm; margin: 0px; text-align: center; color: #31aaff; } WhiteSeparatorLine { background-color: white; padding: 1px 3mm 1px 3mm; margin: 0px; } CSS
  • 17. DishCheckoutTitle { background-color: transparent; color: black; font-family: "native:MainThin"; font-size: 3mm; } CheckoutPrice { background-color: transparent; color: #31aaff; font-family: "native:MainThin"; font-size: 2.5mm; } PriceTotal { background-color: transparent; color: #31aaff; font-family: "native:MainThin"; font-size: 3.5mm; padding: 2mm 1mm 1mm 1mm; text-align: right; } CSS
  • 18. CheckoutButton { cn1-derive: AddToOrderButton; font-family: "native:MainRegular"; font-size: 4mm; padding: 2mm; margin: 2mm 2mm 2mm 2mm; text-align: center; color: white; } PaymentDialogTop { margin: 2mm 2mm 0px 2mm; padding: 3.5mm 3.5mm 1.5mm 3.5mm; } PaymentDialogBottom { margin: 0mm 2mm 0px 2mm; padding: 3.5mm; } CSS
  • 19. CheckoutButton { cn1-derive: AddToOrderButton; font-family: "native:MainRegular"; font-size: 4mm; padding: 2mm; margin: 2mm 2mm 2mm 2mm; text-align: center; color: white; } PaymentDialogTop { margin: 2mm 2mm 0px 2mm; padding: 3.5mm 3.5mm 1.5mm 3.5mm; } PaymentDialogBottom { margin: 0mm 2mm 0px 2mm; padding: 3.5mm; } CSS