[DEV] create the monk basic library

This commit is contained in:
2013-12-22 18:55:48 +01:00
commit b6c956edef
172 changed files with 23716 additions and 0 deletions

194
theme/base.css Normal file
View File

@@ -0,0 +1,194 @@
html {
display: block;
}
body {
font-family: 'Ubuntu',Tahoma,sans-serif;
padding-top: 40px;
padding-bottom: 40px;
font-size: 15px;
line-height: 150%;
margin: 0;
color: #333333;
background-color: #ffffff;
display: block;
margin-left: 250px;
margin-right: 50px;
};
.container{
width:940px;
margin-right: auto;
margin-left: auto;
display: block;
};
.navbar {
z-index: 1;
overflow: visible;
color: #ffffff;
display: block;
}
.navbar div {
display: block;
margin-left: 5px;
margin-right: 5px;
}
.navbar-fixed-top {
width:210px;
display: block;
position: fixed;
padding-top: 0px;
top: 0;
height: 100%;
right: 0;
left: 0;
margin-bottom: 0;
background-color: #d44413;
border: 1px solid #c64012;
font-size: 15px;
font-weight: 200;
color: #ffffff;
text-shadow: 0 1px 0 #ce4213;
padding: 10px 20px 10px;
margin-left: -20px;
//overflow:scroll;
//overflow-x:hidden;
}
/*
.navbar ul {
font-size: 15px;
};
*/
h1, h2, h3, h4, h5, h6 {
display: block;
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 1;
color: inherit;
text-rendering: optimizelegibility;
}
p {
margin: 0 0 10px;
display: block;
}
pre {
#margin-left: 20px;
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
.code-function {
text-decoration:none;
color:#09857e;
font-weight:bold;
}
.code-type {
text-decoration:none;
color:#376d0a;
font-weight:bold;
}
.code-argument {
text-decoration:none;
color:#B80000;
font-weight:bold;
}
.code-number {
text-decoration:none;
color:#007b00;
}
.code-keyword {
text-decoration:none;
color:#215eb8;
font-weight:bold;
}
.code-storage-keyword {
text-decoration:none;
color:#466cb4;
}
.code-doxygen {
text-decoration:none;
color:#bf3e00;
font-weight:bold;
}
.code-comment {
text-decoration:none;
color:#b704b5;
}
.code-preproc {
text-decoration:none;
color:#ac0000;
}
.code-text-quote {
text-decoration:none;
color:#008e00;
}
.code-number {
text-decoration:none;
color:#007b00;
}
.code-member {
text-decoration:none;
color:#7c5406;
}
.code-input-function {
text-decoration:none;
color:#B80000;
font-weight:bold;
}
.code-function-name {
text-decoration:none;
color:#09857e;
font-weight:bold;
}
.code-function-system {
text-decoration:none;
color:#acaa00;
}
.code-generic-define {
text-decoration:none;
color:#3c850b;
}
.code-macro {
text-decoration:none;
color:#3c850b;
}
.code-operator {
text-decoration:none;
color:#1633a3;
}
.code-keyword {
text-decoration:none;
color:#466cb4;
}
.code-class {
text-decoration:none;
color:#006cb4;
}

146
theme/menu.css Normal file
View File

@@ -0,0 +1,146 @@
/* CSS Document */
/*----------------MENU-----------------*/
div#menu div{
margin-top: 0px;
background: #6699FF;
}
/* permet l'affichage du haut du menu*/
div#menu h2{
color: #000000;
FONT-FAMILY: Arial;
FONT-SIZE: 9pt;
text-align:left;
margin: 0;
padding: 3px;
padding-left: 6px;
background: #1a62db;
}
div#menu h3{
margin: 0;
padding: 6px;
background: #6699FF;
}
div#menu a{
color: #000000;
bgcolor=#6699FF;
FONT-FAMILY: Arial;
FONT-SIZE: 9pt;
}
div#menu li {
position: relative;
list-style:none;
margin:0px;
border-bottom: 1px solid #0008ab;
}
div#menu li.sousmenu {
background: url(sous_menu.gif) 95% 50% no-repeat;
}
div#menu li:hover {
background: #0008ab;
}
div#menu li.sousmenu:hover {
background: #0008ab;
}
div#menu ul ul {
position: absolute;
top: 0px;
}
/*TAILLE PREMIERE COLONNE*/
div#menu {
float: center;
width: 200px;
text-align:left;
}
div#menu ul {
margin: 0;
padding: 0;
width: 200px;
background: #6699FF;
border: 0px solid;
}
div#menu ul ul {
left: 199px;
display:none;
background: #FFFFFF;
}
div#menu li a {
display: block;
padding: 2px 0px 2px 4px;
text-decoration: none;
width: 191px;
border-left: 3px solid #6699FF;
}
div#menu form {
border-left: 8px solid #6699FF;
background: #6699FF;
FONT-FAMILY: Arial;
margin:0px;
FONT-SIZE: 8pt;
}
div#menu texte {
border-left: 8px solid #6699FF;
FONT-FAMILY: Arial;
FONT-SIZE: 9pt;
font-weight:bold;
border-bottom: 1px solid #6699FF;
}
/*TAILLE DEUXIEME COLONE*/
div#menu ul.niveau1 ul {
left: 200px;
height: 500px;
border: 1px solid #0008ab;
background: #1a62db;
/*
overflow:scroll;
overflow-y:auto;
overflow-x:hidden;
*/
}
div#menu ul.niveau1 li {
background: #6699FF;
}
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2 {
width:219px;
display:block;
}
/*TAILLE TROISIEME COLONNE*/
div#menu ul.niveau2 ul {
left: 219px;
height: 500px;
}
div#menu ul.niveau2 li a {
width: 200px;
}
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
width:10em;
display:block;
}
/*TAILLE Quatrieme COLONNE*/
div#menu ul.niveau3 ul {
left: 369px;
height: 500px;
}
div#menu ul.niveau3 li a {
width: 200px;
}
div#menu ul.niveau3 li.sousmenu:hover ul.niveau4 {
width:10em;
display:block;
}
/*TAILLE DEUXIEME COLONE BIS????*/
/*COULEUR DES BORDURES*/
div#menu li a:hover {
border-left-color: #000ADE;
background: #6699FF;
font-weight:bold;
}