Recent Forum Posts
From categories:
page 1123...next »
Re: Maybe a popup can do the same trick
Ed JohnsonEd Johnson 1258768109|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Spoiler tags

This works pretty well to allow the spoiler to be small when hidden and expand on hover. It acts a bit like a pop-up. I tweaked the colors and added some rounded corners.

/* Add a spoiler tag */
 
.spoiler {
    background-color: #FF0000;
    padding: 3px 10px;
    color: #FF0000;
    width: 5px;
    height: 5px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
.spoiler:hover {
    background-color: #E5FFE7;
    color: #000000;
    width: 100%;
    height: 100%;
}

You can test it on this site on the sample above using Firefox with Web Developer or Firebug.

[edit - I just included this on one of my sites. View live demo.]
-Ed

Re: Maybe a popup can do the same trick by Ed JohnsonEd Johnson, 1258768109|%e %b %Y, %H:%M %Z|agohover

This is quite big… the spoiler tag is easely spoiled because it is so big… maybe a popup with a small "hot" zone that triggers the popup is also a good idea…

Can you give an example site where this is used?

Maybe a popup can do the same trick by Steven HeynderickxSteven Heynderickx, 1258758292|%e %b %Y, %H:%M %Z|agohover
Re: Didn't Work
leigerleiger 1258595314|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Teachertube

What code are you using?


— Shane | Blog | CycloDS Revolution | Compatibility List | Get your free Wiki! | XBL: leiger40
100% Wikidot. 100% Awesome.

Re: Didn't Work by leigerleiger, 1258595314|%e %b %Y, %H:%M %Z|agohover
Didn't Work
Grego1888Grego1888 1258578443|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Teachertube

I just tried to embed a TeacherTube video and I'm getting the "Sorry, no match for the embedded content" message.

Didn't Work by Grego1888Grego1888, 1258578443|%e %b %Y, %H:%M %Z|agohover
Re: please , show us here your code!
leigerleiger 1258499414|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Adding A Site Logo

Hey, I tried both using this last piece of code and correcting the typo above, but it still doesn't work! :(

After changing your CSS:

  1. Press Ctrl+Shift+Del , and confirm that you want to clear your cache
  2. Press Ctrl+R to refresh the page

You may need to refresh twice.

Do this every time you make a change to the theme.


— Shane | Blog | CycloDS Revolution | Compatibility List | Get your free Wiki! | XBL: leiger40
100% Wikidot. 100% Awesome.

Re: please , show us here your code! by leigerleiger, 1258499414|%e %b %Y, %H:%M %Z|agohover

Some useful links:

http://community.wikidot.com/howto:use-logo <==== ! !
http://community.wikidot.com/howto:design-your-own-css-theme
http://community.wikidot.com/howto:fiddle-with-css-the-easy-way

and my questions:
Have you created your own "custom" theme?

Have you used the [[code type="CSS"]] ?
giving :

#header {
height: 100px;
display: none;
display: none;
margin: 0;
padding: 0;
background-image: url(http://nataleitaliano.wikidot.com/local—files/start/logo.PNG);
height: 90px;
width: 500px;
position: absolute;
top: 10px;
left: 20px;

And: I miss here in your code thew beginning lines of the Code:


#header {
height: 120px;
}
#header h1 a span{
display: none;
}
#header h2 {
display: none;
}
#header h1 a,#header h1 a:hover{
margin: 0;
padding: 0;
background-image: url(/local—files/start/logo.jpg);
height: 87px;
width: 508px;
position: absolute;
top: 10px;
left: 20px;
}


And: do you use an css-page wiothg the code ( have you "synchronized" it ?)
or are you typing the code directly into your custom theme?


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

Re: please , show us here your code! by Helmuti_pdorfHelmuti_pdorf, 1258469442|%e %b %Y, %H:%M %Z|agohover
Re: please , show us here your code!
balbottabalbotta 1258464918|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Adding A Site Logo

Hey, I tried both using this last piece of code and correcting the typo above, but it still doesn't work! :(

Could it be the localize template I'm working on?! Shall I use another one?

edit: I tried using other themes, but it's not working anyways.

Re: please , show us here your code! by balbottabalbotta, 1258464918|%e %b %Y, %H:%M %Z|agohover
That "Code" box is the best....
pissstoppissstop 1258401473|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » iframe embed

I really was having a hard time embedding a blogspot widget that I created with widgetbox until I found this page. Thanks, I finally got it to work!!

That "Code" box is the best.... by pissstoppissstop, 1258401473|%e %b %Y, %H:%M %Z|agohover

I had a look at the top of this page and see some differences… in comparison to your code:

