Zapytaj Beczkę Wiki

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
@font-face
{
src: url('http://fonts.googleapis.com/css?family=Arimo&subset=latin,latin-ext');
font-family: 'Arimo', sans-serif;
}

body
{
    font-family: "Arimo";
}

#title
{
    font-size:185%;
    color:#f7d53b;
    text-shadow: 0 0 4px #323200;
    text-align: center;
}

#normal
{
    font-size:120%;
    text-align: center;
}

#header
{
    font-size:130%;
    font-weight:600;
    color:#f7d53b;
    margin-bottom:-20px;
    text-shadow: 0 0 6px #323200;
    text-align: center;
}

#bohaterowie
{
    text-align: center;
    filter: alpha(opacity=0);
}

#bohaterowie .a:hover
{
    filter: alpha(opacity=50);
}

#header a
{
    text-decoration: none;
    color:#f7d53b;
    text-shadow: 0 0 6px #323200;
}

#header2
{
    font-size:170%;
    font-weight:600;
    color:#f7d53b;
    margin-bottom:-30px;
    text-shadow: 0 0 5px #323200;
    text-align: center;
}

#header3
{
    font-size:110%;
    font-weight:600;
    color:#f7d53b;
    margin-bottom:-30px;
    text-shadow: 0 0 2px #323200;
    text-align: center;
}

#header3 a
{
    color: #f7d53b;
    text-decoration: none;
    transition: 0.3s all linear;
}

#header3 a:hover
{
    color: #f7a83b;
    text-decoration: none;
}

#quote
{
    font-size: 165%;
    text-align: center;
    font-style: italic;
    font-weight: 400;
}

#author
{
    font-size: 130%;
    margin-bottom:-40px;
    text-align: right;
}

#author a
{
    text-decoration:none;
    color:#000;
    transition: 0.3s all linear;
}

#author a:hover
{
    text-decoration:none;
    color:#646464;
}