Blame doc/ru/style.css

7a004b
7a004b
body {
7a004b
    margin: auto;
7a004b
    padding: 0;
7a004b
    border: 0;
7a004b
    max-width: 1100px;
7a004b
    height: 100%;
7a004b
    background-color: rgb(100, 100, 100);
7a004b
    font-family: serif;
7a004b
    font-size: 12pt;
7a004b
    line-height: 1.5;
7a004b
}
7a004b
7a004b
.navigation {
7a004b
    margin: 0;
7a004b
    border: 0;
7a004b
    position: fixed;
a32bcc
    max-width: 280px;
7a004b
    padding: 20px;
7a004b
}
7a004b
7a004b
.navigation a {
7a004b
    font-family: sans-serif;
7a004b
    font-weight: bold;
7a004b
    text-decoration: none;
7a004b
    color: rgb(220, 220, 220);
7a004b
    color: white;
7a004b
}
7a004b
.navigation a:visited { color: rgb(200, 200, 200); }
7a004b
.navigation a:hover { color: white !important; }
7a004b
.navigation a:active { color: rgb(180, 180, 180); }
7a004b
7a004b
.navigation hr {
7a004b
    border: 0;
7a004b
    border-top: 1px solid gray;
7a004b
    margin-left: 20px;
7a004b
    width: 100px;
7a004b
}
7a004b
7a004b
7a004b
.content {
a32bcc
    margin: 0 0 0 340px;
7a004b
    padding: 20px;
7a004b
    border: 0;
7a004b
    max-width: 800px;
7a004b
    min-height: 100%;
7a004b
    background-color: white;
7a004b
}
7a004b
7a004b
.content a {
7a004b
    font-family: sans-serif;
7a004b
    font-weight: bold;
7a004b
    text-decoration: none;
7a004b
}
7a004b
7a004b
p { 
7a004b
    margin-top: 10px;
7a004b
    margin-bottom: 20px;
7a004b
}
7a004b
7a004b
h1, h2, h3, h4, h5 {
7a004b
    font-family: sans-serif;
7a004b
    font-weight: bold;
7a004b
}
7a004b
7a004b
h1 {
7a004b
    font-size: 18pt;
7a004b
}
7a004b
7a004b
h2 {
7a004b
    font-size: 14pt;
7a004b
}
7a004b
7a004b
h3 {
7a004b
    font-size: 12pt;
7a004b
    margin-top: 30px;
7a004b
    margin-bottom: 5px;
7a004b
}
7a004b
7a004b
h3+h3 {
7a004b
    margin-top: 0;
7a004b
}
7a004b
7a004b
h4 {
7a004b
    font-size: 10pt;
7a004b
    margin-top: 0;
7a004b
    margin-bottom: 0;
7a004b
}
7a004b
7a004b
table, th, td {
7a004b
    border: 1px solid gray;
7a004b
    border-collapse: collapse;
7a004b
    padding: 5px;
7a004b
}
7a004b
7a004b
pre {
7a004b
    border: 1px solid gray;
7a004b
    background-color: rgb(230, 230, 230);
7a004b
    padding: 10px;
7a004b
}