Difference between revisions of "Team:UCSC/CSS"

Line 44: Line 44:
 
/* Define main theme variables */
 
/* Define main theme variables */
 
body {
 
body {
     background-color: #515151;
+
     background-color: #515151; /* grey*/
 
     font-family: 'Oswald', sans-serif;
 
     font-family: 'Oswald', sans-serif;
 
}
 
}
  
 
:root {
 
:root {
     --main-bg-color: #0C5798;
+
     --main-bg-color: #0C5798; /* blue */
 
     --hover-bg-color: #8F8F8F;
 
     --hover-bg-color: #8F8F8F;
 
     --active-bg-color: #084172;
 
     --active-bg-color: #084172;
  
     --main-txt-color: #F0AE2F;
+
     --main-txt-color: #F0AE2F; /* gold */
 
     --hover-txt-color: #F0AE2F;
 
     --hover-txt-color: #F0AE2F;
 
     --active-txt-color: #0C5798;
 
     --active-txt-color: #0C5798;
Line 60: Line 60:
 
}
 
}
  
div, dropdown {
+
div:not(#top_menu_inside), dropdown {
 
     background-color: var(--main-bg-color);
 
     background-color: var(--main-bg-color);
 
     border-radius: var(--div-border-radius);
 
     border-radius: var(--div-border-radius);

Revision as of 19:50, 26 June 2018