Zapytaj Beczkę Wiki
Nie podano opisu zmian
Znacznik: sourceedit
Nie podano opisu zmian
Znacznik: sourceedit
Linia 1: Linia 1:
 
@font-face
 
@font-face
 
{
 
{
src: url('http://fonts.googleapis.com/css?family=Arimo&subset=latin,latin-ext');
+
src: url('http://fonts.googleapis.com/css?family=Akronim&subset=latin,latin-ext');
 
font-family: 'Arimo';
 
font-family: 'Arimo';
 
}
 
}

Wersja z 07:14, 3 lip 2016

@font-face
{
src: url('http://fonts.googleapis.com/css?family=Akronim&subset=latin,latin-ext');
font-family: 'Arimo';
}

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;
}