Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
.form-group input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.form-group input[type=password], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.form-group input[type=date], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.form-group input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
.form-group input[type=submit]:hover {
background-color: #45a049;
}
div {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
body {
margin: 0;
padding: 0;
font-family: Arial,Helvetica,sans-serif;
background-image: url(../images/bg.png);
font-size: 0.8em;
background-repeat: repeat-x;
line-height: 1;
background-color: #eeeeee;
color: #151515;
}
body.pages {
background-image: url(../images/bg_pages.png);
background-repeat: repeat-x;
background-position: left top;
}
h1.labs {
color: #0cb0ca;
font-size: 30px;
font-family: georgia,"times new roman",times,serif;
font-weight: normal;
line-height: 18px;
margin-top: 0px;
}
h2 {
line-height: 18px;
font-family: georgia,"times new roman",times,serif;
color: #0cb0ca;
font-size: 24px;
font-weight: normal;
}
h3 {
font-size: 1.2em;
margin-bottom: 0;
font-weight: bold;
margin-top: 0;
}
p {
margin-bottom: 12px;
margin-top: 10px;
}
p.dummy {
line-height: 0;
}
a:link, a:visited {
color: #0ba2ba;
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
#header {
overflow: hidden;
height: 30px;
width: 960px;
margin-left: auto;
margin-right: auto;
float: top;
}
#menu {
border-style: solid;
border-color: #eeeeee #cccccc #cccccc #eeeeee;
border-width: 2px;
margin: 0 0;
padding: 0 10px;
background: #eeeeee none repeat scroll 0% 50%;
font-family: Arial,sans-serif;
float: top;
font-weight: bold;
list-style-type: none;
text-transform: uppercase;
font-size: 13px;
width: 100%;
height: 40px;
border-radius: 10px;
}
#menu li {
margin: 0;
float: left;
}
#menu li.fRight {
float: right;
}
#menu li a {
padding: 0 10px;
text-decoration: none;
display: block;
line-height: 40px;
color: #666666;
}
#menu li a:hover, #menu li.active a {
border-bottom: 2px solid #dddddd;
background-color: #f5f5f5;
color: #999999;
}
#menu.blue {
border-style: solid;
border-color: #356aa0 #204061 #204061 #356aa0;
border-width: 2px;
background: #0a6894 none repeat scroll 0% 50%;
}
#menu.blue a {
color: #ffffff;
}
#menu.blue li a:hover, #menu.blue li.active a {
border-bottom: 2px solid #356aa0;
background: #0778ad none repeat scroll 0% 50%;
color: #85dff6;
}
#menu.green {
border-style: solid;
border-color: #356aa0 #204061 #204061 #356aa0;
border-width: 2px;
background: #179409 none repeat scroll 0% 50%;
}
#menu.green a {
color: #ffffff;
}
#menu.green li a:hover, #menu.green li.active a {
border-bottom: 2px solid #35a035;
background: #30ad07 none repeat scroll 0% 50%;
color: #8ef685;
}
#contentwrapper {
padding: 25px 0 60px;
width: 980px;
margin-left: auto;
line-height: 24px;
margin-right: auto;
background-color: #eeeeee;
height: 580px;
}
#contentwrapperShort {
padding: 25px 0 60px;
width: 980px;
margin-left: auto;
line-height: 24px;
margin-right: auto;
background-color: #eeeeee;
height: 320px;
}
#contentwrapperLeft {
width: 40%;
line-height: 24px;
background-color: #eeeeee;
float: left;
overflow:hidden;
border: #0a6894;
border-style: solid;
border-width: thin;
}
#contentwrapperRight {
width: 50%;
line-height: 24px;
background-color: #eeeeee;
overflow:hidden;
float: right;
border: #0a6894;
border-style: solid;
border-width: thin;
}
#loginwrapper {
padding: 25px 0 60px;
width: 400px;
margin-left: auto;
line-height: 24px;
margin-right: auto;
background-color: #eeeeee;
}
#niceTable {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#niceTable td, #niceTable th {
border: 1px solid #ddd;
padding: 8px;
}
#niceTable tr:nth-child(even){background-color: #f2f2f2;}
#niceTable tr:hover {
background-color: #ddd;
}
#niceTable th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #356aa0;
color: white;
}
#niceTable input[value="View"]{
width: 100px;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
#niceTable input[value="Add"]{
width: 100px;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
#niceTable input[value="Remove"]{
width: 100px;
background-color: #F14B27;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}