Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

Shoutbox dimensions and location

13»

Comments

  • this is the css I used for some of the other parts

     ul#shoutboxcontent{
    color:#ccc;
    font-size:14px;
    font-weight:bold;
    }
     input#shoutboxinput:focus{
    color:#ccc!important;
    font-size:14px;
    font-weight:bold;
    border:1px solid #666;
    width: 160px!important;
    background:#222!important;
    }
     input#van2shoutsubmit.Button{
    margin:0 auto;
    }
    input#van2shoutsubmit:hover{
    color:aqua!important;
    font-weight:bold;
    }
    #van2shoutscroll {
    height:300px!important;
    overflow: auto;
    }
    

    This is the style for the Buttons

    a.Button,.Button,li.Active a,a.Button.SignInPopup,a.Button.ApplyButton,input#Form_SignUp.Button,input#Form_Save.Button,input#Form_SaveComment.Button,a.Back,div.Meta span a.Category,input#Form_Share.Button,a.Cancel,a.TabLink,div.AttachFileLink a,a.DeleteFile{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:url(http://i50.tinypic.com/m8d00w.png)!important;
    border-radius:5px;
    color:#000!important;
    cursor:url('images/vrij.cur'),progress;
    font-size:11pt;
    font-weight:700;
    margin:0;
    padding:6px 10px;
    text-decoration:none;
    text-shadow:0 1px 0 #FFF;
    white-space:nowrap;
    }
    
  • caerostriscaerostris ✭✭
    edited March 2013

    Aww, that button hint was so perfect, I'll mess around with the rest of the css to see what I like best :) Thanks so much!

  • blablablabla ¿Who can send me a resume in DVD?

    Well, i reply u PM @caerostris . I try to read this but..i understand 0 . :S Only understand @vrijvlinder send u one lovey button :D

  • edited March 2013

    @Konquet just download the new version , your problem is over :)

  • @vrijvlinder just try out the shoutbox-demo, it's running on firebase! It's 10000 times faster ;) I just hope firebase will stay for free when they finished their beta... I told them to add a very small free plan, I hope they listen ;-)

  • KonquetKonquet ✭✭
    edited March 2013

    what is firebase secret in Van2shout options? Password from Firebase? First time i see firebase :/

    Well, i active firebase but Van2shout dont show in my theme. ¿Where is "he" now? :S

  • lifeisfoolifeisfoo ✭✭✭

    Firebase.com allow to avoid polling to your VF webserver for latest message, instead all data is stored in FBase cloud databases.

    There was an error rendering this rich post.

  • caerostriscaerostris ✭✭
    edited March 2013

    just go to <yourfirebase.firebaseio.com> and hit the "auth" tab. There you can scroll down until you find a password-styled input that contains your secret once you hit "Show"

Sign In or Register to comment.