Difference between revisions of "Team:UCSC/another look.css"

 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 
 
/*!
 
/*!
 
  * Bootstrap v4.3.1 (https://getbootstrap.com/)
 
  * Bootstrap v4.3.1 (https://getbootstrap.com/)
Line 52: Line 51:
 
}
 
}
  
article, aside, figcaption, figure, footer, header, hgroup, main, section {
+
 
  display: block;
+
}
+
  
 
body {
 
body {
Line 60: Line 57:
 
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 
   font-size: 1rem;
 
   font-size: 1rem;
   font-weight: 400;
+
   /*font-weight: 400;
 
   line-height: 1.5;
 
   line-height: 1.5;
 
   color: #212529;
 
   color: #212529;
 
   text-align: left;
 
   text-align: left;
   background-color: #fff;
+
   background-color: #fff;*/
 
}
 
}
  
Line 286: Line 283:
 
}
 
}
  
input[type="radio"],
 
input[type="checkbox"] {
 
  box-sizing: border-box;
 
  padding: 0;
 
}
 
 
input[type="date"],
 
input[type="time"],
 
input[type="datetime-local"],
 
input[type="month"] {
 
  -webkit-appearance: listbox;
 
}
 
 
textarea {
 
  overflow: auto;
 
  resize: vertical;
 
}
 
 
fieldset {
 
  min-width: 0;
 
  padding: 0;
 
  margin: 0;
 
  border: 0;
 
}
 
 
legend {
 
  display: block;
 
  width: 100%;
 
  max-width: 100%;
 
  padding: 0;
 
  margin-bottom: .5rem;
 
  font-size: 1.5rem;
 
  line-height: inherit;
 
  color: inherit;
 
  white-space: normal;
 
}
 
 
progress {
 
  vertical-align: baseline;
 
}
 
 
[type="number"]::-webkit-inner-spin-button,
 
[type="number"]::-webkit-outer-spin-button {
 
  height: auto;
 
}
 
 
[type="search"] {
 
  outline-offset: -2px;
 
  -webkit-appearance: none;
 
}
 
 
[type="search"]::-webkit-search-decoration {
 
  -webkit-appearance: none;
 
}
 
 
::-webkit-file-upload-button {
 
  font: inherit;
 
  -webkit-appearance: button;
 
}
 
 
output {
 
  display: inline-block;
 
}
 
 
summary {
 
  display: list-item;
 
  cursor: pointer;
 
}
 
 
template {
 
  display: none;
 
}
 
 
[hidden] {
 
  display: none !important;
 
}
 
 
h1, h2, h3, h4, h5, h6,
 
.h1, .h2, .h3, .h4, .h5, .h6 {
 
  margin-bottom: 0.5rem;
 
  font-weight: 500;
 
  line-height: 1.2;
 
}
 
 
h1, .h1 {
 
  font-size: 2.5rem;
 
}
 
 
h2, .h2 {
 
  font-size: 2rem;
 
}
 
 
h3, .h3 {
 
  font-size: 1.75rem;
 
}
 
 
h4, .h4 {
 
  font-size: 1.5rem;
 
}
 
 
h5, .h5 {
 
  font-size: 1.25rem;
 
}
 
 
h6, .h6 {
 
  font-size: 1rem;
 
}
 
  
 
.lead {
 
.lead {
Line 9,519: Line 9,409:
 
     min-width: 992px !important;
 
     min-width: 992px !important;
 
   }
 
   }
  .navbar {
+
 
    display: none;
+
  }
+
 
   .badge {
 
   .badge {
 
     border: 1px solid #000;
 
     border: 1px solid #000;

Latest revision as of 18:27, 28 August 2019