inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Oct 14, 2017 16:28:47 GMT -8
Thank you ! Totally Awesome !
Thank you ! Totally Awesome !
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Oct 14, 2017 16:39:05 GMT -8
HI, Sorry for the long response, things were a bit nuts at home. Not to be a pain in the rear, I would still like to modify this: Maybe I am not using the right words. I would like to leave the information, all of the "Forum Information & Statistics Information", to keep it all there, and Readable, but have the information sit by itself on the background. Like this next image, the data is sitting on the background. With no hover, but keep it so the data is always showing on the background its self. Does that make sense? Thank You!
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Oct 14, 2017 18:15:32 GMT -8
Capt Anita Thomas , to be sure I understand this correctly, it this what you're asking for?
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Oct 14, 2017 19:04:47 GMT -8
Does a little seat dance.
That looks perfect!
Yes, Thank You!
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Oct 14, 2017 19:14:28 GMT -8
Ok, great. I just wanted to be sure we're on the same page.
Just remember, you'll need to change the links in that area to another color other than white when you make the changes.
First, remove this entire block of code in the Style Sheet. You should find it on or around line 1961 ~
.container.stats { background: -moz-linear-gradient(left, #53859c 0%, #bdc3c7 50%, #bdc3c7 51%,#95a5a6 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#53859c), color-stop(50%,#bdc3c7), color-stop(51%,#bdc3c7), color-stop(100%,#95a5a6)); background: -webkit-linear-gradient(left, #53859c 0%,#bdc3c7 50%,#bdc3c7 51%,#95a5a6 100%); background: -o-linear-gradient(left, #53859c 0%,#bdc3c7 50%,#bdc3c7 51%,#95a5a6 100%); background: -ms-linear-gradient(left, #53859c 0%,#bdc3c7 50%,#bdc3c7 51%,#95a5a6 100%); background: linear-gradient(to right, #53859c 0%,#bdc3c7 50%,#bdc3c7 51%,#95a5a6 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53859c', endColorstr='#95a5a6',GradientType=1 ); background-position: center bottom; background-repeat: repeat-x; padding: 0 0 43px; border-radius: 5px; } Next, remove these lines on or around line #2217 ~
.stats { -khtml-opacity:.65; -moz-opacity:.65; -ms-filter:alpha(opacity=65); filter:alpha(opacity=65); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.65); opacity:.65; }
.stats:hover { -khtml-opacity:1; -moz-opacity:1; -ms-filter:alpha(opacity=1); filter:alpha(opacity=1); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1); opacity:1; } Then add this to the bottom of the stylesheet ~
.stats .content { background: transparent !important ; }
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Oct 16, 2017 11:38:44 GMT -8
Does a snoppy happy dance ! That is Absolutely Wonderful it worked Brilliantly!
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Oct 16, 2017 11:56:11 GMT -8
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Oct 17, 2017 14:44:52 GMT -8
|
|