Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 733: Line 733:
 
     font-family: 'Quicksand', sans-serif;
 
     font-family: 'Quicksand', sans-serif;
 
     font-size: 1.250rem;
 
     font-size: 1.250rem;
     font-weight: bold;
+
     text-transform:uppercase;
 +
    letter-spacing: 7px;
 +
    margin: 3px;
 +
    border-radius: 10px;
 
     background-color: rgba(20, 147, 117, 0.125);
 
     background-color: rgba(20, 147, 117, 0.125);
 
     cursor: pointer;
 
     cursor: pointer;
Line 825: Line 828:
 
}
 
}
  
#bodyContent table.small_first th:first-child {
+
@media (min-width: 1024px){
  width: 120px;
+
  #bodyContent table th:first-child{
}
+
    border-radius: 20px 0 0 20px;
 +
  }
  
#bodyContent table.small_first td:first-child  {
+
  #bodyContent table th:last-child{
  width: 120px;
+
    border-radius: 0 20px 20px 0;
 +
  }
 +
 
 +
  #bodyContent table.small_first th:first-child {
 +
    width: 120px;
 +
  }
 +
 
 +
  #bodyContent table.small_first td:first-child  {
 +
    width: 120px;
 +
  }
 
}
 
}
 
/************************************************************************
 
/************************************************************************

Revision as of 12:41, 30 October 2017