Zapytaj Beczkę Wiki
Nie podano opisu zmian
Znacznik: sourceedit
Nie podano opisu zmian
Znacznik: sourceedit
Linia 26: Linia 26:
 
{
 
{
 
text-align: center;
 
text-align: center;
  +
filter: alpha(opacity=0);
 
}
 
}
   
 
#bohaterowie .a:hover
 
#bohaterowie .a:hover
 
{
 
{
filter: alpha(opacity=20);
+
filter: alpha(opacity=50);
 
}
 
}
   

Wersja z 06:56, 3 lip 2016

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