Modèle:Calendar/styles.css

De Stardew Valley Wiki
Sauter à la navigation Sauter à la recherche
/* Moved from vector.css */

.calendar {
   position:relative;
   width: 481px;
   height: 337px;
   float: right;
}

.calendar img {position: absolute;}

.calendartable {
   position: absolute;
   margin: 65px 0 0 17px;
   border-collapse: collapse;
   display: block;
   padding: 0;
   border-spacing: 0;
}

.calendartable td {
   width: 60px;
   height: 60px;
   padding: 2px;
   border-style: solid;
   border: 0;
}

.calendartable a {
   width: 100%;
   height: 100%;
   display: block;
   font-size: 0px;
}

.calendartable a:hover {
   border-style: solid;
   border-color: blue;
   border-width: 3px;
   box-sizing: border-box;
}

#nightmarkettable {
   padding: 0;
   margin: 0;
   border: 0;
   border-spacing: 0;
}

#nightmarkettable td.festival {border: 0; padding: 0; width: 24px; height: 60px;}
#nightmarkettable td.wizard {border: 0; padding: 0; width: 36px; height: 60px;}

/* [[Category:Modèle]] */