The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Dice Box

5 posters

Go down

Solved Dice Box

Post by Spyro Dragon™ February 27th 2014, 12:24 am

Dice Box Dice_b10
I felt this deserved a separate topic. but anyway is there a way to get rid of the White line box and informer for the Dice? is ther anyway when you role a dice for it to ONLY show the Face and not all of this border line and stuff..


Last edited by Spyro Dragon™ on March 5th 2014, 8:54 am; edited 1 time in total
Spyro Dragon™
Spyro Dragon™
Forumember

Male Posts : 202
Reputation : 2
Language : English

http://SpyroDragon.com

Back to top Go down

Solved Re: Dice Box

Post by Pizza Boi February 27th 2014, 12:37 am

Hi Very Happy

Can you link me to the topic that's from? Also, can you make your permissions so that it would also be visible to guest Smile.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Dice Box

Post by Spyro Dragon™ February 27th 2014, 10:16 am

Spyro Dragon™
Spyro Dragon™
Forumember

Male Posts : 202
Reputation : 2
Language : English

http://SpyroDragon.com

Back to top Go down

Solved Re: Dice Box

Post by Pizza Boi February 27th 2014, 5:20 pm

Hi Very Happy

Please provide me a test admin account. I can't find the specific ID's in my console since it only shows, span.genmedsmall, dt, and b which is a general code so it'll apply for all.

PM me the details please Smile.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Dice Box

Post by angel_of_night February 27th 2014, 5:29 pm

Alert to a forum that removed the copyrighted content.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: Dice Box

Post by Ange Tuteur February 27th 2014, 5:39 pm

Hello Spyro Dragon™,

Try adding this to you CSS :
Administration panel > Display > Colors > CSS stylesheet
Code:
.codebox dt .genmed { display:none; }
.codebox dd.quote { border-style:none; }

angel_of_night wrote:Alert to a forum that removed the copyrighted content.

The copyrights are infact still present :
Dice Box Captur17

The SCM player, being as buggy as it is, does not add proper space to the bottom of the document.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Dice Box

Post by Pizza Boi February 27th 2014, 6:13 pm

Hi Very Happy

@Ange: Did you use Mozilla Firefox console? I really want to read the console better so if you could tell me what browser console you use, it would be cool!

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Dice Box

Post by angel_of_night February 27th 2014, 7:04 pm

My apologizes.

Also, I am using Chrome, tried with explorer but I still cannot see them.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: Dice Box

Post by Spyro Dragon™ February 28th 2014, 3:46 am

Why does the copyright content matter?  its still the official Spyro Forum.  26k Facebook likes doesn't lie.

And if you cant see them just go to the site push f11 to make it full screen and then press f11 again.



And does my CSS Need to be Optimized...its not  working.. heres everything I put in it so far.

body{
background-attachment:fixed;
background-color:;
}

ul#picture_legend, ul#privmsgs-menu {
 text-align: center;
display: none;
 }
ul#picture_legend li, ul#privmsgs-menu li {
display: inline;
margin: 2px 10px;
display: none;
}
ul#picture_legend li img, ul#privmsgs-menu li img {
 vertical-align: middle;
display: none;
}
#profile-advanced-details div.separator {
    border-bottom: 0px solid #DCDCDC;
  .codebox dt .genmed { display:none; }
.codebox dd.quote { border-style:none; }


Still no Gwayno.


@Edited --- I put CSS  Optimize on and it made the border line disapeer
but now I want the part where it says

" Quinten Armijo carried out 1 launched of one Sorting Dice (Image not informed.) : "   to be removed as well. any codes for that?
Spyro Dragon™
Spyro Dragon™
Forumember

Male Posts : 202
Reputation : 2
Language : English

http://SpyroDragon.com

Back to top Go down

Solved Re: Dice Box

Post by SLGray February 28th 2014, 6:20 am

Removing the footer links is against the Terms of Service that is why it matters.


Dice Box Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Dice Box

Post by Spyro Dragon™ February 28th 2014, 6:27 am

Spyro Dragon™ wrote:

And if you cant see them just go to the site push f11 to make it full screen and then press f11 again.


@Edited --- I put CSS  Optimize on and it made the border line disapeer
but now I want the part where it says

" Quinten Armijo carried out 1 launched of one Sorting Dice (Image not informed.) : "   to be removed as well. any codes for that?

well you got my 1st question, what about the rest!?
Spyro Dragon™
Spyro Dragon™
Forumember

Male Posts : 202
Reputation : 2
Language : English

http://SpyroDragon.com

Back to top Go down

Solved Re: Dice Box

Post by Ange Tuteur February 28th 2014, 11:55 am

Hello,

In my last post I had provided the CSS code that should remove it.

On further inspection of #profile-advanced-details div.separator I noticed you had forgotten the closing curly brace. This can make the next CSS rule invalid.

Replace your CSS with :
Code:
body{
background-attachment:fixed;
background-color:;
}

ul#picture_legend, ul#privmsgs-menu {
 text-align: center;
display: none;
 }
ul#picture_legend li, ul#privmsgs-menu li {
display: inline;
margin: 2px 10px;
display: none;
}
ul#picture_legend li img, ul#privmsgs-menu li img {
 vertical-align: middle;
display: none;
}
#profile-advanced-details div.separator {
    border-bottom: 0px solid #DCDCDC;
}
  .codebox dt .genmed { display:none; }
.codebox dd.quote { border-style:none; }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Dice Box

Post by Spyro Dragon™ March 5th 2014, 8:51 am

The Border line of the box doesn't apeer anymore but the

" Quinten Armijo carried out 1 launched of one Sorting Dice (Image not informed.) : "

Still Apeers
Spyro Dragon™
Spyro Dragon™
Forumember

Male Posts : 202
Reputation : 2
Language : English

http://SpyroDragon.com

Back to top Go down

Solved Re: Dice Box

Post by Spyro Dragon™ March 5th 2014, 8:53 am

Never Mind.

[ SOLVED ]
Thanks very much.
Spyro Dragon™
Spyro Dragon™
Forumember

Male Posts : 202
Reputation : 2
Language : English

http://SpyroDragon.com

Back to top Go down

Solved Re: Dice Box

Post by Ange Tuteur March 5th 2014, 7:37 pm

You're welcome Smile

Topic solved and archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum