TKKG Wiki
TKKG Wiki
1.128
Seiten
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 84: Zeile 84:
 
text-align: center;
 
text-align: center;
 
font-weight: bold;
 
font-weight: bold;
margin-top: 0.25em;
+
margin-top: 0.33em;
 
}
 
}
   
Zeile 125: Zeile 125:
 
{
 
{
 
background-color: #f2f2f2;
 
background-color: #f2f2f2;
border:1px solid #cccccc;
+
border: 1px solid #cccccc;
 
width:100%;
 
width:100%;
 
}
 
}

Aktuelle Version vom 7. Januar 2021, 21:00 Uhr

/* Font */

@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i|Source+Code+Pro:300,400,700&display=swap&subset=latin-ext';

head, h1
{
    font-family: Source Sans Pro, sans-serif;
    color: #19191e;
    text-decoration: underline;
}

body, p, h2, h3, h4, h5, h6
{
    font-family: Source Sans Pro, sans-serif;
}

pre
{
    font-family: Source Code Pro, monospace;
}


/* Homepage */

.h2home
{
    color: white;
    background-color: #234191;
    border-radius: 5px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.h3home
{
    color: white;
    background-color: #234191;
    border-radius: 5px;
    font-size: 17.5px;
    line-height: 27.5px;
    text-align: center;
    font-weight: bold;
}

.startbox
{
    background: white;
    border: 5px solid #234191;
    border-radius: 6.7px;
    margin-bottom: 0.5em;
}

.welcome
{
    background-color: #234191;
    color: white;
    font-size: 22.5px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.greetings
{
    font-size: 15px;
    text-align: center;
}

.charactertable
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.captionscript
{
    background-color: #234191;
    border-radius: 5px;
    line-height: 22.5px;
    font-size: 12.5px;
    text-align: center;
    font-weight: bold;
    margin-top: 0.33em;
}

.whitelinks
{
    color: white;
}

.bottomnames
{
    color: white;
    background-color: #234191;
    border-radius: 5px;
    line-height: 27.5px;
    font-size: 15px;
    text-align: center;
}

.topbutton
{
    font-size: 17.5px;
    text-align: right;
}

.arrow
{
    background-color: #234191;
    color: #e6e6e1;
    border-radius: 2.5px 0px 0px 2.5px;
}

.totop
{
    background-color: #0587aa;
    color: #234191;
    border-radius: 0px 2.5px 2.5px 0px;
}

.disclaimercontent
{
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    width:100%;
}

.disclaimerborder
{
    background-color: #cccccc;
    width: 100%;
}

.line
{
    color: #cccccc;
    background: #cccccc;
    width: 100%;
    height: 1px;
    vertical-align: top;
    border: none;
}

.center
{
    text-align: center;
}

.bold
{
    font-weight: bold;
}

.wholewidth
{
    width: 100%;
}

.halffont
{
    font-size: 50%;
}


/* Infoboxen */

.portable-infobox
{
    border: 2px solid #234191;
    border-radius: 5px;
}