<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset stylÅ¯ */
body, div, header, footer, nav, section, aside, h1, h2, h3, h4, h5, h6, span, p, iframe, i, ol, ul, li, a, table, thead, tbody, tfoot, tr, th, td, canvas, audio, video, input, select {
    border: 0px;
    margin: 0px;
    outline: 0px;
    padding: 0px;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Konec resetu stylÅ¯ */
/* Fonty */
@font-face {
    font-family: 'Star Jedi';
    src: url('../fonts/starjedi_jordi-webfont.eot');
    src: url('../fonts/starjedi_jordi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/starjedi_jordi-webfont.woff2') format('woff2'),
         url('../fonts/starjedi_jordi-webfont.woff') format('woff'),
         url('../fonts/starjedi_jordi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Audiowide';
    src: url('../fonts/audiowide-regular-webfont.eot');
    src: url('../fonts/audiowide-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/audiowide-regular-webfont.woff2') format('woff2'),
         url('../fonts/audiowide-regular-webfont.woff') format('woff'),
         url('../fonts/audiowide-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/play-regular-webfont.eot');
    src: url('../fonts/play-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/play-regular-webfont.woff2') format('woff2'),
         url('../fonts/play-regular-webfont.woff') format('woff'),
         url('../fonts/play-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Konec fontÅ¯ */
/* HlavnÃ­ styly layoutu */
body {
    background: url('/test/lib/img/star_galaxy.jpg');
}

h1, h2, h3, h4, h5, h6, p, div, span, li, a {
    color: #FFFFFF;
    font-family: 'Audiowide';
}

header, nav, footer, .galaxy {
    clear: both;
    margin: 0px auto;
    width: 1600px; 
}

nav {
    border-bottom: 1px solid #FFFFFF;
}

p {
    padding-bottom: 5px;
    text-align: justify;
    word-spacing: 1px;
}

.galaxy {
    padding-top: 15px;
}

.galaxy section, .galaxy aside {
    float: left;
    position: relative;
}

.galaxy section {
    width: 65%;
}

.galaxy aside {
    margin-left: 5%;
    width: 30%;
}

.galaxy &gt; main {
	background-color: rgba(75, 55, 75, 0.75);
	float: left;
	padding: 20px;
	position: relative;
	width: 100%;
}

header {
    height: 100px;
    padding: 10px 0px;
}

header &gt; .logo {
    float: left;
    height: 150px;
    width: 225px;
}

header &gt; .logo &gt; a &gt; img {
    width: 100%;
}

header &gt; .title {
    float: left;
    width: 1100px;
}

header &gt; .title .republic {
    background-image: url('/test/lib/img/liberty.png');
    background-position: 10% top;
    background-repeat: no-repeat;
    float: left;
    height: 100px;
    width: 18%;
}

header &gt; .title h1 {
    font-family: 'Star Jedi';
    font-size: 48px;
    font-style: italic;
    letter-spacing: 5px;
    padding: 15px 0px 0px;
    text-align: center;
    text-shadow: 2px 2px 1px #002AFF, 4px 4px 1px #AFAFAF;
    width: 100%;
}

header &gt; .title h2 {
    font-family: 'Star Jedi';
    letter-spacing: 2px;
    text-align: center;
}

header &gt; .title .empire {
    background-image: url('/test/lib/img/isd.png');
    background-position: 80% bottom;
    background-repeat: no-repeat;
    float: left;
    height: 100px;
    width: 18%;
}

header &gt; .holonet {
    float: left;
    width: 275px;
}

header &gt; .holonet &gt; .channel {
    padding: 2px 5px;
}

header &gt; .holonet &gt; .channel &gt; a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 28px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    width: 36px;
}

header &gt; .holonet .channel a:nth-child(3n+1):hover {
    text-shadow: 0px 0px 25px #0070FF, 0px 0px 40px #002AFF;
}

header &gt; .holonet .channel a:nth-child(3n+2):hover {
    text-shadow: 0px 0px 25px #FF002A, 0px 0px 40px #FF0000;
}

header &gt; .holonet .channel a:nth-child(3n+3):hover {
    text-shadow: 0px 0px 25px #00B200, 0px 0px 40px #00FF00;
}

.galaxy section .sector {
    background-color: rgba(75, 55, 75, 0.75);
    padding: 20px;
}

.galaxy section .sector .system {
    padding-bottom: 20px;
}

.galaxy section .sector .system h2 {
    font-size: 20px;
}

.galaxy section .sector .system h3 {
    font-size: 16px;
    font-style: italic;
    padding-top: 10px;
}

.galaxy section .sector .system .planet {
    padding: 10px 0px;
}

.galaxy &gt; aside &gt; .hyperline {
    background-color: rgba(75, 55, 75, 0.75);
    padding: 20px;
}

.galaxy &gt; aside &gt; .hyperline &gt; .route {
    padding: 15px 0px;
}

.galaxy &gt; aside &gt; .hyperline &gt; .route &gt; h3 {
    padding-bottom: 5px;
}

.galaxy &gt; main  &gt; h2 {
	text-align: center;
	width: 100%;
}

.galaxy &gt; main  &gt; .council &gt; .member {
	padding-bottom: 25px;
}

.galaxy &gt; main  &gt; .council &gt; .member &gt; h3 {
	text-decoration: underline;
}

footer {
    margin-top: 10px;
}

footer .hologram {
    width: 100%;
}

footer .hologram p {
    padding: 10px 20px;
    text-align: right
}
/* Konec hlavnÃ­ stylÅ¯ layoutu */
/* ObecnÃ© styly */
.force-balance {
    clear: both;
    height: 0px;
}

ul.menu-horizontal {
    height: 40px;
    list-style-type: none;
    padding: 0px 20px 5px 20px;
}

ul.menu-horizontal li {
    display: block;
    float: left;
    height: 40px;
}

ul.menu-horizontal li a {
    display: block;
    font-family: 'Star Jedi';
    font-size: 24px;
    font-style: italic;
    height: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 5px 20px;
    text-decoration: none;
}

ul.menu-horizontal li:nth-child(3n+1) a:hover{
    text-shadow: 0px 0px 25px #0070FF, 0px 0px 40px #002AFF;
}

ul.menu-horizontal li:nth-child(3n+2) a:hover{
    text-shadow: 0px 0px 25px #FF002A, 0px 0px 40px #FF0000;
}

ul.menu-horizontal li:nth-child(3n+3) a:hover{
    text-shadow: 0px 0px 25px #00B200, 0px 0px 40px #00FF00;
}

.tractor-beam-top-20 {
    margin-top: 20px;
}
/* Konec obecnÃ½ch stylÅ¯ */
/* SpecifickÃ© styly */
/* Konec specifickÃ½ch stylÅ¯ */</pre></body></html>