#header {
    height: 100px;
}
#header h1 a span{
    display: none;
}
#header h2 {
    display: none;
}
#header h1 a,#header h1 a:hover{
    margin: 0;
    padding: 0;
    background-image: url(/local--files/logo.jpg);
    height: 90px;
    width: 500px;
    position: absolute;
    top: 10px;
    left: 20px;
}

Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

Re: please , show us here your code! by Helmuti_pdorfHelmuti_pdorf, 1258381927|%e %b %Y, %H:%M %Z|agohover

I made a typo too ! ( url(ttp://nat instead of url(http://nat…)

Questino :
1. Where did you get the file name - from Info.-button?
2. is the extension really PNG and not png ?
Try to rename the file name. to lower character and change the url…

and have a look on type too in comparison with the others above in the thread..

AND: have you setup in your site manager this custom changes to use?

AND: have you .reset your browser - cache - it is often not showing new changes without deleting all cached informations..


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

Re: please , show us here your code! by Helmuti_pdorfHelmuti_pdorf, 1258372932|%e %b %Y, %H:%M %Z|agohover
Re: please , show us here your code!
balbottabalbotta 1258369844|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Adding A Site Logo

thanks!
I changed the code correcting the typo but it doesn't work anyways… :(

Re: please , show us here your code! by balbottabalbotta, 1258369844|%e %b %Y, %H:%M %Z|agohover

I think your code is wrong..
urlhttp:..../ should be
background-image: url(ttp://nataleitaliano.wikidot.com/local--files/start/logo.PNG);

missing opening ( …


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

Re: please , show us here your code! by Helmuti_pdorfHelmuti_pdorf, 1258369276|%e %b %Y, %H:%M %Z|agohover
Re: please , show us here your code!
balbottabalbotta 1258367989|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Adding A Site Logo

Hello.
Sorry I forgot to post the code. here it is:

#header {
height: 100px;
display: none;
display: none;
margin: 0;
padding: 0;
background-image: urlhttp://nataleitaliano.wikidot.com/local—files/start/logo.PNG);
height: 90px;
width: 500px;
position: absolute;
top: 10px;
left: 20px;

The only logo that gets showed is the Localize theme one, and not mine.

Re: please , show us here your code! by balbottabalbotta, 1258367989|%e %b %Y, %H:%M %Z|agohover
Re: Custom CSS per page
leigerleiger 1258295564|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Use any html code on a page

This embeds HTML, not wikidot code. What you are looking for is the CSS Module, which has not been implemented yet.


— Shane | Blog | CycloDS Revolution | Compatibility List | Get your free Wiki! | XBL: leiger40
100% Wikidot. 100% Awesome.

Re: Custom CSS per page by leigerleiger, 1258295564|%e %b %Y, %H:%M %Z|agohover
Custom CSS per page
HobStarCSHobStarCS 1258251141|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Use any html code on a page

Is it possible to use this technique to apply CSS to a particular page

I'm hoping to acheive the following:
a) My whole site has the default CSS
b) selected pages (or templates) use a different CSS to give those pages individual themes.

Why?
You might think that that would make for an awful looking site, but this is for my 'testing site' and would be very useful.

Any advise on this matter would be greatly appreciated.

Custom CSS per page by HobStarCSHobStarCS, 1258251141|%e %b %Y, %H:%M %Z|agohover
Same Problem
BeowolveBeowolve 1258223574|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Vimeo

I have the same problem of the video not showing, saying "Sorry, no match for embedded content. Can someone help me?

Nvm

Same Problem by BeowolveBeowolve, 1258223574|%e %b %Y, %H:%M %Z|agohover

or nobody can help you !


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

please , show us here your code! by Helmuti_pdorfHelmuti_pdorf, 1258129003|%e %b %Y, %H:%M %Z|agohover
balbottabalbotta 1258126502|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » Adding A Site Logo

Hey eveyrbody, I've put in the code, but the logo doesn't appear.
Can anybody help me out? The theme on which I'm working is the Localize one.

Thanks!

by balbottabalbotta, 1258126502|%e %b %Y, %H:%M %Z|agohover

Hey man, I'll try to help you out :)

Can you give me an example of a java applet? I've never embedded one into a website before, so I need to know what one looks like to do it…


λ James Kanjo | blog | photos | contact

Re: This one dont work for me, any idea why? by James KanjoJames Kanjo, 1258020281|%e %b %Y, %H:%M %Z|agohover
This one dont work for me, any idea why?
lezardablelezardable 1257999670|%e %b %Y, %H:%M %Z|agohover
in discussion Hidden / Per page discussions » iframe embed

can you explore how to iframe embed java applets to wikidot. Thank you and hoping someone will give a hand.

This one dont work for me, any idea why? by lezardablelezardable, 1257999670|%e %b %Y, %H:%M %Z|agohover
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License