Merge /media/sdc1/gitRepositories/judo into redesign2018
Conflicts: homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/wkKalender.php
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -169,7 +169,7 @@ body{
|
||||
}
|
||||
|
||||
.displayNone{
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.fontSizeXxSmall{
|
||||
|
||||
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user