147 lines
2.1 KiB
CSS
147 lines
2.1 KiB
CSS
html {
|
|
padding: 0;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.assigned-label-unknown {
|
|
color: rgb(56, 88, 152); /* Facebook default link color */
|
|
cursor: help;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 40pt;
|
|
}
|
|
|
|
a {
|
|
color: rgb(76, 44, 119);
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.fb-user, .fb-text, .fb-timestamp {
|
|
cursor: default;
|
|
}
|
|
|
|
.social-links {
|
|
text-align: center;
|
|
}
|
|
.social-links a {
|
|
font-weight: normal;
|
|
}
|
|
|
|
section {
|
|
width: 100%;
|
|
margin: 0;
|
|
display: block;
|
|
}
|
|
.section-inner {
|
|
max-width: 1050px;
|
|
margin: 0 auto;
|
|
padding: 20px 20px;
|
|
}
|
|
.section-top {
|
|
background-color: rgb(213, 183, 255);
|
|
text-align: center;
|
|
}
|
|
.section-header {
|
|
background: white;
|
|
}
|
|
.section-faq {
|
|
background-color: rgb(213, 183, 255);
|
|
}
|
|
.section-guidelines, .section-options {
|
|
background-color: white;
|
|
}
|
|
|
|
.section-footer {
|
|
background-color: rgb(213, 183, 255);
|
|
text-align: center;
|
|
padding-bottom: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
|
|
.example {
|
|
|
|
width: 330px;
|
|
background: #f8f8f8;
|
|
box-shadow: 2px 2px 3px 3px #ccc;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
padding-bottom: 10px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.fb-post {
|
|
font-family: Arial;
|
|
padding: 15px;
|
|
}
|
|
|
|
.fb-user {
|
|
color: #365899;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
margin-left: 50px;
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.fb-timestamp {
|
|
color: rgb(97, 103, 112);
|
|
font-size: 12px;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
.fb-thumb {
|
|
width: 40px;
|
|
position: absolute;
|
|
}
|
|
|
|
.fb-text {
|
|
font-size: 14px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.summary,
|
|
.reasoning {
|
|
color: #444;
|
|
font-style: italic;
|
|
font-family: Arial;
|
|
margin: 0 15px;
|
|
}
|
|
|
|
.summary {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.reasoning {
|
|
font-size: 10pt;
|
|
}
|
|
|
|
.website-checkbox {
|
|
display: block;
|
|
user-select: none;
|
|
}
|
|
.website-checkbox i {
|
|
color: gray;
|
|
}
|
|
#theme-settings label {
|
|
user-select: none;
|
|
font-weight: bold;
|
|
display: block;
|
|
}
|
|
|
|
#save-button {
|
|
font-weight: bold;
|
|
background-color: rgb(108, 212, 76);
|
|
}
|
|
|
|
label, button {
|
|
cursor: pointer;
|
|
}
|