reformat css

This commit is contained in:
Milan
2019-10-05 15:57:29 +02:00
parent edb2aa29d7
commit a80afcad99
16 changed files with 2008 additions and 1966 deletions

View File

@@ -3,12 +3,6 @@
*/
/* main structure */
/*
body {
font-size:12px
}
*/
#nav {
text-align: center;
margin: 0;
@@ -21,12 +15,10 @@ body {
}
#calcms_body {
/*
font-size:10px;
*/
overflow: auto;
background: white;
padding-top:3px;padding-right:5px;
padding-top: 3px;
padding-right: 5px;
margin: bottom:1px;
text-align: left;
padding: 3px;
@@ -34,52 +26,45 @@ body {
pre {
text-align: left;
/*
font-size:0.7em;
*/
font-family: Courier;
padding:1em;margin:1em;
padding: 1em;
margin: 1em;
border: 1px solid black;
background-color: #eee;
}
/* end of main structure */
/* search field */
#nav form {
float: left;
}
#nav form {float:left;}
#nav form input {
/*
font-size:12px;
*/
padding:0;margin:1;border:1px solid gray
padding: 0;
margin: 1;
border: 1px solid gray
}
#nav form select {
/*
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 {
/*
font-size:12px;
*/
padding:0;margin:0
padding: 0;
margin: 0
}
/* end of search field */
/* event fields */
.calcms_date {
background: #ccccff;
padding:6px;margin:0px;
padding: 6px;
margin: 0px;
font-weight: bold;
margin-top: 1em;
-moz-border-radius-topleft: 6px;
@@ -89,56 +74,126 @@ pre {
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}
.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;}
.dtstart {
display: none;
visibility: hidden;
}
.dtend {
display: none;
visibility: hidden;
}
/* end of event fields */
/* navigation bar */
table#nav {
padding:0;margin:0;width:100%;
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%
padding: 0;
margin: 0;
border-left: 0;
border-top: 0;
text-align: left;
width: 100%
}
table#nav table td {
margin:0;text-align:center;
margin: 0;
text-align: center;
border-bottom: 1px solid #88f;
border-right: 1px solid #88f;
}
table#nav table td,
table#nav table a{
table#nav table td, table#nav table a {
padding: 1px;
/*
font-size:10px;
*/
}
/* hover effects */
table#nav table td:hover {
border-bottom: 1px solid #88f;
border-right: 1px solid #88f;
@@ -152,11 +207,10 @@ table#nav table td.selected:hover{
}
table#nav table a:hover {
}
/* not selectable columns */
table#nav table td.row_type:hover {
border-bottom: 1px solid #88f;
border-right: 1px solid #88f;
@@ -167,7 +221,6 @@ table#nav table td.row_type:hover{
width: 100px
}
/* selected fields */
#nav .selected, .night, .morning, .noon, .afternoon, .evening {
background: #ddd;
@@ -179,28 +232,29 @@ table#nav table td.row_type:hover{
-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 {
#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*/
#wp-calendar {
#wp-calendar {}
#wp-calendar a {padding:2px}
#wp-calendar table {padding:2px}
}
#wp-calendar a {
padding: 2px
}
#wp-calendar table {
padding: 2px
}
#wp-calendar td {
/*
@@ -209,6 +263,7 @@ table#nav table td.row_type:hover{
text-align: center;
background-color: #fefeff;
}
#wp-calendar td a {
padding: 2px;
/*
@@ -221,22 +276,22 @@ table#nav table td.row_type:hover{
background: #eeeeff;
}
/* additional css to mark today and all dates matching to the request */
#wp-calendar .calcms_today {
padding:2px;margin:0px;background:#eeeeee;
padding: 2px;
margin: 0px;
background: #eeeeee;
}
#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;
@@ -247,5 +302,3 @@ div.update , div.update a{
font-size: 6px;
color: #bbb;
}

View File

@@ -1,4 +1,3 @@
/* roboto-regular - latin_latin-ext */
@font-face {
font-family: 'Roboto';
@@ -63,7 +62,6 @@ a{
/* end of common */
/* menu */
#calcms_menu {
clear: both;
@@ -113,7 +111,6 @@ a{
background: #e6e6e6;
}
/* coming events*/
#calcms_playlist {
clear: both;
@@ -155,9 +152,7 @@ a{
background: #e6e6e6;
}
/* calcms list */
#calcms_list {
hyphens: auto;
}
@@ -260,9 +255,6 @@ a{
font-weight: bold;
}
#calcms_list .submitted{
}
#calcms_list h2 {
clear: none !important;
}
@@ -345,9 +337,11 @@ a{
width: 100px;
height: 100px;
}
#coming_shows .eventContainer:hover {
background: #eeeeee;
}
#coming_shows a:hover {
text-decoration: none;
}
@@ -360,6 +354,7 @@ a{
background-position: center center;
background-size: cover;
}
#coming_shows div.event .top,
#coming_shows div.event .bottom {
position: absolute;
@@ -368,8 +363,10 @@ a{
opacity: 0.8;
width: 100%;
}
#coming_shows div.event .top:hover,
#coming_shows div.event .bottom:hover{
#coming_shows div.event .bottom:hover
{
opacity: 1;
}
@@ -389,13 +386,11 @@ a{
transform: scale(1.05);
}
/* calcms comments */
#calcms_comments {
clear: both;
}
#calcms_comments .author {
color: #666;
font-weight: bold;
@@ -414,38 +409,49 @@ a{
}
#calcms_comments .comment {
}
#calcms_comments .level0 {
margin-left: 00px;
}
#calcms_comments .level1 {
margin-left: 20px;
}
#calcms_comments .level2 {
margin-left: 40px;
}
#calcms_comments .level3 {
margin-left: 60px;
}
#calcms_comments .level4 {
margin-left: 80px;
}
#calcms_comments .level5 {
margin-left: 100px;
}
#calcms_comments .level6 {
margin-left: 120px;
}
#calcms_comments .level7 {
margin-left: 140px;
}
#calcms_comments .level8 {
margin-left: 160px;
}
#calcms_comments .level9 {
margin-left: 180px;
}
#calcms_comments .level10 {
margin-left: 200px;
}
@@ -575,9 +581,6 @@ a{
border: 1px solid #aaa;
}
#calcms_search input{}
#calcms_search input#calcms_search_field{}
#calcms_search a#calcms_search_show_details {
padding-left: 1em;
display: block;
@@ -589,7 +592,6 @@ a#calcms_search_show_details #plus{
/* end of calcms_search */
/* calcms_calendar */
#calcms_calendar {
overflow: hidden;
@@ -698,8 +700,6 @@ a#calcms_search_show_details #plus{
opacity: 0.3;
}
/* player
#player{
border:0;
@@ -709,12 +709,12 @@ a#calcms_search_show_details #plus{
overflow:hidden;
}
*/
#player {
border: 0;
padding: 0;
height: 5rem;
}
#player:hover {
opacity: 0.9;
}
@@ -734,11 +734,13 @@ a#calcms_search_show_details #plus{
font-weight: bold;
cursor: pointer;
background: #ccc;
background:linear-gradient(to bottom, #333 0%, #333 20%, #bbb 20%, #bbb 40%, #333 40%, #333 60%, #bbb 60%, #bbb 80%, #333 80%, #333 100%);
background: linear-gradient(to bottom, #333 0%, #333 20%, #bbb 20%, #bbb 40%, #333
40%, #333 60%, #bbb 60%, #bbb 80%, #333 80%, #333 100%);
border: 0.4em solid #bbb;
border-radius: 6px;
transition: all 0.2s ease-in-out 0s;
}
#mobileMenuButton:hover {
transform: scale(1.05);
}
@@ -777,7 +779,6 @@ ul.mobileMenu li:hover,
ul.mobileMenu li:hover a {
background: #999 !important;
transition: all 0.2s ease;
}
ul.mobileMenu li a:hover {
@@ -789,34 +790,16 @@ ul.mobileMenu li a:hover{
line-height: 2em;
}
/*
pre{
text-align:left;
font-family:Courier;
padding:1em;
margin:1em;
border:1px solid black;
}
div.update{
position:absolute;
bottom:0px;
}
div.update, div.update a{
text-align:left;
font-size:6px;
color:#bbb;
}
*/
#listen_radio {
width: 100%;
text-align: left;
}
#listen_radio iframe {
margin-top: 1em;
max-width: none;
}
#listen_radio td {
border: 0;
}

View File

@@ -27,7 +27,6 @@ th{
box-shadow: #888 2px 2px 1px 1px;
}
#content div.ok,
#content div.warn,
#content div.error {

View File

