First commit, version 0.1 beta base nibiru framework

This commit is contained in:
Stephan Kasdorf
2017-06-16 12:21:19 +02:00
parent 7d475ceb6b
commit 4bfe207b78
556 changed files with 113905 additions and 26 deletions

View File

@@ -0,0 +1,28 @@
/* global body padding */
body {
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) {
body {
padding-top: 50px;
padding-bottom: 50px;
}
}
/* global spacing overrides */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-top: 0;
}
hr {
margin-top: 30px;
margin-bottom: 30px;
}
.navbar-fixed-top,
.navbar-static-top {
border-bottom: 0;
}

501
public/css/v3/docs.css Normal file
View File

@@ -0,0 +1,501 @@
.hll {
background-color: #ffffcc;
}
.c {
color: #999;
}
.err {
color: #AA0000;
background-color: #ffaaaa;
}
.k {
color: #006699;
}
.o {
color: #555555;
}
.cm {
color: #999;
}
.cp {
color: #009999;
}
.c1 {
color: #999;
}
.cs {
color: #999;
}
.gd {
background-color: #FFCCCC;
border: 1px solid #cc0000;
}
.ge {
font-style: italic;
}
.gr {
color: #ff0000;
}
.gh {
color: #003300;
}
.gi {
background-color: #CCFFCC;
border: 1px solid #00cc00;
}
.go {
color: #aaaaaa;
}
.gp {
color: #000099;
}
.gu {
color: #003300;
}
.gt {
color: #99cc66;
}
.kc {
color: #006699;
}
.kd {
color: #006699;
}
.kn {
color: #006699;
}
.kp {
color: #006699;
}
.kr {
color: #006699;
}
.kt {
color: #007788;
}
.m {
color: #ff6600;
}
.s {
color: #d44950;
}
.na {
color: #4f9fcf;
}
.nb {
color: #336666;
}
.nc {
color: #00AA88;
}
.no {
color: #336600;
}
.nd {
color: #9999ff;
}
.ni {
color: #999999;
}
.ne {
color: #CC0000;
}
.nf {
color: #cc00ff;
}
.nl {
color: #9999ff;
}
.nn {
color: #00CCFF;
}
.nt {
color: #2f6f9f;
}
.nv {
color: #003333;
}
.ow {
color: #000000;
}
.w {
color: #bbbbbb;
}
.mf {
color: #ff6600;
}
.mh {
color: #ff6600;
}
.mi {
color: #ff6600;
}
.mo {
color: #ff6600;
}
.sb {
color: #cc3300;
}
.sc {
color: #cc3300;
}
.sd {
color: #CC3300;
font-style: italic;
}
.s2 {
color: #cc3300;
}
.se {
color: #CC3300;
}
.sh {
color: #cc3300;
}
.si {
color: #aa0000;
}
.sx {
color: #cc3300;
}
.sr {
color: #33aaaa;
}
.s1 {
color: #cc3300;
}
.ss {
color: #ffcc33;
}
.bp {
color: #336666;
}
.vc {
color: #003333;
}
.vg {
color: #003333;
}
.vi {
color: #003333;
}
.il {
color: #ff6600;
}
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999;
}
.highlight {
padding: 15px;
margin: 15px -15px;
background-color: #f5f5f5;
}
@media (min-width: 768px) {
.highlight {
padding: 20px;
margin-right: 0;
margin-left: 0;
margin-bottom: 20px;
border: 1px solid #e5e5e5;
border-radius: 3px;
}
}
.highlight pre {
padding: 0;
margin-top: 0;
margin-bottom: 0;
background-color: transparent;
border: 0;
}
.highlight pre code {
font-size: inherit;
color: #51586a;
}
@media (min-width: 768px) {
.docs-example + .highlight {
border-width: 0 1px 1px;
border-radius: 0 0 3px 3px;
}
}
body {
overflow-x: hidden;
padding-bottom: 40px;
}
.docs-header {
padding-top: 60px;
padding-bottom: 60px;
margin-bottom: 30px;
font-size: 20px;
color: #fff;
background-color: #1ca8dd;
background-image: linear-gradient(to bottom, #137499, #1ca8dd);
}
.docs-header h1 {
margin-bottom: 5px;
font-size: 40px;
line-height: 1;
}
.docs-header p {
font-weight: 300;
line-height: 1.4;
color: #9fdcf3;
}
@media (min-width: 768px) {
.docs-header {
font-size: 24px;
}
.docs-header h1 {
font-size: 60px;
}
}
@media (min-width: 1200px) {
.docs-header h1,
.docs-header p {
max-width: 75%;
}
}
#contents {
display: none;
}
#markdown-toc {
padding-left: 0;
margin-top: 30px;
font-size: 13px;
list-style: none;
}
#markdown-toc a {
display: block;
padding: 2px 10px 2px 10px;
}
#markdown-toc a:hover {
text-decoration: none;
}
#markdown-toc > li {
margin-bottom: 5px;
}
#markdown-toc > li:first-child {
display: none;
}
#markdown-toc ul {
list-style: none;
padding-left: 20px;
}
#markdown-toc ul ul {
display: none;
}
@media (min-width: 768px) {
#markdown-toc {
float: right;
width: 220px;
margin-right: -250px;
}
#markdown-toc a {
color: #6f7890;
padding-left: 20px;
}
#markdown-toc ul {
display: none;
}
#markdown-toc > .active > ul {
display: block;
}
#markdown-toc .active > a {
padding-left: 18px;
color: #1ca8dd;
background-color: transparent;
border-left: 2px solid #1ca8dd;
}
#markdown-toc.affix {
top: 0;
}
}
.docs-top {
position: fixed;
right: 20px;
bottom: 20px;
display: none;
padding: 6px 12px;
font-size: 14px;
border-radius: 4px;
background-color: #1a1c22;
}
.docs-top:hover,
.docs-top:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.docs-top {
display: block;
}
}
.docs-icons {
margin-bottom: 20px;
font-size: 20px;
}
.docs-icons .icon {
padding: 5px;
}
@media (max-width: 768px) {
.container .docs-jumbotron {
padding-right: 30px;
padding-left: 30px;
margin-right: -15px;
margin-left: -15px;
border-radius: 0;
}
}
.docs-content {
font-size: 16px;
}
.docs-content > h1 {
padding-bottom: 9.5px;
margin: 42px 0 21px;
border-bottom: 1px solid #434857;
}
.docs-content > h1 + p {
margin-bottom: 21px;
font-size: 16px;
font-weight: 300;
line-height: 1.5;
}
@media (min-width: 768px) {
.docs-content > h1 + p {
font-size: 21px;
}
}
@media (min-width: 768px) {
.docs-content {
padding-right: 265px;
}
}
.docs-example {
position: relative;
padding: 20px;
margin: 20px -15px;
font-size: 14px;
border: 1px solid #e5e5e5;
background: #fff;
}
.docs-example:before,
.docs-example:after {
content: " ";
display: table;
}
.docs-example:after {
clear: both;
}
.docs-example + .highlight {
margin-top: -20px;
}
@media (min-width: 768px) {
.docs-example {
margin-left: 0;
margin-right: 0;
border-radius: 3px 3px 0 0;
}
}
.docs-example + p {
margin-top: 30px;
}
.docs-example > *:last-child {
margin-bottom: 0;
}
.docs-example .container {
width: auto;
}
.docs-example > .dropdown-menu:first-child {
position: static;
display: block;
}
.docs-example > .list-group {
max-width: 300px;
}
@media (max-width: 768px) {
.docs-example .label {
display: inline-block;
margin: 5px;
}
}
.docs-example.docs-example-modal {
background-color: #fafafa;
}
.docs-example .modal {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: 1;
display: block;
}
.docs-example .modal-dialog {
left: auto;
margin-right: auto;
margin-left: auto;
}
.docs-example .modal-lg {
max-width: 90%;
}
.docs-example.bs-example-tooltips {
text-align: center;
}
.docs-example.bs-example-tooltips > .btn {
margin-top: 5px;
margin-bottom: 5px;
}
.docs-example.bs-example-tooltip .tooltip {
position: relative;
display: inline-block;
margin: 10px 20px;
opacity: 1;
}
.docs-example.bs-example-popover {
padding-bottom: 24px;
background-color: #f9f9f9;
}
.docs-example.bs-example-popover .popover {
position: relative;
display: block;
float: left;
width: 260px;
margin: 20px;
}
.docs-example > .btn {
margin-top: 5px;
margin-bottom: 5px;
}
.docs-top,
#markdown-toc a {
color: #9198aa;
}
.docs-top:hover,
#markdown-toc a:hover {
color: #fff;
}
.docs-example {
background-color: transparent;
border-color: #434857;
}
.docs-example.docs-example-modal,
.docs-example.bs-example-popover {
background-color: rgba(0, 0, 0, 0.1);
}
.highlight {
background-color: #1a1c22;
border: 0;
}
.highlight pre code {
color: #999;
}
.docs-example .iconav {
position: relative !important;
}
.docs-content > h2,
.docs-content > h1 {
margin-top: 50px;
}
.docs-content > h1 + h2 {
margin-top: 10px;
}

