Jump to content

Template:StyledTable/styles.css: Difference between revisions

From RetroTechCollection
Created page with "@media screen { table.styled-table { background-color: #f8f8f8; color: #202122; } html.skin-theme-clientpref-night table.styled-table, html.skin-theme-clientpref-os table.styled-table { background-color: #1e1f21; color: #eaecf0; } table.styled-table th { background-color: #4B9CD3; color: white; } html.skin-theme-clientpref-night table.styled-table th, html.skin-theme-clientpref-os table.styled-table th { background-color:..."
 
No edit summary
Line 3: Line 3:
     background-color: #f8f8f8;
     background-color: #f8f8f8;
     color: #202122;
     color: #202122;
  }
  html.skin-theme-clientpref-night table.styled-table,
  html.skin-theme-clientpref-os table.styled-table {
    background-color: #1e1f21;
    color: #eaecf0;
   }
   }


Line 14: Line 8:
     background-color: #4B9CD3;
     background-color: #4B9CD3;
     color: white;
     color: white;
  }
  html.skin-theme-clientpref-night table.styled-table th,
  html.skin-theme-clientpref-os table.styled-table th {
    background-color: #335577;
    color: #ffffff;
   }
   }



Revision as of 10:10, 24 April 2025

@media screen {
  table.styled-table {
    background-color: #f8f8f8;
    color: #202122;
  }

  table.styled-table th {
    background-color: #4B9CD3;
    color: white;
  }

  table.styled-table {
    border-radius: 8px;
    border: 1px solid #a2a9b1;
  }
}