@@ -13,7 +13,12 @@ button:hover{
#toolbar {
display: none;
}
tr,td,div.event,div.schedule,div.work,div.play{
tr,
td,
div.event,
div.schedule,
div.work,
div.play {
border: 1pt solid black;
}
#content {
@@ -23,7 +28,8 @@ button:hover{
#content #calendar_weekdays,
#content #calendar_weekdays table,
#content #calendar{
#content #calendar
{
position: absolute;
padding: 0;
left: 0;
@@ -57,7 +63,8 @@ button:hover{
}
#calendar_weekdays table td:nth-child(1),
#calendar table td:nth-child(1){
#calendar table td:nth-child(1)
{
min-width: 80px !important;
}
@@ -69,6 +76,7 @@ button:hover{
#calendar div.text {
padding-right: 0;
}
@media ( min-width : 720em) {
#calendar div.text {
padding-right: 16px;
@@ -120,7 +128,6 @@ button:hover{
background: #ccf;
}
#calendar_weekdays td.week,
#calendar td.week {
padding: 0;
@@ -141,7 +148,6 @@ button:hover{
height: 180em;
}
#calendar div.time,
#calendar_weekdays div.date,
#calendar div.event,
@@ -167,8 +173,6 @@ button:hover{
}
/* calendar list*/
#content div.event {
z-index: 5;
}
@@ -214,6 +218,7 @@ button:hover{
padding-left: 6px;
padding-right: 0px;
}
input.tablesorter-filter {
width: 4em;
}
@@ -221,9 +226,11 @@ input.tablesorter-filter{
#event_list tr td.day_of_year {
white-space: nowrap;
}
#event_list td:nth-child(1),
#event_list th:nth-child(1),
#event_list td:nth-child(1) .tablesorter-filter{
#event_list td:nth-child(1) .tablesorter-filter
{
white-space: nowrap;
padding: 0;
width: 3em;
@@ -233,20 +240,22 @@ input.tablesorter-filter{
#event_list tr td.weekday {
white-space: nowrap;
}
#event_list td:nth-child(2),
#event_list th:nth-child(2),
#event_list td:nth-child(2) .tablesorter-filter{
#event_list td:nth-child(2) .tablesorter-filter
{
white-space: nowrap;
padding: 0;
width: 2em;
text-align: right;
}
#event_list tr td.start_date {
white-space: nowrap;
font-family: monospace;
}
#event_list tr .start_date {
text-align: left;
}
@@ -254,20 +263,27 @@ input.tablesorter-filter{
#event_list tr td.start_time {
white-space: nowrap;
}
#event_list tr td.series_name {
}
#event_list tr td.title {
max-width: 20em;
}
#event_list tr td.user_title {
}
#event_list tr td.episode {
white-space: nowrap;
}
#event_list td:nth-child(7),
#event_list th:nth-child(7),
#event_list td:nth-child(7) .tablesorter-filter{
#event_list td:nth-child(7) .tablesorter-filter
{
white-space: nowrap;
padding: 0;
width: 2em;
@@ -277,6 +293,7 @@ input.tablesorter-filter{
#event_list tr td.rerun {
white-space: nowrap;
}
#event_list tr .rerun {
width: 1em;
text-align: center;
@@ -293,7 +310,8 @@ input.tablesorter-filter{
#event_list td:nth-child(9),
#event_list th:nth-child(9),
#event_list td:nth-child(9) .tablesorter-filter{
#event_list td:nth-child(9) .tablesorter-filter
{
white-space: nowrap;
padding: 0;
width: 1em;
@@ -302,7 +320,8 @@ input.tablesorter-filter{
#event_list td:nth-child(10),
#event_list th:nth-child(10),
#event_list td:nth-child(10) .tablesorter-filter{
#event_list td:nth-child(10) .tablesorter-filter
{
padding: 0;
width: 1em;
text-align: center;
@@ -315,7 +334,6 @@ input.tablesorter-filter{
}
/* calendar colors */
#content div.event.no_series {
color: #000;
}
@@ -329,7 +347,6 @@ input.tablesorter-filter{
}
/* color end*/
#content .weak {
font-weight: 300;
}
@@ -386,7 +403,8 @@ div#toolbar input.search{
#content #toolbar div:hover,
#content #toolbar select:hover,
#content #toolbar input:hover{
#content #toolbar input:hover
{
background: #ccc;
padding-top: 6px;
padding-bottom: 6px;
@@ -424,7 +442,8 @@ div#toolbar input.search{
min-height: 250px !important;
min-width: 420px !important;
z-index: 99;
box-shadow:0 2px 5px 0 rgba(0,0,0,.12),0 2px 10px 0 rgba(0,0,0,.09);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12), 0 2px 10px 0
rgba(0, 0, 0, .09);
border-radius: 3px;
cursor: pointer;
}
@@ -501,7 +520,6 @@ div.play .error{
padding-right: 32px;
}
#content div.ok,
#content div.warn,
#content div.error {

View File

@@ -6,6 +6,7 @@
line-height: 100%;
ffont-size: 10px;
}
#comments td, th {
display: table-cell;
font-weight: normal;
@@ -23,18 +24,23 @@
#comments td.level0 {
padding-left: 0px;
}
#comments td.level1 {
padding-left: 20px;
}
#comments td.level2 {
padding-left: 40px;
}
#comments td.level3 {
padding-left: 60px;
}
#comments td.level4 {
padding-left: 80px;
}
#comments td.level5 {
padding-left: 100px;
}
@@ -42,18 +48,23 @@
#comments img.level0 {
margin-left: 0px;
}
#comments img.level1 {
margin-left: 20px;
}
#comments img.level2 {
margin-left: 40px;
}
#comments img.level3 {
margin-left: 60px;
}
#comments img.level4 {
margin-left: 80px;
}
#comments img.level5 {
margin-left: 100px;
}
@@ -89,7 +100,6 @@
font-weight: normal;
}
#comments table.event_comments td {
padding: 3px;
background-color: #ccc;
@@ -116,9 +126,6 @@
height: 2em;
}
#comments .event_excerpt{
}
#content #comments td.content {
width: 100%;
}

