Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created November 2, 2020 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wolfr/924e449bf478c9386f2e6c9bc0b82b55 to your computer and use it in GitHub Desktop.
Save Wolfr/924e449bf478c9386f2e6c9bc0b82b55 to your computer and use it in GitHub Desktop.
@-moz-document domain("www.ejustice.just.fgov.be") {
/* Stylesheet to make staatsblad more legible */
frame {
border: none;
}
a {
color: #468FFA;
}
a:visited {
color: #504DAE;
}
body {
background: none;
font-family: Arial, sans-serif;
line-height: 1.5;
font-size: 15px;
color: #333;
max-width: 660px;
margin: 0 auto;
}
form[action="article.pl"] {
max-width: 660px;
margin: 0 auto;
}
button, input[type="submit"] {
background: #EEE;
border: 1px solid #AAA;
border-radius: 3px;
padding: 3px 8px;
font-size: 15px;
}
input[type="text"] {
background: #FFF;
border: 1px solid #AAA;
border-radius: 3px;
padding: 3px 8px;
font-size: 15px;
}
hr {
border: none;
border-top: 1px solid #AAA;
}
/* The header */
center:first-child {
display: block;
margin-top: 10px;
}
center table {
border: none;
background: #FFF;
}
center table th {
background: #FFF;
border: none;
}
h3 font[color="Red"] {
color: #000;
}
form[action="summary.pl"] input {
margin-top: 10px;
}
input[value="Beeld"] {
margin-top: 10px;
}
frame[name="Foot"] form {
margin: 0;
}
/* Language menu */
.fedmenu {
background: none;
font-size: 14px;
}
br {
display: block; /* makes it have a width */
content: ""; /* clears default height */
margin-top: 12px; /* change this to whatever height you want it */
}
/* Improve tables */
table[border="1"] {
border: none;
border-left: 1px solid #CCC;
border-top: 1px solid #CCC;
border-collapse: collapse;
}
table[bgcolor="#F5F5DA"] {
border: none;
}
table[border="1"] td {
padding: 3px;
border: none;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
font-size: 15px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment