210 lines
3.4 KiB
CSS
210 lines
3.4 KiB
CSS
#cookie-law-message {
|
|
background-color: rgba(40, 40, 40, 1);
|
|
color: rgba(255, 255, 255, 1);
|
|
font: normal normal normal 11pt;
|
|
font-family: 'Unica One', sans-serif;
|
|
padding: 3px 4px;
|
|
}
|
|
|
|
#cookie-law-message .splashContent {
|
|
padding: 20px;
|
|
}
|
|
|
|
#cookie-law-message .imClose {
|
|
display: inline-block;
|
|
position: relative;
|
|
top: 0;
|
|
right: 0;
|
|
margin: 5px 0 5px 20px;
|
|
}
|
|
|
|
#cookie-law-message .imCloseInn {
|
|
display: inline-block;
|
|
padding: 8px 10px;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
background-color: rgba(204, 204, 204, 1);
|
|
color: rgba(106, 168, 79, 1);
|
|
}
|
|
|
|
#cookie-law-message .imCloseInn:hover {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
#cookie-law-message .message-container .wrapper-content>div {
|
|
display: inline-block;
|
|
}
|
|
|
|
#cookie-law-message div {
|
|
line-height: 28px;
|
|
}
|
|
|
|
#cookie-law-message .imHeading1 {
|
|
line-height: 28px;
|
|
}
|
|
|
|
#cookie-law-message .imHeading2 {
|
|
line-height: 28px;
|
|
}
|
|
|
|
#cookie-law-message .imHeading3 {
|
|
line-height: 28px;
|
|
}
|
|
|
|
#cookie-law-message .imHeading4 {
|
|
line-height: 28px;
|
|
}
|
|
|
|
#cookie-law-message .imHeading5 {
|
|
line-height: 28px;
|
|
}
|
|
|
|
#cookie-law-message .imHeading6 {
|
|
line-height: 28px;
|
|
}
|
|
|
|
#cookie-law-message ul {
|
|
list-style: disc;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#cookie-law-message ul ul {
|
|
list-style: square;
|
|
padding: 0 0 0 20px;
|
|
}
|
|
|
|
#cookie-law-message ul ul ul {
|
|
list-style: circle;
|
|
}
|
|
|
|
#cookie-law-message ul li {
|
|
margin: 0 0 0 40px;
|
|
padding: 0px;
|
|
}
|
|
|
|
#cookie-law-message ol {
|
|
list-style: decimal;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#cookie-law-message ol ol {
|
|
list-style: lower-alpha;
|
|
padding: 0 0 0 20px;
|
|
}
|
|
|
|
#cookie-law-message ol li {
|
|
margin: 0 0 0 40px;
|
|
padding: 0px;
|
|
}
|
|
|
|
#cookie-law-message blockquote {
|
|
margin: 0 0 0 15px;
|
|
padding: 0;
|
|
border: none;
|
|
}
|
|
|
|
#cookie-law-message table {
|
|
border: none;
|
|
padding: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
#cookie-law-message table td {
|
|
border: 1px solid black;
|
|
word-wrap: break-word;
|
|
padding: 4px 3px 4px 3px;
|
|
margin: 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#cookie-law-message p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#cookie-law-message .inline-block {
|
|
display: inline-block;
|
|
}
|
|
|
|
#cookie-law-message sup {
|
|
vertical-align: super;
|
|
font-size: smaller;
|
|
}
|
|
|
|
#cookie-law-message sub {
|
|
vertical-align: sub;
|
|
font-size: smaller;
|
|
}
|
|
|
|
#cookie-law-message img {
|
|
border: none;
|
|
margin: 0;
|
|
vertical-align: text-bottom;
|
|
}
|
|
|
|
#cookie-law-message .fleft {
|
|
float: left;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
#cookie-law-message .fright {
|
|
float: right;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
#cookie-law-message img.fleft {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
#cookie-law-message img.fright {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
#cookie-law-message .imTALeft {
|
|
text-align: left;
|
|
}
|
|
|
|
#cookie-law-message .imTARight {
|
|
text-align: right;
|
|
}
|
|
|
|
#cookie-law-message .imTACenter {
|
|
text-align: center;
|
|
}
|
|
|
|
#cookie-law-message .imTAJustify {
|
|
text-align: justify;
|
|
}
|
|
|
|
#cookie-law-message .imUl {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#cookie-law-message .imStrike {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
#cookie-law-message .imUlStrike {
|
|
text-decoration: underline line-through;
|
|
}
|
|
|
|
#cookie-law-message .imVt {
|
|
vertical-align: top;
|
|
}
|
|
|
|
#cookie-law-message .imVc {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#cookie-law-message .imVb {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
#cookie-law-message hr {
|
|
border-width: 1px 0 0 0;
|
|
border-style: solid;
|
|
} |