1311
public/css/v3/jquery-ui.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,141 @@
/**
* Nibiru Debugbar styles
*/
#nibiru-debug {
z-index: 2;
position: fixed;
left: 0px;
overflow-y: scroll;
width: 100%;
min-height: 300px;
max-height: 300px;
background-color: white;
}
.down {
bottom: -300px !important;
}
.up {
bottom: 0px !important;
}
#nibiru-bar-open {
z-index: 3;
position: fixed;
left: 0px;
bottom: 0px;
width: 100%;
min-height: 25px;
cursor: pointer;
background-color: #D69145;
}
.closed {
bottom: 0px !important;
}
.open {
bottom: 300px !important;
}
span.nibiru-bar-logo {
position: relative;
float: left;
width: 25px;
height: 25px;
margin: 0px;
padding: 0px;
background-image: url("/public/img/logos/nibriu-logo.png");
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
/**
* Smarty template debug output
*/
#tabs-10 h1, #tabs-10 h2, #tabs-10 h3, #tabs-10 td, #tabs-10 th, #tabs-10 p {
font-family: sans-serif;
font-weight: normal;
font-size: 0.9em;
margin: 1px;
padding: 0;
}
#tabs-10 h1 {
margin: 0;
text-align: left;
padding: 2px;
background-color: #f0c040;
color: black;
font-weight: bold;
font-size: 1.2em;
}
#tabs-10 h2 {
background-color: #9B410E;
color: white;
text-align: left;
font-weight: bold;
padding: 2px;
border-top: 1px solid black;
}
#tabs-10 h3 {
text-align: left;
font-weight: bold;
color: black;
font-size: 0.7em;
padding: 2px;
}
#tabs-10 p, #tabs-10 table {
background: #f0ead8;
}
#tabs-10 p {
margin: 0;
font-style: italic;
text-align: center;
}
#tabs-10 table {
width: 100%;
}
#tabs-10 th, #tabs-10 td {
font-family: monospace;
vertical-align: top;
text-align: left;
}
#tabs-10 td {
color: green;
}
#tabs-10.odd {
background-color: #eeeeee;
}
#tabs-10.even {
background-color: #fafafa;
}
#tabs-10.exectime {
font-size: 0.8em;
font-style: italic;
}
#tabs-10#bold div {
color: black;
font-weight: bold;
}
#tabs-10#blue h3 {
color: blue;
}
#tabs-10#normal div {
color: black;
font-weight: normal;
}
#tabs-10#table_assigned_vars th {
color: blue;
font-weight: bold;
}
tabs-5#table_config_vars th {
color: maroon;
}

