add docco-style Ox.SourceViewer, Ox.ExamplePage and Ox.ExamplePanel, and a demo
This commit is contained in:
parent
7b7bedb65a
commit
ef0e161ab0
16 changed files with 224002 additions and 3 deletions
41
examples/cities/css/example.css
Normal file
41
examples/cities/css/example.css
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
#toolbar > .OxElement:first-child {
|
||||
float: left;
|
||||
margin: 4px 2px 4px 4px;
|
||||
}
|
||||
#toolbar > .OxElement:last-child {
|
||||
float: right;
|
||||
margin: 4px 4px 4px 2px;
|
||||
}
|
||||
|
||||
.OxDialog #content {
|
||||
padding: 8px 16px 8px 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.OxDialog img {
|
||||
float: left;
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
border-radius: 16px;
|
||||
margin: 8px;
|
||||
//background: rgb(128, 128, 128);
|
||||
box-shadow: 0 0 1px rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
.OxTextList .OxItem .OxCell > div.region {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
margin-left: -3px;
|
||||
}
|
||||
.OxTextList .OxItem .OxCell > img.flag {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
margin: 0 0 0 -3px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.OxTextList .OxItem .OxCell > img.capital {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 2px 0 0 -1px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue