Du kannst eine neue Box erstellen (Box-Typ TEMPLATE), Name SimpleAddFooter. Den Haken bei Box-Titel anzeigen RAUSNEHMEN. Die Position auf Seitenende einstellen.
Folgender Inhalt kommt in das Editorfeld:
Code
<!--
Woltlab Suite 3 SimpleAddFooter HTML
Made by Gino Zantarelli 2013-2017
http://www.zantarelli.com
All under Copyright-no Freeware
-->
<div id ="add_footer">
<h2>Simple AddFooter</h2><!-- First Title enter here -->
<div class ="addInbox">
<div class ="add_boxleft">
<h1>Technical Sources</h1><!-- Box Title left enter here -->
<p><a href="http://www.zantarelli.com/" target="blank">Gino Zantarelli</a></p>
<p><a href="http://net.tutsplus.com/" target="blank">Net.Tutplus</a></p>
<p><a href="http://www.webappers.com/" target="blank">Webappers</a></p>
<p><a href="http://www.ajaxr.de/" target="blank">Ajaxr</a></p>
<p><a href="http://www.webresourcesdepot.com/" target="blank">Webresourcesdepot</a></p>
<p><a href="http://www.dynamicdrive.com/" target="blank">Dynamicdrive</a></p>
<p><a href="http://www.webdesign.org/" target="blank">Web Design Libary</a></p>
</div>
<div class ="add_boxleft_second">
<h1>Special Links</h1><!-- Box Title middle enter here -->
<p><a href="http://css-tricks.com/" target="blank">CSS-Tricks</a></p>
<p><a href="http://de.selfhtml.org/" target="blank">Selfhtml</a></p>
<p><a href="http://www.smashingmagazine.com/" target="blank">Smashingmagazine</a></p>
<p><a href="http://jquery.com/" target="blank">JQuery</a></p>
<p><a href="http://codecanyon.net/" target="blank">Codecanyon</a></p>
<p><a href="http://psd.tutsplus.com/" target="blank">Psd tuts Plus</a></p>
<p><a href="http://tympanus.net/codrops/" target="blank">Codrops</a></p>
</div>
<div class ="add_boxright">
<h1>Social Links</h1><!-- Box Title middle enter here -->
<p>Stay with us in contact and follow now!</p>
<p>
<a href="https://facebook.com" class="face"> </a>
<a href="https://twitter.com" class="twitt"> </a>
<a href="https://plus.google.com" class="goog"> </a>
<a href="https://www.tumblr.com" class="tumb"> </a>
<a href="https://www.twitch.tv/" class="twitch"> </a>
<a href="https://www.youtube.com" class="youtube"> </a>
<a href="http://store.steampowered.com" class="steam"> </a>
</p>
<p>Share the Love…</p>
</div>
<div class ="add_boxright_second">
<h1>I gotta piss… motherfucker</h1><!-- Box Title right enter here -->
<p class="textbox">Now that there is the Tec-9, a crappy spray gun from South Miami. This gun is advertised as the most popular gun in American crime. Do you believe that shit? It actually says that in the little book that comes with it: the most popular gun in American crime. Like they're actually proud of that shit.</p>
<br/>
<a href="http://slipsum.com"><i>» Filltext by slipsum.com</i></a>
</div>
</div>
</div>
Display More
Als Titel wieder SimpleAddFooter eingeben-speichern.
Folgender Codeinhalt kommt in die CSS-Definition eines genutzten Stils (muss bei JEDEN genutzten Stil eingefügt werden):
CSS
/* ============================================================================================= */
/* === DO NOT TOUCH ================================= WCS 3 Simple Add Footer by Gino Zantarelli */
/* ============================================================================================= */
#add_footer {
padding: 15px 20px 15px;
background-color: $wcfContentBackground;
width: auto !important;
}
.addInbox {
width: auto !important;
display: -webkit-flex;
display: flex;
}
#add_footer h1 {
font-size: 14px;
margin-bottom: 10px;
color: $wcfHeaderText;
padding: 4px 10px;
font-weight: 600;
background-color: $wcfHeaderBackground;
}
#add_footer h2 {
font-size: 16px;
line-height: 16px;
color: $wcfContentHeadlineText;
padding: 7px 0px;
margin-bottom: 10px;
border-bottom: 2px solid $wcfContentHeadlineText;
}
#add_footer h2::before {
content: "\f0ac";
font-family: FontAwesome;
padding-right: 4px;
font-size: 18px;
font-weight: 400;
}
#add_footer p {
line-height: 1.3;
font-weight: normal;
margin-left: 5px;
}
#add_footer p.textbox {
line-height: 1.4;
font-weight: normal;
}
#add_footer li {
list-style: none;
text-decoration: none;
border: none;
}
#add_footer a::before {
content: "\f101";
font-family: FontAwesome;
padding-right: 4px;
}
.add_boxright_second a::before {
display: none;
}
#add_footer a {
font-weight: normal;
text-decoration: none;
}
.add_boxleft {
float: left;
margin-top: 5px;
width: 22.5%;
margin-right: 0.3%;
min-height: 160px;
outline: 0px none;
padding-bottom: 5px;
}
.add_boxleft_second {
float: left;
margin-top: 5px;
width: 22.5%;
margin-left: 0.4%;
margin-right: 0.3%;
min-height: 160px;
outline: 0px none;
padding-bottom: 5px;
}
.add_boxright {
float: left;
margin-top: 5px;
margin-left: 0.4%;
margin-right: 0.3%;
width: 26.5%;
min-height: 160px;
outline: 0px none;
padding-bottom: 5px;
}
.add_boxright_second {
float: right;
margin-top: 5px;
margin-left: 0.4%;
width: 26.5%;
min-height: 160px;
outline: 0px none;
padding-bottom: 5px;
}
.face {
background: #3a5b9a;
height: 60px;
width: 60px;
padding-bottom: 3px;
margin-top: 5px;
display: inline-block;
text-decoration: none;
}
.twitt {
background: #28AAE1;
height: 60px;
width: 60px;
padding-bottom: 3px;
margin-top: 5px;
display: inline-block;
text-decoration: none;
}
.goog {
background: #DC5442;
height: 60px;
width: 60px;
padding-bottom: 3px;
margin-top: 5px;
display: inline-block;
text-decoration: none;
}
.tumb {
background: #4D6982;
height: 60px;
width: 60px;
padding-bottom: 3px;
margin-top: 5px;
display: inline-block;
text-decoration: none;
}
.youtube {
background: #CC181E;
height: 60px;
width: 60px;
padding-bottom: 3px;
margin-top: 5px;
display: inline-block;
text-decoration: none;
}
.twitch {
background: #6441a5;
height: 60px;
width: 60px;
padding-bottom: 3px;
margin-top: 5px;
display: inline-block;
text-decoration: none;
}
.steam {
background: #111111;
height: 60px;
width: 60px;
padding-bottom: 3px;
margin-top: 5px;
display: inline-block;
text-decoration: none;
}
#add_footer a.face::before {
content: "\f09a" !important;
font-family: FontAwesome;
color: #fff;
position: absolute;
font-size: 28px;
margin-top: 26px;
margin-left: 40px;
font-weight: normal;
z-index: 10;
}
#add_footer a.twitt::before {
content: "\f099" !important;
font-family: FontAwesome;
color: #fff;
position: absolute;
font-size: 29px;
margin-top: 28px;
margin-left: 29px;
font-weight: normal;
z-index: 10;
}
#add_footer a.goog::before {
content: "\f1a0" !important;
font-family: FontAwesome;
color: #fff;
position: absolute;
font-size: 28px;
margin-top: 26px;
margin-left: 32px;
font-weight: normal;
z-index: 10;
}
#add_footer a.tumb::before {
content: "\f173" !important;
font-family: FontAwesome;
color: #fff;
position: absolute;
font-size: 28px;
margin-top: 26px;
margin-left: 40px;
font-weight: normal;
z-index: 10;
}
#add_footer a.youtube::before {
content: "\f16a" !important;
font-family: FontAwesome;
color: #fff;
position: absolute;
font-size: 28px;
margin-top: 27px;
margin-left: 26px;
font-weight: normal;
z-index: 10;
}
#add_footer a.twitch::before {
content: "\f1e8" !important;
font-family: FontAwesome;
color: #fff;
position: absolute;
font-size: 28px;
margin-top: 26px;
margin-left: 28px;
font-weight: normal;
z-index: 10;
}
#add_footer a.steam::before {
content: "\f1b6" !important;
font-family: FontAwesome;
color: #fff;
position: absolute;
font-size: 28px;
margin-top: 26px;
margin-left: 28px;
font-weight: normal;
z-index: 10;
}
/* ============================================================================================= */
/* === DO NOT TOUCH ============================================ Shrink Mode for SimpleAddFooter */
/* ============================================================================================= */
@media only screen and (max-width: 980px) {
.addInbox {
display: inline-block;
}
.add_boxleft {
width: 100%;
}
.add_boxleft_second {
width: 100%;
}
.add_boxright {
width: 100%;
}
.add_boxright_second {
width: 100%;
}
#add_footer h1 {
margin-top: 15px;
font-size: 16px;
line-height: 20px;
}
.tumb, .face, .goog, .twitt, .youtube, .twitch, .steam {
padding: 2px 0px 0px 2px;
height: 98px;
width: 98px;
margin-right: 5px;
}
#add_footer a.face::before {
font-size: 50px;
margin-top: 35px;
margin-left: 60px;
font-weight: normal;
}
#add_footer a.twitt::before {
font-size: 50px;
margin-top: 35px;
margin-left: 40px;
font-weight: normal;
}
#add_footer a.goog::before {
font-size: 50px;
margin-top: 35px;
margin-left: 40px;
font-weight: normal;
}
#add_footer a.tumb::before {
font-size: 50px;
margin-top: 35px;
margin-left: 55px;
font-weight: normal;
}
#add_footer a.youtube::before {
font-size: 50px;
margin-top: 35px;
margin-left: 36px;
font-weight: normal;
}
#add_footer a.twitch::before {
font-size: 50px;
margin-top: 35px;
margin-left: 40px;
font-weight: normal;
}
#add_footer a.steam::before {
font-size: 50px;
margin-top: 35px;
margin-left: 40px;
font-weight: normal;
}
#add_footer p.textbox {
font-size: 14px;
line-height: 1.3;
font-weight: 400;
}
}
Display More
Gino ![]()