nakedobjects.spa
Version:
Single Page Application client for a Naked Objects application.
57 lines (46 loc) • 1.47 kB
CSS
/*Global fonts*/
.gemini, table, a, pre, textarea, input {
font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}
@font-face {
font-family: "iconFont";
src: url('./fonts/iconFont.eot');
src: url('./fonts/iconFont.eot?#iefix') format('embedded-opentype'), url('./fonts/iconFont.svg#iconFont') format('svg'), url('./fonts/iconFont.woff') format('woff'), url('./fonts/iconFont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Override unwanted defaults */
.gemini * {
/*Specifies that padding & border are added INSIDE the specified width*/
box-sizing: border-box;
}
pre {
white-space: pre-wrap; /* CSS 3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
html, #main, body, .background, .single, .split {
margin: 0px;
height: 100%; /*fill the vertical space*/
background-color: white;
}
.background {
overflow-y: auto;
}
.single, .split {
overflow-x: auto;
padding-bottom: 60px;
}
.single {
width: 100%;
}
.split {
float: left;
width: 50%;
}
.link-color0, .link-color1,.link-color2,.link-color3,.link-color4,.link-color5,.link-color6,.link-color7,.link-color8,.link-color9 {
background-color: #11648a;
color: white;
}