forked from 0x2620/oxjs
fix OxText class in CSS
This commit is contained in:
parent
feef0a2568
commit
b0e5e906f5
7 changed files with 93 additions and 82 deletions
|
|
@ -254,6 +254,49 @@ Dialog
|
|||
cursor: se-resize;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Document
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxDocument {
|
||||
padding: 8px;
|
||||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
.OxDocument div {
|
||||
border-style: solid;
|
||||
border-width: 0;
|
||||
//font-size: 12px;
|
||||
line-height: 15px;
|
||||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
.OxDocument code {
|
||||
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console;
|
||||
}
|
||||
.OxDocument h1 {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.OxDocument table {
|
||||
border-spacing: 0;
|
||||
//border: 1px solid red;
|
||||
}
|
||||
.OxDocument td {
|
||||
padding: 0 4px 0 4px;
|
||||
//border: 1px solid rgb(128, 128, 128);
|
||||
vertical-align: top;
|
||||
}
|
||||
.OxDocument td:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
.OxDocument td:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Documentation
|
||||
|
|
@ -1475,49 +1518,6 @@ SyntaxHightlighter
|
|||
//-webkit-user-select: none;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Text
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxText {
|
||||
padding: 8px;
|
||||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
.OxText div {
|
||||
border-style: solid;
|
||||
border-width: 0;
|
||||
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;
|
||||
}
|
||||
.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