forked from 0x2620/oxjs
prototype of a documentation page
This commit is contained in:
parent
a6ed310087
commit
b1d171282c
8 changed files with 476 additions and 85 deletions
|
|
@ -1464,6 +1464,48 @@ SyntaxHightlighter
|
|||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Text
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxText {
|
||||
padding: 8px;
|
||||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
.OxText div {
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
.OxText code {
|
||||
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console;
|
||||
color: rgb(0, 0, 128);
|
||||
}
|
||||
.OxText h1 {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.OxText table {
|
||||
border-spacing: 0;
|
||||
//border: 1px solid red;
|
||||
}
|
||||
.OxText td {
|
||||
padding: 0 4px 0 4px;
|
||||
//border: 1px solid rgb(128, 128, 128);
|
||||
vertical-align: top;
|
||||
}
|
||||
.OxText td:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
.OxText td:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Video
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue