jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1349 lines
32 KiB

:root {
--attachment-img: url('/file/attachment.png');
--spoiler-img: url('/file/spoiler.png');
--audio-img: url('/file/audio.png');
--thumbnail-size: 250px;
}
5 years ago
body {
5 years ago
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
5 years ago
color: var(--font-color);
background: linear-gradient(var(--background-top) 3em, var(--background-rest) 230px);
5 years ago
flex: 1;
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 0;
}
main {
margin: 3em 0 0 0;
}
main.minimal {
margin: 0;
4 years ago
background: var(--post-color);
height: 100vh;
}
.row {
display: flex;
flex-direction: row;
max-width: 100%;
margin-bottom: 1px;
overflow: hidden;
flex-shrink: 0;
}
.col {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.wrap {
flex-wrap: wrap;
}
.sb {
justify-content: space-between;
}
.flexcenter {
display: flex;
flex-direction: column;
align-items: center;
}
.em {
font-style: italic;
}
4 years ago
.strike {
text-decoration: line-through;
}
4 years ago
@keyframes rainbow-anim {
0% {
background-position: 0 0;
}
100% {
background-position: 400% 0;
}
}
.rainbow {
background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: rainbow-anim 10s linear infinite;
background-size: 400% 100%;
text-shadow: #00000050 0px 0px 1px;
}
.underline {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
pre {
font-family: inherit;
margin: 1em 2em;
white-space: pre-wrap;
overflow-wrap: break-word;
}
.navbar {
background: var(--navbar-color);
box-shadow: 0 0 3px 1px var(--darken);
border-bottom: 1px solid var(--post-outline-color);
position: fixed;
width: 100%;
4 years ago
z-index: 2;
top: 0;
}
.replies {
padding-top: 5px;
font-size: smaller;
clear: both;
}
.code {
text-align: left;
5 years ago
border-style: solid;
border-color: var(--darken);
display: block;
margin: 0.5em 0;
overflow-x: auto;
white-space: pre;
}
.code:not(.hljs) {
white-space: unset;
}
.code, .mono {
background: var(--darken);
padding: 2px;
font-family: monospace;
max-width: max-content;
max-width: -moz-max-content;
}
.edit {
background: transparent!important;
border-color: transparent!important;
width: 80px;
}
.fw {
width: 100%;
}
.pr-20 {
padding-right: 20px;
}
.ml-1 {
margin-left: 1px;
}
.ml-5 {
margin-left: 5px!important;
}
.mr-1 {
margin-right: 1px!important;
}
.mr-5 {
margin-right: 5px;
}
.mv-10 {
margin: 10px 0;
}
.mt-10 {
margin-top: 10px;
}
.mt-5 {
margin-top: 5px;
}
.mt-1 {
margin-top: 1px;
}
.mv-5 {
margin: 5px 0;
}
.mr-0 {
margin-right: 0px!important;
}
.mv-0 {
margin: 0 auto;
}
.mb-10 {
margin-bottom: 10px;
}
.ph-5 {
padding: 0 5px;
}
.pv-5 {
padding: 5px 0;
}
#settings {
cursor: pointer;
}
#settings::after {
content: "Settings";
}
#dragHandle {
flex-grow: 1;
background: var(--darken);
height: 1.75em;
cursor: grab;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
.wrapbar {
display: flex;
justify-content: space-between;
flex-flow: row wrap;
}
.pages, #livetext, #threadstats {
box-sizing: border-box;
padding: 10px;
width: max-content;
width: -moz-max-content;
max-width: 100%;
margin-bottom: 5px;
5 years ago
}
a, a:visited, a.post-name {
text-decoration: underline;
5 years ago
color: var(--link-color);
}
.invalid-quote {
4 years ago
cursor:pointer;
text-decoration: line-through;
}
5 years ago
.post-message a {
text-decoration: underline;
color: var(--post-link-color);
}
5 years ago
.pages a, .stickynav a {
5 years ago
text-decoration: none;
}
object {
object-fit: contain;
}
.board-header {
display: flex;
flex-direction: column;
align-items: center;
}
.catalog-tile {
padding: 5px;
margin: 5px;
text-align: center;
height: 220px;
width: 180px;
overflow: hidden;
border: 1px solid var(--post-outline-color);
box-sizing: border-box;
flex-grow: 1;
max-width: 250px;
}
.catalog-tile:hover {
overflow-y: auto;
}
p {
margin: 5px;
}
.no-m-p {
margin: 0px;
padding: 0px;
}
.catalog-thumb {
display: block;
box-shadow: 0 0 3px black;
width: auto;
max-height: 64px;
box-sizing: border-box;
object-fit: cover;
margin: 0 auto 5px;
padding: 2px;
}
.upload-list {
max-height: 75px;
overflow-x: hidden;
overflow-y: auto;
max-width: 100%;
/*scrollbar-width: none;*/
border: 1px solid var(--input-borders);
margin-top: 1px;
display: none;
}
/*
.upload-list::-webkit-scrollbar {
4 years ago
display: none;
}
*/
.upload-item {
display: flex;
align-items: center;
position: relative;
}
.upload-item p {
max-width: calc(100% - 85px);
max-height: 1.5em;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
margin-left: 60px;
}
.upload-item a {
height: 50px;
display: flex;
align-items: center;
}
.upload-thumb {
width: 50px;
height: 50px;
object-fit: contain;
}
.catalog {
display:flex;
align-items:flex-start;
justify-content: center;
flex-flow: row wrap;
}
.detected {
background: #FAF8F8;
color: #3060A8;
}
.horscroll {
overflow-x:auto;
}
.spoiler {
background: black;
color: black;
cursor: none;
}
.spoiler:hover, .spoiler:hover a {
color: white;
}
.spoiler:not(:hover) * {
color: black;
background: black!important;
}
.filelabel {
cursor: pointer;
border-style: dashed !important;
justify-content: center;
padding: 5px;
min-width: 220px;
flex-grow: 1;
flex-direction: column;
min-height: 38px;
}
.form-file {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
word-break: keep-all;
align-items: center;
display: flex;
margin-top: 1px;
}
.banposts .thread {
display: none;
text-align: left;
}
.banposts:hover .thread {
display: block;
position: fixed;
z-index: 1;
5 years ago
left:10px;
right:10px;
}
.ban {
color: red;
font-weight: bold;
}
.reason::before {
content:"\0028";
}
.reason::after {
content:"\0029";
}
.edited {
4 years ago
font-style: italic;
}
.close {
text-decoration: none;
justify-content: center;
font-weight: bolder;
margin-left: auto;
width: 25px;
cursor: pointer;
}
.reports {
margin-top: 5px;
background: var(--highlighted-post-color) !important;
border-color: var(--highlighted-post-outline-color)!important;
border-width: 1px 0;
border-style: solid none;
}
.dice {
color: var(--dice-color);
}
.title, .required {
font-weight: bold;
}
.required {
color: maroon;
margin: 0 .5em;
}
.title {
color: var(--title-color);
}
5 years ago
#bottom {
margin-bottom: 10px;
}
.pinktext {
color: var(--pinktext-color);
}
.greentext {
5 years ago
color: var(--greentext-color);
}
a:hover {
color: var(--link-hover)!important;
}
.thread, .action-wrapper, .form-wrapper, .table-container {
5 years ago
display: flex;
flex-direction: column;
align-items: flex-start;
}
table {
background: var(--background-rest);
5 years ago
border: 1px solid var(--box-border-color);
border-spacing: 0;
width: 700px;
}
.w900 {
width: 900px;
}
th {
5 years ago
background: var(--label-color);
}
.alt {
background: var(--alt-label-color, --label-color);
color: var(--alt-font-color, --font-color)
}
td, th {
padding: 5px;
4 years ago
/*word-break: break-all;*/
5 years ago
word-break: break-word;
}
.flex-center {
5 years ago
align-items: center;
}
.stickynav {
bottom: 5px;
right: 5px;
position: fixed;
z-index: 1;
}
.ml-0 {
margin-left: 0;
}
.dot {
margin-right: 7px;
height: .75em;
width: .75em;
background-color: orange;
border-radius: 50%;
animation: pulsate 2s ease infinite;
display: inline-block;
}
@keyframes pulsate {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}
5 years ago
.post-container, #float .post-container, .stickynav, .pages, .toggle-summary, .catalog-tile, #livetext, #threadstats {
5 years ago
background: var(--post-color);
border-width: 1px;
border-style: solid;
5 years ago
border-color: var(--post-outline-color);
5 years ago
}
.nomarks {
margin: 5px;
padding: 0 15px;
/*list-style: none;*/
}
.modal-bg {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: #00000070;
z-index: 3;
}
.modal {
display: flex;
flex-direction: column;
max-width: calc(100% - 10px);
max-height: calc(100% - 50px);
position: fixed;
top: 3em;
background-color: var(--post-color);
z-index: 4;
box-sizing: border-box;
5 years ago
border: 5px solid var(--post-color);
align-self: center;
overflow: auto;
}
details.actions div {
display: flex;
flex-direction: column;
}
5 years ago
.actions {
text-align: left;
display: flex;
flex-direction: column;
margin: 2px 0;
padding: 2px;
}
.action-wrapper {
text-align: left;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.actions label, .actions div {
5 years ago
padding: 2px 0;
}
.toggle-summary {
padding: 10px;
5 years ago
cursor: pointer;
}
.sfw {
float: left;
background-color: gray;
}
.help {
cursor: help;
}
#float {
box-shadow: 0 0 3px 1px var(--darken);
max-width: calc(100% - 10px);
z-index: 3;
position: fixed;
}
#postform:target + .toggle-summary {
visibility: hidden;
}
.toggle-label {
max-width: 100%;
box-sizing: border-box;
display: flex;
flex-flow: column wrap;
width: max-content;
width: -moz-max-content;
}
.toggle, .togglable {
display: none;
}
5 years ago
.toggle:checked + * {
display: flex;
}
5 years ago
.form-post {
display: flex;
flex-direction: column;
max-width: 100%;
}
.user-id {
text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
color: white;
padding: 0px 2px;
border: 1px solid rgba(0, 0, 0, 0.4);
border-radius: 1px;
/*cursor: pointer;*/
}
.user-id:hover::after {
content: attr(data-count);
}
.post-check {
5 years ago
position: relative;
top: 2px;
margin: -3px 1px;
}
5 years ago
.post-files {
float: left;
margin: 0 .5em .5em .5em;
display: flex;
flex-flow: row wrap;
align-items: start;
}
.fn {
float: none;
}
a, video, img, input, summary, select, option, textarea {
outline: 0;
}
option {
background: var(--post-color);
}
.post-data {
overflow: hidden;
}
.post-file {
display: flex;
5 years ago
flex-direction: column;
padding: .5em .5em 0 0;
align-items: center;
5 years ago
}
.post-file-info:hover {
5 years ago
word-break: break-all;
}
5 years ago
.post-file-info {
5 years ago
text-align: center;
5 years ago
margin: 2px;
margin-top: 0px;
max-width: var(--thumbnail-size);
overflow: hidden;
text-overflow: ellipsis;
word-break: keep-all;
font-size: x-small;
}
video, img {
max-height: 90vh;
}
.mh-100 {
max-height: 100%;
}
5 years ago
.post-file-src {
justify-content: center;
display: flex;
image-orientation: from-image;
position:relative;
flex-direction: column;
5 years ago
}
.expanded {
max-width: unset!important;
max-height: unset!important;
}
.file-thumb {
object-fit: contain;
max-width: var(--thumbnail-size);
max-height: var(--thumbnail-size);
}
.spoilerimg, .attachmentimg, .audioimg {
background-repeat: no-repeat;
background-position: center center;
background-size: contain; /* make it full */
height: 200px;
width: 200px;
}
.attachmentimg {
4 years ago
background-image: var(--attachment-img);
}
.spoilerimg {
cursor: help;
background-image: var(--spoiler-img);
}
.audioimg {
background-image: var(--audio-img);
}
input:invalid, textarea:invalid {
box-shadow: none;
5 years ago
}
5 years ago
.no-resize {
resize: none;
}
5 years ago
.container {
5 years ago
padding: 10px;
5 years ago
}
5 years ago
.board-title {
5 years ago
color: var(--board-title);
5 years ago
font: bolder 28px Tahoma,sans-serif;
5 years ago
letter-spacing: -2px;
5 years ago
text-align: center;
5 years ago
margin: 0;
5 years ago
}
.no-decoration {
text-decoration: none;
}
.banner-check {
display: flex;
align-items: center;
}
.board-banner {
margin: 10px;
max-width: 100%;
border: 1px solid var(--post-outline-color);
width: 300px;
height: 100px;
}
5 years ago
.board-description {
text-align:center;
5 years ago
margin: 0;
5 years ago
}
5 years ago
5 years ago
.post-message {
text-align: left;
5 years ago
}
.post-container {
box-sizing: border-box;
5 years ago
padding: .5em;
5 years ago
max-width: 100%;
min-width: 30em;
5 years ago
}
5 years ago
.postmenu {
cursor: pointer;
width: 1.5em;
height: 1em;
color: var(--font-color);
border: none;
background: transparent;
position: relative;
top: 2px;
font-size: 9pt;
}
.catalog-tile.hidden {
height: min-content;
}
.catalog-tile.hidden .post-message, .catalog-tile.hidden .post-file-src {
display: none;
}
.catalog-tile.hidden .post-info {
opacity: .5;
margin-bottom: -6px;
}
5 years ago
.post-container.hidden .post-data {
display: none;
}
.post-container.hidden .post-info {
margin-bottom: -6px;
opacity: .5;
border: none;
background: none;
5 years ago
}
.anchor:target + .post-container,
.post-container.highlighted,
.anchor:target + table tbody tr th,
.anchor:target + table {
5 years ago
background-color: var(--highlighted-post-color) !important;
border-color: var(--highlighted-post-outline-color) !important;
}
.anchor {
height: 50px;
margin-top: -45px;
}
5 years ago
.post-container.op {
background: none;
border-color: transparent;
width: 100%;
}
.post-subject {
color: var(--subject-color)!important;
font-weight: bold;
}
5 years ago
.post-capcode {
font-weight: bold;
5 years ago
color:var(--capcode-color);
5 years ago
}
.post-icons {
filter:var(--icon-color);
vertical-align: middle;
}
.post-icons img {
image-rendering: auto;
}
5 years ago
.post-tripcode, .post-name {
5 years ago
color: var(--name-color);
5 years ago
}
.post-name {
font-weight: bold;
5 years ago
}
4 years ago
.you:after {
margin-left: 3px;
content: '(You)';
font-weight: lighter;
font-style: italic;
}
.noselect {
user-select: none;
}
5 years ago
.post-info {
margin: -5px -5px 0 -5px;
padding: 5px;
padding-left: 3px;
display:block;
}
.post-container.op .post-info {
background: none;
border: none;
}
5 years ago
.nav-item {
line-height: 3em;
text-decoration: none;
float: left;
padding-left: 10px;
padding-right: 10px;
4 years ago
text-align: center;
}
.left {
float: left;
}
.cb {
clear: both;
}
.right {
float: right;
}
5 years ago
.footer {
text-align: center;
flex-shrink: 0;
margin-top: auto;
5 years ago
line-height: 3em;
5 years ago
}
5 years ago
a.button {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
cursor: pointer;
color: black;
}
.button:hover {
color: initial!important;
}
input[type="button"][disabled] {
opacity: 0.5;
}
input[type="button"], input[type="range"], input[type="number"], input[type="text"], input[type="submit"], input[type="password"], input[type="file"], textarea, select {
5 years ago
border: 1px solid var(--input-borders);
background: var(--input-background);
color: var(--input-color);
5 years ago
font-size: inherit;
font-family: arial, helvetica, sans-serif;
5 years ago
margin: 0;
flex-grow: 1;
border-radius: 0px;
5 years ago
}
textarea {
max-height: 100%;
max-width: 100%;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance:textfield;
}
5 years ago
input[type="submit"] {
5 years ago
min-height: 2.5em;
cursor: pointer;
}
input[type="file"] {
width: 220px;
5 years ago
background: var(--input-background);
5 years ago
}
#postform {
display: none;
max-width: calc(100% - 10px);
max-height: calc(100% - 50px);
position: fixed;
top: 3.5em;
right: 5px;
5 years ago
background-color: var(--post-color);
z-index: 2;
box-sizing: border-box;
border: 5px solid var(--post-color);
overflow-y: auto;
}
#postform:target {
display: flex;
}
.postform-style {
display: flex;
5 years ago
border: 1px solid var(--input-borders);
background: var(--input-background);
align-items: center;
box-sizing: border-box;
}
iframe.captcha, iframe.bypass {
/*dumb hack cos of noscript wrapping in unstyleable span*/
margin-bottom: -2px;
}
iframe.bypass {
height: 235px;
4 years ago
width: 330px;
}
5 years ago
.captcha {
5 years ago
border: 1px solid var(--input-borders);
background: white;
margin-bottom: 1px;
width: 100%;
box-sizing: border-box;
object-fit: contain;
overflow: hidden;
position: relative;
5 years ago
}
.captcharefresh {
4 years ago
position: absolute;
bottom: 0;
4 years ago
left: 5px;
font-size: 18px;
cursor: pointer;
color: black;
5 years ago
}
.captcharefresh {
4 years ago
position: absolute;
bottom: 0;
4 years ago
left: 5px;
font-size: 18px;
cursor: pointer;
}
.label, .rlabel {
5 years ago
padding: 3px;
5 years ago
border: 1px solid var(--box-border-color);
5 years ago
min-width: 80px;
5 years ago
background: var(--label-color);
5 years ago
display: flex;
font-weight: bold;
margin-right: 1px;
align-items: start;
flex-direction: column;
justify-content: center;
5 years ago
}
.rlabel {
margin-right: 0;
margin-left: 1px;
}
5 years ago
hr {
border-top: 1px solid var(--hr);
border-left: none;
border-right: none;
border-bottom: none;
margin: 6px 0 5px 0;
}
hr + .thread {
margin-top: -5px;
}
.scrolltable {
max-height: 160px;
overflow-y: auto;
overflow-x: hidden;
border: 1px solid var(--box-border-color);
}
tr:nth-child(odd) {
background: var(--post-color);
}
5 years ago
table.boardtable td:nth-child(3), table.boardtable th:nth-child(3),
table.boardtable td:nth-child(4), table.boardtable th:nth-child(4),
table.boardtable td:nth-child(5), table.boardtable th:nth-child(5) {
word-break: keep-all;
}
table.boardtable th:nth-child(6) {
min-width: 100px;
}
table.boardtable td:nth-child(6) {
text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
color: white;
}
/* ^="f" means only where attachment is false, to prevent showing on attachment files with audio or video mime type */
.post-file-src[data-type="audio"][data-attachment^="f"]::after,
.post-file-src[data-type="video"][data-attachment^="f"]::after {
content: "▶";
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
background: #000;
color: #fff;
border-radius: 100%;
width: 50px;
height: 50px;
line-height: 50px;
text-align:center;
box-sizing:border-box;
font-size: 20px;
padding-left: 4px;
transform: translate(-50%, -50%);
opacity: 0.8;
box-shadow: 0 0 3px #fff;
pointer-events: none;
}
.post-file-src[data-attachment^="f"]:hover::after {
opacity: 1;
}
.post-file-src[data-type="image"][data-loading]::after,
.post-file-src[data-type="image"][data-loading]::before {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
height: 1.2em;
box-sizing: border-box;
transform: translate(-50%,-50%);
pointer-events: none;
z-index: 1;
}
.post-file-src[data-type="image"][data-loading]::before {
content:"";
background: black;
width: 100%;
border-left: var(--data-loading) solid darkgreen;
4 years ago
transition: all 0.3s;
}
.post-file-src[data-type="image"][data-loading]::after {
content: attr(data-loading) "%";
4 years ago
color: white;
}
.post-file-src * {
max-width: 100%;
visibility: visible;
}
.di {
display: inline;
}
table, .boardtable {
max-width: 100%;
}
.text-center {
text-align: center;
}
#settingsmodal{
min-width: 400px;
}
#settingsmodal .form-wrapper.flexleft.mt-10, #settingsmodal .form-wrapper.flexleft.mt-10 .row {
width: 100%
}
row.wrap.sb .col {
4 years ago
flex-basis: calc(50% - 5px);
}
@media only screen and (max-height: 400px) {
5 years ago
.modal {
top: 5px;
max-height: calc(100% - 10px);
}
}
@media only screen and (max-width: 600px) {
#settings::after {
content: "\2699"!important;
}
#settingsmodal {
4 years ago
width: 100%;
min-width: unset;
}
[title] {
position:relative
}
[title]:hover:after {
content:attr(title);
color: white;
font-size: small;
border-radius: 2px;
background:black;
position:absolute;
top:-1.75em;
left:50%;
transform:translateX(-50%);
width:max-content;
width:-moz-max-content;
padding:1px 2px;
}
[title]:hover:before {
content: '';
position: absolute;
top: -6px;
left: calc(50% - 5px);
border-top: 5px solid black;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
5 years ago
table.boardtable td:nth-child(3), table.boardtable th:nth-child(3),
table.boardtable td:nth-child(4), table.boardtable th:nth-child(4),
table.boardtable td:nth-child(5), table.boardtable th:nth-child(5),
table.boardtable td:nth-child(6), table.boardtable th:nth-child(6) {
display: none;
}
table.newstable td:nth-child(2), table.newstable th:nth-child(2) {
display: none;
}
.modal {
top: 5px;
max-height: calc(100% - 10px);
}
.post-file-info {
max-width: 150px;
}
.file-thumb {
max-width: 128px;
max-height: 128px;
object-fit: cover;
}
.post-info{
background: var(--darken);
margin: -6.5px -6.5px 5px -6.5px;
border-bottom: 1px solid var(--post-outline-color);
}
.anchor:target + .post-container .post-info, .post-container.highlighted .post-info {
border-bottom: 1px solid var(--highlighted-post-outline-color);
}
.close {
5 years ago
width: 2.25em;
}
input[type="range"], input[type="number"], input[type="text"], input[type="submit"], input[type="password"], input[type="file"], .postform-style, select, #dragHandle {
min-height: 2.25em;
box-sizing: border-box;
5 years ago
}
4 years ago
.postmenu {
float: right;
min-height: 1em;
}
.filelabel {
min-width: 0;
}
.fh {
height: 100%;
}
.form-post {
width: 100%;
}
.form-login {
width: 100%;
}
pre {
margin: 1em;
}
5 years ago
.post-check {
top: 1px;
margin-left: 2px;
5 years ago
}
.pages {
/*width:100%;*/
}
.pad-anchor {
width: 100%;
}
5 years ago
.post-container {
box-shadow: none;
5 years ago
width: 100%;
5 years ago
min-width: unset;
5 years ago
}
.catalog-tile {
width: calc(50% - 10px);
margin: 5px;
}
table {
width: 100%;
}
#postform {
width: 100%;
5 years ago
}
5 years ago
}
.flag {
display: inline-block;
width: 16px;
height: 11px;
background:url(/file/flags.png) no-repeat;
image-rendering: crisp-edges;
image-rendering: pixelated;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
}
.flag.flag-xx {
background-position:-48px -165px;
}
.flag.flag-tor, .flag.flag-t1 { /* t1 is cloudflare tor exit node */
background-position:-64px -165px;
}
5 years ago
/*!
* Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/) -
*/
.flag.flag-gu{background-position:-96px -55px}.flag.flag-mn{background-position:-208px -88px}.flag.flag-va{background-position:-48px -154px}.flag.flag-tibet{background-position:-32px -143px}.flag.flag-fo{background-position:-64px -44px}.flag.flag-th{background-position:-16px -143px}.flag.flag-tr{background-position:-144px -143px}.flag.flag-tl{background-position:-80px -143px}.flag.flag-kz{background-position:-144px -77px}.flag.flag-zm{background-position:-16px -165px}.flag.flag-uz{background-position:-32px -154px}.flag.flag-dk{background-position:-64px -33px}.flag.flag-scotland{background-position:-176px -121px}.flag.flag-gi{background-position:-224px -44px}.flag.flag-gy{background-position:-128px -55px}.flag.flag-bj{background-position:-112px -11px}.flag.flag-fr{background-position:-80px -44px}.flag.flag-mo{background-position:-224px -88px}.flag.flag-ir{background-position:-112px -66px}.flag.flag-io{background-position:-80px -66px}.flag.flag-tm{background-position:-96px -143px}.flag.flag-ch{background-position:-96px -22px}.flag.flag-mt{background-position:-32px -99px}.flag.flag-nl{background-position:-240px -99px}.flag.flag-gp{background-position:-16px -55px}.flag.flag-im{background-position:-48px -66px}.flag.flag-tv{background-position:-176px -143px}.flag.flag-mu{background-position:-48px -99px}.flag.flag-pe{background-position:-96px -110px}.flag.flag-vi{background-position:-112px -154px}.flag.flag-hn{background-position:-176px -55px}.flag.flag-ss{background-position:-128px -132px}.flag.flag-ae{background-position:-16px 0}.flag.flag-td{background-position:-240px -132px}.flag.flag-pw{background-position:0 -121px}.flag.flag-nu{background-position:-32px -110px}.flag.flag-bt{background-position:-208px -11px}.flag.flag-ms{background-position:-16px -99px}.flag.flag-cv{background-position:-240px -22px}.flag.flag-es{background-position:-224px -33px}.flag.flag-mh{background-position:-144px -88px}.flag.flag-la{background-position:-160px -77px}.flag.flag-vn{background-position:-128px -154px}.flag.flag-py{background-position:-16px -121px}.flag.flag-br{background-position:-176px -11px}.flag.flag-ye{background-position:-224px -154px}.flag.flag-ie{background-position:0 -66px}.flag.flag-gh{background-position:-208px -44px}.flag.flag-cg{background-position:-80px -22px}.flag.flag-cu{background-position:-224px -22px}.flag.flag-hu{background-position:-224px -55px}.flag.flag-sg{background-position:-224px -121px}.flag.flag-at{background-position:-176px 0}.flag.flag-lk{background-position:-224px -77px}.flag.flag-vu{background-position:-144px -154px}.flag.flag-bo{background-position:-160px -11px}.flag.flag-jo{background-position:-208px -66px}.flag.flag-er{background-position:-208px -33px}.flag.flag-za{background-position:-256px -154px}.flag.flag-rs{background-position:-80px -121px}.flag.flag-nr{background-position:-16px -110px}.flag.flag-ls{background-position:-256px -77px}.flag.flag-jm{background-position:-192px -66px}.flag.flag-tz{background-position:-208px -143px}.flag.flag-ki{background-position:-16px -77px}.flag.flag-sj{background-position:0 -132px}.flag.flag-cz{background-position:-16px -33px}.flag.flag-pg{background-position:-128px -110px}.flag.flag-lv{background-position:-32px -88px}.flag.flag-do{background-position:-96px -33px}.flag.flag-lu{background-position:-16px -88px}.flag.flag-no{background-position:-256px -99px}.flag.flag-kw{background-position:-112px -77px}.flag.flag-mx{background-position:-96px -99px}.flag.flag-yt{background-position:-240px -154px}.flag.flag-ly{background-position:-48px -88px}.flag.flag-cy{background-position:0 -33px}.flag.flag-ph{background-position:-144px -110px}.flag.flag-my{background-position:-112px -99px}.flag.flag-sm{background-position:-48px -132px}.flag.flag-et{background-position:-240px -33px}.flag.flag-ru{background-position:-96px -121px}.flag.flag-tj{background-position:-48px -143px}.flag.flag-ai{background-position:-64px 0}.flag.flag-pl{background-position:-176px -110px}.flag.flag-kp{background-position:-64px -77px}.flag.flag-uy{background-position:-16px -154px}.flag.flag-gb{background-position