upgraded yui to 2.2.2 and yui-ext to 1.0.1a
This commit is contained in:
parent
4d9af2c691
commit
547ced6500
1992 changed files with 645731 additions and 0 deletions
61
www/extras/yui-ext/docs/resources/welcome.css
Normal file
61
www/extras/yui-ext/docs/resources/welcome.css
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
body{
|
||||
background:url(welcome-bg.gif) top left;
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #000000;
|
||||
margin: 0px;
|
||||
font-size:13px;
|
||||
padding-bottom:15px;
|
||||
}
|
||||
a {
|
||||
color: #083772;
|
||||
}
|
||||
a:link {
|
||||
color: #083772;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #1e4e8f;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #0000CC;
|
||||
}
|
||||
.col{
|
||||
width:45%;
|
||||
float:left;
|
||||
margin-left:10px;
|
||||
}
|
||||
.block{
|
||||
border:3px solid #B2D0F7;
|
||||
background:white url(block-bg.gif) repeat-x;
|
||||
margin-top:10px;
|
||||
}
|
||||
.block-title{
|
||||
color: #083772;
|
||||
font-weight: bold;
|
||||
padding: 4px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
.block-body{
|
||||
padding:8px;
|
||||
padding-top:2px;
|
||||
}
|
||||
.block-body b{
|
||||
color:#333333;
|
||||
font-size:11px;
|
||||
}
|
||||
.block-body em {
|
||||
display:block;
|
||||
margin-top:5px;
|
||||
font-size:11px;
|
||||
color:gray;
|
||||
text-align:right;
|
||||
}
|
||||
.list{
|
||||
list-style: square;
|
||||
padding-left:20px;
|
||||
margin-top:5px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue