/usr/share/webext/privacy-badger/skin/firstRun.css is in webext-privacy-badger 2018.2.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 | body {
margin: 0;
font-family: Arial, Gadget, sans-serif;
}
.maintext {
font-size: 18px;
width: 700px;
margin-left: auto;
margin-right: auto;
text-align:justify;
text-justify:inter-word;
font-weight:normal; }
h3 {
font-size: 36px;
color: #575654;
font-weight: bold;
margin-bottom: 0;
-webkit-margin-after: 0px;
}
#social-links{
width: 700px;
margin-left: auto;
margin-right: auto;
text-align:center;
font-weight:normal;
}
#social-links img{
margin: 20px;
opacity: 0.8;
}
#social-links img:hover{
opacity: 1;
}
#header-container{
width: 100%;
background-color: #f5781d;
}
#badger-header-wrapper{
background-color: #ec9329
}
#eff-header-wrapper{
background-color: #f5781d;
color: #fff;
font-size: 14px;
text-transform: uppercase;
width: 650px;
margin: 0 auto;
padding-top: 3px;
}
#eff-header a{
color: #fff;
text-decoration: none;
}
#eff-header a:hover{
text-decoration: underline;
}
.eff-text{
font-weight: bold;
bottom: 9px;
padding-left: 15px;
position: relative;
}
#badger-header{
margin: auto;
width: 570px;
}
.jcarousel-wrapper {
margin: 20px auto;
position: relative;
width: 650px;
height: 550px;
/*border: 10px solid #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 2px #999;
-moz-box-shadow: 0 0 2px #999;
box-shadow: 0 0 2px #999;*/
}
/** Carousel **/
.jcarousel {
position: relative;
overflow: hidden;
}
.jcarousel ul {
width: 20000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
.jcarousel li {
float: left;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
position: absolute;
top: 200px;
width: 30px;
height: 30px;
text-align: center;
background: #4E443C;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
-webkit-box-shadow: 0 0 2px #999;
-moz-box-shadow: 0 0 2px #999;
box-shadow: 0 0 2px #999;
}
.jcarousel-control-prev {
left: -50px;
}
.jcarousel-control-next {
right: -50px;
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
display: block;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
opacity: .5;
cursor: default;
}
/** Carousel Pagination **/
.jcarousel-pagination {
position: absolute;
bottom: 0;
left: 100px;
}
.jcarousel-pagination a {
text-decoration: none;
display: inline-block;
font-size: 11px;
line-height: 14px;
min-width: 14px;
background: #fff;
color: #4E443C;
border-radius: 14px;
padding: 3px;
text-align: center;
margin-right: 8px;
opacity: .75;
}
.jcarousel-pagination a.active {
background: #4E443C;
color: #fff;
opacity: 1;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
|