1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 17:02:27 +02:00
uBlock/css/dashboard-common.css

87 lines
1.4 KiB
CSS
Raw Normal View History

2014-06-24 00:42:43 +02:00
body {
margin: 0;
padding: 0 0.5em 5em 0.5em;
2014-07-02 18:02:29 +02:00
font: 14px sans-serif;
direction: __MSG_@@bidi_dir__;
2014-06-24 00:42:43 +02:00
}
h2, h3 {
margin: 1em 0;
font-family: sans-serif;
}
h2 {
font-size: 18px;
}
h2:nth-of-type(1) {
margin-top: 0;
}
h3 {
font-size: 16px;
}
h2 + * {
2014-08-23 21:13:34 +02:00
margin: 0 auto;
margin-__MSG_@@bidi_start_edge__: 1em;
padding-__MSG_@@bidi_end_edge__: 0em;
2014-06-24 00:42:43 +02:00
}
a {
text-decoration: none;
}
2014-08-23 21:13:34 +02:00
div > p:first-child {
margin-top: 0;
}
div > p:last-child {
margin-bottom: 0;
}
2014-06-24 00:42:43 +02:00
.para {
width: 40em;
}
.userFilters {
text-align: left;
}
#whitelist {
text-align: left;
}
ul#AboutUL {
padding-__MSG_@@bidi_start_edge__: 1em;
2014-08-23 21:13:34 +02:00
margin-__MSG_@@bidi_start_edge__: 1em;
}
2014-06-24 00:42:43 +02:00
.whatisthis {
margin: 0 0 0 8px;
border: 0;
padding: 0 0 4px 0;
width: 16px;
height: 16px;
background: url('/img/help16.png') no-repeat right bottom 1px;
cursor: pointer;
opacity: 0.5;
}
.whatisthis:hover {
opacity: 1.0;
}
.whatisthis-expandable {
margin: 0.5em 0 1em 1.25em;
padding: 0.5em;
display: none;
border: 1px dotted black;
background-color: #F8F8F8;
2014-07-25 22:12:20 +02:00
font-size: 13px;
2014-06-24 00:42:43 +02:00
}
.whatisthis-expandable > p {
margin-top: 1em;
margin-bottom: 0;
}
.whatisthis-expandable > p:first-child {
margin-top: 0;
}
.whatisthis-expandable.whatisthis-expanded {
display: block;
}
.warn {
margin: 0;
padding: 5px;
background-color: #FEDAE0;
}