mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
editor skin에 xquared 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3039 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4a55cfe522
commit
0c99858e7c
98 changed files with 25694 additions and 0 deletions
116
modules/editor/skins/xquared/doc/api/default.css
Normal file
116
modules/editor/skins/xquared/doc/api/default.css
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
body,a
|
||||
{
|
||||
color: #000;
|
||||
font: 12px verdana;
|
||||
}
|
||||
|
||||
ul
|
||||
{
|
||||
list-style-type: none;
|
||||
margin-left: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.content { }
|
||||
.docs { }
|
||||
.signature { font-weight: normal; }
|
||||
.code {
|
||||
font: 11px monaco,monospace;
|
||||
padding: 4px;
|
||||
margin-left: 18px;
|
||||
border: 1px dashed #ccc;
|
||||
}
|
||||
|
||||
.itemTitle
|
||||
{
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.item { }
|
||||
|
||||
.sectionHead
|
||||
{
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
background-color: #C0C1DE;
|
||||
color: #fff;
|
||||
margin-top: 18px;
|
||||
padding: 2px 4px 2px 4px;
|
||||
}
|
||||
|
||||
.section
|
||||
{
|
||||
padding: 8px;
|
||||
border: 1px #8A92BC solid;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.detailHead
|
||||
{
|
||||
border-bottom: 1px #8FB685 dotted;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #798E73;
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.desc { padding: 8px; }
|
||||
|
||||
.fileHead
|
||||
{
|
||||
background-image: url(file.gif);
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.overview .itemTitle
|
||||
{
|
||||
background-image: url(overview.gif);
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.constructor .itemTitle
|
||||
{
|
||||
background-image: url(constructor.gif);
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.function .itemTitle
|
||||
{
|
||||
background-image: url(function.gif);
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.object .itemTitle
|
||||
{
|
||||
background-image: url(object.gif);
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.type
|
||||
{
|
||||
font-style: italic;
|
||||
color: #999;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.itemTitle a.type { font-weight: bold; }
|
||||
|
||||
.finePrint
|
||||
{
|
||||
color: #878787;
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.params td { padding-right: 10px; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue