reorganize database columns, fix series search, show image licences
This commit is contained in:
@@ -4,44 +4,44 @@
|
||||
|
||||
/* main structure */
|
||||
/*
|
||||
body {
|
||||
body {
|
||||
|
||||
font-size:12px
|
||||
}
|
||||
font-size:12px
|
||||
}
|
||||
*/
|
||||
#nav {
|
||||
text-align:center;
|
||||
margin:0;
|
||||
height:3em;
|
||||
z-index:3;
|
||||
text-align:left;
|
||||
background:white;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
}
|
||||
#nav {
|
||||
text-align:center;
|
||||
margin:0;
|
||||
height:3em;
|
||||
z-index:3;
|
||||
text-align:left;
|
||||
background:white;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#calcms_body {
|
||||
#calcms_body {
|
||||
/*
|
||||
font-size:10px;
|
||||
font-size:10px;
|
||||
*/
|
||||
overflow:auto;
|
||||
background:white;
|
||||
padding-top:3px;padding-right:5px;
|
||||
margin:bottom:1px;
|
||||
text-align:left;
|
||||
padding:3px;
|
||||
}
|
||||
overflow:auto;
|
||||
background:white;
|
||||
padding-top:3px;padding-right:5px;
|
||||
margin:bottom:1px;
|
||||
text-align:left;
|
||||
padding:3px;
|
||||
}
|
||||
|
||||
pre {
|
||||
text-align:left;
|
||||
pre {
|
||||
text-align:left;
|
||||
/*
|
||||
font-size:0.7em;
|
||||
font-size:0.7em;
|
||||
*/
|
||||
font-family:Courier;
|
||||
padding:1em;margin:1em;
|
||||
border:1px solid black;
|
||||
background-color:#eee;
|
||||
}
|
||||
font-family:Courier;
|
||||
padding:1em;margin:1em;
|
||||
border:1px solid black;
|
||||
background-color:#eee;
|
||||
}
|
||||
|
||||
|
||||
/* end of main structure */
|
||||
@@ -49,27 +49,27 @@
|
||||
|
||||
/* search field */
|
||||
|
||||
#nav form {float:left;}
|
||||
#nav form input {
|
||||
#nav form {float:left;}
|
||||
#nav form input {
|
||||
/*
|
||||
font-size:12px;
|
||||
font-size:12px;
|
||||
*/
|
||||
padding:0;margin:1;border:1px solid gray
|
||||
}
|
||||
padding:0;margin:1;border:1px solid gray
|
||||
}
|
||||
|
||||
#nav form select {
|
||||
#nav form select {
|
||||
/*
|
||||
font-size:12px;
|
||||
font-size:12px;
|
||||
*/
|
||||
padding:0;margin:1;border:1px solid gray;width:130px;
|
||||
}
|
||||
padding:0;margin:1;border:1px solid gray;width:130px;
|
||||
}
|
||||
|
||||
#nav form option {
|
||||
#nav form option {
|
||||
/*
|
||||
font-size:12px;
|
||||
font-size:12px;
|
||||
*/
|
||||
padding:0;margin:0
|
||||
}
|
||||
padding:0;margin:0
|
||||
}
|
||||
|
||||
/* end of search field */
|
||||
|
||||
@@ -77,34 +77,34 @@
|
||||
/* event fields */
|
||||
|
||||
|
||||
.calcms_date {
|
||||
background: #ccccff;
|
||||
padding:6px;margin:0px;
|
||||
font-weight:bold;
|
||||
margin-top:1em;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
-webkit-border-top-right-radius: 6px;
|
||||
-webkit-border-top-left-radius: 6px;
|
||||
text-align:left
|
||||
}
|
||||
.calcms_date {
|
||||
background: #ccccff;
|
||||
padding:6px;margin:0px;
|
||||
font-weight:bold;
|
||||
margin-top:1em;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
-webkit-border-top-right-radius: 6px;
|
||||
-webkit-border-top-left-radius: 6px;
|
||||
text-align:left
|
||||
}
|
||||
|
||||
.calcms_title {padding:3px;margin:0px;font-weight:bold;text-align:left;}
|
||||
.calcms_excerpt {padding:3px;margin:0px;background-color:#eee;}
|
||||
.calcms_content {padding:3px;margin:0px;clear:left;margin:0}
|
||||
.calcms_content p {margin-top:10px}
|
||||
.calcms_content h1 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h2 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h3 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h4 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content li {clear:left;}
|
||||
.calcms_content img {text-align:left;font-size:1.5em;float:left;margin-right:10px;}/*width:50;height:50px;*/
|
||||
.calcms_event {text-align:left}
|
||||
.calcms_day {padding:1px;margin:0px;clear:left;text-align:left}
|
||||
|
||||
/* hide microformats */
|
||||
.dtstart {display:none;visibility:hidden;}
|
||||
.dtend {display:none;visibility:hidden;}
|
||||
.calcms_title {padding:3px;margin:0px;font-weight:bold;text-align:left;}
|
||||
.calcms_excerpt {padding:3px;margin:0px;background-color:#eee;}
|
||||
.calcms_content {padding:3px;margin:0px;clear:left;margin:0}
|
||||
.calcms_content p {margin-top:10px}
|
||||
.calcms_content h1 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h2 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h3 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h4 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content li {clear:left;}
|
||||
.calcms_content img {text-align:left;font-size:1.5em;float:left;margin-right:10px;}/*width:50;height:50px;*/
|
||||
.calcms_event {text-align:left}
|
||||
.calcms_day {padding:1px;margin:0px;clear:left;text-align:left}
|
||||
|
||||
/* hide microformats */
|
||||
.dtstart {display:none;visibility:hidden;}
|
||||
.dtend {display:none;visibility:hidden;}
|
||||
|
||||
/* end of event fields */
|
||||
|
||||
@@ -112,140 +112,140 @@
|
||||
|
||||
/* navigation bar */
|
||||
|
||||
table#nav{
|
||||
padding:0;margin:0;width:100%;
|
||||
border-left:1px solid #88f;
|
||||
border-top: 1px solid #88f;
|
||||
text-align:left;
|
||||
}
|
||||
table#nav table{
|
||||
padding:0;margin:0;
|
||||
border-left:0;border-top:0;
|
||||
text-align:left;width:100%
|
||||
}
|
||||
table#nav table td{
|
||||
margin:0;text-align:center;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
}
|
||||
table#nav table td,
|
||||
table#nav table a{
|
||||
padding:1px;
|
||||
table#nav{
|
||||
padding:0;margin:0;width:100%;
|
||||
border-left:1px solid #88f;
|
||||
border-top: 1px solid #88f;
|
||||
text-align:left;
|
||||
}
|
||||
table#nav table{
|
||||
padding:0;margin:0;
|
||||
border-left:0;border-top:0;
|
||||
text-align:left;width:100%
|
||||
}
|
||||
table#nav table td{
|
||||
margin:0;text-align:center;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
}
|
||||
table#nav table td,
|
||||
table#nav table a{
|
||||
padding:1px;
|
||||
/*
|
||||
font-size:10px;
|
||||
font-size:10px;
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* hover effects */
|
||||
/* hover effects */
|
||||
|
||||
table#nav table td:hover{
|
||||
border-bottom:1px solid #88f;
|
||||
border-right :1px solid #88f;
|
||||
background-color:#f0f0f0;
|
||||
}
|
||||
table#nav table td:hover{
|
||||
border-bottom:1px solid #88f;
|
||||
border-right :1px solid #88f;
|
||||
background-color:#f0f0f0;
|
||||
}
|
||||
|
||||
table#nav table td.selected:hover{
|
||||
background-color:#eee;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
}
|
||||
table#nav table td.selected:hover{
|
||||
background-color:#eee;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
}
|
||||
|
||||
table#nav table a:hover{
|
||||
}
|
||||
table#nav table a:hover{
|
||||
}
|
||||
|
||||
|
||||
/* not selectable columns */
|
||||
/* not selectable columns */
|
||||
|
||||
table#nav table td.row_type:hover{
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
table#nav table td.row_type:hover{
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
|
||||
.row_type{
|
||||
width:100px
|
||||
}
|
||||
.row_type{
|
||||
width:100px
|
||||
}
|
||||
|
||||
|
||||
/* selected fields */
|
||||
#nav .selected, .night, .morning, .noon, .afternoon, .evening{
|
||||
background:#ddd;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
-moz-border-radius-topleft:5px;
|
||||
-moz-border-radius-topright:5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
}
|
||||
/* selected fields */
|
||||
#nav .selected, .night, .morning, .noon, .afternoon, .evening{
|
||||
background:#ddd;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
-moz-border-radius-topleft:5px;
|
||||
-moz-border-radius-topright:5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
/* end of navigation bar */
|
||||
|
||||
/* calendar weeks */
|
||||
|
||||
#nav td.week_1,
|
||||
#nav td.week_2,
|
||||
#nav td.week_3,
|
||||
#nav td.week_4,
|
||||
#nav td.week_5 {
|
||||
border-right:1px solid #88f ;
|
||||
}
|
||||
#nav td.week_1,
|
||||
#nav td.week_2,
|
||||
#nav td.week_3,
|
||||
#nav td.week_4,
|
||||
#nav td.week_5 {
|
||||
border-right:1px solid #88f ;
|
||||
}
|
||||
/* end of calendar weeks */
|
||||
|
||||
|
||||
|
||||
/* calendar days */
|
||||
|
||||
/* replaces the original wp css*/
|
||||
/* replaces the original wp css*/
|
||||
|
||||
#wp-calendar {}
|
||||
#wp-calendar a {padding:2px}
|
||||
#wp-calendar table {padding:2px}
|
||||
#wp-calendar {}
|
||||
#wp-calendar a {padding:2px}
|
||||
#wp-calendar table {padding:2px}
|
||||
|
||||
#wp-calendar td {
|
||||
#wp-calendar td {
|
||||
/*
|
||||
font-size:8px;
|
||||
font-size:8px;
|
||||
*/
|
||||
text-align:center;
|
||||
background-color:#fefeff;
|
||||
}
|
||||
#wp-calendar td a {
|
||||
padding:2px;
|
||||
text-align:center;
|
||||
background-color:#fefeff;
|
||||
}
|
||||
#wp-calendar td a {
|
||||
padding:2px;
|
||||
/*
|
||||
font-size:8px;
|
||||
font-size:8px;
|
||||
*/
|
||||
font-weight:normal;
|
||||
}
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#wp-calendar a:hover {
|
||||
background:#eeeeff;
|
||||
}
|
||||
#wp-calendar a:hover {
|
||||
background:#eeeeff;
|
||||
}
|
||||
|
||||
|
||||
/* additional css to mark today and all dates matching to the request */
|
||||
/* additional css to mark today and all dates matching to the request */
|
||||
|
||||
#wp-calendar .calcms_today {
|
||||
padding:2px;margin:0px;background:#eeeeee;
|
||||
}
|
||||
#wp-calendar .calcms_today {
|
||||
padding:2px;margin:0px;background:#eeeeee;
|
||||
}
|
||||
|
||||
#wp-calendar td.calcms_match {
|
||||
background:#ccffcc;
|
||||
}
|
||||
#wp-calendar td .selected .calcms_match {
|
||||
background:#ddeedd;
|
||||
}
|
||||
#wp-calendar td.calcms_match {
|
||||
background:#ccffcc;
|
||||
}
|
||||
#wp-calendar td .selected .calcms_match {
|
||||
background:#ddeedd;
|
||||
}
|
||||
|
||||
/* end of calendar days */
|
||||
|
||||
div.update {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
}
|
||||
div.update {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
}
|
||||
|
||||
div.update , div.update a{
|
||||
text-align:left;
|
||||
font-size:6px;
|
||||
color:#bbb;
|
||||
}
|
||||
div.update , div.update a{
|
||||
text-align:left;
|
||||
font-size:6px;
|
||||
color:#bbb;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,41 +1,30 @@
|
||||
/*
|
||||
include in your web page:
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/agenda_files/css/calcms.css" />
|
||||
* {font-size:1em !important;}
|
||||
*/
|
||||
|
||||
/* latin-ext */
|
||||
/* roboto-regular - latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, 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(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
src: url('../fonts/roboto-v18-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local('Roboto'), local('Roboto-Regular'),
|
||||
url('../fonts/roboto-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/roboto-v18-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/roboto-v18-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/roboto-v18-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/roboto-v18-latin_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
/* open-sans-regular - latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
src: url('../fonts/open-sans-v15-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local('Open Sans Regular'), local('OpenSans-Regular'),
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
#page * {
|
||||
@@ -51,6 +40,10 @@ input{
|
||||
max-width:20em;
|
||||
}
|
||||
|
||||
body.custom-background{
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration:none;
|
||||
box-shadow:none !important;
|
||||
@@ -507,12 +500,12 @@ a{
|
||||
}
|
||||
|
||||
#calcms_comments input{
|
||||
max-width:20em;
|
||||
max-width:40rem;
|
||||
height:32px;
|
||||
}
|
||||
|
||||
#calcms_comments input[type=submit]{
|
||||
max-width:10em;
|
||||
max-width:10rem;
|
||||
background:#ddd;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user