Page 3 of 3

Top Stats

Posted: 16 Sep 2012, 23:46
by cabalganti
Ohh. Amazing ! please if you can post your edits, I would like to have a look at them.

Top Stats

Posted: 17 Sep 2012, 00:04
by martin123456
Overall_header
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 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
9firefox.png

Top Stats

Posted: 17 Sep 2012, 02:45
by cabalganti
You guys are amazing... it works perfectly now. There you go, a bit of my appreciation. :thumb:

Top Stats

Posted: 17 Sep 2012, 02:52
by martin123456
:thumb: glad your done.

Top Stats

Posted: 29 Jan 2013, 21:02
by martin123456
As browser's have moved on from the start of this topic i enabled the scroller to find it stuffed :D

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;
}

Top Stats

Posted: 02 Mar 2016, 17:41
by martin123456
;)