3.2.1 Problem mit Xmas Style und Headerlink ext.
Verfasst: 23.11.2017 21:53
Hallo
Weiss nicht, ob ich das jetzt ins Ext. Forum machen müsste - also mal hier:
Xmas Style hochgeladen, installiert - jedoch die css. aus der headerlink ext. wird nicht angezeigt?
silver_xmas.css in der ext. ausgetauscht - nichts passiert.
Ext. deaktiviert zig mal immer das cache geleert - nichts passiert.
Alle Browser veruscht - immer das gleiche Resultat
Im TB hatte ich nie solche Probleme - was läuft da schief?
[ externes Bild ]
https://www.phpbb.com/community/viewtop ... &t=2410101 Version 1.0.0 RC12 - die andere Version ist erst heute rausgekommen.
Style ist on im Liveboard
Silver_xmas.css in der headerlink ext.
Wie man auf dem Bild sieht: im lokalen 3.2.1 TB null Problemo. Frage mich ob ich tastsächlich die Ext. komplett deinstallieren muss - kann ja wohl nicht sein - oder?
Weiss nicht, ob ich das jetzt ins Ext. Forum machen müsste - also mal hier:
Xmas Style hochgeladen, installiert - jedoch die css. aus der headerlink ext. wird nicht angezeigt?
silver_xmas.css in der ext. ausgetauscht - nichts passiert.
Ext. deaktiviert zig mal immer das cache geleert - nichts passiert.
Alle Browser veruscht - immer das gleiche Resultat
Im TB hatte ich nie solche Probleme - was läuft da schief?
[ externes Bild ]
https://www.phpbb.com/community/viewtop ... &t=2410101 Version 1.0.0 RC12 - die andere Version ist erst heute rausgekommen.
Style ist on im Liveboard
Silver_xmas.css in der headerlink ext.
Code: Alles auswählen
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: pro-menu32
Based on style: prosilver (the default phpBB 3.2.x style)
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: phpBB Limited ( https://www.phpbb.com/ )
--------------------------------------------------------------
*/
.headerbar {
margin-bottom: 1px;
padding: 5px;
border-radius: 2px 2px 0px 0px;
}
/* Navbar */
.phpbb-navbar {
clear: both;
margin-top: 1px;
margin-bottom: 4px;
background-color: #F0F0F0;
border-radius: 0 0 2px 2px;
position: relative;
}
.phpbb-navbar:after {
clear: both;
content: '';
display: block;
}
.phpbb-navbar ul {
list-style: none;
display: block;
}
.phpbb-navbar .nav-button {
display: block;
margin: 0 11px;
float: left;
position: relative;
border-radius:10px;
background-color: transparent !important;
}
/* Rolloff state */
.phpbb-navbar .nav-button > a {
font-family: "Trebuchet MS",Verdana,Helvetica,Arial,Sans-serif;
color: #3C3C3C;
cursor: pointer;
display: block;
font-size: 13px;
font-weight: bold;
height: 30px;
line-height: 30px;
text-shadow: 0 1px 2px #C4C4C4;
padding: 0 10px;
}
.phpbb-navbar .nav-button:hover > a,
.phpbb-navbar .nav-button.hovering > a {
background-color: transparent;
border-radius: 10px;
position: relative;
}
.phpbb-navbar .nav-button > a:hover {
text-decoration: none;
}
/* Responsive menu toggle button */
.phpbb-navbar .but-menu {
display: none;
margin: 0 5px !important;
}
.phpbb-navbar .but-menu > a {
font-size: 16px;
padding-left: 30px;
border-radius: 10px;
}
.phpbb-navbar .but-menu > a:before {
content: '';
position: absolute;
left: 8px;
top: 10px;
height: .125em;
width: 14px;
border-bottom: 0.125em solid #FFF;
border-top: 0.375em double #FFF;
}
.rtl .phpbb-navbar .nav-button > a {
direction: rtl;
}
.rtl .phpbb-navbar .nav-button {
float: right;
}
.rtl .phpbb-navbar .but-menu > a:before {
right: 8px;
}
.rtl li .nav-button {
float: none !important;
}
/* Responsive
--------------------------------------------- */
@media only screen and (max-width: 915px), only screen and (max-device-width: 915px)
{
.phpbb-navbar .but-menu {
display: block;
}
.phpbb-navbar .phpbb-menu {
background-color: #F0F0F0;
display: none;
position: absolute;
top: 30px;
border-radius: 10px;
z-index: 11;
}
.phpbb-navbar .phpbb-menu.show {
display: block;
}
.phpbb-navbar .phpbb-menu:after {
content: '';
clear: both;
display: block;
}
.phpbb-navbar .nav-button {
margin: 5px 0;
float: none;
}
.phpbb-navbar .nav-button > a {
border-radius: 10px;
padding-right: 30px;
}
.rtl .phpbb-navbar .nav-button {
float: none;
}
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
.phpbb-navbar {
border-radius: 0 !important;
margin: 1px -5px 0;
}
.phpbb-navbar .phpbb-menu, .headerbar {
border-radius: 0px ;
}
}