mirror of
https://github.com/Eising/kipketer.git
synced 2024-05-11 05:55:17 +00:00
406 lines
7.2 KiB
CSS
406 lines
7.2 KiB
CSS
/* ColorCombo532
|
|
*/
|
|
body {
|
|
margin: 0px;
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
}
|
|
|
|
div#header {
|
|
margin: 0px;
|
|
background-color: #2BBBD8;
|
|
}
|
|
div#logotext {
|
|
font-size: 36pt;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
padding: 20px;
|
|
}
|
|
#nav {
|
|
background-color: #102E37;
|
|
text-align: center;
|
|
}
|
|
#nav ul {
|
|
list-style: none;
|
|
padding: 10px 0;
|
|
}
|
|
#nav ul li {
|
|
display: inline;
|
|
padding: 0 10px;
|
|
}
|
|
#nav ul li a {
|
|
text-decoration: none;
|
|
color: #F78D3F;
|
|
}
|
|
#nav ul li a:hover {
|
|
text-decoration: underline;
|
|
color: #FCD271;
|
|
}
|
|
#subnav ul {
|
|
list-style: none;
|
|
padding: 10px 0;
|
|
}
|
|
#subnav ul li {
|
|
display: inline;
|
|
padding: 0 10px;
|
|
}
|
|
#subnav {
|
|
width: 800px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
}
|
|
#body {
|
|
// padding: 10px;
|
|
}
|
|
#body a {
|
|
text-decoration: none;
|
|
color: #F78D3F;
|
|
}
|
|
#body table.stdtable {
|
|
width: 90%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
}
|
|
#body table.stdtable th {
|
|
text-align: left;
|
|
}
|
|
#body table.stdtable tr:nth-child(even) {
|
|
background-color: #fff;
|
|
}
|
|
#body table.stdtable tr:nth-child(odd) {
|
|
background-color: #E8EDE0;
|
|
}
|
|
#body table.stdtable tr td {
|
|
padding: 2px;
|
|
}
|
|
|
|
.smallsize {
|
|
font-size: 10pt;
|
|
}
|
|
|
|
#body table.smalltable {
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
|
|
}
|
|
#body table.smalltable th {
|
|
text-align: left;
|
|
}
|
|
#body table.smalltable tr:nth-child(even) {
|
|
background-color: #e8ede0;
|
|
}
|
|
#body table.smalltable tr:nth-child(odd) {
|
|
background-color: #E8EDE0;
|
|
}
|
|
#body table.smalltable tr td {
|
|
padding: 2px;
|
|
}
|
|
|
|
.centerbox {
|
|
background-color: #E8EDE0;
|
|
width: 600px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
#scheduleform {
|
|
background-color: #E8EDE0;
|
|
width: 600px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 10px;
|
|
}
|
|
#scheduleform input, textarea, select {
|
|
background-color: #fff;
|
|
border: 2px solid #ccc;
|
|
padding: 10px;
|
|
color: #4b4b4b;
|
|
font-size: 11pt;
|
|
-webkit-border-radius: 5px;
|
|
margin-bottom: 15px;
|
|
width: 250px;
|
|
margin-top: 10px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.check {
|
|
width: 20px !important;
|
|
}
|
|
|
|
|
|
|
|
#scheduleform input:focus, textarea:focus {
|
|
background-color: #fff;
|
|
border: 2px solid #2BBBD8;
|
|
}
|
|
#embedform {
|
|
background-color: #E8EDE0;
|
|
width: 600px;
|
|
padding: 10px;
|
|
}
|
|
#embedform input, textarea, select {
|
|
background-color: #fff;
|
|
border: 2px solid #ccc;
|
|
padding: 10px;
|
|
color: #4b4b4b;
|
|
font-size: 11pt;
|
|
-webkit-border-radius: 5px;
|
|
margin-bottom: 15px;
|
|
width: 250px;
|
|
margin-top: 10px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#embedform input:focus, textarea:focus {
|
|
background-color: #fff;
|
|
border: 2px solid #2BBBD8;
|
|
}
|
|
#composeform {
|
|
display none;
|
|
background-color: #E8EDE0;
|
|
width: 600px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 10px;
|
|
}
|
|
#composeform input, textarea, select {
|
|
background-color: #fff;
|
|
border: 2px solid #ccc;
|
|
padding: 10px;
|
|
color: #4b4b4b;
|
|
font-size: 11pt;
|
|
-webkit-border-radius: 5px;
|
|
margin-bottom: 15px;
|
|
width: 250px;
|
|
margin-top: 10px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#composeform input:focus, textarea:focus {
|
|
background-color: #fff;
|
|
border: 2px solid #2BBBD8;
|
|
}
|
|
#configform {
|
|
display none;
|
|
background-color: #E8EDE0;
|
|
width: 600px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 10px;
|
|
}
|
|
#configform input, textarea, select, button {
|
|
background-color: #fff;
|
|
border: 2px solid #ccc;
|
|
padding: 10px;
|
|
color: #4b4b4b;
|
|
font-size: 11pt;
|
|
-webkit-border-radius: 5px;
|
|
margin-bottom: 15px;
|
|
width: 250px;
|
|
margin-top: 10px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#configform input.nowidth {
|
|
width: 10px;
|
|
}
|
|
|
|
#configform input:focus, textarea:focus {
|
|
background-color: #fff;
|
|
border: 2px solid #2BBBD8;
|
|
}
|
|
.helptext {
|
|
width: 300px;
|
|
float: right;
|
|
}
|
|
.formpart {
|
|
margin-right: 300px;
|
|
}
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
.composearea {
|
|
background-color: #fff;
|
|
width: 100%;
|
|
height: 475px;
|
|
}
|
|
|
|
.largearea {
|
|
background-color: #fff;
|
|
width: 100%;
|
|
height: 300px;
|
|
}
|
|
|
|
form {
|
|
padding: 0px;
|
|
}
|
|
#flash {
|
|
position: absolute;
|
|
z-index: 2;
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
|
|
.notice {
|
|
color: #fff;
|
|
background-color: #000;
|
|
}
|
|
.error {
|
|
font-size: 15pt;
|
|
}
|
|
label.error {
|
|
color: red;
|
|
display: block;
|
|
}
|
|
|
|
#graph {
|
|
width: 600px;
|
|
height: 300px;
|
|
}
|
|
|
|
#smallgraph {
|
|
width: 300px;
|
|
height: 150px;
|
|
}
|
|
|
|
label {
|
|
font-weight: bold;
|
|
}
|
|
.smalltext {
|
|
font-size: 8pt;
|
|
}
|
|
|
|
/* Overlay */
|
|
|
|
|
|
a#overlaylaunch-inAbox {
|
|
display: block;
|
|
padding: 40px;
|
|
margin: 40px;
|
|
background-color: #efefef;
|
|
font-size: 1.6em;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
}
|
|
|
|
#overlay-inAbox .wrapper {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|
|
/* More important stuff */
|
|
|
|
.overlay,
|
|
#overlay-shade {
|
|
display: none;
|
|
}
|
|
|
|
#overlay-shade {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 9999;
|
|
background-color: #000;
|
|
}
|
|
|
|
.overlay {
|
|
position: absolute;
|
|
top: -300px;
|
|
left: 0;
|
|
width: 800px;
|
|
min-height: 200px;
|
|
z-index: 10000;
|
|
background-color: #E8EDE0;
|
|
border: 10px solid #CFCFCF;
|
|
color: #000000;
|
|
box-shadow: 0 0 16px #000;
|
|
} .ie7 .overlay {
|
|
height: 200px;
|
|
} .overlay .wrapper {
|
|
padding: 15px 30px 30px;
|
|
}
|
|
|
|
|
|
.overlay .toolbar {
|
|
padding: 8px;
|
|
line-height: 1;
|
|
text-align: right;
|
|
overflow: hidden;
|
|
} .overlay .toolbar a.close {
|
|
display: inline-block;
|
|
*display: inline;
|
|
zoom: 1;
|
|
padding: 0 8px;
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
line-height: 18px;
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-o-border-radius: 5px;
|
|
color: #999999;
|
|
background-color: #515151;
|
|
} .overlay .toolbar a.close span {
|
|
color: #818181;
|
|
} .overlay .toolbar a.close:hover,
|
|
.overlay .toolbar a.close:hover span {
|
|
background-color: #b90900;
|
|
color: #fff;
|
|
}
|
|
|
|
#searchbar {
|
|
position: relative;
|
|
float: right;
|
|
margin-right: 5%;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
|
|
|
|
.pagination {
|
|
background: #f1f1f1;
|
|
border: 1px solid #e5e5e5;
|
|
text-align: center;
|
|
padding: 1em;
|
|
cursor: default; }
|
|
.pagination a, .pagination span {
|
|
padding: 0.2em 0.3em; }
|
|
.pagination .disabled {
|
|
color: #aaaaaa; }
|
|
.pagination .current {
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
background-color: #bebebe;
|
|
display: inline-block;
|
|
width: 1.4em;
|
|
height: 1.4em;
|
|
line-height: 1.5;
|
|
-moz-border-radius: 1em;
|
|
-webkit-border-radius: 1em;
|
|
border-radius: 1em;
|
|
text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px; }
|
|
.pagination a {
|
|
text-decoration: none;
|
|
color: black; }
|
|
.pagination a:hover, .pagination a:focus {
|
|
text-decoration: underline; }
|
|
|