Difference between revisions of "Team:Northwestern/css/notebook"

 
Line 40: Line 40:
 
#notebook td.grey {
 
#notebook td.grey {
 
color: #C5C5C5;
 
color: #C5C5C5;
 +
}
 +
#nav_foot img{
 +
width: 100%;
 +
height: 100%;
 +
margin-left: auto;
 +
margin-right: auto;
 +
max-width: 150px;
 +
}
 +
#nav_foot {
 +
font-size: 11pt;
 +
opacity: 0.5;
 +
bottom: 0px;
 +
left: 0px;
 +
right: 0px;
 +
}
 +
#nav_foot a {
 +
color: #000;
 +
text-decoration: none;
 +
}
 +
#nav_foot a:hover {
 +
color: #000;
 +
text-decoration:none;
 +
}
 +
#nav_foot .row  {
 +
margin-top: 20px;
 +
margin-bottom: 20px;
 +
padding-left: 20px;
 +
padding-right: 20px;
 
}
 
}

Latest revision as of 03:05, 17 October 2016

@charset "UTF-8";

  1. notebook {

font-family: josefin-sans; padding-left: 50px; padding-right: 50px; margin-top: 20px; margin-left: 5px; margin-right: 5px; margin-bottom: 50px; }

  1. notebook .divider {

display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }

  1. notebook a {

color: #000000 !important; text-decoration: none !important; }

  1. notebook table {

border-width: 0px; margin-top: 0px; margin-right: 15px; margin-left: 15px; padding: 0px; display: inline-block; }

  1. notebook td {

width: 35px; }

  1. notebook .odd tr .day {

background-color: #0a0847; color: #FFFFFF; }

  1. notebook .even tr .day {

background-color: #bf83a5; color: #FFFFFF; }

  1. notebook td.grey {

color: #C5C5C5; }

  1. nav_foot img{

width: 100%; height: 100%; margin-left: auto; margin-right: auto; max-width: 150px; }

  1. nav_foot {

font-size: 11pt; opacity: 0.5; bottom: 0px; left: 0px; right: 0px; }

  1. nav_foot a {

color: #000; text-decoration: none; }

  1. nav_foot a:hover {

color: #000; text-decoration:none; }

  1. nav_foot .row {

margin-top: 20px; margin-bottom: 20px; padding-left: 20px; padding-right: 20px; }