mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2026-03-22 18:44:51 +00:00
first commit
This commit is contained in:
commit
fa343db334
154 changed files with 18186 additions and 0 deletions
12
WEBFiles/ws2.css
Normal file
12
WEBFiles/ws2.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#consoleLog {
|
||||
overflow-y: scroll;
|
||||
width: 480px;
|
||||
height: 800px;
|
||||
border: solid 1px #aaaaaa;
|
||||
background-color: #ffffff;
|
||||
padding-left: 5px; }
|
||||
#consoleLog > pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0; }
|
||||
#consoleLog > pre:nth-child(even) {
|
||||
background-color: #fafafa; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue