* added featured article to tibiacom template (you can add them with add news button)

* added networks (facebook and twitter) and highscores (top 5) boxes to tibiacom template, configurable in templates/tibiacom/config.php
* fixed polls box in tibiacom template
* (internal) moved tibiacom boxes to separate directory
* (internal) renamed constant TICKET -> TICKER
This commit is contained in:
slawkens
2017-10-26 15:35:22 +02:00
parent 5e414ebda8
commit 583f3394fc
29 changed files with 795 additions and 121 deletions

View File

@@ -740,6 +740,52 @@ img {
border: 0;
}
#Themeboxes #NetworksBox {
position: relative;
height: 204px;
}
#Themeboxes #NetworksBox #FacebookBlock {
position: relative;
top: 32px;
height: 113px;
}
#Themeboxes #NetworksBox #FacebookLikeBox {
position: relative;
left: 27px;
top: 3px;
height: 60px;
width: 115px;
overflow: hidden;
}
#Themeboxes #NetworksBox #FacebookLikeBox div {
position: relative;
left: -1px;
top: -1px;
}
#Themeboxes #NetworksBox #FacebookSendBox {
position: absolute;
left: 92px;
top: 14px;
width: 50px;
}
#Themeboxes #NetworksBox #FacebookLikes {
position: relative;
left: 14px;
top: 10px;
width: 155px;
left: 13px;
overflow: hidden;
}
#Themeboxes #NetworksBox #FacebookLikes div {
position: relative;
left: -69px;
}
#Themeboxes #NetworksBox #TwitterBlock {
position: relative;
top: 42px;
text-align: center;
}
/** -------------------------------
* OLD Stylesheet declarations for
* the CONTENT AREA