View File

@@ -1,4 +1,3 @@
/* roboto-regular - latin_latin-ext */
@font-face {
font-family: 'Roboto';
@@ -71,7 +70,6 @@ body,
font-size: 0.937rem;
}
#content div.panel-header,
#content button {
font-size: 1rem;
@@ -79,7 +77,6 @@ body,
font-weight: 600;
}
#content textarea {
padding: 6px;
border: 1px solid #ccc;
@@ -93,7 +90,6 @@ body,
input, button {
padding: 16px;
}
#calcms_nav {
min-width: 640px;
max-width: 800px;
@@ -191,7 +187,6 @@ a{
font-weight: normal;
}
div.editor {
padding-left: 1rem;
padding-right: 1rem;
@@ -223,12 +218,15 @@ div.editor{
width: 30em;
}
*:focus {outline: none;}
*:focus {
outline: none;
}
#content a {
color: #000;
font-weight: normal;
}
#content a:hover {
text-decoration: underline;
}
@@ -239,7 +237,10 @@ div.editor{
margin: 0;
}
#content div,td,tr,table{
#content div,
td,
tr,
table {
vertical-align: middle;
}
@@ -247,7 +248,8 @@ div.editor{
padding: 3px;
}
#content pre, .pre {
#content pre,
.pre {
border: 0;
padding: 2em;
color: #000;
@@ -363,7 +365,8 @@ div.badge-error{
#content div.card {
border: 0;
margin: 1em;
box-shadow:0 2px 5px 0 rgba(0,0,0,.12),0 2px 10px 0 rgba(0,0,0,.09);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12), 0 2px 10px 0
rgba(0, 0, 0, .09);
border-radius: 3px;
}
@@ -374,12 +377,12 @@ div.badge-error{
#content div.card tr {
border-bottom: none;
}
#content div.card tr:hover {
background: none;
}
/*overwrite jquery ui*/
#content .ui-tabs-nav {
border: 0;
background: #fff;
@@ -405,6 +408,7 @@ div.badge-error{
tr.tablesorter-filter-row {
background: #ccc;
}
tr.tablesorter-filter-row input {
height: 1rem;
color: #000;
@@ -462,7 +466,8 @@ table.tablesorter tr{
height: 36px;
position: relative;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
transition:background-color .3s cubic-bezier(.64,.09,.08,1),box-shadow .3s cubic-bezier(.64,.09,.08,1);
transition: background-color .3s cubic-bezier(.64, .09, .08, 1),
box-shadow .3s cubic-bezier(.64, .09, .08, 1);
}
#content input[type="submit"]:hover,
@@ -475,7 +480,8 @@ table.tablesorter tr{
#content input[type="submit"]:hover,
#content input[type="file"]:hover,
#content button:hover {
box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0
rgba(0, 0, 0, .15);
}
#content input {
@@ -523,6 +529,7 @@ input[type='checkbox']{
padding-left: 1em;
color: #999;
}
#content div.formField input {
clear: both;
}
@@ -531,9 +538,7 @@ input[type='checkbox']{
border: 0;
}
/* new */
#calcms_nav {
position: fixed;
top: 0;
@@ -574,6 +579,7 @@ input[type='checkbox']{
width: 32px;
height: 32px;
}
input.image {
width: 16rem;
}
@@ -627,5 +633,3 @@ input.image{
display: block;
transition: all 1s linear;
}

View File

@@ -46,4 +46,3 @@ table.diff td del {
text-decoration: none;
font-weight: bold;
}

View File

@@ -56,5 +56,3 @@ pre{
.episode {
width: 3em;
}

View File

@@ -11,11 +11,9 @@ tr{
border-top: 1px solid #666;
}
td {
min-width: 10em;
padding: 3px;
margin: 0;
font-size: -2;
}

View File

@@ -36,4 +36,3 @@
#content div.view {
text-align: left;
}

View File

@@ -1,4 +1,3 @@
#content {
margin-top: 3em;
padding: 1em;
@@ -56,7 +55,6 @@
padding:6px;
}
*/
#imagePreview {
padding: 0;
margin: 0;
@@ -72,7 +70,6 @@
#content table.series {
border: 1px solid #ddd;
}
#content table.series table {
@@ -181,8 +178,6 @@
width: 9em;
}
#content div.cell.end,
#content div.cell.end input,
#content div.cell.end select {
@@ -195,7 +190,6 @@
width: 6em;
}
#content div.cell.week_of_month,
#content div.cell.week_of_month input,
#content div.cell.week_of_month select {
@@ -214,12 +208,11 @@
width: 6em;
}
/* end of schedule */
#content .create_events {
width: 5em;
}
#content .publish_events {
width: 5em;
}
@@ -230,7 +223,6 @@
clear: both;
}
#content div.show_schedule table {
width: 24em;
}
@@ -238,6 +230,7 @@
#content div.show_schedule td {
width: 10em;
}
#content div.show_schedule td:nth-child(1) {
width: 2em;
}
@@ -247,7 +240,6 @@
background:#f0f0f0;
}
*/
#content div.show_schedule tr.exclude td {
text-decoration: line-through;
}
@@ -266,6 +258,7 @@
#content #tabs-events td.spacer {
width: 0;
}
#content #tabs-events td.weekday,
#content #tabs-events td.spacer {
padding: 0;

