alpaca
Version:
Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide
162 lines (128 loc) • 2.67 kB
CSS
/*
bg: #FDEBDC
bg1: #FFD6AF
bg2: #FFAB59
orange: #FF7F00
brown: #913D00
lt. brown: #C4884F
*/
.IndexPage #Index {
margin-left: 31ex ;
}
#MSelected {
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}
.MGroup #MSelected {
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
}
.Safari #MSelected {
border-width: 1px;
border-left-width: 0;
}
.Safari .MGroup #MSelected {
border-left-width: 1px;
}
.SBorder {
-webkit-border-radius: 20px;
}
body {
font-size: 0.75em;
line-height: 1.6em;
font-family: Arial, sans-serif;
}
a:link, a:visited {
color: #913D00;
text-decoration: underline;
}
a:hover {
color: #FF7F00;
}
p {
margin-left: 5ex;
text-indent: 0;
margin-bottom: 0.6em;
}
.Summary a:link, .Summary a:visited {
text-decoration: none;
}
.CClass .CTitle, .CInterface .CTitle, .CDatabase .CTitle, .CDatabaseTable .CTitle, .CSection .CTitle,
#MainTopic .CTitle,
.STitle {
text-transform: uppercase;
font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;
}
.CClass .CTitle, .CInterface .CTitle, .CDatabase .CTitle, .CDatabaseTable .CTitle, .CSection .CTitle,
.IPageTitle,
#MainTopic .CTitle {
color: #913D00;
font-size: 22px;
font-weight: 400;
background: #FDEBDC;
border: none;
}
.CClass .CTitle, .CInterface .CTitle, .CDatabase .CTitle, .CDatabaseTable .CTitle, .CSection .CTitle {
border-top: 2px solid #913D00;
}
.CGroup .CTitle {
color: #913D00;
font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;
font-weight: 700;
font-size: 130%;
font-variant: none;
border-bottom: 2px solid #913D00;
}
.CTitle {
border-color: #C4884F;
line-height: 1.2em;
}
.ContentPage #Content {
background: #FDEBDC;
}
.STitle {
color: #FF7F00;
font-size: 140%;
font-weight: 700;
margin: 1.2em 0 0.3em;
}
.CBody pre {
margin-left: 5ex;
}
.CBody pre,
.CDLEntry {
color: #913D00;
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 9pt;
}
.SBorder {
background-color: #fff;
border: 1px solid #913D00;
padding: 15px;
}
.SMarked {
background-color: #eee;
}
.ContentPage, .IndexPage, .FramedMenuPage {
background-color: #FFAB59;
}
.MEntry a:link, .MEntry a:hover, .MEntry a:visited,
.MGroup a:link, .MGroup a:hover, .MGroup a:visited {
color: #000;
}
#MSearchField {
color: #913D00;
background: #FDEBDC;
}
#Footer a:link, #Footer a:hover, #Footer a:visited {
color: #913D00;
}
.INavigationBar {
background: #FFD6AF;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
#MSelected {
color: #913D00;
border-color: #913D00;
}