Kamel:J*/Ka-Mel-Oh/Testgelände.css

aus Kamelopedia, der wüsten Enzyklopädie
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
/* Spielfläche */
#field {
    position: relative;
    width: 600px;
    padding: 0px;
    margin: 0px;
}
 
#field p {
    margin: 0px;
}
 
#log {
    position: absolute;
    left: 610px;
    border: 2px darkblue solid;
    width: 200px;
    height: 250px;
    top: 0px;
}
 
#global {
    position: absolute;
    left: 610px;
    border: 2px darkred solid;
    width: 200px;
    height: 165px;
    top: 260px;
 
}
 
#hand {
    border: 2px darkgreen solid;
    height: 97px;
    position: relative;
    margin-top: 10px;
    width: 810px;
}
 
.handcard {
    border: 1px red solid;
    position: absolute;
    width: 51px;
    height: 77px;
    top: 10px;
    background-color: gray;
}
 
.positioner {
    border: 1px red solid;
    position: absolute;
    width: 8.5%;
    height: 17.9%;
    background-color: gray;
}
 
#card_info_table {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("http://kamelopedia.mormo.org/images/b/b5/Wei%C3%9F-alpha.gif");
    text-align: center;
    vertical-align: middle;
    z-index: 10000000;
}
 
.kameloh_mini_bild {
    height: 40px;
}
 
#siteNotice {
    display:none;
}