Version 0.9.9

- several bugfixes
- Code cleaning
This commit is contained in:
football
2021-04-04 22:15:15 +02:00
parent 7d8b92f1df
commit a2ea3364a4
154 changed files with 16463 additions and 16463 deletions

View File

@@ -4,8 +4,8 @@
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* ----------------------------------------------------------------------------------------- */
.fa-paragraph:before {
font-weight: bold;
content: '§';
font-weight: bold;
content: '§';
}
ul.dropdown-contents i.icon {
@@ -14,8 +14,8 @@ ul.dropdown-contents i.icon {
}
.football-table-scroll {
overflow-x:auto;
overflow-y:visible;
overflow-x:auto;
overflow-y:visible;
width: 100%;
}

View File

@@ -1,42 +1,42 @@
#footballside {
width: 200px;
position: fixed;
z-index: 1001;
left: -185px;
top: 100px;
min-height: 200px;
background-color: #fff;
}
* html #footballside {
position: absolute;
height: 200px;
}
#footballside .forabg {
margin-bottom: 0;
}
#footballside:hover, #footballside.iehover {
left: -5px;
}
#footballside ul {
list-style: none;
margin-right: 15px;
}
#footballside li {
padding: 3px;
}
* html #footballside li.header, * html #footballside li.header dl, * html #footballside li.header dl dt {
height: 18px;
}
#footballside li.header {
padding: 0 5px;
}
#dirty {
margin: 0;
padding: 10px 0;
position: relative;
float: right;
right: 0;
text-align: center;
font-weight: bold;
color: #FFF;
#footballside {
width: 200px;
position: fixed;
z-index: 1001;
left: -185px;
top: 100px;
min-height: 200px;
background-color: #fff;
}
* html #footballside {
position: absolute;
height: 200px;
}
#footballside .forabg {
margin-bottom: 0;
}
#footballside:hover, #footballside.iehover {
left: -5px;
}
#footballside ul {
list-style: none;
margin-right: 15px;
}
#footballside li {
padding: 3px;
}
* html #footballside li.header, * html #footballside li.header dl, * html #footballside li.header dl dt {
height: 18px;
}
#footballside li.header {
padding: 0 5px;
}
#dirty {
margin: 0;
padding: 10px 0;
position: relative;
float: right;
right: 0;
text-align: center;
font-weight: bold;
color: #FFF;
}

View File

@@ -1,15 +1,15 @@
/* -----------------------------------------------------------------------------------------
* @package phpBB Extension - Football Football
* @copyright (c) 2016 football (http://football.bplaced.net)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* ----------------------------------------------------------------------------------------- */
#wrap {
max-width: none !important;
margin: 0;
padding: 5px !important;
}
body {
padding: 0px !important;
}
/* -----------------------------------------------------------------------------------------
* @package phpBB Extension - Football Football
* @copyright (c) 2016 football (http://football.bplaced.net)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* ----------------------------------------------------------------------------------------- */
#wrap {
max-width: none !important;
margin: 0;
padding: 5px !important;
}
body {
padding: 0px !important;
}

View File

@@ -1,10 +1,10 @@
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>