/* CSS styl pro eduroam HTML stránku ve stylu Wiki stránky */
body {
    font-family: Arial, sans-serif;
    background-color: #f6f6f6;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3 {
    color: #0056b3;
}

h1 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

h2 {
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
}

h3 {
    margin-top: 20px;
    color: #333;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

/* Specifické styly pro konkrétní obrázky */
img[src="eduroam_1920pix.png"] {
    width: 100%;
    max-width: 800px;
    height: auto;
}

img[src="QR-studenti.png"],
img[src="QR-zamestnanci.png"] {
    width: 100%;
    max-width: 200px;
    height: auto;
}

ul {
    padding-left: 20px;
    margin-top: 10px;
}

li {
    margin-bottom: 5px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.header img {
    margin-right: 15px;
}

.intro {
    margin-bottom: 20px;
}

.footer {
    margin-top: 40px;
    font-size: 0.9em;
    color: #777;
    text-align: center;
}

/* Specifické styly pro Wiki-like vzhled */
.table-of-contents {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}

.table-of-contents ul {
    list-style: none;
    padding-left: 0;
}

.table-of-contents li {
    margin-bottom: 5px;
}

.table-of-contents a {
    color: #0056b3;
}

.code-block {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
    overflow-x: auto;
    margin-top: 10px;
}

.notice {
    background-color: #ffffe0;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
}

blockquote {
    border-left: 4px solid #ccc;
    padding-left: 15px;
    margin: 20px 0;
    color: #555;
    background-color: #f9f9f9;
}
