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

(Created page with "@charset "UTF-8"; #protocols { font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left:...")
 
(Blanked the page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
@charset "UTF-8";
+
 
#protocols {
+
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;
+
}
+
#protocols a {
+
color: #000000;
+
text-decoration: underline;
+
}
+
#protocols a:hover {
+
color: #000000;
+
font-style: italic;
+
text-decoration: none;
+
}
+
#protocols article h1 {
+
margin-top: 10px;
+
}
+
#protocols article .divider {
+
display: block;
+
max-height: 30px;
+
margin-top: 30px;
+
margin-bottom: 30px;
+
}
+
#protocols p {
+
margin-top: 20px;
+
}
+

Latest revision as of 19:44, 16 October 2016