clear-urls-browser-extension/popup_style.css

77 lines
1.1 KiB
CSS
Raw Normal View History

body {
margin: 0;
2017-08-18 22:30:47 +00:00
top: 0;
background: #fff;
2017-08-18 22:30:47 +00:00
min-width: 180px;
max-width: 180px;
font-family: "Arial";
}
img {
display: block;
margin: auto;
}
#main {
2017-08-18 22:30:47 +00:00
top: 0;
overflow-y: auto;
overflow-x: hidden;
2017-08-06 01:23:02 +00:00
white-space: nowrap;
}
#content {
2017-08-06 01:23:02 +00:00
display: inline-block;
padding: 10px 10px 20px 10px;
2017-08-06 01:23:02 +00:00
width: calc(100% - 20px);
font-size: 14pt;
}
.header {
display: block;
background-color: #4a4a4a;
color: #dedede;
font-size: 11pt;
text-align: center;
2017-08-18 22:30:47 +00:00
top: 0;
padding: 2px 0px 2px 0px;
margin: 5px 0px 5px 0px;
}
2017-08-18 22:30:47 +00:00
#default::after {
2017-08-06 01:23:02 +00:00
content: " ";
clear: both;
display: table;
}
#global {
width: 50%;
}
2017-08-06 01:23:02 +00:00
.status {
display: block;
width: 145px;
height: 145px;
margin-top: 10px;
margin-left: 10px;
padding: 0;
background: none;
2017-08-06 01:23:02 +00:00
border: none;
}
2017-08-06 01:23:02 +00:00
.status:hover {
filter: brightness(90%);
}
2017-08-06 01:23:02 +00:00
.statusEnabled {
background-image: url("icon128_o.png");
}
2017-08-06 01:23:02 +00:00
.statusDisabled {
background-image: url("icon128_g.png");
}
2017-08-06 01:23:02 +00:00
.switch {
margin-right: 10px;
2017-08-06 01:23:02 +00:00
width: 50px;
height: 26px;
float: left;
background: none;
border: none;
}