Difference between revisions of "Template:Main2021"

Line 1,936: Line 1,936:
  
  
.timezone_select{
+
 
    padding: 10px;
+
/*styled select dropdowns */
     background-color: #f2f2f2;
+
.styled_select{
     border: 2px solid #2C3E66;
+
padding: 10px;
 +
     background-color: #2c3e66;
 +
     border: 2px solid #2c3e66;
 
     font-weight: bold;
 
     font-weight: bold;
 
     margin-top: 5px;
 
     margin-top: 5px;
     margin-left: 9px;
+
     border-radius: 5px;
     border-radius: 3%;
+
     cursor: pointer;
cursor:pointer;
+
    color: #ffffff;
}
+
}
 +
 +
.styled_select:hover{
 +
background-color: #abb4ca;
 +
    color: #2c3e66;
 +
}
  
 
.title_interaction{
 
.title_interaction{

Revision as of 17:19, 22 April 2021