/* vim:   set noexpandtab fileencoding=utf-8 nomodified nowrap textwidth=200 foldmethod=marker foldmarker={{{,}}} foldcolumn=4 ruler showcmd lcs=tab\:|- list: */
@import url("main.css");
@import url("bash.css");
@import url("python.css");
@import url("code.css");
#obsah, #obsah ul, #obsah li {
     position: relative;
}

#obsah ul {
    list-style: none;
    padding-left: 32px;
}
#obsah li::before, #obsah li::after {
    content: "";
    position: absolute;
    left: -12px;
}
#obsah li::before {
    border-top: 1px solid #000;
    top: 9px;
    width: 8px;
    height: 0;
}
#obsah li::after {
    border-left: 1px solid #000;
    height: 100%;
    width: 0px;
    top: 2px;
}
#obsah ul > li:last-child::after {
    height: 8px;
}
.blog .section {
    border-radius: 1em;
    border: 5px double black;
    margin: 0.5em;
    padding: 1em;
}

.section, .section ul, .section li {
     position: relative;
}

.section ul {
    list-style: none;
    padding-left: 32px;
}
.section li::before, .section li::after {
    content: "";
    position: absolute;
    left: -12px;
}
.section li::before {
    border-top: 1px solid #000;
    top: 9px;
    width: 8px;
    height: 0;
}
.section li::after {
    border-left: 1px solid #000;
    height: 100%;
    width: 0px;
    top: 2px;
}
.section ul > li:last-child::after {
    height: 8px;
}

/*
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

header, nav, main {
  padding: 10px;
  border: 1px dotted #ccc;
  border-radius: 10px;
  background-color: #f5f5f5;
}

header {
  background-color: #f9f9f9;
}

nav {
  background-color: #f2f2f2;
  margin-bottom: 10px;
}

nav a {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  border: 2px solid #2196f3;
  border-radius: 10px;
  background-color: #e3f2fd;
  font-weight: bold;
}

h1 {
  font-weight: bold;
}

footer {
  padding: 10px;
  text-align: center;
  font-size: 0.8em;
  color: #777;
}

*/
