/* Stildatei für den Karteneditor
   Version 0.4, zuletzt geändert 2023/11/26


/* Allgemeine Stile für den Karteneditor */

body {
    background-color: rgb(209, 209, 191);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

hr {
    background-color: burlywood;
    color: burlywood;
    height:2pt;
    border-width:0;
    color:gray;
}

h1 {
    margin-top: 5pt;
}

textarea {
    font-family: 'Courier New', Courier, monospace;
}

.logo {
    width: 36pt;
    margin-right: 8pt;
    float: left;
}
.gui {
    margin: auto;
    width: min-content;
    min-width: 650pt;
    background-color: beige;
    border-style: solid;
    border-color:burlywood;
    border-radius: 5pt;
    padding: 15pt;
}
.copyright {
    font-size: small;
    font-style: italic;
    text-align: center;
}
.toolbox {
    background-color:burlywood;
    font-weight: lighter;
    font-size: 8pt;
    text-align: center;
    width: 600pt;
    cursor: pointer;
}
.map {
    background-color:burlywood;
    font-weight: lighter;
    font-size: 8pt;
    text-align: center;
    width: 600pt, auto;
    border: 1px;
    border-color: black;
    padding: 4pt;
    cursor: pointer;
}

td {
    background-color:white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 6pt;
    width: 20pt;
    height: 20pt;
}

tr {
   height: 20pt;
}

/* Stile für die verschiedenen Feldertypen des Karteneditors */
/* Setzt die Farbe für die Tabellenzellen */

.map_eis {
    background-color: rgb(245,245,255);    
}

.map_lava {
    background-color: rgb(255,165,22);  
}

.map_fels {
    background-color: rgb(214, 214, 214);  
}

.map_haus {
    background-color: rgb(225,65,62);  
}

.map_haus2 {
    background-color: rgb(237, 128, 126);  
}

.map_weg1 {
    background-color: rgb(193, 194, 193);  
}
.map_weg2 {
    background-color: rgb(234, 231, 230);  
}
.map_weg3 {
    background-color: rgb(224, 221, 220);  
}
.map_weg4 {
    background-color: rgb(214, 211, 210);  
}
.map_wasser {
    background-color: rgb(91, 135, 255); 
}
.map_wasser2 {
        background-color: rgb(148, 176, 255); 
}

.map_wasser3 {
    background-color: rgb(66, 104, 210); 
}

.map_wald1 {
    background-color: rgb(10, 180, 117);  
}
.map_wald2 {
    background-color: rgb(19, 150, 102);  
}
.map_wald3 {
    background-color: rgb(61, 180, 10);  
}
.map_wald4 {
    background-color: rgb(22, 113, 80);  
}
.map_wiese1 {
    background-color: rgb(127, 220, 40);  
}
.map_wiese2 {
    background-color: rgb(177, 255, 22);  
}
.map_wiese3 {
    background-color: rgb(172, 210, 97);  
}
.map_sand1 {
    background-color: rgb(235, 222, 201);  
}
.map_sand2 {
    background-color: rgb(220, 207, 186);  
}
.map_sand3 {
    background-color: rgb(235, 231, 201);  
}
.map_wall1 {
    background-color: rgb(188, 182, 173);  
}
.map_wall2 {
    background-color: rgb(150, 147, 143);  
}
.map_wall3 {
    background-color:  rgb(174, 164, 148);  
}
.map_wall4 {
    background-color: rgb(211, 204, 194);  
}
.map_wdoor {
    background-color: rgb(137, 109, 63);  
}

.map_unknown {
    background-color: rgb(255, 181, 255);
}