280
public/css/v3/roboto.css Normal file
View File

@@ -0,0 +1,280 @@
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/rGvHdJnr2l75qb0YND9NyBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/mx9Uck6uB63VIKFYnEMXrRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://fonts.gstatic.com/s/roboto/v15/WxrXJa0C3KdtC7lMafG4dRTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://fonts.gstatic.com/s/roboto/v15/OpXUqTo0UgQQhGj_SFdLWBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://fonts.gstatic.com/s/roboto/v15/1hZf02POANh32k2VkgEoUBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://fonts.gstatic.com/s/roboto/v15/cDKhRaXnQTOVbaoxwdOr9xTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://fonts.gstatic.com/s/roboto/v15/K23cxWVTrIFD6DJsEVi07RTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://fonts.gstatic.com/s/roboto/v15/vSzulfKSK0LLjjfeaxcREhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://fonts.gstatic.com/s/roboto/v15/vPcynSL0qHq_6dX7lKVByfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

View File

@@ -0,0 +1,60 @@
form {
background-color: #33677F;
max-width: 360px;
border-radius: 5px;
padding-top: 33px;
padding-bottom: 33px;
border: 2px solid white;
}
label {
display: block;
float: left;
width: 10em;
margin-left: 20px;
font-size: 20px;
}
form > input[type="text"],
form > input[type="button"],
form > input[type="select"],
form > input[type="textarea"]
{
font-size: 13px;
margin: 0 auto 5px;
display: block;
padding: 4px;
border: solid 1px #85b1de;
width: 300px;
text-align: left;
border-radius: 0;
color:#16162d;
}
form > input[type="submit"]
{
font-size: 13px;
margin: 35px auto 5px;
display: block;
padding: 6px;
border: solid 1px #85b1de;
width: auto;
text-align: left;
border-radius: 0;
color:#16162d;
}
form > input[type="text"]:focus,
form > textarea:focus
{
background-color: #67b3ff;
border: solid 1px #33677F;
color:#0a0b0d;
}
.table-responsive {
border-bottom: 1px solid white;
}
thead {
border: 1px solid white;
}
.container {
margin-left: 3% !important;
margin-right: 3% !important;
width: 96% !important;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff