2017-02-13 12:28:49 +00:00
|
|
|
#rule {
|
|
|
|
font-size: 120%;
|
2016-12-07 18:08:10 +00:00
|
|
|
}
|
2016-12-16 16:28:42 +00:00
|
|
|
|
2017-02-13 12:28:49 +00:00
|
|
|
#rule pre {
|
2016-12-16 16:28:42 +00:00
|
|
|
padding: 1em 2em;
|
|
|
|
}
|
2017-02-13 12:28:49 +00:00
|
|
|
|
|
|
|
.rule-type {
|
|
|
|
padding: 0 .5em;
|
|
|
|
font-size: 75%;
|
|
|
|
margin-right: 1em;
|
|
|
|
display: inline-block;
|
|
|
|
width: 7em;
|
|
|
|
text-align: center;
|
|
|
|
color: #4B4B66;
|
|
|
|
border: 2px solid #4B4B66;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-weight: 600;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rule h1 {
|
2017-02-13 14:18:44 +00:00
|
|
|
margin-bottom: 1%;
|
2017-02-13 12:28:49 +00:00
|
|
|
color: #4B4B66;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rule h2 {
|
|
|
|
font-size: 100%;
|
|
|
|
font-weight: 400;
|
|
|
|
border-bottom: 1px solid #4B4B66;
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: .6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rule .rule-type {
|
|
|
|
font-size: 35%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rule-meta {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
min-height: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#meta-paragraph {
|
2017-02-13 14:18:44 +00:00
|
|
|
background: rgba(51, 51, 80, 0.03);
|
2017-02-13 12:28:49 +00:00
|
|
|
margin: 0 3em;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rule-meta #rule-references {
|
|
|
|
font-size: 85%;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
#rule-rules {
|
|
|
|
display: flex;
|
|
|
|
justify-content: start;
|
|
|
|
min-height: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rule-rules section {
|
|
|
|
margin: 1em 3em
|
|
|
|
}
|