2015-07-28 21:01:13 +02:00
|
|
|
html, body {
|
|
|
|
|
font-family: "Open Sans", sans-serif;
|
2015-07-29 00:57:47 +02:00
|
|
|
color: #333;
|
2015-07-28 21:01:13 +02:00
|
|
|
}
|
|
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
@media only screen {
|
2015-09-13 23:31:18 -04:00
|
|
|
/* Light theme */
|
|
|
|
|
.light .sidebar {
|
|
|
|
|
border-right: 1px solid rgba(0, 0, 0, 0.07);
|
|
|
|
|
background-color: #fafafa;
|
|
|
|
|
color: #364149;
|
|
|
|
|
}
|
|
|
|
|
.light .page-wrapper {
|
|
|
|
|
background: none repeat scroll 0 0 #FFF;
|
|
|
|
|
}
|
2015-09-14 02:38:06 -04:00
|
|
|
.light .chapter li .active,
|
2015-09-13 23:31:18 -04:00
|
|
|
.light .chapter li a:hover {
|
|
|
|
|
/* Animate color change */
|
|
|
|
|
color: #008cff;
|
|
|
|
|
}
|
2015-09-14 02:38:06 -04:00
|
|
|
.light .menu-bar,
|
|
|
|
|
.light .nav-chapters {
|
2015-09-13 23:31:18 -04:00
|
|
|
color: #CCC;
|
|
|
|
|
}
|
2015-09-14 02:38:06 -04:00
|
|
|
.light .chapter li a,
|
|
|
|
|
.light .menu-bar i:hover,
|
|
|
|
|
.light .nav-chapters:hover {
|
2015-09-13 23:31:18 -04:00
|
|
|
/* Animate color change */
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
.light .content a {
|
|
|
|
|
color: #4183c4;
|
|
|
|
|
}
|
2015-09-14 02:38:06 -04:00
|
|
|
/* Theme changer */
|
2015-09-13 23:31:18 -04:00
|
|
|
.light .theme-popup {
|
2015-09-14 02:38:06 -04:00
|
|
|
background: #fafafa;
|
|
|
|
|
border: 1px solid #ccc;
|
2015-09-13 23:31:18 -04:00
|
|
|
}
|
|
|
|
|
.light .theme-popup .theme:hover {
|
2015-09-14 02:38:06 -04:00
|
|
|
background-color: #e6e6e6;
|
|
|
|
|
}
|
2015-09-14 02:41:08 -04:00
|
|
|
|
|
|
|
|
/* Coal theme */
|
|
|
|
|
.coal {
|
|
|
|
|
color: #98a3ad;
|
|
|
|
|
background-color: #141617;
|
|
|
|
|
}
|
|
|
|
|
.coal .sidebar {
|
|
|
|
|
background-color: #292c2f;
|
|
|
|
|
color: #a1adb8;
|
|
|
|
|
}
|
|
|
|
|
.coal .chapter li .active,
|
|
|
|
|
.coal .chapter li a:hover {
|
|
|
|
|
/* Animate color change */
|
|
|
|
|
color: #3473ad;
|
|
|
|
|
}
|
|
|
|
|
.coal .menu-bar,
|
|
|
|
|
.coal .nav-chapters {
|
|
|
|
|
color: #43484d;
|
|
|
|
|
}
|
|
|
|
|
.coal .chapter li a,
|
|
|
|
|
.coal .menu-bar i:hover,
|
|
|
|
|
.coal .nav-chapters:hover {
|
|
|
|
|
color: #b3c0cc;
|
|
|
|
|
}
|
|
|
|
|
.coal .content a {
|
|
|
|
|
color: #2b79a2;
|
|
|
|
|
}
|
|
|
|
|
/* Theme changer */
|
|
|
|
|
.coal .theme-popup {
|
|
|
|
|
background: #141617;
|
|
|
|
|
border: 1px solid #43484d;
|
|
|
|
|
}
|
|
|
|
|
.coal .theme-popup .theme:hover {
|
|
|
|
|
background-color: #1f2124;
|
2015-09-13 23:31:18 -04:00
|
|
|
}
|
2015-09-14 03:15:10 -04:00
|
|
|
/* Dark blue colored theme */
|
|
|
|
|
.navy {
|
|
|
|
|
background-color: #161923;
|
|
|
|
|
color: #bcbdd0;
|
|
|
|
|
}
|
|
|
|
|
.navy .sidebar {
|
|
|
|
|
background-color: #282d3f;
|
|
|
|
|
color: #c8c9db;
|
|
|
|
|
}
|
|
|
|
|
.navy .chapter li .active,
|
|
|
|
|
.navy .chapter li a:hover {
|
|
|
|
|
/* Animate color change */
|
|
|
|
|
color: #2b79a2;
|
|
|
|
|
}
|
|
|
|
|
.navy .menu-bar,
|
|
|
|
|
.navy .nav-chapters {
|
|
|
|
|
color: #737480;
|
|
|
|
|
}
|
|
|
|
|
.navy .chapter li a,
|
|
|
|
|
.navy .menu-bar i:hover,
|
|
|
|
|
.navy .nav-chapters:hover {
|
|
|
|
|
color: #b7b9cc;
|
|
|
|
|
}
|
|
|
|
|
.navy .content a {
|
|
|
|
|
color: #2b79a2;
|
|
|
|
|
}
|
|
|
|
|
/* Theme changer */
|
|
|
|
|
.navy .theme-popup {
|
|
|
|
|
background: #161923;
|
|
|
|
|
border: 1px solid #737480;
|
|
|
|
|
}
|
|
|
|
|
.navy .theme-popup .theme:hover {
|
|
|
|
|
background-color: #282e40;
|
|
|
|
|
}
|
2015-09-14 05:25:42 -04:00
|
|
|
/* Rust theme */
|
|
|
|
|
.rust {
|
|
|
|
|
background-color: #e1e1db;
|
|
|
|
|
color: #262625;
|
|
|
|
|
}
|
|
|
|
|
.rust .sidebar {
|
|
|
|
|
background-color: #3b2e2a;
|
|
|
|
|
color: #c8c9db;
|
|
|
|
|
}
|
|
|
|
|
.rust .chapter li .active,
|
|
|
|
|
.rust .chapter li a:hover {
|
|
|
|
|
/* Animate color change */
|
|
|
|
|
color: #e69f67;
|
|
|
|
|
}
|
|
|
|
|
.rust .menu-bar,
|
|
|
|
|
.rust .nav-chapters {
|
|
|
|
|
color: #737480;
|
|
|
|
|
}
|
|
|
|
|
.rust .chapter li a {
|
|
|
|
|
color: #bfbfba;
|
|
|
|
|
}
|
|
|
|
|
.rust .menu-bar i:hover,
|
|
|
|
|
.rust .nav-chapters:hover {
|
|
|
|
|
color: #262625;
|
|
|
|
|
}
|
|
|
|
|
.rust .content a {
|
|
|
|
|
color: #2b79a2;
|
|
|
|
|
}
|
|
|
|
|
/* Theme changer */
|
|
|
|
|
.rust .theme-popup {
|
|
|
|
|
background: #e1e1db;
|
|
|
|
|
border: 1px solid #b38f6b;
|
|
|
|
|
}
|
|
|
|
|
.rust .theme-popup .theme:hover {
|
|
|
|
|
background-color: #99908a;
|
|
|
|
|
}
|
2015-09-05 00:06:14 +02:00
|
|
|
.sidebar {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 300px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
padding: 10px 10px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
|
|
|
|
|
/* Animation: slide away */
|
|
|
|
|
-webkit-transition: left 0.5s; /* Safari */
|
|
|
|
|
-o-transition: left 0.5s; /* Opera */
|
|
|
|
|
-moz-transition: left 0.5s; /* Mozilla Firefox */
|
|
|
|
|
transition: left 0.5s;
|
|
|
|
|
}
|
2015-07-28 21:01:13 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.page-wrapper {
|
|
|
|
|
position: absolute;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
left: 315px;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
|
|
|
|
|
/* Animation: slide away */
|
|
|
|
|
-webkit-transition: left 0.5s; /* Safari */
|
|
|
|
|
-o-transition: left 0.5s; /* Opera */
|
|
|
|
|
-moz-transition: left 0.5s; /* Mozilla Firefox */
|
|
|
|
|
transition: left 0.5s;
|
|
|
|
|
}
|
2015-07-29 13:34:48 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.page {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
2015-07-28 21:01:13 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
padding-right: 15px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
2015-08-31 17:09:18 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.content {
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right:auto;
|
|
|
|
|
max-width: 750px;
|
|
|
|
|
padding-bottom: 50px;
|
|
|
|
|
}
|
2015-08-01 14:12:55 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.chapter {
|
|
|
|
|
list-style: none outside none;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
2015-07-28 21:01:13 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.section {
|
|
|
|
|
list-style: none outside none;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
}
|
2015-07-28 21:01:13 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.section li {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
2015-07-28 21:01:13 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.chapter li a {
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2015-07-29 01:40:48 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.chapter li a:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2015-07-28 21:01:13 +02:00
|
|
|
|
2015-09-11 20:52:55 +02:00
|
|
|
.chapter .affix {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chapter .spacer {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 3px;
|
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
|
margin: 10px 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-14 18:29:03 +02:00
|
|
|
.navy .chapter .spacer {
|
|
|
|
|
background-color: #2d334f;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.coal .chapter .spacer {
|
|
|
|
|
background-color: #393939;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rust .chapter .spacer {
|
|
|
|
|
background-color: #45373a;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.menu-bar {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
2015-07-28 21:01:13 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.menu-bar i {
|
|
|
|
|
position: relative;
|
2015-09-05 11:40:40 +02:00
|
|
|
margin: 0 10px;
|
2015-09-05 00:06:14 +02:00
|
|
|
z-index: 10;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
-webkit-transition: color 0.5s; /* Safari */
|
|
|
|
|
-o-transition: color 0.5s; /* Opera */
|
|
|
|
|
-moz-transition: color 0.5s; /* Mozilla Firefox */
|
|
|
|
|
transition: color 0.5s;
|
|
|
|
|
}
|
2015-07-29 12:10:12 +02:00
|
|
|
|
2015-09-11 01:16:29 +02:00
|
|
|
.menu-bar .left-buttons {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-05 11:40:40 +02:00
|
|
|
.menu-bar .right-buttons {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.menu-bar i:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2015-07-29 12:10:12 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.menu-title {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-weight: 200;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0;
|
2015-08-31 16:15:17 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transition: opacity 0.5s ease-in-out; /* Safari */
|
|
|
|
|
-o-transition: opacity 0.5s ease-in-out; /* Opera */
|
|
|
|
|
-moz-transition: opacity 0.5s ease-in-out; /* Mozilla Firefox */
|
|
|
|
|
transition: opacity 0.5s ease-in-out;
|
|
|
|
|
}
|
2015-08-03 01:37:13 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.menu-bar:hover .menu-title {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
2015-08-03 01:37:13 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.left {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
2015-07-28 21:01:13 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.right {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
2015-07-29 21:53:59 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
/* Content */
|
2015-07-29 21:53:59 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.content a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2015-07-29 21:53:59 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.content a:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2015-08-01 14:12:55 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
/* Nav icons */
|
|
|
|
|
.nav-chapters {
|
|
|
|
|
font-size: 40px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-decoration: none;
|
2015-08-01 14:12:55 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
position: absolute;
|
|
|
|
|
top: 50px; /* Height of menu-bar */
|
|
|
|
|
bottom: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
max-width: 150px;
|
|
|
|
|
min-width: 90px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-content: center;
|
|
|
|
|
flex-direction: column;
|
2015-08-31 17:09:18 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
-webkit-transition: color 0.5s; /* Safari */
|
|
|
|
|
-o-transition: color 0.5s; /* Opera */
|
|
|
|
|
-moz-transition: color 0.5s; /* Mozilla Firefox */
|
|
|
|
|
transition: color 0.5s;
|
|
|
|
|
}
|
2015-08-01 14:12:55 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.mobile-nav-chapters { display: none; }
|
|
|
|
|
|
|
|
|
|
.nav-chapters:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.previous {
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
2015-08-01 14:12:55 +02:00
|
|
|
|
2015-09-05 00:06:14 +02:00
|
|
|
.next {
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
2015-09-11 01:16:29 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Theme Popup */
|
|
|
|
|
.theme-popup {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: -40px;
|
|
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
|
|
font-size: 0.7em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.theme-popup .theme {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 2px 10px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
2015-08-01 14:12:55 +02:00
|
|
|
}
|
2015-08-31 17:09:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1060px) {
|
|
|
|
|
.sidebar {
|
|
|
|
|
left: -300px;
|
|
|
|
|
}
|
|
|
|
|
.page-wrapper {
|
|
|
|
|
left: 15px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Fix the navigation arrows that collapsed with the text on smaller screens */
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1250px) {
|
2015-09-13 23:31:18 -04:00
|
|
|
/* Light theme */
|
|
|
|
|
.light .mobile-nav-chapters {
|
|
|
|
|
background-color: #E0E0E0;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
2015-09-14 02:38:06 -04:00
|
|
|
.light .mobile-nav-chapters i:hover {
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
2015-09-14 02:41:08 -04:00
|
|
|
/* Coal theme */
|
2015-09-14 02:38:06 -04:00
|
|
|
.coal .mobile-nav-chapters {
|
|
|
|
|
background-color: #212426;
|
|
|
|
|
color: #43484d;
|
|
|
|
|
}
|
|
|
|
|
.coal .mobile-nav-chapters i:hover {
|
|
|
|
|
color: #b3c0cc;
|
|
|
|
|
}
|
2015-09-14 03:15:10 -04:00
|
|
|
/* Navy theme */
|
|
|
|
|
.navy .mobile-nav-chapters {
|
|
|
|
|
background-color: #242838;
|
|
|
|
|
color: #737480;
|
|
|
|
|
}
|
|
|
|
|
.navy .mobile-nav-chapters i:hover {
|
|
|
|
|
color: #b7b9cc;
|
|
|
|
|
}
|
2015-09-14 05:25:42 -04:00
|
|
|
/* Rust theme */
|
|
|
|
|
.rust .mobile-nav-chapters {
|
|
|
|
|
background-color: #4d413d;
|
|
|
|
|
color: #737480;
|
|
|
|
|
}
|
|
|
|
|
.rust .mobile-nav-chapters i:hover {
|
|
|
|
|
color: #b7b9cc;
|
|
|
|
|
}
|
2015-08-31 17:09:18 +02:00
|
|
|
.nav-chapters {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-nav-chapters {
|
|
|
|
|
font-size: 40px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
max-width: 150px;
|
|
|
|
|
min-width: 90px;
|
|
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-content: center;
|
|
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.next {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.previous {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-09-05 00:06:14 +02:00
|
|
|
|
|
|
|
|
@media only print {
|
|
|
|
|
.sidebar, .menu-bar, .nav-chapters, .mobile-nav-chapters {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page-wrapper {
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
code {
|
|
|
|
|
background-color: #666666;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
|
|
/* Force background to be printed in Chrome */
|
|
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a, a:visited, a:active, a:hover {
|
|
|
|
|
color: #4183c4;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2015-09-05 11:40:40 +02:00
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
page-break-inside: avoid;
|
|
|
|
|
page-break-after: avoid;
|
|
|
|
|
/*break-after: avoid;*/
|
|
|
|
|
}
|
2015-09-05 17:39:00 +02:00
|
|
|
|
|
|
|
|
pre, code {
|
|
|
|
|
page-break-inside: avoid;
|
|
|
|
|
white-space: pre-wrap; /* CSS 3 */
|
|
|
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
|
|
|
}
|
2015-09-05 00:06:14 +02:00
|
|
|
}
|