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

Line 1: Line 1:
 
@charset "UTF-8";
 
@charset "UTF-8";
#protocols {
+
#prtl {
 
font-family: josefin-sans;
 
font-family: josefin-sans;
 
font-style: normal;
 
font-style: normal;
Line 10: Line 10:
 
padding-right: 110px;
 
padding-right: 110px;
 
}
 
}
#protocols a {
+
#prtl a {
 
color: #000000 !important;
 
color: #000000 !important;
 
text-decoration: underline !important;
 
text-decoration: underline !important;
 
}
 
}
#protocols a:hover {
+
#prtl a:hover {
 
color: #000000 !important;
 
color: #000000 !important;
 
font-style: italic !important;
 
font-style: italic !important;
 
text-decoration: none !important;
 
text-decoration: none !important;
 
}
 
}
#protocols article h1 {
+
#prtl article h1 {
 
margin-top: 10px;
 
margin-top: 10px;
 
}
 
}
#protocols article .divider {
+
#prtl article .divider {
 
display: block;
 
display: block;
 
max-height: 30px;
 
max-height: 30px;
Line 28: Line 28:
 
margin-bottom: 30px;
 
margin-bottom: 30px;
 
}
 
}
#protocols p {
+
#prtl p {
 
margin-top: 20px;
 
margin-top: 20px;
 
}
 
}

Revision as of 19:43, 16 October 2016

@charset "UTF-8";

  1. prtl {

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

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

  1. prtl a:hover {

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

  1. prtl article h1 {

margin-top: 10px; }

  1. prtl article .divider {

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

  1. prtl p {

margin-top: 20px; }