Created
June 2, 2013 01:23
-
-
Save vdavez/5692271 to your computer and use it in GitHub Desktop.
A basic CSS for the DC Stat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
long_title{ | |
font-style: italic; | |
display:block; | |
} | |
short_title:before { | |
content: "BE IT ENACTED BY THE COUNCIL OF THE DISTRICT OF COLUMBIA, That this act may be cited as the \""; | |
} | |
short_title:after{ | |
content:"\"."; | |
} | |
section { | |
display:block; | |
text-indent: 20px; | |
} | |
section_text{ | |
display:block; | |
} | |
subsection { | |
display:block; | |
text-indent: 20px; | |
} | |
amendment{ | |
display:block; | |
color:red; | |
} | |
amendment[level="subsection"]{ | |
text-indent:20px; | |
} | |
amendment[level="paragraph"]{ | |
text-indent:40px; | |
} | |
DCCode { | |
color:blue; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment