﻿/* add all special styles used for displaying the rules */

/* .rules: used for all elements loading rules (rules at main site, rules ingame, popup with rules extract 
   #rules: div with complete rules used at main site
   #rulesPage: ingame rules page display
   #panelRules: ingame rules sidepanel display
   #popup.rules: popup with rules extract only */

/*Überschriften - Captions*/
.rules h1
{
    font-family: "Sour Gummy", sans-serif;
    text-indent: 0.5em; /*Einrücken des Textes*/
    text-align: center;
    background-image: url(/Games/Pachakuna/images/rules/2.png); /*Hintergrundbild*/
    background-repeat: no-repeat; /*Kein Wallpaper*/ /*background-position: center; /*Position des Hintergrundbildes*/
    background-size: cover;
    background-position: center;
    border: none;
    color: white; /* Farbe*/
    font-size: 2.1em;
    line-height: 1.5em; /*Höhe des Hintergrundbildes*/
    padding: 0px 0px 10px 10px;
    text-shadow: none;
}

.rules h2
{
    font-family: "Sour Gummy", sans-serif;
    text-align: center;
    font-size: 1.8em;
    text-shadow: none;
}
.rules h3
{
    font-family: "Sour Gummy", sans-serif;
    text-align: left;
    font-size: 1.5em;
    text-shadow: none;
}

.rules .border
{
    border: none;
    background-color: #d0d3bd;
    border-radius: 12px;
}

.rules p
{
    font-size: 1em;
    color: black;
    text-shadow: none;
    padding: 5px;
}

.rules a
{
    text-shadow: none;
}

.rules ol
{
    font-size: 1em;
    color: black;
    text-shadow: none;
    padding: 5px;
    list-style-type: lower-roman;
}

.rules center {
    text-align: center;
}

#rules .float_right
{
    float: right;
    text-align: right;
    margin-right: 1em
}

#rules .float_left
{
    float: left;
    text-align: left;
    margin-right: 1em
}

/*Images*/
.rules .img_100
{
    width: 100%;
}

.rules .img_70
{
    width: 70%;
}
.rules .img_60 /*nicht benutzt*/
{
    width: 60%;
}

.rules .img_50
{
    width: 50%;
}
.rules .img_40
{
    width: 40%;
}

.rules .img_30
{
    width: 30%;
}

.rules .img_20
{
    width: 20%;
}
.rules .img_10 /*nicht benutzt*/
{
    width: 10%;
}

/*tables*/
.rules .cell_picture_20
{
    width: 20%;
    vertical-align: top;
}
.rules .cell_picture_50
{
    width: 50%;
    vertical-align: top;
}
.rules .padding_left_5 {
    padding-left: 5%;
}

.rules .sidebaronly { display: none; }

#panelRules .sidebaronly { display: inherit; }
