الگو:شعر/styles.css

از ویکی تراث
.poem {
  font-family: 'IRANBold', sans-serif;
  color: #001a57;
  margin: auto;
  max-width: 700px;
}

/*.poem:hover {*/
/*  background-color: #f5f5ff;*/
/*  border-color: #626dd1;*/
/*  border-radius: 6px;*/
/*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
/*}*/

.poem table {
  width: 100%;
  margin: 0;
  text-align: center;
}

.poem .nastaliq {
  font-family: 'Nastaliq', cursive;
}

.poem th,
.poem td {
  text-align: center;
  padding: 5px;
}

.poem th {
  font-weight: bold;
  color: #001a57;
}

.poem tr:hover {
  color: #002782;
}