Top Stats
- cabalganti
- BBCoder II
- Posts: 15
- Joined: 15 Sep 2012, 09:00
- BBCodes: 3
Top Stats
Ohh. Amazing ! please if you can post your edits, I would like to have a look at them.
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Top Stats
Overall_header
Colours.css
Tweaks.css
at the bottom of colours.css add
just as stoker posted but i did find on other themes i did need to play with the numbers in regards to the bottom of colours.css
just to show you can go more here is 9 rows in firefox
row_height : '44px',
max_items : 5,
Colours.css
height:132px;
Tweaks.css
height: 41px;
at the bottom of colours.css add
Code: Select all
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#vertical-ticker li { height: 42px; }
}
just to show you can go as much as you like here is 9 rows in firefox
/* opera */
noindex:-o-prefocus, #vertical-ticker li {
height: 42px;
}
just to show you can go more here is 9 rows in firefox
- cabalganti
- BBCoder II
- Posts: 15
- Joined: 15 Sep 2012, 09:00
- BBCodes: 3
Top Stats
You guys are amazing... it works perfectly now. There you go, a bit of my appreciation.
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Top Stats
glad your done.
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Top Stats
As browser's have moved on from the start of this topic i enabled the scroller to find it stuffed
so been playing to get it perfect in all browser's
set the height in header to 44px
and place this in the colours .css
so been playing to get it perfect in all browser's
set the height in header to 44px
and place this in the colours .css
Code: Select all
/* Top Stats Mod */
#vertical-ticker{
position:relative;
height:132px;
overflow:hidden;
}
#vertical-ticker li{
display:block;
}
/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#vertical-ticker li { height: 42px; }
}
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#vertical-ticker li { height: 42px; }
}
/* opera */
noindex:-o-prefocus, #vertical-ticker li {
height: 42px;
}
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact: