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

(Created page with "#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...")
 
 
Line 1: Line 1:
 +
@charset "UTF-8";
 +
#results {
 +
font-family: josefin-sans;
 +
font-style: normal;
 +
margin-left: 5px;
 +
margin-right: 5px;
 +
margin-top: 20px;
 +
margin-bottom: 20px;
 +
padding-left: 120px;
 +
padding-right: 110px;
 +
}
 +
#results a {
 +
color: #000000;
 +
text-decoration: underline;
 +
}
 +
#results a:hover {
 +
color: #000000;
 +
font-style: italic;
 +
text-decoration: none;
 +
}
 +
#results article h1 {
 +
margin-top: 10px;
 +
}
 +
#results article .divider {
 +
display: block;
 +
max-height: 30px;
 +
margin-top: 30px;
 +
margin-bottom: 30px;
 +
}
 +
#results p {
 +
margin-top: 20px;
 +
}
 +
#results .caption {
 +
margin: 0px;
 +
font-size: 11pt;
 +
}
 +
#results .images {
 +
margin-top: 20px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
max-width: 700px;
 +
}
 +
#results img {
 +
width: 100%;
 +
height: 100%;
 +
}
 
#nav_foot img{
 
#nav_foot img{
 
width: 100%;
 
width: 100%;

Latest revision as of 05:44, 18 October 2016

@charset "UTF-8";

  1. results {

font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120px; padding-right: 110px; }

  1. results a {

color: #000000; text-decoration: underline; }

  1. results a:hover {

color: #000000; font-style: italic; text-decoration: none; }

  1. results article h1 {

margin-top: 10px; }

  1. results article .divider {

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

  1. results p {

margin-top: 20px; }

  1. results .caption {

margin: 0px; font-size: 11pt; }

  1. results .images {

margin-top: 20px; margin-left: auto; margin-right: auto; max-width: 700px; }

  1. results img {

width: 100%; height: 100%; }

  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; padding-left: 20px; padding-right: 20px; }