uBlock/src/css/settings.css

45 lines
751 B
CSS
Raw Normal View History

body {
border: 0;
font: 16px/24px sans-serif;
margin: 0;
padding: 0;
}
hr {
border: 0;
border-top: 1px solid #ccc;
margin: 1.5em 0;
}
.body {
color: #20123a;
margin-top: 1em;
}
.entries {
margin: 0.5em 0;
2015-04-09 09:02:57 +00:00
}
.section {
font-size: large;
font-weight: bold;
margin-top: 0.75em;
2015-04-09 09:02:57 +00:00
}
.synopsis {
font-size: smaller;
2015-04-09 09:02:57 +00:00
}
.entry {
align-items: baseline;
display: flex;
margin: 0.5em 0;
2015-04-09 09:02:57 +00:00
}
.entry > * {
margin-inline-end: 0.5em;
-webkit-margin-end: 0.5em;
}
.entry > input[type="checkbox"] {
align-self: center;
}
#advanced-user-enabled ~ a.fa {
display: none;
}
body.advancedUser #advanced-user-enabled ~ a.fa {
display: inline;
}