View File

@@ -38,7 +38,6 @@ table{
background: #ccc;
}
#content td {
padding: 3px;
font-size: -2;
@@ -70,4 +69,3 @@ table{
#content div.error {
background: #f44336;
}

View File

@@ -1,4 +1,3 @@
#content {
margin-top: 3em;
padding: 1em;
@@ -45,17 +44,19 @@
#content .editor .row {
clear: both;
}
#content .editor .cell {
float: left;
text-align: center;
}
#content .frequency {
width: 6em;
}
#content div.weekday {
padding: 0;
width: 2em;
margin-right: -0.5em;
margin-top: 1.2em;
}
@@ -112,4 +113,3 @@ form{
display: none;
}
}

View File

@@ -33,4 +33,3 @@
text-align: left;
clear: both;
}

View File

@@ -2,4 +2,3 @@ form table{
margin: 6px;
padding: 6px;
}

View File

@@ -1,4 +1,3 @@
#content {
margin-top: 3em;
padding: 1em;
@@ -53,7 +52,6 @@
#content table.series {
border: 1px solid #ddd;
}
#content table.series table {
@@ -218,16 +216,13 @@
width: 6em;
}
/* end of schedule */
#content div.show_schedule {
overflow: auto;
height: 20em;
clear: both;
}
#content div.show_schedule table {
width: 50em;
}
@@ -235,6 +230,7 @@
#content div.show_schedule td {
width: 10em;
}
#content div.show_schedule td:nth-child(1) {
width: 2em;
}
@@ -251,7 +247,6 @@
width: 90%;
}
button {
cursor: pointer;
}