mirror of
https://github.com/Screenly/Anthias.git
synced 2026-03-03 14:30:00 -05:00
130 lines
2.2 KiB
CSS
130 lines
2.2 KiB
CSS
body {
|
|
/* From subtlepatterns.com */
|
|
background-image:url('/static/img/low_contrast_linen.png');
|
|
background-repeat: repeat;
|
|
font-family: "HelveticaNeue-Light","Helvetica Neue Light","HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial" , "sans-serif";
|
|
text-align: center;
|
|
width: 1024px;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
h1 {
|
|
font-size:60px;
|
|
text-shadow: #EEE 0px 1px 0px;
|
|
color:#ffffff;
|
|
margin-top: 0px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
h2 {
|
|
font-size:35px;
|
|
text-shadow: #EEE 0px 1px 0px;
|
|
color:#EEEEEE;
|
|
margin-top: 0px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
a {
|
|
color: #75B6FF;
|
|
text-decoration: none;
|
|
}
|
|
|
|
p {
|
|
color:#EEEEEE;
|
|
font-size: 20px;
|
|
}
|
|
|
|
table.center {
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
table,td,th {
|
|
width: 1024px;
|
|
color: #FFFFFF;
|
|
border:0px solid gray;
|
|
}
|
|
|
|
td, th {
|
|
padding: 5px;
|
|
}
|
|
|
|
th {
|
|
background-color: #6D93BF;
|
|
color: white;
|
|
}
|
|
|
|
strong {
|
|
color: #EBEBEB;
|
|
}
|
|
|
|
ul {
|
|
color:#FFFFFF;
|
|
}
|
|
|
|
.main {
|
|
margin-top: 40px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.footer {
|
|
color: white;
|
|
margin-bottom: 5px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.image {
|
|
margin-top:20px;
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.left {
|
|
text-align: left;
|
|
color:#EEEEEE;
|
|
font-size: 20px;
|
|
padding-left:150px;
|
|
}
|
|
|
|
fieldset {
|
|
border: 0px;
|
|
width: 20em;
|
|
}
|
|
|
|
input {
|
|
font-size: 15px;
|
|
font-family: "HelveticaNeue-Light","Helvetica Neue Light","HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
|
|
}
|
|
|
|
select {
|
|
font-size: 15px;
|
|
font-family: "HelveticaNeue-Light","Helvetica Neue Light","HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
|
|
width: 145px;
|
|
height: 20px;
|
|
}
|
|
|
|
label {
|
|
width: 145px;
|
|
float: left;
|
|
text-align: right;
|
|
height: 20px;
|
|
padding-top:5px;
|
|
margin-right: 0.5em;
|
|
display: block
|
|
}
|
|
|
|
div.ui-datepicker {
|
|
font-size:12px;
|
|
}
|
|
|
|
/* css for timepicker */
|
|
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
|
|
.ui-timepicker-div dl { text-align: left; }
|
|
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
|
|
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
|
|
.ui-timepicker-div td { font-size: 90%; }
|
|
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
|
|
|
|
|