JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
hide other players hand
[peach-cgt.git] / style.less
index c613024..31bb99d 100644 (file)
@@ -48,15 +48,22 @@ h1 {
        border: 2px solid #468;
 }
 
-.card {
+.card, .blank_card {
        width: @card-width;
        height: @card-height;
        padding: 2px;
        position: absolute;
+       border-radius: 4px;
+}
+
+.blank_card {
+       border: 1px solid #777;
+}
+
+.card {
        background: #fff;
        border: 2px solid #fff;
        .shadow(1px, 1px, 8px, 0.4);
-       border-radius: 4px;
 
        &:hover {
                z-index: 9999 !important;
@@ -95,7 +102,7 @@ h1 {
        border-color: black;
 }
 
-.flipped {
+.flipped, .your_hand {
        .cardtext {
                display: none;
        }