Corrected. Shows so far excellent.Tastenplayer wrote: βMon Jul 22, 2019 2:48 pm No, it writes online and offline - but you was too fast for me
The fast neutral online/offline icon.
Definitely needs improvement, but I have to work now.
https://www.phpbb-skins-by.koliofotis.c ... php?id=195
Code: Select all
</script>
<!-- ENDIF -->
</div> <!-- end footer_border -->
<!-- EVENT overall_footer_after -->
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
{$SCRIPTS}
<!-- INCLUDE linkbar.html -->
<!-- EVENT overall_footer_body_after -->
</body>
</html>
Code: Select all
.footer_border {
background: transparent;
border-bottom: 70px solid #222222;
min-height: 590px;
margin-bottom: 0;
}
.copyright {
font-size: 10px;
text-align: center;
padding: 10px;
margin-top: 90px;
}
.linkbar {
background-color: #EBEBEB;
border-bottom: 30px solid #222222;
padding: 0 10px;
}
Code: Select all
<i class="icon fa-dot-circle-o fa-fw icon-lightgray icon-lg pull-left"></i>
<i class="icon fa-dot-circle-o fa-fw icon-lightgray icon-lg pull-right"></i>
office.css
with this code
Code: Select all
/* line 289
---------------------------------------- */
.sitefooteroffice .navbar {
border-bottom: 2px solid #AD610C;
box-shadow: inset 0 1px 0 #4E4E4E, 0 1px 0 #808080;
padding: 12px 28px 5px;
margin-left: auto;
margin-right: auto;
background-color: #E0E0E0;
}
/* line 310
---------------------------------------- */
.sitefooteroffice a {
color: #333;
font-weight: bold;
text-align: center;
text-decoration: underline;
}
/* line 317
---------------------------------------- */
.sitefooteroffice a:hover {
color: #AD610C;
text-decoration: underline;
}
/* line 322
---------------------------------------- */
p#office-footer-title {
color: #333333;
margin-bottom: 3px;
}
Unfortunately the students don't have (my) good taste and the style has been rejected
True: but the conclusion would always be the same one: MY taste is good! (and that's my objective opinion )Tastenplayer wrote: βThu Sep 19, 2019 12:19 pm What is now good taste or not, can be argued about.