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

 
(One intermediate revision by the same user not shown)
Line 32: Line 32:
 
}
 
}
 
#collab .float_right {
 
#collab .float_right {
width: 40%;
+
width: 25%;
 
min-width: 150px;
 
min-width: 150px;
 
float: right;
 
float: right;
 
margin: 15px;
 
margin: 15px;
 +
}
 +
#collab .float_left {
 +
width: 25%;
 +
min-width: 150px;
 +
float: left;
 +
margin: 5px;
 +
}
 +
#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

  1. collab {

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. collab a {

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

  1. collab a:hover {

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

  1. collab article h1 {

margin-top: 10px; }

  1. collab article .divider {

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

  1. collab img {

width: 100%; height: 100%; }

  1. collab .float_right {

width: 25%; min-width: 150px; float: right; margin: 15px; }

  1. collab .float_left {

width: 25%; min-width: 150px; float: left; margin: 5px; }

  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; }