Difference between revisions of "Team:Cornell NY/customCSS"

 
Line 7: Line 7:
 
h5,
 
h5,
 
h6,
 
h6,
p,
+
{
ul,
+
ol,
+
pre,
+
table,
+
blockquote,
+
input,
+
button,
+
select,
+
textarea {
+
 
   margin-bottom: 24px;
 
   margin-bottom: 24px;
 
   margin-top: 0;
 
   margin-top: 0;

Latest revision as of 07:28, 14 October 2016

/****** PLACE YOUR CUSTOM STYLES HERE ******/

  1. content h1,

h2, h3, h4, h5, h6,

{
 margin-bottom: 24px;
 margin-top: 0;

}

  1. content h1,

h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

 font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

  1. content h1,

h2, h3, h4, h5, h6 {

 font-weight: 300;
 color: #292929;

}

  1. content h1, .h1 {
 font-size: 56px;
 line-height: 64px;

}

  1. content h1.large {
 font-size: 72px;
 line-height: 80px;
 font-weight: 100;

}

@media all and (max-width: 990px) {

 #content h1.large {
   font-size: 56px;
   line-height: 64px;
 }

}

@media all and (max-width: 767px) {

 #content h1, h1.large, .h1 {
   font-size: 32px;
   line-height: 40px;
   font-weight: 300;
 }

}

  1. content p,span {
 font-weight: 400;

}

  1. content p.lead {
 font-size: 16px;
 font-weight: 400;
 line-height: 28px;

}

  1. content body {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-size: 13px;
 line-height: 24px;
 font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 color: #666;
 overflow-x: hidden;

}