body /* body wszystkich stron */
{
  background-color: black;
  color: white;
  font-size: 12px;
  margin: 0px;
  font-family: monospace;
}

/*STRONA GŁÓWNA*/

#ratunkova /* obecnie: tydzien i ksiega gosci */
{
    display: block;
    position: absolute;
    width: 400px;
    top: 50px;
    left: 1100px;
}

#deadpixel /* w tym miejscu masuo ma deadpixel */
{
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 322px;
  left: 1508px;
  background-color: white;
  border: 5px solid black;
}

#homepage_body
{
  padding: 8px;
}

.homepage_tabelkaugory td
{
  vertical-align: baseline;
  padding-right: 16px;
}

#trzentrzdistance
{
  height: 600px;
}

#autortable
{
  border-spacing: 0;
}

#autortable tbody
{
  vertical-align: unset;
}

#autortable td
{
  padding-top: 12px;
  padding-right: 24px;
  width: max-content
}

.my_ad_image
{
  max-height: 64px;
  image-rendering: pixelated;

  padding: 2px;
  outline-color: white;
  outline-width: 1px;
  outline-style: solid;
}

#counterki div
{
  padding-right: 16px;
  width: max-content;
}

.ulNoMargin ul
{
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 1.5em;
}

/*SPRAWOZDANKA EXPLORER*/
.se_itemdiv {
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 40px;
  width: 100%;
}

.se_itemsub {
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.se_itemdiv:hover .se_itemtask {
  margin-top: -24px;
}

.se_itemmain {
  background-color: #222;
  height: 40px;
  padding: 0 10px;
  justify-content: unset;
}

.se_itemmain:hover {
  background-color: #333;
}

/*UNIVERSALNE*/

.sectrettable { border-spacing: 0; }
.sectrettable tbody { vertical-align: initial; }
.sectrettable td { width: fit-content; }

.visibletable td,
.visibletable th
{
  padding: 5px;
  border: 1px solid white; 
}
.visibletable th,
.visibletable th > a
{
  color: black;
  background-color: white;
}

.highlighttable tr:hover
{
  background-color: #666;
}

.max60plz
{
  width: 60%;
}

.backtohome {
  position: absolute;
  top: 0;
  left: 0;
}

.warning {
  color: red;
  font-weight: bold;
  font-size: 2em;
}

.red {
  color: red;
}

.artimage
{
  height: 300px;
}

.golden
{
  color: gold;
}

.blocked
{
  cursor: not-allowed;
}

.interactivefs
{
  width: 67.2em;
  padding-block-start: unset;
  padding-block-end: unset;
  padding-inline-start: unset;
  padding-inline-end: unset;
  padding: 0.6em;
  border-color: white;
  border-style: solid;
}

.centerNborder
{
  padding: 1%;
  margin: auto;
  width: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: white;
}

.margincontainer
{
  margin: 10px;
  display: table;
}

button,
input[type="text"],
input[type="submit"],
input[type="number"],
input[type="checkbox"],
input[type="password"],
select,
input::file-selector-button
{
  color: white;
  border-radius: 0;
  border-color: yellow;
  background-color: black;
  border-style: solid;
  margin-bottom: 1px;
  cursor: pointer;
}

textarea
{
  background-color: black;
  color: white;
  border-color: yellow
}

a
{
  color: white;
  text-decoration: none;
}

h1 {color: yellow;}
.striked {text-decoration: line-through;}
i {color: grey;}
.externallink {text-decoration: underline;}
.downloadlink {color: yellow;}
.onlinelink {color: green;}
.centerIt {margin: auto;}
.dispNone {display: none;}

/*GALERIA*/

.justynkaimage img
{
  display: block;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}

.justynkaimage
{
  display: block;
  margin-top: 50px;
}

.imagecontainer
{
  float: left;
  padding: 5px;
  text-align: center;
}

.imageimage
{
  height: 128px;
}

.imageimage.big
{
  height: 256px;
}

.pixelated
{
  image-rendering: pixelated;
}

.imagetitle
{
  text-align: center;
  height: 17px;
}

.nothumbnail
{
  background-color: red;
}

.topright
{
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: black;
}

/*WIR*/

.wircontainer
{
  padding: 5px;
  border: 2px solid white;
}

.wirimage
{
  width: 320px;
  display: inline-block;
}

.wirdescr
{
  display: inline-block;
}

/* GOSC */

#gosccontainer
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 301px;
}

#gosc
{
  height: 30px;
  background: url('/images/gosc_p.png');
  background: url('/images/gosc.png');
}

#gosc:hover
{
  background: url('/images/gosc_p.png');
  cursor: pointer;
}

.artefakty-item {
  display: inline-block;
  padding: 8px;
  margin: 8px;
  width: 280px;
}

.artefakty-imgcont {
  overflow-x: scroll;
  scroll-margin: 8px;
}

.artefakty-caption {
  margin-top: 8px;
}

.artefakty-caption div {
  display: inline-block;
  margin-right: 8px;
}

.artefakty-caption a {
  text-decoration: underline;
}

/* FOS4 */

.fos4
{
  color: red;
  cursor: text;
}

/*PILECZKA*/

@keyframes pileczka-anim
{
	0% {margin-left: -1px; margin-top: 20.5px}
	25% {margin-top: 51px;}
	50% {margin-left: 51px;}
	75% {margin-top: -1px;}
	100% {margin-left: -1px; margin-top: 20.5px}
}

.pileczka
{
	animation-duration: 2s;
	animation-name: pileczka-anim;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 5px;
}

.pileczkaframe
{
	border: white 1px solid;
	width: 60px;
	height: 60px;
	margin-left: 50px;
}

/* POWERLOCK */

#powerlock
{
  cursor: pointer;
  width: fit-content;
}

/* TXTMDNSS IKONKA */

.txtmdnss
{
  width: 85px;
  height: 47px;
  background-image: url('/txt/txtmdnss/txtmdnss.png');
  position: absolute;
  top: 50px;
  left: 20px;
  cursor: pointer;
}

.txtmdnss_active
{
  background-image: url('/txt/txtmdnss/txtmdnss_p.png');
}

.albgames
{
  position: absolute;
  top: 128px;
  left: 20px;
  padding: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}

.albgames:hover
{
  border: 1px dashed white;
}

/* INNE */

#beamautomator-desc
{
    width: 500px;
    padding-left: 50px;
    vertical-align: top;
}

#explorersettings
{
  font-size: 12px;
  width: 768px;
}

#explorersettings td
{
  border: 2px solid white;
  border-collapse: collapse;
  width: 10%;
}

b .fillfeild
{
  background-color: white;
  color: black
}

.fillfeild
{
  width: 100%;
  height: 100%;
}

#pelnalistahere /* exploration */
{
  padding: 1%;
  text-align: center;
  border-style: solid;
  margin: auto;
  width: 600px;
}

.externalliczniq
{
  font-size: 32px;
  margin-left: 25%;
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 20px;
  width: 50%;
  outline-color: white;
  outline-width: 3px;
  outline-style: dotted;
}

.f100wide
{
  width: 50%;
  height: max-content;
  max-height: max-content;
}
