Merge /media/sdc1/gitRepositories/judo into redesign2018

Conflicts:
	homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/wkKalender.php
This commit is contained in:
marko
2019-02-03 17:34:08 +01:00
5 changed files with 215 additions and 4 deletions

View File

@@ -864,10 +864,24 @@
}
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}
.wkMonthBar{
display:flex;
flex-flow:wrap;
justify-content:space-evenly;
}
.wkMonthBar > a {
text-align: center;
width:30%;
display: inline-block;
padding: 0.25em 0.25em 0.25em 0.25em;
margin: 0.25em 0.25em 0.25em 0.25em;
box-shadow: .1em .1em .05em grey;
background-color: #FF8100;
border-radius: .5em;
}

View File

@@ -169,7 +169,7 @@ body{
}
.displayNone{
display: none;
display: none !important;
}
.fontSizeXxSmall{

View File

@@ -201,7 +201,7 @@ class PHPCount
'bot',
'spider',
'spyder',
'crawlwer',
'crawler',
'walker',
'search',
'yahoo',
@@ -211,6 +211,8 @@ class PHPCount
'tineye',
'yacy',
'yeti',
'Chrome-Lighthouse',
'Barkrowler',
);
$agent = strtolower($_SERVER['HTTP_USER_AGENT']);