Initial commit

This commit is contained in:
JoseluCross
2017-09-17 18:28:06 +02:00
commit 92dd9181cf
14 changed files with 2021 additions and 0 deletions

67
assets/css/codesee.css Normal file
View File

@@ -0,0 +1,67 @@
/* General CSS */
/* Some rules from: https://fabiomsr.github.io/from-java-to-kotlin/, thanks */
.mitalic {
font-size:14px;
font-style:italic;
margin-bottom: 0px;
}
p.lang {
color: #292626;
font-size:18px;
text-align: left;
margin-bottom: 0px;
}
.alignleft {
text-align: left;
}
div.mdgeneral h2 {
text-align: center;
}
div.mdgeneral p {
text-align: left;
}
div.mdgeneral {
background-color: #fbfbfb;
border-radius: 5px;
padding: 7px;
margin: 3px;
}
/* CSS for two langs side by side */
h2, h3{
text-align: center;
}
p.mitalic {
text-align: center;
}
.pairlang div.showone {
flex: 1;
-ms-flex: 1;
min-width: 550px;
margin: 0 10px;
}
.pairlang {
display: flex;
justify-content: center;
-webkit-justify-content: center;
-ms-box-pack: center;
-ms-box-align: center;
}
.onelangname{
text-align:center;
}