Add CSS files
This commit is contained in:
190
include/javascript/yui3/assets/dpSyntaxHighlighter.css
Executable file
190
include/javascript/yui3/assets/dpSyntaxHighlighter.css
Executable file
@@ -0,0 +1,190 @@
|
||||
/* Give syntax-highlighting textareas some height for unsupported browsers */
|
||||
|
||||
textarea.JScript, textarea.HTML, textarea.XML {height:10em;}
|
||||
|
||||
/* Main style for the table */
|
||||
|
||||
.dp-highlighter {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
line-height: 100% !important;
|
||||
margin:0 0 1em 0;
|
||||
}
|
||||
|
||||
.dp-highlighter table {
|
||||
width:99% !important;
|
||||
margin: 2px 0px 2px 0px !important;
|
||||
border-collapse: collapse;
|
||||
border-bottom: 2px solid #eee;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.dp-highlighter tbody.hide { display: none; }
|
||||
.dp-highlighter tbody.show { display: table-row-group; _display: block; }
|
||||
|
||||
.dp-highlighter td
|
||||
{
|
||||
font-family: Courier New;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* Styles for the tools */
|
||||
|
||||
.dp-highlighter .tools-corner {
|
||||
background-color: #eee;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.dp-highlighter .tools {
|
||||
background-color: #eee;
|
||||
padding: 3px 8px 3px 10px;
|
||||
border-bottom: 1px solid gray;
|
||||
font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
color: silver;
|
||||
}
|
||||
|
||||
.dp-highlighter .tools-corner {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.dp-highlighter .tools a {
|
||||
font-size: 9px;
|
||||
color: gray;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dp-highlighter .tools a:hover {
|
||||
color: red;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Gutter with line number */
|
||||
|
||||
.dp-highlighter .gutter {
|
||||
padding-right: 5px;
|
||||
padding-left: 10px;
|
||||
width: 5px;
|
||||
background-color: #eee;
|
||||
border-right: 1px solid gray;
|
||||
color: gray;
|
||||
text-align: right;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* Single line style */
|
||||
|
||||
.dp-highlighter .line1, .line2 {
|
||||
padding-left: 10px;
|
||||
/*border-bottom: 1px solid #F7F7F7;*/
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.dp-highlighter .line2 {
|
||||
/*background-color: #F7F7F7;*/
|
||||
}
|
||||
|
||||
/* About dialog styles */
|
||||
|
||||
.dp-about {
|
||||
background-color: #fff;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.dp-about table {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 11px;
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
.dp-about td {
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.dp-about .copy {
|
||||
border-bottom: 1px solid #ACA899;
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
.dp-about .title {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dp-about .para {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.dp-about .footer {
|
||||
background-color: #ECEADB;
|
||||
border-top: 1px solid #fff;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.dp-about .close {
|
||||
font-size: 11px;
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif !important;
|
||||
background-color: #ECEADB;
|
||||
width: 60px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
/* Language specific styles */
|
||||
|
||||
.dp-c {}
|
||||
.dp-c .comment { color: green; }
|
||||
.dp-c .string { color: blue; }
|
||||
.dp-c .preprocessor { color: gray; }
|
||||
.dp-c .keyword { color: blue; }
|
||||
.dp-c .vars { color: #d00; }
|
||||
/*
|
||||
.dp-vb {}
|
||||
.dp-vb .comment { color: green; }
|
||||
.dp-vb .string { color: blue; }
|
||||
.dp-vb .preprocessor { color: gray; }
|
||||
.dp-vb .keyword { color: blue; }
|
||||
|
||||
.dp-sql {}
|
||||
.dp-sql .comment { color: green; }
|
||||
.dp-sql .string { color: red; }
|
||||
.dp-sql .keyword { color: blue; }
|
||||
.dp-sql .func { color: #ff1493; }
|
||||
.dp-sql .op { color: #808080; }
|
||||
*/
|
||||
.dp-xml {}
|
||||
.dp-xml .cdata { color: #ff1493; }
|
||||
.dp-xml .comments { color: green; }
|
||||
.dp-xml .tag { color: blue; }
|
||||
.dp-xml .tag-name { color: black; font-weight: bold; }
|
||||
.dp-xml .attribute { color: red; }
|
||||
.dp-xml .attribute-value { color: blue; }
|
||||
/*
|
||||
.dp-delphi {}
|
||||
.dp-delphi .comment { color: #008200; font-style: italic; }
|
||||
.dp-delphi .string { color: blue; }
|
||||
.dp-delphi .number { color: blue; }
|
||||
.dp-delphi .directive { color: #008284; }
|
||||
.dp-delphi .keyword { font-weight: bold; color: navy; }
|
||||
.dp-delphi .vars { color: #000; }
|
||||
|
||||
.dp-py {}
|
||||
.dp-py .comment { color: green; }
|
||||
.dp-py .string { color: red; }
|
||||
.dp-py .docstring { color: brown; }
|
||||
.dp-py .keyword { color: blue; font-weight: bold;}
|
||||
.dp-py .builtins { color: #ff1493; }
|
||||
.dp-py .magicmethods { color: #808080; }
|
||||
.dp-py .exceptions { color: brown; }
|
||||
.dp-py .types { color: brown; font-style: italic; }
|
||||
.dp-py .commonlibs { color: #8A2BE2; font-style: italic; }*/
|
||||
|
||||
|
||||
.dp-css .keyword { color: red; }
|
||||
.dp-css .value { color: #ff1493; }
|
||||
.dp-css .comment { color: green; }
|
||||
.dp-css .string { color: blue; }
|
||||
.dp-css .preprocessor { color: gray; }
|
||||
.dp-css .keyword { color: blue; }
|
||||
.dp-css .vars { color: #d00; }
|
||||
.dp-css .colors { font-weight: bold; }
|
||||
719
include/javascript/yui3/assets/yui.css
Executable file
719
include/javascript/yui3/assets/yui.css
Executable file
@@ -0,0 +1,719 @@
|
||||
/*
|
||||
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.4.0
|
||||
*/
|
||||
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}
|
||||
|
||||
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
|
||||
|
||||
|
||||
/**
|
||||
* Nudge down to get to 13px equivalent for these form elements
|
||||
*/
|
||||
select,
|
||||
input,
|
||||
button,
|
||||
textarea {
|
||||
font:99% arial,helvetica,clean,sans-serif;
|
||||
}
|
||||
|
||||
body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.301em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.117em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gb .yui-u,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;margin-left:2%;width:32%;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:.8%;}.yui-gb .yui-u{float:right;}.yui-gb div.first{margin-left:0;float:left;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-g div.first{*margin:0;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-gc div.first,.yui-gc div.first,.yui-gd .yui-g,.yui-gd .yui-u{width:66%;}.yui-gd div.first,.yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf div.first{width:24%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first {float:left;}.yui-ge div.first,.yui-gf .yui-g,.yui-gf .yui-u{width:74.2%;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}.yui-gb .yui-u{float:left;}
|
||||
|
||||
#doc4 {
|
||||
clear:left;
|
||||
}
|
||||
#headerContainer {
|
||||
min-width:65em;
|
||||
}
|
||||
|
||||
blockquote,ul,ol,dl {
|
||||
margin:1em;
|
||||
}
|
||||
ol,ul,dl {
|
||||
margin-left:2em;
|
||||
}
|
||||
ol li {
|
||||
list-style: decimal outside;
|
||||
margin-bottom:1em;
|
||||
}
|
||||
ul li {
|
||||
list-style: disc outside;
|
||||
}
|
||||
|
||||
/*begin YDN/YUI styles*/
|
||||
|
||||
|
||||
/*a, a code {color:#0000de;} */
|
||||
a:visited, a:visited code {color:#639;}
|
||||
a:active, a:active code {color: #f00;}
|
||||
|
||||
h1 a { color:#E76300; }
|
||||
h1 a:visited {color:#E76300}
|
||||
|
||||
#logo_pane { display: none; }
|
||||
|
||||
#ygma { margin:.5em auto 1em auto; }
|
||||
|
||||
/*#bd ul li {margin-bottom:1em;}*/
|
||||
#bd ul li ul {margin-top:0;margin-bottom:0;}
|
||||
#bd ol {}
|
||||
#bd ol li p { margin-left:0}
|
||||
#bd ol li ol {list-style:lower-alpha}
|
||||
#bd ol li ol li {margin-bottom:1em}
|
||||
#bd ol li ol li ol{list-style:lower-roman}
|
||||
#bd ol li ol li ol li {margin-bottom:1em}
|
||||
|
||||
#bd p.errormessage {background:url(http://l.yimg.com/a/i/us/search/gr/alertbubble.gif) 0 0 no-repeat; padding-left:30px; margin:2em 2em 2em 1em; font-weight:bold;}
|
||||
|
||||
|
||||
h2.classname { border-top:none; margin-top:0; margin-bottom:.2em; font-size: 130%; color:#000;}
|
||||
h3.breadcrumb { border-top:none; margin-top:0; margin-bottom:.2em; font-size: 80%; color:#000;}
|
||||
h3.methods { border-top:none; margin-top:0; margin-bottom:.2em; font-size: 100%; color:#000;}
|
||||
|
||||
.screenshot {border:thin solid #999999; margin:8px;}
|
||||
|
||||
|
||||
#ft { margin-top:4em }
|
||||
#ft p { padding-bottom:2em; margin:0; text-align:center; font-size:80%; line-height:1.4em}
|
||||
#ft p.first { padding:1em 0 0 0; margin:0; }
|
||||
|
||||
#pagetitle {background:#fff url(../assets/gradient-mod.png) repeat-x;border-color:#D9D9D9;margin-bottom:10px;clear:both;}
|
||||
#pagetitle h1 {padding:4px;margin:0; color:#333; font-size:123.1%; font-weight:bold; position:relative;}
|
||||
#pagetitle h1 em {color:#FF9933; font-size:60%; font-weight:bold; font-style:normal; position:relative;}
|
||||
|
||||
|
||||
|
||||
#ygunav {background:#eee; border-bottom:2px solid #ccc; padding:0 10px;font-size:78%;text-align:right;margin-bottom:6px;height:2.5em;line-height:2.5em;}
|
||||
html>body #ygunav {overflow:hidden;}
|
||||
#ygunav strong {font-family:verdana;}
|
||||
#ygunav p {display:inline;margin:0;padding:0;}
|
||||
#ygunav p em {float:left;text-align:left;font-style:normal; padding-top:.7em}
|
||||
* html #ygunav p em {margin-top:1px;}
|
||||
#ygunav p em i {visibility:hidden;}
|
||||
#ygunav a {color:#000;}
|
||||
#ygunav form {display:inline;margin:0 0 0 1em;}
|
||||
#ygsp {width:8em;font-size:110%;padding:0;vertical-align:middle;}
|
||||
#ygunav .ygbt {background:#dcdcdc;font:110% verdana;position:relative;top:1px;}
|
||||
* html #ygunav .ygbt {top:4px;}
|
||||
* html>body #ygunav .ygbt {line-height:0;top:-4px;}
|
||||
#ygunav label {color:#666;font-family:tahoma;top:1px;}
|
||||
|
||||
#bd ol.getstarted { margin:0; padding:0; }
|
||||
#bd ol.getstarted li { font-weight:bold; color:#668AA8; margin-bottom:1em; padding-left:20px; list-style-type:none;}
|
||||
#bd ol.getstarted li p { color:#000; font-weight:normal; margin:0 0 0 20px; padding:0 }
|
||||
|
||||
code {font-family:"Courier New", monospace; font-size: 100%;color:inherit;}
|
||||
p code {color:#000;}
|
||||
a code {color:inherit;}
|
||||
|
||||
/*div.apisummary {height:auto; margin:10px 0; width:auto; zoom:1;}
|
||||
div.apisummary table {font-size:inherit;font:100%; border-collapse:separate; border:1px solid #666666; border-left:none;}
|
||||
#doc3 div.apisummary table td, #doc3 div.apisummary table th {padding:.35em; vertical-align:top;}
|
||||
div.apisummary table th { background:#B6CDE1; color:#fff; vertical-align:top; font-weight:bold;}
|
||||
div.apisummary table td { border-top:1px solid #666666;}
|
||||
div.apisummary table td, div.apisummary table th { border-left:1px solid #666666;}
|
||||
div.apisummary table tr { background-color:#ddd;}
|
||||
div.apisummary table tr.odd { background-color:#fff; }
|
||||
div.apisummary table tfoot tr { background-color:#fff; }
|
||||
*/
|
||||
dl#menuwidgets dt {font-weight:bold;}
|
||||
dl#menuwidgets {margin:0 0 0 1.5em;}
|
||||
img.example {clear:right;margin-bottom:10px;margin-left:10px;border:0;float:right;border:1px solid #999;}
|
||||
|
||||
/*YUI theater box on main page top right corner*/
|
||||
#yui-theater {width:316px; overflow:hidden;}
|
||||
#yui-theater h3 {margin:0; padding:0; color:#E76300; font-size:100%; font-weight:bold; font-stretch:expanded;}
|
||||
#yui-theater h2 {margin:0 0 10px 0; padding:0; border:none; color:#000; font-size:122%; font-weight:bold;}
|
||||
#yui-theater p {margin:7px 0 0 0;}
|
||||
#yui-theater div {float:right; font-size:85%;}
|
||||
|
||||
/*rss reader styles*/
|
||||
p.loading-content {background-image:url(http://l.yimg.com/a/i/ydn/yuiweb/img/busy_arrow.gif); background-position:top left; background-repeat:no-repeat; height:20px;padding:4px 0 0 25px; margin:0;}
|
||||
img.icon-rss {display:inline;border:none !important;position:relative;top:2px;left:1px;}
|
||||
|
||||
#index-secondary {width:316px;float:right;margin-left:10px;}
|
||||
|
||||
|
||||
/*styles for right gutter on component pages*/
|
||||
#componentvideo img {margin:.5em 0 .2em 0; border:1px solid #999;}
|
||||
.example-container h4 {margin:0.2em 0 .1em 0; color:#668AA8; font-size:92%;}
|
||||
#examples p, #componentvideo p {font-size:85%; margin:0 0 .2em 0;}
|
||||
#examples li.selected {font-weight:bold;}
|
||||
|
||||
/*styles for example pages*/
|
||||
/*.example .promo {background-color:#89d;border-color:#666666; padding:1em;}*/
|
||||
/*.example .promo h1, .example .promo h2, .example .promo h3 {color:#FFCC66;}*/
|
||||
/*.example .promo h1 {font-size:159%; padding-top:0; margin-top:0;}*/
|
||||
.exampleIntro, .exampleIntro p, .exampleIntro a, .exampleIntro a code {color:#fff;}
|
||||
.example .promo p {margin-top:.7em;}
|
||||
.firstContent {margin-top:0; padding-top:0;}
|
||||
#logger {margin-top:1em;}
|
||||
.example-container {background-color:#F1F6F7;}
|
||||
|
||||
.example-container .bd {padding:1em; position:relative; z-index:1; zoom:1;}
|
||||
.example-container .bd .bd {padding:0; position:static;} /* Reset to defaults to ensure styles are only applied to the top-level .bd of .example-container */
|
||||
.example-container>.bd:after {content:'.';visibility:hidden;clear:left;height:0;display:block;}
|
||||
.example-container .exampleHd {background: url(example-hd-bg.gif) 0 0 repeat-x #4E4D4C; }
|
||||
.example-container h3 {margin:.2em 0 .4em 0;}
|
||||
.example .example-container h1, .example .example-container h2, .example .example-container h3, .example .example-container h4, .example .example-container h5, .example .example-container h6 {color:#E76300; font-weight:bold;}
|
||||
.example-container a {color:#000;}
|
||||
.example-container a:visited, .example-container a:visited code {color:#000;}
|
||||
.example-container a:active, .example-container a:active code {color: #000;}
|
||||
|
||||
#loggerGloss {margin-top:.5em; font-size:85%;}
|
||||
#loggerDiv {font-size:77%;text-align:left;margin-top:.5em; visibility:hidden; height:280px; } /*gets turned on by script when loaded */
|
||||
#loggerDiv.yui-log {padding:.4em;width:96%;background-color:#FBE7D9;border:1px solid #666;font-family:monospace;z-index:9000;}
|
||||
#loggerDiv.yui-log p {margin:1px;padding:.1em;}
|
||||
#loggerDiv.yui-log .yui-log-hd {margin:0; padding:0; background-color:#CECCCC;}
|
||||
#loggerDiv.yui-log .yui-log-hd h4 {display:none;}
|
||||
#loggerDiv.yui-log .yui-log-bd {width:100%;height:20em;background-color:#FFF;border:1px solid #ECECEC;overflow-y:auto;overflow-x:hidden;}
|
||||
#loggerDiv.yui-log .yui-log-bd pre {border-top:1px solid #ECECEC;}
|
||||
#loggerDiv.yui-log .yui-log-bd code p {margin:1px 0;}
|
||||
#loggerDiv.yui-log .yui-log-ft .yui-log-categoryfilters {margin-top:.5em;clear:right;}
|
||||
#loggerDiv.yui-log .yui-log-ft .yui-log-sourcefilters {margin-top:.5em;border:none; clear:both;}
|
||||
#loggerDiv.yui-log .yui-log-btns {margin-top:.2em;padding:.2em;background: url(bg_hd.gif) 0 0 repeat-x #CECCCC; text-align:right; float:none; position:static;}
|
||||
#loggerDiv.yui-log .yui-log-filtergrp {margin-right:.3em; float:left; display:block}
|
||||
#loggerDiv.yui-log .yui-log-ft {margin-top:.3em;margin-bottom:.3em; font-family:verdana; zoom:1;}
|
||||
/*bug in Safari when this is applied to .yui-log-ft:*/
|
||||
#loggerDiv.yui-log:after {content:'.';visibility:hidden;clear:both;height:0;display:block;}
|
||||
.example-container.newWindow {text-align:center;}
|
||||
p.newWindowButton {text-align:right; margin-top:0; padding:.5em;}
|
||||
.bd p.newWindowButton {text-align:center;} /*when new window is required and button appears in middle of example body*/
|
||||
p.loggerButton {text-align:center;}
|
||||
#loggerLink a, #newWindowLink a {font-size:115%; font-weight:bold; color:#000099;}
|
||||
#newWindowLink a {font-size:107%;}
|
||||
#loggerModule {padding-bottom:.2em;}
|
||||
|
||||
|
||||
/*theater page styles*/
|
||||
.theater h1 {border-bottom:1px dashed #CCC; margin-bottom:1em;padding-bottom:.2em;}
|
||||
.theater img {border:1px solid #666;}
|
||||
.theater img.last {border:1px solid #666;}
|
||||
.theater p.details {font-size:77%; color:#666; margin:.2em 0 0 0; padding:0;}
|
||||
.theater p.description,
|
||||
#doc3 .theater ul li {font-size:85%; margin:0; padding:0; color:#333;}
|
||||
|
||||
#readmePanel .hd { font-weight:bold; font-size:129%; color:#fff; background:#89d; }
|
||||
#readmePanel .bd {text-align:left; overflow:auto;}
|
||||
#readmePanel .ft {text-align:right; background-color:#E7E7E7; font-size:85%;}
|
||||
/* Browser specific (not valid) styles to make preformatted text wrap */
|
||||
#readmePanel .bd pre {
|
||||
white-space: pre-wrap; /* css-3 */
|
||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||
white-space: -pre-wrap; /* Opera 4-6 */
|
||||
white-space: -o-pre-wrap; /* Opera 7 */
|
||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||
font-size: 100%;
|
||||
color:#000033;}
|
||||
|
||||
/*ed eliot's server-side delicious badge css*/
|
||||
#delicious-badge .bookmark { background: url(http://images.del.icio.us/static/img/delicious.small.gif) no-repeat left center; padding-left: 15px; font-weight: bold; }
|
||||
#delicious-badge p, #delicious-badge div {text-align: center; margin:0;}
|
||||
#delicious-badge a { color: #00f; text-decoration: none; }
|
||||
#delicious-badge div { background: #eee; }
|
||||
#delicious-badge div span { font-weight: bold; color: #000; }
|
||||
#delicious-badge ul, #delicious-badge li { display: inline; list-style: none; padding: 0; margin: 0;background:none; }
|
||||
#delicious-badge li { margin-left: 5px; }
|
||||
#delicious-badge li span { position: absolute; left: -999px; width: 999px; }
|
||||
#delicious-badge .saved-by { color: #999; }
|
||||
#delicious-badge .saved-by span { background: #00f; padding: 3px; color: #fff; }
|
||||
#delicious-badge .be-first { font-size: 85%; color: #999; }
|
||||
#delicious-badge .tag-size-1 { font-size: 100%; }
|
||||
#delicious-badge .tag-size-2 { font-size: 107%; }
|
||||
#delicious-badge .tag-size-3 { font-size: 114%; }
|
||||
#delicious-badge .tag-size-4 { font-size: 122%; }
|
||||
#delicious-badge .tag-size-5 { font-size: 129%; }
|
||||
|
||||
/*faq page:*/
|
||||
.yui-ge .yui-g {width:98%;}
|
||||
.yui-ge .yui-g .yui-u {width:48.1%;}
|
||||
#questions {margin:1em 0 2em 0; padding:0.5em; border:1px solid #838383; background-color:#E6E6E6;}
|
||||
#questions ul {margin:0; list-style:none;}
|
||||
#yui-main #questions li {padding-bottom:.2em; font-size:85%; margin:0;}
|
||||
#questions li a {display:block; padding:.6em; text-decoration:none;}
|
||||
#questions li a:hover {background-color:#F6F6F6;}
|
||||
|
||||
/*for notes on file includes*/
|
||||
.configurator-notice {margin:0;}
|
||||
#configuratorBadge {display:block; float:right; margin:0 0 10px 10px;}
|
||||
.include-notice {clear:left; border:1px solid #6F7EA1; background:#eee; padding:.7em;}
|
||||
.include-notice p.firstP {margin-top:0;}
|
||||
.include-notice p.lastP {margin-bottom:0;}
|
||||
.include-notice strong {color:#990000;}
|
||||
.configurator-notice p {font-size:93%;}
|
||||
|
||||
/*for site search suggest via autocomplete*/
|
||||
#ygunav {overflow:visible !important;}
|
||||
/*#sitesearch {float:right; width:37em; position:relative; text-align:right; z-index:1000;} */
|
||||
/*#searchinput {width:15em; font-size:11px; font-weight:bold; position:relative; top:2px;}*/
|
||||
|
||||
/* v3 modules */
|
||||
|
||||
/* colors
|
||||
orange = #FF8800;
|
||||
green = #89B31F;
|
||||
teal = #2288BB;
|
||||
light gray stroke = #D9D9D9;
|
||||
normal gray text = #666666;
|
||||
|
||||
h1 {font-size:212%;color:#89b31f !important;}
|
||||
h2 {font-size:153.9%;color:#89b31f !important;}
|
||||
a {color:#2288bb;text-decoration:none;}
|
||||
|
||||
/yui/assets/bullet4x4.png
|
||||
/yui/assets/gradient-promo.png
|
||||
|
||||
/* examples swatch
|
||||
|
||||
* C0FFF6 - light blue
|
||||
* 8DD5E7 - blue
|
||||
* 00B8BF - teal
|
||||
* CDCDCD - gray
|
||||
* CFB192 - tan
|
||||
* 71241A - brown
|
||||
* EDFF9F - lime
|
||||
* FFA928 - yellow/gold
|
||||
* D00050 - red
|
||||
* FFA882 - peach
|
||||
* 53DBA6 - bright purple
|
||||
* 004C6D - dark blue
|
||||
|
||||
*/
|
||||
|
||||
|
||||
#bar-note {
|
||||
background:#F2FBFF url(../assets/gradient-promo.png) repeat-x 0 0;padding:3px;margin:0 20px 10px 20px;font-size:85%;clear:both;}
|
||||
#bar-note strong {font-weight:bold;}
|
||||
#bar-note a {color:#004C6D;text-decoration:none;font-weight:bold;}
|
||||
#bar-note a:hover {text-decoration:underline;}
|
||||
#bar-note p {margin:0;text-align:center;}
|
||||
span.desc {text-transform:uppercase;font-size:77%;font-family:verdana;display:block;}
|
||||
|
||||
#main {color:#333;}
|
||||
#main a {color:#2288BB;text-decoration:none;}
|
||||
#main a:hover {text-decoration:underline;}
|
||||
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {margin:0;}
|
||||
#main h2 {font-size:212%;color:#89B31F;font-weight:normal;margin:0 0 12px 0;padding:0;}
|
||||
#main h3 {font-size:153.9%;color:#FF8800;font-weight:normal;margin:0 0 12px 0;padding:0;}
|
||||
#main h4 {font-size:123.1%;font-weight:normal;color:#FF8800;;margin-bottom:10px;}
|
||||
#main h5 {font-size:93%;font-weight:normal;text-transform:uppercase;color:#666;border-bottom:1px solid #D9D9D9;margin-bottom:12px;}
|
||||
#main h5 code {text-transform:none;}
|
||||
#main h6 {font-size:93%;font-weight:normal;color:#FF8800;margin-bottom:10px;font-weight:bold;}
|
||||
#main p,
|
||||
#main form {margin-bottom:1em;}
|
||||
#main div.clear {clear:both;}
|
||||
#main strong {font-weight:bold;}
|
||||
#main em {font-style:italic;}
|
||||
|
||||
#promo, .example .promo {background:#f2fbff url(../assets/gradient-promo.png) repeat-x 0 0;border:1px solid #D9D9D9;padding:13px;margin-bottom:13px;}
|
||||
#promo p, .promo p {margin-bottom:1em;}
|
||||
/*#promo ul, .promo ul {margin:0 0 1em 0;padding:0;}
|
||||
#promo ul ul, .promo ul ul {margin:0;padding:0;}*/
|
||||
#promo .yui-u ul {margin:0 0 1em 0;padding:0;}
|
||||
#promo .yui-u ul ul {margin:0 0 0 0;padding:0;}
|
||||
/*#promo ul li, .promo ul li {list-style: none;margin:0;padding:0 0 0 15px;background:url(../assets/bullet4x4.png) no-repeat 3px 6px;}*/
|
||||
#promo .yui-u ul li, .promo .yui-u ul li {list-style: none;margin:0;padding:0 0 0 15px;background:url(../assets/bullet4x4.png) no-repeat 3px 6px;}
|
||||
|
||||
#main .yui-g {width:100%;}
|
||||
#promo #quicklinks {}
|
||||
#promo #jumps {}
|
||||
#promo h4, .promo h4 {font-size:100%;font-weight:normal;text-transform:uppercase;color:#666;border-bottom:1px solid #D9D9D9;margin-bottom:10px;margin-right:10px;}
|
||||
#promo code {color:inherit;font-weight:bold;}
|
||||
#promo .yui-gb {float: left; width: 100%; margin-bottom: 16px;}
|
||||
|
||||
#utilityboxes {}
|
||||
#utilityboxes .mod {border:1px solid #D9D9D9;}
|
||||
#utilityboxes .mod .hd,
|
||||
#utilityboxes .mod .bd {border:1px solid #fff;}
|
||||
#utilityboxes .mod .hd {background-color:#999;padding:4px 6px 2px 6px;}
|
||||
#utilityboxes .mod .hd h4 {color:#FFF;border:none;margin:0;font-size:100%;font-weight:bold;}
|
||||
#utilityboxes .mod .bd {border-top:none;padding:6px;padding-bottom:0;}
|
||||
#utilityboxes ul {margin:0;padding:0;margin-bottom:1em;}
|
||||
#utilityboxes ul li {list-style: none;margin:0;padding:0 0 0 15px;background:url(../assets/bullet4x4.png) no-repeat 3px 6px;}
|
||||
#utilityboxes table td {background:none;padding:0;}
|
||||
#utilityboxes table {margin:0;}
|
||||
|
||||
|
||||
/* for frontpage*/
|
||||
|
||||
.index-main #download {margin-bottom:2em;}
|
||||
.index-main #download img {float:left; padding:0 0.5em 0.5em 0;}
|
||||
.index-main {margin-right:331px;}
|
||||
.inlay a {display:block;float:right;margin:-10px 0 13px 10px;}
|
||||
|
||||
/* sidebars */
|
||||
|
||||
.sidebar .mod {margin-bottom:1em;}
|
||||
.sidebar .mod .bd li,
|
||||
.sidebar .mod .bd p {font-size:85%;color:#666;}
|
||||
.sidebar .mod p {margin:1em 0;}
|
||||
.sidebar .mod li p {margin:0 0 1em 0;}
|
||||
.sidebar .mod .bd li p {font-size:100%;}
|
||||
.sidebar .mod h5 {font-size:85%;font-weight:normal;text-transform:uppercase;color:#666;border-bottom:1px solid #D9D9D9;margin-bottom:6px;}
|
||||
/* lists */
|
||||
.sidebar .mod ul {margin:0;padding:0;}
|
||||
.sidebar .mod li {list-style:none;margin:0;padding:0 0 0 12px;background:url(../assets/bullet-box6x6.gif) no-repeat 0 4px;}
|
||||
.sidebar .mod a {color:#2288BB;text-decoration:none;}
|
||||
.sidebar .mod a:hover {text-decoration:underline;}
|
||||
.sidebar .mod h4 {margin:0;padding:0;line-height:1;}
|
||||
.sidebar .mod .hd {padding:5px 6px 5px 6px;}
|
||||
.sidebar .mod .bd {padding:10px;}
|
||||
.sidebar .mod .ft {padding:0 10px 10px 10px;}
|
||||
|
||||
a#pdf-all {padding-left:16px;background:url(../assets/download-arrow.png) no-repeat 0 0px;}
|
||||
|
||||
.box3 {border:1px solid #D9D9D9;background-color:#F5F5F5;}
|
||||
.box3 .hd {background-color:#999;}
|
||||
.box3 h4 {color:#FFF;}
|
||||
.box3 .bd img {display:block;}
|
||||
/*inner stroke*/
|
||||
.box3 .hd {border:1px solid #fff;border-bottom-width:0;}
|
||||
.box3 .bd {border:1px solid #fff;border-bottom-width:0;}
|
||||
.box3 .ft {border:1px solid #fff;border-top-width:0;}
|
||||
/* for cheatsheet download tracking*/
|
||||
.box3 a#pdf-all {padding-left:16px;background:url(../assets/download-arrow.png) no-repeat 0 0px;}
|
||||
|
||||
.box4 {border:1px solid #D9D9D9;background:url(../assets/gradient-mod.png) repeat-x 0 0;}
|
||||
.box4 h4 {color:#89B31F;}
|
||||
|
||||
|
||||
#bd .toc3 {border:1px solid #D9D9D9;background-color:#F5F5F5;}
|
||||
#bd .toc3 ul {padding:0;margin:0;border:1px solid #FFF;border-top:none;}
|
||||
|
||||
#bd .toc3 li {font-size:85%;list-style:none;list-style:none;margin:0;background:transparent url(../assets/bullet-box6x6.gif) no-repeat 6px 7px;}
|
||||
#bd .toc3 li.sect {font-size:85%;font-weight:normal;text-transform:uppercase;color:#666;
|
||||
border-bottom:1px solid #D9D9D9;margin:6px 6px 6px 6px;padding:4px 5px 4px 0;background:none;}
|
||||
#bd .toc3 li a {color:#2288BB;text-decoration:none;display:block;padding:2px 5px 2px 16px;}
|
||||
#bd .toc3 li a:hover {text-decoration:underline;}
|
||||
#bd .toc3 li.selected {background-color:#999;}
|
||||
#bd .toc3 li.selected a {color:#FFF;}
|
||||
#bd .toc3 li.selected a:hover {color:#FFF;}
|
||||
|
||||
|
||||
/* */
|
||||
.example h2 em {font-size:78.5714%;color:#666;font-style:normal;}
|
||||
.ex-box {border:1px solid #D9D9D9;}
|
||||
.ex-box .bd {background:#F2FBFF url(../assets/gradient-promo.png) repeat-x 0 0;padding:10px;border:1px solid #FFF;}
|
||||
.ex-box .ft {background:#F2FBFF url(../assets/gradient-example-ft.png) repeat-x 0 0;border-top:1px solid #D9D9D9;}
|
||||
|
||||
/*left navigation TOC */
|
||||
/*#toc {background-color:#ecf5fa; padding:0; border:1px solid #89d }
|
||||
#toc ul {margin:0; padding:0;}
|
||||
#toc ul li {list-style:none; padding:0; margin:0; font-size:85%; }
|
||||
#toc ul li.selected { font-weight:bold; color:#fff; background:#f82; padding:0; }
|
||||
#toc ul li.selected a { color:#fff; }
|
||||
#toc ul li a { display:block; padding:2px 2px 2px 10px; text-decoration:none; }
|
||||
#toc ul li a:hover { color:#fff; background:#e60; }
|
||||
#toc ul li em { display:none; }
|
||||
#toc ul li.sect { font-weight:bold; color:#fff; background:#89d; padding:2px 0; text-indent:2px; margin-top:2px;}
|
||||
#toc ul li.first {margin-top:0;}*/
|
||||
|
||||
|
||||
.apisummary table,
|
||||
table {width:100%;margin-bottom:1em;}
|
||||
|
||||
.apisummary table tr,
|
||||
table tr {vertical-align:top;}
|
||||
|
||||
.apisummary table caption,
|
||||
table caption {display:none;}
|
||||
|
||||
.apisummary table th,
|
||||
table th {background-color:#6c8ea1;color:#FFF;text-transform:uppercase;font-weight:bold;}
|
||||
|
||||
.apisummary table td,
|
||||
table td {background-color:#e5edf1;}
|
||||
.apisummary table tr.odd,
|
||||
table tr.odd td {background-color:#F5F8F9;}
|
||||
|
||||
.apisummary table th,
|
||||
.apisummary table td,
|
||||
table th, table td {padding:5px;border:2px solid #fff;}
|
||||
|
||||
.apisummary table tr {background-color:#f5f8f9;}
|
||||
dl {margin:0;}
|
||||
dl dt {
|
||||
/*giving UL's LIs generated numbers*/
|
||||
font-weight:bold;}
|
||||
dl dd {margin:1em 0 1.5em 1em;}
|
||||
.dp-highlighter table tr, .dp-highlighter table td {border:0;padding:0;background-color:#FFF;}
|
||||
table tr {background-color:#fff;}
|
||||
table td dl {margin:1em 0;}
|
||||
|
||||
.dp-highlighter .line1, .dp-highlighter .line2 {padding-left: 10px;white-space:nowrap;}
|
||||
|
||||
table.auto {width:auto;}
|
||||
#main .examplesTable h4 {margin:0;color:#FFF;}
|
||||
#main .promo a {color:#333;}
|
||||
#main .promo .newWindowButton a {text-decoration:underline;color:#2288BB;}
|
||||
|
||||
|
||||
/*for new header treatment*/
|
||||
|
||||
/*header area*/
|
||||
#topMaxCont{width:100%;background:#fff;height:1.7em;}
|
||||
#topContainer{margin-left:auto;margin-right:auto;/*width:74.8em;*/}
|
||||
#topIntCont{width:74.8em;float:left;height:1.7em;}
|
||||
#headerMaxCont{width:100%;height:4.1em;background:url('http://l.yimg.com/a/i/ydn/header-top-bkg.jpg') repeat-x #0066a0;margin-bottom:1em;}
|
||||
#headerContainer{margin-left:auto;margin-right:auto;height:4.15em;}
|
||||
#headerMainSandbag {position:absolute;width:100%;height:4.1em;top:0;left:50%;margin-left:-62.1em;}
|
||||
#headerMainSandbag {background: transparent url('http://l.yimg.com/a/i/ydn/header-top.jpg') no-repeat 50% top;z-index:0;}
|
||||
#headerSubSandbag {position:absolute;width:123.5em;height:1.9em;top:5.77em;left:50%;margin-left:-62.1em;}
|
||||
#headerSubSandbag {background: transparent url('http://l.yimg.com/a/i/ydn/header-sub.jpg') no-repeat 50% top;z-index:0;}
|
||||
.ydnLogo{position:relative;/*left:-2.3em;*/}
|
||||
#subHMaxCont{width:100%;height:1.9em;background:url('http://l.yimg.com/a/i/ydn/header-sub-bkg.jpg') repeat-x;}
|
||||
#subHContainer{margin-left:auto;margin-right:auto;width:74.8em;}
|
||||
#subHIntCont{float:left;position:relative;left:-.76em;bottom:1.6em;width:74.8em;z-index:201;}
|
||||
#topDropMaxCont{width:100%;height:1.9em;background:url('http://l.yimg.com/a/i/ydn/header-shadow-bkg.gif') repeat-x;margin-bottom:1.8em;}
|
||||
#topDropContainer{margin-left:auto;margin-right:auto;width:74.8em;}
|
||||
#topDropIntCont{text-align:left;}
|
||||
#breadcrumbs{font-size:92%;height:1.2em;width:74.8em;float:left;text-decoration:none;margin-left:0;padding:0;position:relative;top:-1em;}
|
||||
#breadcrumbs a{text-decoration:none;color:#2288bb;}
|
||||
#breadcrumbs a:hover{height:2em;float:left;text-decoration:underline;}
|
||||
#bcSep{float:left;width:1.5em;height:1.5em;background:url('http://l.yimg.com/a/i/ydn/bcsep.gif')no-repeat;position:relative;bottom:3px;margin-right:.5em;}
|
||||
#bcItem{float:left;margin:0 .5em 0 0}
|
||||
#breadcrumbs a.bcOn{color:#888;}
|
||||
#topAreaL{float:left;color:#9f9f9f;font-size:85%;padding:6px 0 0 0;width:500px;}
|
||||
#topAreaL ul li{float:left;margin-left:8px;padding-left:8px;border-left:1px solid #dfdfdf;}
|
||||
#topAreaL ul li.first{float:left;margin-left:0; border-left:0;}
|
||||
#topAreaL strong{margin-left:60px;font-weight:bold;}
|
||||
#topAreaR{float:right;color:#9f9f9f;font-size:85%;padding:6px 0 0 0;display:block;}
|
||||
#topAreaR ul li{float:left; margin-left:8px; padding-left:8px; border-left:1px solid #dfdfdf;}
|
||||
#topAreaR ul li.first{margin-left:0; border-left:0;}
|
||||
#topAreaR strong{margin-left:0px;font-weight:bold;margin-right:40px;}
|
||||
|
||||
#ydnNav{float:left;padding:.4em 0;}
|
||||
#ydnNav .yuimenubaritemlabel {float:left;color:#fff;font-weight:bold;text-transform:uppercase;text-decoration:none;}
|
||||
#ydnNav .yuimenubaritemlabel-hassubmenu-selected {background:url('http://l.yimg.com/a/i/ydn/top-nav-arrow-off.gif') no-repeat .13em .8em ;z-index:181;}
|
||||
#ydnNav .yuimenubaritemlabel em{position:relative;color:#fff;font-weight:bold;font-style:normal;}
|
||||
#ydnNav li a:hover {color:#fff;}
|
||||
#ydnNav ul li.yuimenubaritem{padding:0 .5em;background:url('http://l.yimg.com/a/i/ydn/top-navsep.gif') no-repeat;}
|
||||
#ydnNav ul li.first-of-type{background:0;padding-left:0;margin:0;}
|
||||
#ydnNav li .yuimenu a {color:#28b;text-decoration:none; font-size:120%; padding-bottom:.3em;z-index:182;}
|
||||
#ydnNav ul li.first-of-type{background:none;}
|
||||
#ydnNav .yuimenubaritemlabel-selected{background:url('http://l.yimg.com/a/i/ydn/nav-hover-bg.gif') repeat-x;z-index:180;}
|
||||
#ydnNav li .yuimenu a:hover {color:#28b;text-decoration:underline;}
|
||||
.lowerc{text-transform:lowercase;}
|
||||
.dropArrow{margin-left:.3em;margin-bottom:.13em;display:inline;}
|
||||
.innerSubMenuArea{background-color:#f5f5f5;background:url('http://l.yimg.com/a/i/ydn/nav-submenu-drop-bg.gif') repeat-x top #f5f5f5;padding:.8em .8em;font-size:85%;text-align:left;border-top:0;z-index:183;border-top:1px solid #fff;}
|
||||
.yuimenu .bd ul{float:left;min-width:8em;max-width:16em;margin-right:2em;}
|
||||
|
||||
.submenuindicator{display:none;}
|
||||
.subMenuH{color:#6BAE00;text-transform:uppercase;font-size:114%;font-weight:bold; padding-bottom:.3em;}
|
||||
.yuimenu .x1,.yuimenu .x1a,.yuimenu .x2,.yuimenu .x2a {display:block;background:url('http://l.yimg.com/a/i/ydn/glow.png') no-repeat;_background:transparent;width:100%;height:100%;position:absolute;}
|
||||
.yuimenu .x1{background-position:0 0;z-index:-2;top:-10px;left:-10px;bottom:0;padding:0 10px 10px 0;}
|
||||
.yuimenu .x1 .x1a {height:10px;width:10px;background-position:100% 0;right:-10px;top:0;}
|
||||
.yuimenu .x2 {background-position:100% 100%;z-index:-1;bottom:-10px;right:-10px;padding:10px 0 0 10px;}
|
||||
.yuimenu .x2 .x2a {height:10px;width:10px;background-position:0 100%;left:-10px;bottom:0;}
|
||||
#innerMenuL{float:left;min-width:8em;max-width:16em;margin-right:2em;}
|
||||
#menuColContainer{float:left;}
|
||||
|
||||
#headeraL{float:left;color:#9f9f9f;font-size:85%;padding:.23em 0;}
|
||||
#headeraL ul li{float:left; border-left:1px solid #dfdfdf;}
|
||||
#headeraL ul li.first{float:left;margin-left:0; border-left:0;}
|
||||
#headeraL strong{margin-left:4.6em;font-weight:bold;}
|
||||
|
||||
#headeraR{float:right;color:#86cdf5;padding-right:10px;}
|
||||
#headeraR ul li{float:left; margin-left:8px; padding-left:.7em; border-left:1px solid #86cdf5;font-size:85%;font-weight:bold;}
|
||||
#headeraR ul li.first{border-left:0;}
|
||||
#searchArea{z-index:190;position:relative;margin-top:1.2em;width:29em;text-align:right;}
|
||||
ul.srchOptns li{margin-top:.3em;}
|
||||
|
||||
|
||||
|
||||
/*new footer*/
|
||||
|
||||
/* begin footer area */
|
||||
#footermainCont{width:100%;}
|
||||
#footerMaxCont {width:100%;clear:both;background-color:#eaeaea;border-top:1px solid #fff;}
|
||||
#footerInternal{float:left;text-align:left;}
|
||||
#footerBotMainCont{width:100%;}
|
||||
#footerBotMaxCont {width:100%;clear:both;background-color:#fff;border-top:1px solid #fff;}
|
||||
#footerBotContainer{margin-left:170px;margin-right:auto;background:#fff;}
|
||||
#footerBotInternal{float:left;text-align:left;}
|
||||
#ydnfoot{border-top:0;}
|
||||
#ydnfoot{background:#f2f2f2;text-align:left;}
|
||||
#ydnfoot a{text-decoration:none;color:#2288bb;}
|
||||
#ydnfoot a:hover{text-decoration:underline;color:#19577D;}
|
||||
#ydnfoot_top{background:#eaeaea;color:#acacac;}
|
||||
#ydnfoot_top p, #ydnfoot_top strong {}
|
||||
#ydnfoot_top h3 {font-weight:bold;text-transform:uppercase;font-size:120%;color:#fff;}
|
||||
#ydnfoot h2 {font-weight:bold;text-transform:uppercase;font-size:120%;color:#000;}
|
||||
#ydnfoot_mid{background:#f5f5f5;}
|
||||
#ydnfttopL{float:left;width:157px;}
|
||||
#ydnfttopR{float:left;width:137px; margin-left:0;}
|
||||
#ydnfttop2L{float:left;width:100px;}
|
||||
#ydnfttop2R{float:left;width:100px; margin-left:0;}
|
||||
#ydnfttop2LL{float:left;width:100px;}
|
||||
#centr1, #centr2, #centr3, #centr4, #centr5, #centr6 {font-size:85%;float:left; width:108px;}
|
||||
#ydnfoot strong{font-weight:bold;}
|
||||
#ydnfoot ul{padding:0;list-style-type:disc;list-style-position: inside;}
|
||||
#ydnfoot li{color:#2288bb;list-style-type:disc;}
|
||||
#ydnfoot_top dt{margin-top:.3em;}
|
||||
#ydnfoot_mid dt{margin-top:1em;}
|
||||
#devcentL, #devcentR {padding:1em 1em 0 0;}
|
||||
#devcentL{float:left;}
|
||||
#devcentR{float:left;}
|
||||
#ydnfoot_bot{float:left;color:#666;font-size:86%;width:989px;padding:1em;border-top:1px solid #fff;}
|
||||
#ydnfoot_bot a:hover, #ydnfoot_top a:hover{text-decoration:underline;color:#000;}
|
||||
#ydnfoot .ftbtmL{float:left;}
|
||||
#ydnfoot .ftbtmR{float:right;}
|
||||
#fthrline{float:left;width:100%;}
|
||||
#ydnfoot .midlsect{border-right:1px solid red;}
|
||||
#boxtop1{float:left;width:311px;border-right:1px solid #fff;padding:13px;height:7em;}
|
||||
#boxtop2{float:left;width:311px;border-right:1px solid #fff;padding:13px;}
|
||||
#boxtop3{float:left;width:311px;padding:13px;}
|
||||
#boxmid1{float:left;border-right:1px solid #fff;padding:13px;width:655px;}
|
||||
#boxmid2{float:left;border-right:1px solid #fff;padding:13px;width:655px;}
|
||||
#boxmid3{float:left;padding:1em 0 1em .3em;}
|
||||
|
||||
|
||||
#footer3 {clear:both;background:url('http://l.yimg.com/a/i/us/ydn/tiy.gif') no-repeat top right;margin:20px 10px 10px 0;height:20px;}
|
||||
#footer3legal {padding-left:190px;padding-right:136px;padding-top:5px;}
|
||||
#footer3legal p {color:#BBB;font-size:93%;}
|
||||
#footer3legal a {color:#28b;text-decoration:none;}
|
||||
#footer3legal a:hover {text-decoration:underline;}
|
||||
|
||||
/* end footer area*/
|
||||
|
||||
|
||||
|
||||
/* IE6 hack for 3 column layout */
|
||||
#infra.yui-u {
|
||||
*width:31%;
|
||||
}
|
||||
|
||||
|
||||
/* updates for pr2 */
|
||||
|
||||
#main ul.topiclist p.topic {margin:0 0 1em 0;font-weight:bold;}
|
||||
#main ul.topiclist p {margin:0 0 1em 0;}
|
||||
#main dl dt code {font-weight:bold;color:#333;}
|
||||
div.wideimage {margin-bottom:1em;}
|
||||
#downloadbtn {
|
||||
border:1px solid #fff;border-bottom:none;
|
||||
}
|
||||
#downloadbtn a {
|
||||
margin:10px;
|
||||
border:1px solid #89B31F;
|
||||
background-color:#fff;
|
||||
display:block;
|
||||
font-size:93%;
|
||||
color:#004C6D;
|
||||
line-height:2em;
|
||||
padding:0 10px;
|
||||
text-decoration:none;
|
||||
text-align:center;
|
||||
}
|
||||
#downloadbtn a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
/* New syntax Highlighter Core */
|
||||
.yui-syntax-highlight {
|
||||
background-color: #F5F5F5;
|
||||
border: 1px solid #D9D9D9;
|
||||
padding: .75em;
|
||||
overflow-x: auto;
|
||||
position: relative;
|
||||
margin-bottom: 15px;
|
||||
_width: 97%;
|
||||
_margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.yui-syntax-highlight .numbers {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.yui-syntax-highlight-linenumbers .numbers {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.yui-syntax-highlight-linenumbers .nonumbers {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.yui-syntax-highlight ol {
|
||||
margin-top: 0;
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.yui-syntax-highlight ol li {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.yui-syntax-highlight textarea {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.yui-syntax-highlight .syn-header {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 0;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
.yui-syntax-highlight .hidden {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 0px;
|
||||
width: 0px;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
/* HTML Colors */
|
||||
.yui-syntax-highlight .html4strict {font-family:monospace;}
|
||||
.yui-syntax-highlight .html4strict .imp {font-weight: bold; color: red;}
|
||||
.yui-syntax-highlight .html4strict .kw2 {color: #000000; font-weight: bold;}
|
||||
.yui-syntax-highlight .html4strict .kw3 {color: #000066;}
|
||||
.yui-syntax-highlight .html4strict .es0 {color: #000099; font-weight: bold;}
|
||||
.yui-syntax-highlight .html4strict .br0 {color: #66cc66;}
|
||||
.yui-syntax-highlight .html4strict .sy0 {color: #66cc66;}
|
||||
.yui-syntax-highlight .html4strict .st0 {color: #ff0000;}
|
||||
.yui-syntax-highlight .html4strict .nu0 {color: #cc66cc;}
|
||||
.yui-syntax-highlight .html4strict .sc-1 {color: #808080; font-style: italic;}
|
||||
.yui-syntax-highlight .html4strict .sc0 {color: #00bbdd;}
|
||||
.yui-syntax-highlight .html4strict .sc1 {color: #ddbb00;}
|
||||
.yui-syntax-highlight .html4strict .sc2 {color: #009900;}
|
||||
.yui-syntax-highlight .html4strict span.xtra { display:block; }
|
||||
|
||||
/* Javascript Colors */
|
||||
.yui-syntax-highlight .javascript {font-family:monospace;}
|
||||
.yui-syntax-highlight .javascript .imp {font-weight: bold; color: red;}
|
||||
.yui-syntax-highlight .javascript .kw1 {color: #000066; font-weight: bold;}
|
||||
.yui-syntax-highlight .javascript .kw2 {color: #003366; font-weight: bold;}
|
||||
.yui-syntax-highlight .javascript .kw3 {color: #000066;}
|
||||
.yui-syntax-highlight .javascript .co1 {color: #006600; font-style: italic;}
|
||||
.yui-syntax-highlight .javascript .co2 {color: #009966; font-style: italic;}
|
||||
.yui-syntax-highlight .javascript .coMULTI {color: #006600; font-style: italic;}
|
||||
.yui-syntax-highlight .javascript .es0 {color: #000099; font-weight: bold;}
|
||||
.yui-syntax-highlight .javascript .br0 {color: #009900;}
|
||||
.yui-syntax-highlight .javascript .sy0 {color: #339933;}
|
||||
.yui-syntax-highlight .javascript .st0 {color: #3366CC;}
|
||||
.yui-syntax-highlight .javascript .nu0 {color: #CC0000;}
|
||||
.yui-syntax-highlight .javascript .me1 {color: #660066;}
|
||||
.yui-syntax-highlight .javascript span.xtra { display:block; }
|
||||
|
||||
/* CSS Colors */
|
||||
.yui-syntax-highlight .css {font-family:monospace;}
|
||||
.yui-syntax-highlight .css .imp {font-weight: bold; color: red;}
|
||||
.yui-syntax-highlight .css .kw1 {color: #000000; font-weight: bold;}
|
||||
.yui-syntax-highlight .css .kw2 {color: #993333;}
|
||||
.yui-syntax-highlight .css .co1 {color: #a1a100;}
|
||||
.yui-syntax-highlight .css .co2 {color: #ff0000; font-style: italic;}
|
||||
.yui-syntax-highlight .css .coMULTI {color: #808080; font-style: italic;}
|
||||
.yui-syntax-highlight .css .es0 {color: #000099; font-weight: bold;}
|
||||
.yui-syntax-highlight .css .br0 {color: #00AA00;}
|
||||
.yui-syntax-highlight .css .sy0 {color: #00AA00;}
|
||||
.yui-syntax-highlight .css .st0 {color: #ff0000;}
|
||||
.yui-syntax-highlight .css .nu0 {color: #cc66cc;}
|
||||
.yui-syntax-highlight .css .re0 {color: #cc00cc;}
|
||||
.yui-syntax-highlight .css .re1 {color: #6666ff;}
|
||||
.yui-syntax-highlight .css .re2 {color: #3333ff;}
|
||||
.yui-syntax-highlight .css .re3 {color: #933;}
|
||||
.yui-syntax-highlight .css span.xtra { display:block; }
|
||||
|
||||
|
||||
0
include/javascript/yui3/assets/yuiDistribution.css
Executable file
0
include/javascript/yui3/assets/yuiDistribution.css
Executable file
8
include/javascript/yui3/build/assets/skins/sam/console-filters.css
Executable file
8
include/javascript/yui3/build/assets/skins/sam/console-filters.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-skin-sam .yui-console-ft .yui-console-filters-categories,.yui-skin-sam .yui-console-ft .yui-console-filters-sources{text-align:left;padding:5px 0;border:1px inset;margin:0 2px;}.yui-skin-sam .yui-console-ft .yui-console-filters-categories{background:#fff;border-bottom:2px ridge;}.yui-skin-sam .yui-console-ft .yui-console-filters-sources{background:#fff;margin-bottom:2px;border-top:0 none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;}.yui-skin-sam .yui-console-filter-label{white-space:nowrap;margin-left:1ex;}
|
||||
8
include/javascript/yui3/build/assets/skins/sam/console.css
Executable file
8
include/javascript/yui3/build/assets/skins/sam/console.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-skin-sam .yui-separate-console{position:absolute;right:1em;top:1em;z-index:999;}.yui-skin-sam .yui-inline-console{display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;vertical-align:top;}.yui-skin-sam .yui-inline-console .yui-console-content{position:relative;}.yui-skin-sam .yui-console-content{background:#777;_background:#D8D8DA url(bg.png) repeat-x 0 0;font:normal 13px/1.3 Arial,sans-serif;text-align:left;border:1px solid #777;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}.yui-skin-sam .yui-console-hd,.yui-skin-sam .yui-console-bd,.yui-skin-sam .yui-console-ft{position:relative;}.yui-skin-sam .yui-console-hd,.yui-skin-sam .yui-console-ft .yui-console-controls{text-align:right;}.yui-skin-sam .yui-console-hd{background:#D8D8DA url(bg.png) repeat-x 0 0;padding:1ex;border:1px solid transparent;_border:0 none;border-top-right-radius:10px;border-top-left-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-topleft:10px;-webkit-border-top-right-radius:10px;-webkit-border-top-left-radius:10px;}.yui-skin-sam .yui-console-bd{background:#fff;border-top:1px solid #777;border-bottom:1px solid #777;color:#000;font-size:11px;overflow:auto;overflow-x:auto;overflow-y:scroll;_width:100%;}.yui-skin-sam .yui-console-ft{background:#D8D8DA url(bg.png) repeat-x 0 0;border:1px solid transparent;_border:0 none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;}.yui-skin-sam .yui-console-controls{padding:4px 1ex;zoom:1;}.yui-skin-sam .yui-console-title{color:#000;display:inline;float:left;font-weight:bold;font-size:13px;height:24px;line-height:24px;margin:0;padding-left:1ex;}.yui-skin-sam .yui-console-pause-label{float:left;}.yui-skin-sam .yui-console-button{line-height:1.3;}.yui-skin-sam .yui-console-collapsed .yui-console-bd,.yui-skin-sam .yui-console-collapsed .yui-console-ft{display:none;}.yui-skin-sam .yui-console-content.yui-console-collapsed{-webkit-border-radius:0;}.yui-skin-sam .yui-console-collapsed .yui-console-hd{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:0;}.yui-skin-sam .yui-console-entry{border-bottom:1px solid #aaa;min-height:32px;_height:32px;}.yui-skin-sam .yui-console-entry-meta{margin:0;overflow:hidden;}.yui-skin-sam .yui-console-entry-content{margin:0;padding:0 1ex;white-space:pre-wrap;word-wrap:break-word;}.yui-skin-sam .yui-console-entry-meta .yui-console-entry-src{color:#000;font-style:italic;font-weight:bold;float:right;margin:2px 5px 0 0;}.yui-skin-sam .yui-console-entry-meta .yui-console-entry-time{color:#777;padding-left:1ex;}.yui-skin-sam .yui-console-entry-warn .yui-console-entry-meta .yui-console-entry-time{color:#555;}.yui-skin-sam .yui-console-entry-info .yui-console-entry-meta .yui-console-entry-cat,.yui-skin-sam .yui-console-entry-warn .yui-console-entry-meta .yui-console-entry-cat,.yui-skin-sam .yui-console-entry-error .yui-console-entry-meta .yui-console-entry-cat{display:none;}.yui-skin-sam .yui-console-entry-warn{background:#aee url(warn_error.png) no-repeat -15px 15px;}.yui-skin-sam .yui-console-entry-error{background:#ffa url(warn_error.png) no-repeat 5px -24px;color:#900;}.yui-skin-sam .yui-console-entry-warn .yui-console-entry-content,.yui-skin-sam .yui-console-entry-error .yui-console-entry-content{padding-left:24px;}.yui-skin-sam .yui-console-entry-cat{text-transform:uppercase;padding:1px 4px;background-color:#ccc;}.yui-skin-sam .yui-console-entry-info .yui-console-entry-cat{background-color:#ac2;}.yui-skin-sam .yui-console-entry-warn .yui-console-entry-cat{background-color:#e81;}.yui-skin-sam .yui-console-entry-error .yui-console-entry-cat{background-color:#b00;color:#fff;}.yui-skin-sam .yui-console-hidden{display:none;}
|
||||
8
include/javascript/yui3/build/assets/skins/sam/node-menunav.css
Executable file
8
include/javascript/yui3/build/assets/skins/sam/node-menunav.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-menu .yui-menu{position:absolute;z-index:1;}.yui-menu .yui-shim{position:absolute;top:0;left:0;z-index:-1;opacity:0;filter:alpha(opacity=0);border:none;margin:0;padding:0;height:100%;width:100%;}.yui-menu-hidden{top:-10000px;left:-10000px;visibility:hidden;}.yui-menu li{list-style-type:none;}.yui-menu ul,.yui-menu li{margin:0;padding:0;}.yui-menu-label,.yui-menuitem-content{text-align:left;white-space:nowrap;display:block;}.yui-menu-horizontal li{float:left;width:auto;}.yui-menu-horizontal li li{float:none;}.yui-menu-horizontal ul{*zoom:1;}.yui-menu-horizontal ul ul{*zoom:normal;}.yui-menu-horizontal>.yui-menu-content>ul:after{content:"";display:block;clear:both;line-height:0;font-size:0;visibility:hidden;}.yui-menu-content{*zoom:1;}.yui-menu-hidden .yui-menu-content{*zoom:normal;}.yui-menuitem-content,.yui-menu-label{_zoom:1;}.yui-menu-hiden .yui-menuitem-content,.yui-menu-hiden .yui-menu-label{_zoom:normal;}.yui-skin-sam .yui-menu-content,.yui-skin-sam .yui-menu .yui-menu .yui-menu-content{font-size:93%;line-height:1.5;*line-height:1.45;border:solid 1px #808080;background:#fff;padding:3px 0;}.yui-skin-sam .yui-menu .yui-menu .yui-menu-content{font-size:100%;}.yui-skin-sam .yui-menu-horizontal .yui-menu-content{line-height:2;*line-height:1.9;background:url(sprite.png) repeat-x 0 0;padding:0;}.yui-skin-sam .yui-menu ul,.yui-skin-sam .yui-menu ul ul{margin-top:3px;padding-top:3px;border-top:solid 1px #ccc;}.yui-skin-sam .yui-menu ul.first-of-type{border:0;margin:0;padding:0;}.yui-skin-sam .yui-menu-horizontal ul{padding:0;margin:0;border:0;}.yui-skin-sam .yui-menu li,.yui-skin-sam .yui-menu .yui-menu li{_border-bottom:solid 1px #fff;}.yui-skin-sam .yui-menu-horizontal li{_border-bottom:0;}.yui-skin-sam .yui-menubuttonnav li{border-right:solid 1px #ccc;}.yui-skin-sam .yui-splitbuttonnav li{border-right:solid 1px #808080;}.yui-skin-sam .yui-menubuttonnav li li,.yui-skin-sam .yui-splitbuttonnav li li{border-right:0;}.yui-skin-sam .yui-menu-label,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label,.yui-skin-sam .yui-menuitem-content,.yui-skin-sam .yui-menu .yui-menu .yui-menuitem-content{padding:0 20px;color:#000;text-decoration:none;cursor:default;float:none;border:0;margin:0;}.yui-skin-sam .yui-menu-horizontal .yui-menu-label,.yui-skin-sam .yui-menu-horizontal .yui-menuitem-content{padding:0 10px;border-style:solid;border-color:#808080;border-width:1px 0;margin:-1px 0;float:left;width:auto;}.yui-skin-sam .yui-menu-label,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label{background:url(vertical-menu-submenu-indicator.png) right center no-repeat;}.yui-skin-sam .yui-menu-horizontal .yui-menu-label{background:url(sprite.png) repeat-x 0 0;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label,.yui-skin-sam .yui-splitbuttonnav .yui-menu-label{background-image:none;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label{padding-right:0;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label em{font-style:normal;padding-right:20px;display:block;background:url(horizontal-menu-submenu-indicator.png) right center no-repeat;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label{padding:0;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label a{float:left;width:auto;color:#000;text-decoration:none;cursor:default;padding:0 5px 0 10px;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label .yui-menu-toggle{padding:0;border-left:solid 1px #ccc;width:15px;overflow:hidden;text-indent:-1000px;background:url(horizontal-menu-submenu-indicator.png) 3px center no-repeat;}.yui-skin-sam .yui-menu-label-active,.yui-skin-sam .yui-menu-label-menuvisible,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label-active,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label-menuvisible{background-color:#B3D4FF;}.yui-skin-sam .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-menu .yui-menu .yui-menuitem-active .yui-menuitem-content{background-image:none;background-color:#B3D4FF;border-left-width:0;margin-left:0;}.yui-skin-sam .yui-menu-horizontal .yui-menu-label-active,.yui-skin-sam .yui-menu-horizontal .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-menu-horizontal .yui-menu-label-menuvisible{border-color:#7D98B8;background:url(sprite.png) repeat-x 0 -1700px;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label-active,.yui-skin-sam .yui-menubuttonnav .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-menubuttonnav .yui-menu-label-menuvisible,.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-active,.yui-skin-sam .yui-splitbuttonnav .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible{border-left-width:1px;margin-left:-1px;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible{border-color:#808080;background:transparent;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible .yui-menu-toggle{border-color:#7D98B8;background:url(horizontal-menu-submenu-toggle.png) left center no-repeat;}
|
||||
9
include/javascript/yui3/build/assets/skins/sam/overlay.css
Executable file
9
include/javascript/yui3/build/assets/skins/sam/overlay.css
Executable file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
//Commented out until YUI 3 overlay classes no longer conflicts with the YUI 2 overlay css
|
||||
|
||||
.yui-overlay{position:absolute;}.yui-overlay-hidden{visibility:hidden;}*/
|
||||
14
include/javascript/yui3/build/assets/skins/sam/skin.css
Executable file
14
include/javascript/yui3/build/assets/skins/sam/skin.css
Executable file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-skin-sam .yui-console-ft .yui-console-filters-categories,.yui-skin-sam .yui-console-ft .yui-console-filters-sources{text-align:left;padding:5px 0;border:1px inset;margin:0 2px;}.yui-skin-sam .yui-console-ft .yui-console-filters-categories{background:#fff;border-bottom:2px ridge;}.yui-skin-sam .yui-console-ft .yui-console-filters-sources{background:#fff;margin-bottom:2px;border-top:0 none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;}.yui-skin-sam .yui-console-filter-label{white-space:nowrap;margin-left:1ex;}
|
||||
.yui-skin-sam .yui-separate-console{position:absolute;right:1em;top:1em;z-index:999;}.yui-skin-sam .yui-inline-console{display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;vertical-align:top;}.yui-skin-sam .yui-inline-console .yui-console-content{position:relative;}.yui-skin-sam .yui-console-content{background:#777;_background:#D8D8DA url(bg.png) repeat-x 0 0;font:normal 13px/1.3 Arial,sans-serif;text-align:left;border:1px solid #777;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}.yui-skin-sam .yui-console-hd,.yui-skin-sam .yui-console-bd,.yui-skin-sam .yui-console-ft{position:relative;}.yui-skin-sam .yui-console-hd,.yui-skin-sam .yui-console-ft .yui-console-controls{text-align:right;}.yui-skin-sam .yui-console-hd{background:#D8D8DA url(bg.png) repeat-x 0 0;padding:1ex;border:1px solid transparent;_border:0 none;border-top-right-radius:10px;border-top-left-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-topleft:10px;-webkit-border-top-right-radius:10px;-webkit-border-top-left-radius:10px;}.yui-skin-sam .yui-console-bd{background:#fff;border-top:1px solid #777;border-bottom:1px solid #777;color:#000;font-size:11px;overflow:auto;overflow-x:auto;overflow-y:scroll;_width:100%;}.yui-skin-sam .yui-console-ft{background:#D8D8DA url(bg.png) repeat-x 0 0;border:1px solid transparent;_border:0 none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;}.yui-skin-sam .yui-console-controls{padding:4px 1ex;zoom:1;}.yui-skin-sam .yui-console-title{color:#000;display:inline;float:left;font-weight:bold;font-size:13px;height:24px;line-height:24px;margin:0;padding-left:1ex;}.yui-skin-sam .yui-console-pause-label{float:left;}.yui-skin-sam .yui-console-button{line-height:1.3;}.yui-skin-sam .yui-console-collapsed .yui-console-bd,.yui-skin-sam .yui-console-collapsed .yui-console-ft{display:none;}.yui-skin-sam .yui-console-content.yui-console-collapsed{-webkit-border-radius:0;}.yui-skin-sam .yui-console-collapsed .yui-console-hd{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:0;}.yui-skin-sam .yui-console-entry{border-bottom:1px solid #aaa;min-height:32px;_height:32px;}.yui-skin-sam .yui-console-entry-meta{margin:0;overflow:hidden;}.yui-skin-sam .yui-console-entry-content{margin:0;padding:0 1ex;white-space:pre-wrap;word-wrap:break-word;}.yui-skin-sam .yui-console-entry-meta .yui-console-entry-src{color:#000;font-style:italic;font-weight:bold;float:right;margin:2px 5px 0 0;}.yui-skin-sam .yui-console-entry-meta .yui-console-entry-time{color:#777;padding-left:1ex;}.yui-skin-sam .yui-console-entry-warn .yui-console-entry-meta .yui-console-entry-time{color:#555;}.yui-skin-sam .yui-console-entry-info .yui-console-entry-meta .yui-console-entry-cat,.yui-skin-sam .yui-console-entry-warn .yui-console-entry-meta .yui-console-entry-cat,.yui-skin-sam .yui-console-entry-error .yui-console-entry-meta .yui-console-entry-cat{display:none;}.yui-skin-sam .yui-console-entry-warn{background:#aee url(warn_error.png) no-repeat -15px 15px;}.yui-skin-sam .yui-console-entry-error{background:#ffa url(warn_error.png) no-repeat 5px -24px;color:#900;}.yui-skin-sam .yui-console-entry-warn .yui-console-entry-content,.yui-skin-sam .yui-console-entry-error .yui-console-entry-content{padding-left:24px;}.yui-skin-sam .yui-console-entry-cat{text-transform:uppercase;padding:1px 4px;background-color:#ccc;}.yui-skin-sam .yui-console-entry-info .yui-console-entry-cat{background-color:#ac2;}.yui-skin-sam .yui-console-entry-warn .yui-console-entry-cat{background-color:#e81;}.yui-skin-sam .yui-console-entry-error .yui-console-entry-cat{background-color:#b00;color:#fff;}.yui-skin-sam .yui-console-hidden{display:none;}
|
||||
.yui-menu .yui-menu{position:absolute;z-index:1;}.yui-menu .yui-shim{position:absolute;top:0;left:0;z-index:-1;opacity:0;filter:alpha(opacity=0);border:none;margin:0;padding:0;height:100%;width:100%;}.yui-menu-hidden{top:-10000px;left:-10000px;visibility:hidden;}.yui-menu li{list-style-type:none;}.yui-menu ul,.yui-menu li{margin:0;padding:0;}.yui-menu-label,.yui-menuitem-content{text-align:left;white-space:nowrap;display:block;}.yui-menu-horizontal li{float:left;width:auto;}.yui-menu-horizontal li li{float:none;}.yui-menu-horizontal ul{*zoom:1;}.yui-menu-horizontal ul ul{*zoom:normal;}.yui-menu-horizontal>.yui-menu-content>ul:after{content:"";display:block;clear:both;line-height:0;font-size:0;visibility:hidden;}.yui-menu-content{*zoom:1;}.yui-menu-hidden .yui-menu-content{*zoom:normal;}.yui-menuitem-content,.yui-menu-label{_zoom:1;}.yui-menu-hiden .yui-menuitem-content,.yui-menu-hiden .yui-menu-label{_zoom:normal;}.yui-skin-sam .yui-menu-content,.yui-skin-sam .yui-menu .yui-menu .yui-menu-content{font-size:93%;line-height:1.5;*line-height:1.45;border:solid 1px #808080;background:#fff;padding:3px 0;}.yui-skin-sam .yui-menu .yui-menu .yui-menu-content{font-size:100%;}.yui-skin-sam .yui-menu-horizontal .yui-menu-content{line-height:2;*line-height:1.9;background:url(sprite.png) repeat-x 0 0;padding:0;}.yui-skin-sam .yui-menu ul,.yui-skin-sam .yui-menu ul ul{margin-top:3px;padding-top:3px;border-top:solid 1px #ccc;}.yui-skin-sam .yui-menu ul.first-of-type{border:0;margin:0;padding:0;}.yui-skin-sam .yui-menu-horizontal ul{padding:0;margin:0;border:0;}.yui-skin-sam .yui-menu li,.yui-skin-sam .yui-menu .yui-menu li{_border-bottom:solid 1px #fff;}.yui-skin-sam .yui-menu-horizontal li{_border-bottom:0;}.yui-skin-sam .yui-menubuttonnav li{border-right:solid 1px #ccc;}.yui-skin-sam .yui-splitbuttonnav li{border-right:solid 1px #808080;}.yui-skin-sam .yui-menubuttonnav li li,.yui-skin-sam .yui-splitbuttonnav li li{border-right:0;}.yui-skin-sam .yui-menu-label,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label,.yui-skin-sam .yui-menuitem-content,.yui-skin-sam .yui-menu .yui-menu .yui-menuitem-content{padding:0 20px;color:#000;text-decoration:none;cursor:default;float:none;border:0;margin:0;}.yui-skin-sam .yui-menu-horizontal .yui-menu-label,.yui-skin-sam .yui-menu-horizontal .yui-menuitem-content{padding:0 10px;border-style:solid;border-color:#808080;border-width:1px 0;margin:-1px 0;float:left;width:auto;}.yui-skin-sam .yui-menu-label,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label{background:url(vertical-menu-submenu-indicator.png) right center no-repeat;}.yui-skin-sam .yui-menu-horizontal .yui-menu-label{background:url(sprite.png) repeat-x 0 0;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label,.yui-skin-sam .yui-splitbuttonnav .yui-menu-label{background-image:none;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label{padding-right:0;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label em{font-style:normal;padding-right:20px;display:block;background:url(horizontal-menu-submenu-indicator.png) right center no-repeat;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label{padding:0;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label a{float:left;width:auto;color:#000;text-decoration:none;cursor:default;padding:0 5px 0 10px;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label .yui-menu-toggle{padding:0;border-left:solid 1px #ccc;width:15px;overflow:hidden;text-indent:-1000px;background:url(horizontal-menu-submenu-indicator.png) 3px center no-repeat;}.yui-skin-sam .yui-menu-label-active,.yui-skin-sam .yui-menu-label-menuvisible,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label-active,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label-menuvisible{background-color:#B3D4FF;}.yui-skin-sam .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-menu .yui-menu .yui-menuitem-active .yui-menuitem-content{background-image:none;background-color:#B3D4FF;border-left-width:0;margin-left:0;}.yui-skin-sam .yui-menu-horizontal .yui-menu-label-active,.yui-skin-sam .yui-menu-horizontal .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-menu-horizontal .yui-menu-label-menuvisible{border-color:#7D98B8;background:url(sprite.png) repeat-x 0 -1700px;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label-active,.yui-skin-sam .yui-menubuttonnav .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-menubuttonnav .yui-menu-label-menuvisible,.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-active,.yui-skin-sam .yui-splitbuttonnav .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible{border-left-width:1px;margin-left:-1px;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible{border-color:#808080;background:transparent;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible .yui-menu-toggle{border-color:#7D98B8;background:url(horizontal-menu-submenu-toggle.png) left center no-repeat;}
|
||||
.yui-overlay{position:absolute;}.yui-overlay-hidden{visibility:hidden;}
|
||||
.yui-slider{display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;vertical-align:middle;}.yui-slider-content{position:relative;}.yui-slider-rail{position:relative;}.yui-slider-thumb{position:absolute;}.yui-slider-thumb-image{display:block;}.yui-slider-image-error .yui-slider-thumb{height:10px;width:10px;background:#000;color:#000;overflow:hidden;}.yui-slider-image-error .yui-slider-thumb-image{display:none;}.yui-skin-sam .yui-slider-rail-x{background:url("rail-classic-x.png") repeat-x 0 7px;min-height:19px;*height:19px;}.yui-skin-sam .yui-slider-rail-y{background:url("rail-classic-y.png") repeat-y 7px 0;min-width:19px;*width:19px;}
|
||||
.yui-widget-stacked .yui-widget-shim{opacity:0;filter:alpha(opacity=0);position:absolute;border:none;top:0;left:0;padding:0;margin:0;z-index:-1;width:100%;height:100%;_width:0;_height:0;}
|
||||
.yui-widget-hidden{display:none;}
|
||||
8
include/javascript/yui3/build/assets/skins/sam/slider.css
Executable file
8
include/javascript/yui3/build/assets/skins/sam/slider.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-slider{display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;vertical-align:middle;}.yui-slider-content{position:relative;}.yui-slider-rail{position:relative;}.yui-slider-thumb{position:absolute;}.yui-slider-thumb-image{display:block;}.yui-slider-image-error .yui-slider-thumb{height:10px;width:10px;background:#000;color:#000;overflow:hidden;}.yui-slider-image-error .yui-slider-thumb-image{display:none;}.yui-skin-sam .yui-slider-rail-x{background:url("rail-classic-x.png") repeat-x 0 7px;min-height:19px;*height:19px;}.yui-skin-sam .yui-slider-rail-y{background:url("rail-classic-y.png") repeat-y 7px 0;min-width:19px;*width:19px;}
|
||||
8
include/javascript/yui3/build/assets/skins/sam/widget-stack.css
Executable file
8
include/javascript/yui3/build/assets/skins/sam/widget-stack.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-widget-stacked .yui-widget-shim{opacity:0;filter:alpha(opacity=0);position:absolute;border:none;top:0;left:0;padding:0;margin:0;z-index:-1;width:100%;height:100%;_width:0;_height:0;}
|
||||
8
include/javascript/yui3/build/assets/skins/sam/widget.css
Executable file
8
include/javascript/yui3/build/assets/skins/sam/widget.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-widget-hidden{display:none;}
|
||||
7
include/javascript/yui3/build/console/assets/console-core.css
Executable file
7
include/javascript/yui3/build/console/assets/console-core.css
Executable file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
7
include/javascript/yui3/build/console/assets/console-filters-core.css
Executable file
7
include/javascript/yui3/build/console/assets/console-filters-core.css
Executable file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-skin-sam .yui-console-ft .yui-console-filters-categories,
|
||||
.yui-skin-sam .yui-console-ft .yui-console-filters-sources {
|
||||
text-align: left;
|
||||
padding: 5px 0;
|
||||
border: 1px inset;
|
||||
margin: 0 2px;
|
||||
}
|
||||
.yui-skin-sam .yui-console-ft .yui-console-filters-categories {
|
||||
background: #fff;
|
||||
border-bottom: 2px ridge;
|
||||
}
|
||||
.yui-skin-sam .yui-console-ft .yui-console-filters-sources {
|
||||
background: #fff;
|
||||
margin-bottom: 2px;
|
||||
|
||||
border-top: 0 none;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
-moz-border-radius-bottomright: 10px;
|
||||
-moz-border-radius-bottomleft: 10px;
|
||||
-webkit-border-bottom-right-radius: 10px;
|
||||
-webkit-border-bottom-left-radius: 10px;
|
||||
}
|
||||
.yui-skin-sam .yui-console-filter-label {
|
||||
white-space: nowrap;
|
||||
margin-left: 1ex;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-skin-sam .yui-console-ft .yui-console-filters-categories,.yui-skin-sam .yui-console-ft .yui-console-filters-sources{text-align:left;padding:5px 0;border:1px inset;margin:0 2px;}.yui-skin-sam .yui-console-ft .yui-console-filters-categories{background:#fff;border-bottom:2px ridge;}.yui-skin-sam .yui-console-ft .yui-console-filters-sources{background:#fff;margin-bottom:2px;border-top:0 none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;}.yui-skin-sam .yui-console-filter-label{white-space:nowrap;margin-left:1ex;}
|
||||
192
include/javascript/yui3/build/console/assets/skins/sam/console-skin.css
Executable file
192
include/javascript/yui3/build/console/assets/skins/sam/console-skin.css
Executable file
@@ -0,0 +1,192 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-skin-sam .yui-separate-console {
|
||||
position:absolute;
|
||||
right:1em;
|
||||
top:1em;
|
||||
z-index:999;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-inline-console {
|
||||
/* xbrowser inline-block styles */
|
||||
display: -moz-inline-stack; /* FF2 */
|
||||
display: inline-block;
|
||||
*display: inline; /* IE 7- (with zoom) */
|
||||
zoom: 1;
|
||||
vertical-align: top;
|
||||
}
|
||||
.yui-skin-sam .yui-inline-console .yui-console-content {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-content {
|
||||
background: #777;
|
||||
_background: #D8D8DA url(bg.png) repeat-x 0 0;
|
||||
font: normal 13px/1.3 Arial, sans-serif;
|
||||
text-align: left;
|
||||
|
||||
border: 1px solid #777;
|
||||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-hd,
|
||||
.yui-skin-sam .yui-console-bd,
|
||||
.yui-skin-sam .yui-console-ft {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-hd,
|
||||
.yui-skin-sam .yui-console-ft .yui-console-controls {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-hd {
|
||||
background: #D8D8DA url(bg.png) repeat-x 0 0;
|
||||
padding: 1ex;
|
||||
|
||||
border: 1px solid transparent;
|
||||
_border: 0 none;
|
||||
border-top-right-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
-moz-border-radius-topright: 10px;
|
||||
-moz-border-radius-topleft: 10px;
|
||||
-webkit-border-top-right-radius: 10px;
|
||||
-webkit-border-top-left-radius: 10px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-bd {
|
||||
background: #fff;
|
||||
border-top: 1px solid #777;
|
||||
border-bottom: 1px solid #777;
|
||||
color: #000;
|
||||
font-size: 11px;
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
overflow-y: scroll;
|
||||
_width: 100%;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-ft {
|
||||
background: #D8D8DA url(bg.png) repeat-x 0 0;
|
||||
|
||||
border: 1px solid transparent;
|
||||
_border: 0 none;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
-moz-border-radius-bottomright: 10px;
|
||||
-moz-border-radius-bottomleft: 10px;
|
||||
-webkit-border-bottom-right-radius: 10px;
|
||||
-webkit-border-bottom-left-radius: 10px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-controls {
|
||||
padding: 4px 1ex;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-title {
|
||||
color: #000;
|
||||
display: inline;
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
margin: 0;
|
||||
padding-left: 1ex;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-pause-label {
|
||||
float: left;
|
||||
}
|
||||
.yui-skin-sam .yui-console-button {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-collapsed .yui-console-bd,
|
||||
.yui-skin-sam .yui-console-collapsed .yui-console-ft {
|
||||
display: none;
|
||||
}
|
||||
.yui-skin-sam .yui-console-content.yui-console-collapsed {
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
.yui-skin-sam .yui-console-collapsed .yui-console-hd {
|
||||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
|
||||
/* Log entries */
|
||||
.yui-skin-sam .yui-console-entry {
|
||||
border-bottom: 1px solid #aaa;
|
||||
min-height: 32px;
|
||||
_height: 32px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-entry-meta {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-entry-content {
|
||||
margin: 0;
|
||||
padding: 0 1ex;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-entry-meta .yui-console-entry-src {
|
||||
color: #000;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
margin: 2px 5px 0 0;
|
||||
}
|
||||
.yui-skin-sam .yui-console-entry-meta .yui-console-entry-time {
|
||||
color: #777;
|
||||
padding-left: 1ex;
|
||||
}
|
||||
.yui-skin-sam .yui-console-entry-warn .yui-console-entry-meta .yui-console-entry-time {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-entry-info .yui-console-entry-meta .yui-console-entry-cat,
|
||||
.yui-skin-sam .yui-console-entry-warn .yui-console-entry-meta .yui-console-entry-cat,
|
||||
.yui-skin-sam .yui-console-entry-error .yui-console-entry-meta .yui-console-entry-cat {
|
||||
display: none;
|
||||
}
|
||||
.yui-skin-sam .yui-console-entry-warn {
|
||||
background: #aee url(warn_error.png) no-repeat -15px 15px;
|
||||
}
|
||||
.yui-skin-sam .yui-console-entry-error {
|
||||
background: #ffa url(warn_error.png) no-repeat 5px -24px;
|
||||
color: #900;
|
||||
}
|
||||
.yui-skin-sam .yui-console-entry-warn .yui-console-entry-content,
|
||||
.yui-skin-sam .yui-console-entry-error .yui-console-entry-content {
|
||||
padding-left: 24px;
|
||||
}
|
||||
.yui-skin-sam .yui-console-entry-cat {
|
||||
text-transform: uppercase;
|
||||
padding: 1px 4px;
|
||||
background-color: #ccc;
|
||||
}
|
||||
.yui-skin-sam .yui-console-entry-info .yui-console-entry-cat {
|
||||
background-color: #ac2;
|
||||
}
|
||||
.yui-skin-sam .yui-console-entry-warn .yui-console-entry-cat {
|
||||
background-color: #e81;
|
||||
}
|
||||
.yui-skin-sam .yui-console-entry-error .yui-console-entry-cat {
|
||||
background-color: #b00;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-console-hidden { display: none; }
|
||||
8
include/javascript/yui3/build/console/assets/skins/sam/console.css
Executable file
8
include/javascript/yui3/build/console/assets/skins/sam/console.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-skin-sam .yui-separate-console{position:absolute;right:1em;top:1em;z-index:999;}.yui-skin-sam .yui-inline-console{display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;vertical-align:top;}.yui-skin-sam .yui-inline-console .yui-console-content{position:relative;}.yui-skin-sam .yui-console-content{background:#777;_background:#D8D8DA url(bg.png) repeat-x 0 0;font:normal 13px/1.3 Arial,sans-serif;text-align:left;border:1px solid #777;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}.yui-skin-sam .yui-console-hd,.yui-skin-sam .yui-console-bd,.yui-skin-sam .yui-console-ft{position:relative;}.yui-skin-sam .yui-console-hd,.yui-skin-sam .yui-console-ft .yui-console-controls{text-align:right;}.yui-skin-sam .yui-console-hd{background:#D8D8DA url(bg.png) repeat-x 0 0;padding:1ex;border:1px solid transparent;_border:0 none;border-top-right-radius:10px;border-top-left-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-topleft:10px;-webkit-border-top-right-radius:10px;-webkit-border-top-left-radius:10px;}.yui-skin-sam .yui-console-bd{background:#fff;border-top:1px solid #777;border-bottom:1px solid #777;color:#000;font-size:11px;overflow:auto;overflow-x:auto;overflow-y:scroll;_width:100%;}.yui-skin-sam .yui-console-ft{background:#D8D8DA url(bg.png) repeat-x 0 0;border:1px solid transparent;_border:0 none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;}.yui-skin-sam .yui-console-controls{padding:4px 1ex;zoom:1;}.yui-skin-sam .yui-console-title{color:#000;display:inline;float:left;font-weight:bold;font-size:13px;height:24px;line-height:24px;margin:0;padding-left:1ex;}.yui-skin-sam .yui-console-pause-label{float:left;}.yui-skin-sam .yui-console-button{line-height:1.3;}.yui-skin-sam .yui-console-collapsed .yui-console-bd,.yui-skin-sam .yui-console-collapsed .yui-console-ft{display:none;}.yui-skin-sam .yui-console-content.yui-console-collapsed{-webkit-border-radius:0;}.yui-skin-sam .yui-console-collapsed .yui-console-hd{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:0;}.yui-skin-sam .yui-console-entry{border-bottom:1px solid #aaa;min-height:32px;_height:32px;}.yui-skin-sam .yui-console-entry-meta{margin:0;overflow:hidden;}.yui-skin-sam .yui-console-entry-content{margin:0;padding:0 1ex;white-space:pre-wrap;word-wrap:break-word;}.yui-skin-sam .yui-console-entry-meta .yui-console-entry-src{color:#000;font-style:italic;font-weight:bold;float:right;margin:2px 5px 0 0;}.yui-skin-sam .yui-console-entry-meta .yui-console-entry-time{color:#777;padding-left:1ex;}.yui-skin-sam .yui-console-entry-warn .yui-console-entry-meta .yui-console-entry-time{color:#555;}.yui-skin-sam .yui-console-entry-info .yui-console-entry-meta .yui-console-entry-cat,.yui-skin-sam .yui-console-entry-warn .yui-console-entry-meta .yui-console-entry-cat,.yui-skin-sam .yui-console-entry-error .yui-console-entry-meta .yui-console-entry-cat{display:none;}.yui-skin-sam .yui-console-entry-warn{background:#aee url(warn_error.png) no-repeat -15px 15px;}.yui-skin-sam .yui-console-entry-error{background:#ffa url(warn_error.png) no-repeat 5px -24px;color:#900;}.yui-skin-sam .yui-console-entry-warn .yui-console-entry-content,.yui-skin-sam .yui-console-entry-error .yui-console-entry-content{padding-left:24px;}.yui-skin-sam .yui-console-entry-cat{text-transform:uppercase;padding:1px 4px;background-color:#ccc;}.yui-skin-sam .yui-console-entry-info .yui-console-entry-cat{background-color:#ac2;}.yui-skin-sam .yui-console-entry-warn .yui-console-entry-cat{background-color:#e81;}.yui-skin-sam .yui-console-entry-error .yui-console-entry-cat{background-color:#b00;color:#fff;}.yui-skin-sam .yui-console-hidden{display:none;}
|
||||
8
include/javascript/yui3/build/cssbase/base-context-min.css
vendored
Executable file
8
include/javascript/yui3/build/cssbase/base-context-min.css
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-cssbase h1{font-size:138.5%;}.yui-cssbase h2{font-size:123.1%;}.yui-cssbase h3{font-size:108%;}.yui-cssbase h1,.yui-cssbase h2,.yui-cssbase h3{margin:1em 0;}.yui-cssbase h1,.yui-cssbase h2,.yui-cssbase h3,.yui-cssbase h4,.yui-cssbase h5,.yui-cssbase h6,.yui-cssbase strong{font-weight:bold;}.yui-cssbase abbr,.yui-cssbase acronym{border-bottom:1px dotted #000;cursor:help;}.yui-cssbase em{font-style:italic;}.yui-cssbase blockquote,.yui-cssbase ul,.yui-cssbase ol,.yui-cssbase dl{margin:1em;}.yui-cssbase ol,.yui-cssbase ul,.yui-cssbase dl{margin-left:2em;}.yui-cssbase ol li{list-style:decimal outside;}.yui-cssbase ul li{list-style:disc outside;}.yui-cssbase dl dd{margin-left:1em;}.yui-cssbase th,.yui-cssbase td{border:1px solid #000;padding:.5em;}.yui-cssbase th{font-weight:bold;text-align:center;}.yui-cssbase caption{margin-bottom:.5em;text-align:center;}.yui-cssbase p,.yui-cssbase fieldset,.yui-cssbase table,.yui-cssbase pre{margin-bottom:1em;}.yui-cssbase input[type=text],.yui-cssbase input[type=password],.yui-cssbase textarea{width:12.25em;*width:11.9em;}
|
||||
80
include/javascript/yui3/build/cssbase/base-context.css
Executable file
80
include/javascript/yui3/build/cssbase/base-context.css
Executable file
@@ -0,0 +1,80 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
/* base.css, part of YUI's CSS Foundation */
|
||||
.yui-cssbase h1 {
|
||||
/*18px via YUI Fonts CSS foundation*/
|
||||
font-size:138.5%;
|
||||
}
|
||||
.yui-cssbase h2 {
|
||||
/*16px via YUI Fonts CSS foundation*/
|
||||
font-size:123.1%;
|
||||
}
|
||||
.yui-cssbase h3 {
|
||||
/*14px via YUI Fonts CSS foundation*/
|
||||
font-size:108%;
|
||||
}
|
||||
.yui-cssbase h1,.yui-cssbase h2,.yui-cssbase h3 {
|
||||
/* top & bottom margin based on font size */
|
||||
margin:1em 0;
|
||||
}
|
||||
.yui-cssbase h1,.yui-cssbase h2,.yui-cssbase h3,.yui-cssbase h4,.yui-cssbase h5,.yui-cssbase h6,.yui-cssbase strong {
|
||||
/*bringing boldness back to headers and the strong element*/
|
||||
font-weight:bold;
|
||||
}
|
||||
.yui-cssbase abbr,.yui-cssbase acronym {
|
||||
/*indicating to users that more info is available */
|
||||
border-bottom:1px dotted #000;
|
||||
cursor:help;
|
||||
}
|
||||
.yui-cssbase em {
|
||||
/*bringing italics back to the em element*/
|
||||
font-style:italic;
|
||||
}
|
||||
.yui-cssbase blockquote,.yui-cssbase ul,.yui-cssbase ol,.yui-cssbase dl {
|
||||
/*giving blockquotes and lists room to breath*/
|
||||
margin:1em;
|
||||
}
|
||||
.yui-cssbase ol,.yui-cssbase ul,.yui-cssbase dl {
|
||||
/*bringing lists on to the page with breathing room */
|
||||
margin-left:2em;
|
||||
}
|
||||
.yui-cssbase ol li {
|
||||
/*giving OL's LIs generated numbers*/
|
||||
list-style: decimal outside;
|
||||
}
|
||||
.yui-cssbase ul li {
|
||||
/*giving UL's LIs generated disc markers*/
|
||||
list-style: disc outside;
|
||||
}
|
||||
.yui-cssbase dl dd {
|
||||
/*providing spacing for definition terms*/
|
||||
margin-left:1em;
|
||||
}
|
||||
.yui-cssbase th,.yui-cssbase td {
|
||||
/*borders and padding to make the table readable*/
|
||||
border:1px solid #000;
|
||||
padding:.5em;
|
||||
}
|
||||
.yui-cssbase th {
|
||||
/*distinguishing table headers from data cells*/
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
}
|
||||
.yui-cssbase caption {
|
||||
/*coordinated margin to match cell's padding*/
|
||||
margin-bottom:.5em;
|
||||
/*centered so it doesn't blend in to other content*/
|
||||
text-align:center;
|
||||
}
|
||||
.yui-cssbase p,.yui-cssbase fieldset,.yui-cssbase table,.yui-cssbase pre {
|
||||
/*so things don't run into each other*/
|
||||
margin-bottom:1em;
|
||||
}
|
||||
/* setting a consistent width, 160px;
|
||||
control of type=file still not possible */
|
||||
.yui-cssbase input[type=text],.yui-cssbase input[type=password],.yui-cssbase textarea{width:12.25em;*width:11.9em;}
|
||||
8
include/javascript/yui3/build/cssbase/base-min.css
vendored
Executable file
8
include/javascript/yui3/build/cssbase/base-min.css
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
|
||||
80
include/javascript/yui3/build/cssbase/base.css
Executable file
80
include/javascript/yui3/build/cssbase/base.css
Executable file
@@ -0,0 +1,80 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
/* base.css, part of YUI's CSS Foundation */
|
||||
h1 {
|
||||
/*18px via YUI Fonts CSS foundation*/
|
||||
font-size:138.5%;
|
||||
}
|
||||
h2 {
|
||||
/*16px via YUI Fonts CSS foundation*/
|
||||
font-size:123.1%;
|
||||
}
|
||||
h3 {
|
||||
/*14px via YUI Fonts CSS foundation*/
|
||||
font-size:108%;
|
||||
}
|
||||
h1,h2,h3 {
|
||||
/* top & bottom margin based on font size */
|
||||
margin:1em 0;
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6,strong {
|
||||
/*bringing boldness back to headers and the strong element*/
|
||||
font-weight:bold;
|
||||
}
|
||||
abbr,acronym {
|
||||
/*indicating to users that more info is available */
|
||||
border-bottom:1px dotted #000;
|
||||
cursor:help;
|
||||
}
|
||||
em {
|
||||
/*bringing italics back to the em element*/
|
||||
font-style:italic;
|
||||
}
|
||||
blockquote,ul,ol,dl {
|
||||
/*giving blockquotes and lists room to breath*/
|
||||
margin:1em;
|
||||
}
|
||||
ol,ul,dl {
|
||||
/*bringing lists on to the page with breathing room */
|
||||
margin-left:2em;
|
||||
}
|
||||
ol li {
|
||||
/*giving OL's LIs generated numbers*/
|
||||
list-style: decimal outside;
|
||||
}
|
||||
ul li {
|
||||
/*giving UL's LIs generated disc markers*/
|
||||
list-style: disc outside;
|
||||
}
|
||||
dl dd {
|
||||
/*providing spacing for definition terms*/
|
||||
margin-left:1em;
|
||||
}
|
||||
th,td {
|
||||
/*borders and padding to make the table readable*/
|
||||
border:1px solid #000;
|
||||
padding:.5em;
|
||||
}
|
||||
th {
|
||||
/*distinguishing table headers from data cells*/
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
}
|
||||
caption {
|
||||
/*coordinated margin to match cell's padding*/
|
||||
margin-bottom:.5em;
|
||||
/*centered so it doesn't blend in to other content*/
|
||||
text-align:center;
|
||||
}
|
||||
p,fieldset,table,pre {
|
||||
/*so things don't run into each other*/
|
||||
margin-bottom:1em;
|
||||
}
|
||||
/* setting a consistent width, 160px;
|
||||
control of type=file still not possible */
|
||||
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
|
||||
8
include/javascript/yui3/build/cssfonts/fonts-context-min.css
vendored
Executable file
8
include/javascript/yui3/build/cssfonts/fonts-context-min.css
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-cssfonts body,.yui-cssfonts{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}.yui-cssfonts select,.yui-cssfonts input,.yui-cssfonts button,.yui-cssfonts textarea{font:99% arial,helvetica,clean,sans-serif;}.yui-cssfonts table{font-size:inherit;font:100%;}.yui-cssfonts pre,.yui-cssfonts code,.yui-cssfonts kbd,.yui-cssfonts samp,.yui-cssfonts tt{font-family:monospace;*font-size:108%;line-height:100%;}
|
||||
47
include/javascript/yui3/build/cssfonts/fonts-context.css
Executable file
47
include/javascript/yui3/build/cssfonts/fonts-context.css
Executable file
@@ -0,0 +1,47 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
/**
|
||||
* Percents could work for IE, but for backCompat purposes, we are using keywords.
|
||||
* x-small is for IE6/7 quirks mode.
|
||||
*/
|
||||
.yui-cssfonts body, .yui-cssfonts {
|
||||
font:13px/1.231 arial,helvetica,clean,sans-serif;
|
||||
*font-size:small; /* for IE */
|
||||
*font:x-small; /* for IE in quirks mode */
|
||||
}
|
||||
|
||||
/**
|
||||
* Nudge down to get to 13px equivalent for these form elements
|
||||
*/
|
||||
.yui-cssfonts select,
|
||||
.yui-cssfonts input,
|
||||
.yui-cssfonts button,
|
||||
.yui-cssfonts textarea {
|
||||
font:99% arial,helvetica,clean,sans-serif;
|
||||
}
|
||||
|
||||
/**
|
||||
* To help tables remember to inherit
|
||||
*/
|
||||
.yui-cssfonts table {
|
||||
font-size:inherit;
|
||||
font:100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Bump up IE to get to 13px equivalent for these fixed-width elements
|
||||
*/
|
||||
.yui-cssfonts pre,
|
||||
.yui-cssfonts code,
|
||||
.yui-cssfonts kbd,
|
||||
.yui-cssfonts samp,
|
||||
.yui-cssfonts tt {
|
||||
font-family:monospace;
|
||||
*font-size:108%;
|
||||
line-height:100%;
|
||||
}
|
||||
8
include/javascript/yui3/build/cssfonts/fonts-min.css
vendored
Executable file
8
include/javascript/yui3/build/cssfonts/fonts-min.css
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
|
||||
47
include/javascript/yui3/build/cssfonts/fonts.css
Executable file
47
include/javascript/yui3/build/cssfonts/fonts.css
Executable file
@@ -0,0 +1,47 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
/**
|
||||
* Percents could work for IE, but for backCompat purposes, we are using keywords.
|
||||
* x-small is for IE6/7 quirks mode.
|
||||
*/
|
||||
body {
|
||||
font:13px/1.231 arial,helvetica,clean,sans-serif;
|
||||
*font-size:small; /* for IE */
|
||||
*font:x-small; /* for IE in quirks mode */
|
||||
}
|
||||
|
||||
/**
|
||||
* Nudge down to get to 13px equivalent for these form elements
|
||||
*/
|
||||
select,
|
||||
input,
|
||||
button,
|
||||
textarea {
|
||||
font:99% arial,helvetica,clean,sans-serif;
|
||||
}
|
||||
|
||||
/**
|
||||
* To help tables remember to inherit
|
||||
*/
|
||||
table {
|
||||
font-size:inherit;
|
||||
font:100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Bump up IE to get to 13px equivalent for these fixed-width elements
|
||||
*/
|
||||
pre,
|
||||
code,
|
||||
kbd,
|
||||
samp,
|
||||
tt {
|
||||
font-family:monospace;
|
||||
*font-size:108%;
|
||||
line-height:100%;
|
||||
}
|
||||
8
include/javascript/yui3/build/cssgrids/grids-context-min.css
vendored
Executable file
8
include/javascript/yui3/build/cssgrids/grids-context-min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
491
include/javascript/yui3/build/cssgrids/grids-context.css
Executable file
491
include/javascript/yui3/build/cssgrids/grids-context.css
Executable file
@@ -0,0 +1,491 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
/*
|
||||
*
|
||||
* The YUI CSS Foundation uses the *property and _property CSS filter
|
||||
* techniques to shield a value from A-grade browsers [1] other than
|
||||
* IE6 & IE7 (*property) and IE6 (_property)
|
||||
*
|
||||
/
|
||||
Section: General Rules
|
||||
*/
|
||||
.yui-cssgrids body {
|
||||
/* center the page */
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
/*
|
||||
Section: Page Width Rules (#doc, #doc2, #doc3, #doc4)
|
||||
*/
|
||||
/*
|
||||
Subsection: General
|
||||
*/
|
||||
.yui-cssgrids .yui-d0, /* 100% */
|
||||
.yui-cssgrids .yui-d1, /* 750px */
|
||||
.yui-cssgrids .yui-d1f, /* 750px fixed */
|
||||
.yui-cssgrids .yui-d2, /* 950px */
|
||||
.yui-cssgrids .yui-d2f, /* 950px fixed */
|
||||
.yui-cssgrids .yui-d3, /* 974px */
|
||||
.yui-cssgrids .yui-d3f { /* 974px fixed */
|
||||
margin: auto;
|
||||
text-align: left;
|
||||
width: 57.69em;
|
||||
*width: 56.25em; /* doc1*/
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-t1,
|
||||
.yui-cssgrids .yui-t2,
|
||||
.yui-cssgrids .yui-t3,
|
||||
.yui-cssgrids .yui-t4,
|
||||
.yui-cssgrids .yui-t5,
|
||||
.yui-cssgrids .yui-t6 {
|
||||
margin: auto;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
Subsection: 100% (doc)
|
||||
*/
|
||||
.yui-cssgrids .yui-d0 {
|
||||
/* Left and Right margins are not a structural part of Grids. Without them Grids
|
||||
works fine, but content bleeds to the very edge of the document, which often
|
||||
impairs readability and usability. They are
|
||||
provided because they prevent the content from "bleeding" into the browser's chrome.*/
|
||||
margin: auto 10px;
|
||||
width: auto;
|
||||
}
|
||||
.yui-cssgrids .yui-d0f {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
Subsection: 950 Centered (doc2)
|
||||
*/
|
||||
.yui-cssgrids .yui-d2 {
|
||||
width: 73.076em;
|
||||
*width: 71.25em;
|
||||
}
|
||||
.yui-cssgrids .yui-d2f {
|
||||
width: 950px;
|
||||
}
|
||||
/*
|
||||
Subsection: 974 Centered (doc3)
|
||||
*/
|
||||
.yui-cssgrids .yui-d3 {
|
||||
width: 74.923em;
|
||||
*width: 73.05em;
|
||||
}
|
||||
.yui-cssgrids .yui-d3f {
|
||||
width: 974px;
|
||||
}
|
||||
/*
|
||||
Section: Preset Template Rules (.yui-t[1-6])
|
||||
*/
|
||||
/*
|
||||
Subsection: General
|
||||
*/
|
||||
|
||||
/* to preserve source-order independence for Gecko without breaking IE */
|
||||
.yui-cssgrids .yui-b {
|
||||
position: relative;
|
||||
}
|
||||
.yui-cssgrids .yui-b {
|
||||
_position: static;
|
||||
}
|
||||
.yui-cssgrids .yui-main .yui-b {
|
||||
position: static;
|
||||
}
|
||||
.yui-cssgrids .yui-main {
|
||||
width: 100%;
|
||||
}
|
||||
.yui-cssgrids .yui-t1 .yui-main,
|
||||
.yui-cssgrids .yui-t2 .yui-main,
|
||||
.yui-cssgrids .yui-t3 .yui-main {
|
||||
float: right;
|
||||
/* IE: preserve layout at narrow widths */
|
||||
margin-left: -25em;
|
||||
}
|
||||
.yui-cssgrids .yui-t4 .yui-main,
|
||||
.yui-cssgrids .yui-t5 .yui-main,
|
||||
.yui-cssgrids .yui-t6 .yui-main {
|
||||
float: left;
|
||||
/* IE: preserve layout at narrow widths */
|
||||
margin-right: -25em;
|
||||
}
|
||||
|
||||
/* Subsection: For Specific Template Presets */
|
||||
|
||||
/**
|
||||
* Nudge down to get to 13px equivalent for these form elements
|
||||
*/
|
||||
|
||||
/*
|
||||
TODO Create t1-6's that are based on fixed widths
|
||||
*/
|
||||
/* t1 narrow block = left, equivalent of 160px */
|
||||
.yui-cssgrids .yui-t1 .yui-b {
|
||||
float: left;
|
||||
width: 12.30769em;
|
||||
*width: 12.00em;
|
||||
}
|
||||
.yui-cssgrids .yui-t1 .yui-main .yui-b {
|
||||
margin-left: 13.30769em;
|
||||
*margin-left:12.975em;
|
||||
}
|
||||
/* t2 narrow block = left, equivalent of 180px */
|
||||
.yui-cssgrids .yui-t2 .yui-b {
|
||||
float: left;
|
||||
width: 13.84615em;
|
||||
*width: 13.50em;
|
||||
}
|
||||
.yui-cssgrids .yui-t2 .yui-main .yui-b {
|
||||
margin-left: 14.84615em;
|
||||
*margin-left: 14.475em;
|
||||
}
|
||||
/* t3 narrow block = left, equivalent of 300px */
|
||||
.yui-cssgrids .yui-t3 .yui-b {
|
||||
float: left;
|
||||
width: 23.0769em;
|
||||
*width: 22.50em;
|
||||
}
|
||||
.yui-cssgrids .yui-t3 .yui-main .yui-b {
|
||||
margin-left: 24.0769em;
|
||||
*margin-left: 23.475em;
|
||||
}
|
||||
/* t4 narrow block = right, equivalent of 180px */
|
||||
.yui-cssgrids .yui-t4 .yui-b {
|
||||
float: right;
|
||||
width: 13.8456em;
|
||||
*width: 13.50em;
|
||||
}
|
||||
.yui-cssgrids .yui-t4 .yui-main .yui-b {
|
||||
margin-right: 14.8456em;
|
||||
*margin-right: 14.475em;
|
||||
}
|
||||
/* t5 narrow block = right, equivalent of 240px */
|
||||
.yui-cssgrids .yui-t5 .yui-b {
|
||||
float: right;
|
||||
width: 18.4615em;
|
||||
*width: 18.00em;
|
||||
}
|
||||
.yui-cssgrids .yui-t5 .yui-main .yui-b {
|
||||
margin-right: 19.4615em;
|
||||
*margin-right: 18.975em;
|
||||
}
|
||||
/* t6 narrow block = equivalent of 300px */
|
||||
.yui-cssgrids .yui-t6 .yui-b {
|
||||
float: right;
|
||||
width: 23.0769em;
|
||||
*width: 22.50em;
|
||||
}
|
||||
.yui-cssgrids .yui-t6 .yui-main .yui-b {
|
||||
margin-right: 24.0769em;
|
||||
*margin-right: 23.475em;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-main .yui-b {
|
||||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
Section: Grids and Nesting Grids
|
||||
*/
|
||||
|
||||
/*
|
||||
Subsection: Children generally take half the available space
|
||||
*/
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-u,
|
||||
.yui-cssgrids .yui-g .yui-gb .yui-u,
|
||||
.yui-cssgrids .yui-gb .yui-g,
|
||||
.yui-cssgrids .yui-gb .yui-gb,
|
||||
.yui-cssgrids .yui-gb .yui-gc,
|
||||
.yui-cssgrids .yui-gb .yui-gd,
|
||||
.yui-cssgrids .yui-gb .yui-ge,
|
||||
.yui-cssgrids .yui-gb .yui-gf,
|
||||
.yui-cssgrids .yui-gc .yui-u,
|
||||
.yui-cssgrids .yui-gc .yui-g,
|
||||
.yui-cssgrids .yui-gd .yui-u {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/*Float units (and sub grids) to the right */
|
||||
.yui-cssgrids .yui-g .yui-u,
|
||||
.yui-cssgrids .yui-g .yui-g,
|
||||
.yui-cssgrids .yui-g .yui-gb,
|
||||
.yui-cssgrids .yui-g .yui-gc,
|
||||
.yui-cssgrids .yui-g .yui-gd,
|
||||
.yui-cssgrids .yui-g .yui-ge,
|
||||
.yui-cssgrids .yui-g .yui-gf,
|
||||
.yui-cssgrids .yui-gc .yui-u,
|
||||
.yui-cssgrids .yui-gd .yui-g,
|
||||
.yui-cssgrids .yui-g .yui-gc .yui-u,
|
||||
.yui-cssgrids .yui-ge .yui-u,
|
||||
.yui-cssgrids .yui-ge .yui-g,
|
||||
.yui-cssgrids .yui-gf .yui-g,
|
||||
.yui-cssgrids .yui-gf .yui-u {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*Float units (and sub grids) to the left */
|
||||
.yui-cssgrids .yui-g div.first,
|
||||
.yui-cssgrids .yui-gb div.first,
|
||||
.yui-cssgrids .yui-gc div.first,
|
||||
.yui-cssgrids .yui-gd div.first,
|
||||
.yui-cssgrids .yui-ge div.first,
|
||||
.yui-cssgrids .yui-gf div.first,
|
||||
.yui-cssgrids .yui-g .yui-gc div.first,
|
||||
.yui-cssgrids .yui-g .yui-ge div.first,
|
||||
.yui-cssgrids .yui-gc div.first div.first {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-g .yui-u,
|
||||
.yui-cssgrids .yui-g .yui-g,
|
||||
.yui-cssgrids .yui-g .yui-gb,
|
||||
.yui-cssgrids .yui-g .yui-gc,
|
||||
.yui-cssgrids .yui-g .yui-gd,
|
||||
.yui-cssgrids .yui-g .yui-ge,
|
||||
.yui-cssgrids .yui-g .yui-gf {
|
||||
width: 49.1%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-u,
|
||||
.yui-cssgrids .yui-g .yui-gb .yui-u,
|
||||
.yui-cssgrids .yui-gb .yui-g,
|
||||
.yui-cssgrids .yui-gb .yui-gb,
|
||||
.yui-cssgrids .yui-gb .yui-gc,
|
||||
.yui-cssgrids .yui-gb .yui-gd,
|
||||
.yui-cssgrids .yui-gb .yui-ge,
|
||||
.yui-cssgrids .yui-gb .yui-gf,
|
||||
.yui-cssgrids .yui-gc .yui-u,
|
||||
.yui-cssgrids .yui-gc .yui-g,
|
||||
.yui-cssgrids .yui-gd .yui-u {
|
||||
width: 32%;
|
||||
margin-left: 2.0%;
|
||||
}
|
||||
|
||||
/* Give IE some extra breathing room for 1/3-based rounding issues */
|
||||
.yui-cssgrids .yui-gb .yui-u {
|
||||
*width: 31.8%;
|
||||
*margin-left: 1.9%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gc div.first,
|
||||
.yui-cssgrids .yui-gd .yui-u {
|
||||
width: 66%;
|
||||
_width: 65.7%;
|
||||
}
|
||||
.yui-cssgrids .yui-gd div.first {
|
||||
width: 32%;
|
||||
_width: 31.5%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-ge div.first,
|
||||
.yui-cssgrids .yui-gf .yui-u {
|
||||
width: 74.2%;
|
||||
_width: 74%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-ge .yui-u,
|
||||
.yui-cssgrids .yui-gf div.first {
|
||||
width: 24%;
|
||||
_width: 23.8%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-g .yui-gb div.first,
|
||||
.yui-cssgrids .yui-gb div.first,
|
||||
.yui-cssgrids .yui-gc div.first,
|
||||
.yui-cssgrids .yui-gd div.first {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Section: Deep Nesting
|
||||
*/
|
||||
.yui-cssgrids .yui-g .yui-g .yui-u,
|
||||
.yui-cssgrids .yui-gb .yui-g .yui-u,
|
||||
.yui-cssgrids .yui-gc .yui-g .yui-u,
|
||||
.yui-cssgrids .yui-gd .yui-g .yui-u,
|
||||
.yui-cssgrids .yui-ge .yui-g .yui-u,
|
||||
.yui-cssgrids .yui-gf .yui-g .yui-u {
|
||||
width: 49%;
|
||||
*width: 48.1%;
|
||||
*margin-left: 0;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-g .yui-gb div.first,
|
||||
.yui-cssgrids .yui-gb .yui-gb div.first {
|
||||
*margin-right: 0;
|
||||
*width: 32%;
|
||||
_width: 31.7%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-g .yui-gc div.first,
|
||||
.yui-cssgrids .yui-gd .yui-g {
|
||||
width: 66%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-g div.first {
|
||||
*margin-right: 4%;
|
||||
_margin-right: 1.3%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-gc div.first,
|
||||
.yui-cssgrids .yui-gb .yui-gd div.first {
|
||||
*margin-right: 0;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-gb .yui-u,
|
||||
.yui-cssgrids .yui-gb .yui-gc .yui-u {
|
||||
*margin-left: 1.8%;
|
||||
_margin-left: 4%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-g .yui-gb .yui-u {
|
||||
_margin-left: 1.0%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-gd .yui-u {
|
||||
*width: 66%;
|
||||
_width: 61.2%;
|
||||
}
|
||||
.yui-cssgrids .yui-gb .yui-gd div.first {
|
||||
*width: 31%;
|
||||
_width: 29.5%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-g .yui-gc .yui-u,
|
||||
.yui-cssgrids .yui-gb .yui-gc .yui-u {
|
||||
width: 32%;
|
||||
_float: right;
|
||||
margin-right: 0;
|
||||
_margin-left: 0;
|
||||
}
|
||||
.yui-cssgrids .yui-gb .yui-gc div.first {
|
||||
width: 66%;
|
||||
*float: left;
|
||||
*margin-left: 0;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-ge .yui-u,
|
||||
.yui-cssgrids .yui-gb .yui-gf .yui-u {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-gb .yui-u {
|
||||
_margin-left: .7%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-g div.first,
|
||||
.yui-cssgrids .yui-gb .yui-gb div.first {
|
||||
*margin-left:0;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gc .yui-g .yui-u,
|
||||
.yui-cssgrids .yui-gd .yui-g .yui-u {
|
||||
*width: 48.1%;
|
||||
*margin-left: 0;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-gd div.first {
|
||||
width: 32%;
|
||||
}
|
||||
.yui-cssgrids .yui-g .yui-gd div.first {
|
||||
_width: 29.9%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-ge .yui-g {
|
||||
width: 24%;
|
||||
}
|
||||
.yui-cssgrids .yui-gf .yui-g {
|
||||
width: 74.2%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-ge div.yui-u,
|
||||
.yui-cssgrids .yui-gb .yui-gf div.yui-u {
|
||||
float: right;
|
||||
}
|
||||
.yui-cssgrids .yui-gb .yui-ge div.first,
|
||||
.yui-cssgrids .yui-gb .yui-gf div.first {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* Width Accommodation for Nested Contexts */
|
||||
.yui-cssgrids .yui-gb .yui-ge .yui-u,
|
||||
.yui-cssgrids .yui-gb .yui-gf div.first {
|
||||
*width: 24%;
|
||||
_width: 20%;
|
||||
}
|
||||
|
||||
/* Width Accommodation for Nested Contexts */
|
||||
|
||||
.yui-cssgrids .yui-gc .yui-gf .yui-u {
|
||||
width: 74%;
|
||||
_width: 73%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gc .yui-gf div.first {
|
||||
width: 24%;
|
||||
}
|
||||
|
||||
.yui-cssgrids .yui-gb .yui-ge div.first,
|
||||
.yui-cssgrids .yui-gb .yui-gf .yui-u {
|
||||
*width: 73.5%;
|
||||
_width: 65.5%;
|
||||
}
|
||||
|
||||
/* Patch for GD within GE */
|
||||
.yui-cssgrids .yui-ge div.first .yui-gd .yui-u {
|
||||
width: 65%;
|
||||
}
|
||||
.yui-cssgrids .yui-ge div.first .yui-gd div.first {
|
||||
width: 32%;
|
||||
}
|
||||
|
||||
/*
|
||||
Section: Clearing. zoom for IE, :after for others
|
||||
*/
|
||||
|
||||
.yui-cssgrids #bd:after,
|
||||
.yui-cssgrids .yui-g:after,
|
||||
.yui-cssgrids .yui-gb:after,
|
||||
.yui-cssgrids .yui-gc:after,
|
||||
.yui-cssgrids .yui-gd:after,
|
||||
.yui-cssgrids .yui-ge:after,
|
||||
.yui-cssgrids .yui-gf:after,
|
||||
.yui-cssgrids .yui-t1:after,
|
||||
.yui-cssgrids .yui-t2:after,
|
||||
.yui-cssgrids .yui-t3:after,
|
||||
.yui-cssgrids .yui-t4:after,
|
||||
.yui-cssgrids .yui-t5:after,
|
||||
.yui-cssgrids .yui-t6:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
.yui-cssgrids #bd,
|
||||
.yui-cssgrids .yui-g,
|
||||
.yui-cssgrids .yui-gb,
|
||||
.yui-cssgrids .yui-gc,
|
||||
.yui-cssgrids .yui-gd,
|
||||
.yui-cssgrids .yui-ge,
|
||||
.yui-cssgrids .yui-gf,
|
||||
.yui-cssgrids .yui-t1,
|
||||
.yui-cssgrids .yui-t2,
|
||||
.yui-cssgrids .yui-t3,
|
||||
.yui-cssgrids .yui-t4,
|
||||
.yui-cssgrids .yui-t5,
|
||||
.yui-cssgrids .yui-t6 {
|
||||
zoom: 1;
|
||||
}
|
||||
8
include/javascript/yui3/build/cssgrids/grids-min.css
vendored
Executable file
8
include/javascript/yui3/build/cssgrids/grids-min.css
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
body{text-align:center;margin-left:auto;margin-right:auto;}.yui-d0,.yui-d1,.yui-d1f,.yui-d2,.yui-d2f,.yui-d3,.yui-d3f{margin:auto;text-align:left;width:57.69em;*width:56.25em;}.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6{margin:auto;text-align:left;width:100%;}.yui-d0{margin:auto 10px;width:auto;}.yui-d0f{width:100%;}.yui-d2{width:73.076em;*width:71.25em;}.yui-d2f{width:950px;}.yui-d3{width:74.923em;*width:73.05em;}.yui-d3f{width:974px;}.yui-b{position:relative;}.yui-b{_position:static;}.yui-main .yui-b{position:static;}.yui-main{width:100%;}.yui-t1 .yui-main,.yui-t2 .yui-main,.yui-t3 .yui-main{float:right;margin-left:-25em;}.yui-t4 .yui-main,.yui-t5 .yui-main,.yui-t6 .yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 .yui-main .yui-b{margin-left:13.30769em;*margin-left:12.975em;}.yui-t2 .yui-b{float:left;width:13.84615em;*width:13.50em;}.yui-t2 .yui-main .yui-b{margin-left:14.84615em;*margin-left:14.475em;}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 .yui-main .yui-b{margin-left:24.0769em;*margin-left:23.475em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 .yui-main .yui-b{margin-right:14.8456em;*margin-right:14.475em;}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 .yui-main .yui-b{margin-right:19.4615em;*margin-right:18.975em;}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 .yui-main .yui-b{margin-right:24.0769em;*margin-right:23.475em;}.yui-main .yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:2.0%;}.yui-gb .yui-u{*width:31.8%;*margin-left:1.9%;}.yui-gc div.first,.yui-gd .yui-u{width:66%;_width:65.7%;}.yui-gd div.first{width:32%;_width:31.5%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;_width:74%;}.yui-ge .yui-u,.yui-gf div.first{width:24%;_width:23.8%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:1.0%;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;}.yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-g{width:24%;}.yui-gf .yui-g{width:74.2%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}.yui-ge div.first .yui-gd .yui-u{width:65%;}.yui-ge div.first .yui-gd div.first{width:32%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after,.yui-t1:after,.yui-t2:after,.yui-t3:after,.yui-t4:after,.yui-t5:after,.yui-t6:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6{zoom:1;}
|
||||
481
include/javascript/yui3/build/cssgrids/grids.css
Executable file
481
include/javascript/yui3/build/cssgrids/grids.css
Executable file
@@ -0,0 +1,481 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
/*
|
||||
*
|
||||
* The YUI CSS Foundation uses the *property and _property CSS filter
|
||||
* techniques to shield a value from A-grade browsers [1] other than
|
||||
* IE6 & IE7 (*property) and IE6 (_property)
|
||||
*
|
||||
/
|
||||
Section: General Rules
|
||||
*/
|
||||
body {
|
||||
/* center the page */
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
/*
|
||||
Section: Page Width Rules (#doc, #doc2, #doc3, #doc4)
|
||||
*/
|
||||
/*
|
||||
Subsection: General
|
||||
*/
|
||||
.yui-d0, /* 100% */
|
||||
.yui-d1, /* 750px */
|
||||
.yui-d1f, /* 750px fixed */
|
||||
.yui-d2, /* 950px */
|
||||
.yui-d2f, /* 950px fixed */
|
||||
.yui-d3, /* 974px */
|
||||
.yui-d3f { /* 974px fixed */
|
||||
margin: auto;
|
||||
text-align: left;
|
||||
width: 57.69em;
|
||||
*width: 56.25em; /* doc1*/
|
||||
}
|
||||
|
||||
.yui-t1,
|
||||
.yui-t2,
|
||||
.yui-t3,
|
||||
.yui-t4,
|
||||
.yui-t5,
|
||||
.yui-t6 {
|
||||
margin: auto;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
Subsection: 100% (doc)
|
||||
*/
|
||||
.yui-d0 {
|
||||
/* Left and Right margins are not a structural part of Grids. Without them Grids
|
||||
works fine, but content bleeds to the very edge of the document, which often
|
||||
impairs readability and usability. They are
|
||||
provided because they prevent the content from "bleeding" into the browser's chrome.*/
|
||||
margin: auto 10px;
|
||||
width: auto;
|
||||
}
|
||||
.yui-d0f {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
Subsection: 950 Centered (doc2)
|
||||
*/
|
||||
.yui-d2 {
|
||||
width: 73.076em;
|
||||
*width: 71.25em;
|
||||
}
|
||||
.yui-d2f {
|
||||
width: 950px;
|
||||
}
|
||||
/*
|
||||
Subsection: 974 Centered (doc3)
|
||||
*/
|
||||
.yui-d3 {
|
||||
width: 74.923em;
|
||||
*width: 73.05em;
|
||||
}
|
||||
.yui-d3f {
|
||||
width: 974px;
|
||||
}
|
||||
/*
|
||||
Section: Preset Template Rules (.yui-t[1-6])
|
||||
*/
|
||||
/*
|
||||
Subsection: General
|
||||
*/
|
||||
|
||||
/* to preserve source-order independence for Gecko without breaking IE */
|
||||
.yui-b {
|
||||
position: relative;
|
||||
}
|
||||
.yui-b {
|
||||
_position: static;
|
||||
}
|
||||
.yui-main .yui-b {
|
||||
position: static;
|
||||
}
|
||||
.yui-main {
|
||||
width: 100%;
|
||||
}
|
||||
.yui-t1 .yui-main,
|
||||
.yui-t2 .yui-main,
|
||||
.yui-t3 .yui-main {
|
||||
float: right;
|
||||
/* IE: preserve layout at narrow widths */
|
||||
margin-left: -25em;
|
||||
}
|
||||
.yui-t4 .yui-main,
|
||||
.yui-t5 .yui-main,
|
||||
.yui-t6 .yui-main {
|
||||
float: left;
|
||||
/* IE: preserve layout at narrow widths */
|
||||
margin-right: -25em;
|
||||
}
|
||||
|
||||
/* Subsection: For Specific Template Presets */
|
||||
|
||||
/**
|
||||
* Nudge down to get to 13px equivalent for these form elements
|
||||
*/
|
||||
|
||||
/*
|
||||
TODO Create t1-6's that are based on fixed widths
|
||||
*/
|
||||
/* t1 narrow block = left, equivalent of 160px */
|
||||
.yui-t1 .yui-b {
|
||||
float: left;
|
||||
width: 12.30769em;
|
||||
*width: 12.00em;
|
||||
}
|
||||
.yui-t1 .yui-main .yui-b {
|
||||
margin-left: 13.30769em;
|
||||
*margin-left:12.975em;
|
||||
}
|
||||
/* t2 narrow block = left, equivalent of 180px */
|
||||
.yui-t2 .yui-b {
|
||||
float: left;
|
||||
width: 13.84615em;
|
||||
*width: 13.50em;
|
||||
}
|
||||
.yui-t2 .yui-main .yui-b {
|
||||
margin-left: 14.84615em;
|
||||
*margin-left: 14.475em;
|
||||
}
|
||||
/* t3 narrow block = left, equivalent of 300px */
|
||||
.yui-t3 .yui-b {
|
||||
float: left;
|
||||
width: 23.0769em;
|
||||
*width: 22.50em;
|
||||
}
|
||||
.yui-t3 .yui-main .yui-b {
|
||||
margin-left: 24.0769em;
|
||||
*margin-left: 23.475em;
|
||||
}
|
||||
/* t4 narrow block = right, equivalent of 180px */
|
||||
.yui-t4 .yui-b {
|
||||
float: right;
|
||||
width: 13.8456em;
|
||||
*width: 13.50em;
|
||||
}
|
||||
.yui-t4 .yui-main .yui-b {
|
||||
margin-right: 14.8456em;
|
||||
*margin-right: 14.475em;
|
||||
}
|
||||
/* t5 narrow block = right, equivalent of 240px */
|
||||
.yui-t5 .yui-b {
|
||||
float: right;
|
||||
width: 18.4615em;
|
||||
*width: 18.00em;
|
||||
}
|
||||
.yui-t5 .yui-main .yui-b {
|
||||
margin-right: 19.4615em;
|
||||
*margin-right: 18.975em;
|
||||
}
|
||||
/* t6 narrow block = equivalent of 300px */
|
||||
.yui-t6 .yui-b {
|
||||
float: right;
|
||||
width: 23.0769em;
|
||||
*width: 22.50em;
|
||||
}
|
||||
.yui-t6 .yui-main .yui-b {
|
||||
margin-right: 24.0769em;
|
||||
*margin-right: 23.475em;
|
||||
}
|
||||
|
||||
.yui-main .yui-b {
|
||||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
Section: Grids and Nesting Grids
|
||||
*/
|
||||
|
||||
/*
|
||||
Subsection: Children generally take half the available space
|
||||
*/
|
||||
|
||||
.yui-gb .yui-u,
|
||||
.yui-g .yui-gb .yui-u,
|
||||
.yui-gb .yui-g,
|
||||
.yui-gb .yui-gb,
|
||||
.yui-gb .yui-gc,
|
||||
.yui-gb .yui-gd,
|
||||
.yui-gb .yui-ge,
|
||||
.yui-gb .yui-gf,
|
||||
.yui-gc .yui-u,
|
||||
.yui-gc .yui-g,
|
||||
.yui-gd .yui-u {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/*Float units (and sub grids) to the right */
|
||||
.yui-g .yui-u,
|
||||
.yui-g .yui-g,
|
||||
.yui-g .yui-gb,
|
||||
.yui-g .yui-gc,
|
||||
.yui-g .yui-gd,
|
||||
.yui-g .yui-ge,
|
||||
.yui-g .yui-gf,
|
||||
.yui-gc .yui-u,
|
||||
.yui-gd .yui-g,
|
||||
.yui-g .yui-gc .yui-u,
|
||||
.yui-ge .yui-u,
|
||||
.yui-ge .yui-g,
|
||||
.yui-gf .yui-g,
|
||||
.yui-gf .yui-u {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*Float units (and sub grids) to the left */
|
||||
.yui-g div.first,
|
||||
.yui-gb div.first,
|
||||
.yui-gc div.first,
|
||||
.yui-gd div.first,
|
||||
.yui-ge div.first,
|
||||
.yui-gf div.first,
|
||||
.yui-g .yui-gc div.first,
|
||||
.yui-g .yui-ge div.first,
|
||||
.yui-gc div.first div.first {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.yui-g .yui-u,
|
||||
.yui-g .yui-g,
|
||||
.yui-g .yui-gb,
|
||||
.yui-g .yui-gc,
|
||||
.yui-g .yui-gd,
|
||||
.yui-g .yui-ge,
|
||||
.yui-g .yui-gf {
|
||||
width: 49.1%;
|
||||
}
|
||||
|
||||
.yui-gb .yui-u,
|
||||
.yui-g .yui-gb .yui-u,
|
||||
.yui-gb .yui-g,
|
||||
.yui-gb .yui-gb,
|
||||
.yui-gb .yui-gc,
|
||||
.yui-gb .yui-gd,
|
||||
.yui-gb .yui-ge,
|
||||
.yui-gb .yui-gf,
|
||||
.yui-gc .yui-u,
|
||||
.yui-gc .yui-g,
|
||||
.yui-gd .yui-u {
|
||||
width: 32%;
|
||||
margin-left: 2.0%;
|
||||
}
|
||||
|
||||
/* Give IE some extra breathing room for 1/3-based rounding issues */
|
||||
.yui-gb .yui-u {
|
||||
*width: 31.8%;
|
||||
*margin-left: 1.9%;
|
||||
}
|
||||
|
||||
.yui-gc div.first,
|
||||
.yui-gd .yui-u {
|
||||
width: 66%;
|
||||
_width: 65.7%;
|
||||
}
|
||||
.yui-gd div.first {
|
||||
width: 32%;
|
||||
_width: 31.5%;
|
||||
}
|
||||
|
||||
.yui-ge div.first,
|
||||
.yui-gf .yui-u {
|
||||
width: 74.2%;
|
||||
_width: 74%;
|
||||
}
|
||||
|
||||
.yui-ge .yui-u,
|
||||
.yui-gf div.first {
|
||||
width: 24%;
|
||||
_width: 23.8%;
|
||||
}
|
||||
|
||||
.yui-g .yui-gb div.first,
|
||||
.yui-gb div.first,
|
||||
.yui-gc div.first,
|
||||
.yui-gd div.first {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Section: Deep Nesting
|
||||
*/
|
||||
.yui-g .yui-g .yui-u,
|
||||
.yui-gb .yui-g .yui-u,
|
||||
.yui-gc .yui-g .yui-u,
|
||||
.yui-gd .yui-g .yui-u,
|
||||
.yui-ge .yui-g .yui-u,
|
||||
.yui-gf .yui-g .yui-u {
|
||||
width: 49%;
|
||||
*width: 48.1%;
|
||||
*margin-left: 0;
|
||||
}
|
||||
|
||||
.yui-g .yui-gb div.first,
|
||||
.yui-gb .yui-gb div.first {
|
||||
*margin-right: 0;
|
||||
*width: 32%;
|
||||
_width: 31.7%;
|
||||
}
|
||||
|
||||
.yui-g .yui-gc div.first,
|
||||
.yui-gd .yui-g {
|
||||
width: 66%;
|
||||
}
|
||||
|
||||
.yui-gb .yui-g div.first {
|
||||
*margin-right: 4%;
|
||||
_margin-right: 1.3%;
|
||||
}
|
||||
|
||||
.yui-gb .yui-gc div.first,
|
||||
.yui-gb .yui-gd div.first {
|
||||
*margin-right: 0;
|
||||
}
|
||||
|
||||
.yui-gb .yui-gb .yui-u,
|
||||
.yui-gb .yui-gc .yui-u {
|
||||
*margin-left: 1.8%;
|
||||
_margin-left: 4%;
|
||||
}
|
||||
|
||||
.yui-g .yui-gb .yui-u {
|
||||
_margin-left: 1.0%;
|
||||
}
|
||||
|
||||
.yui-gb .yui-gd .yui-u {
|
||||
*width: 66%;
|
||||
_width: 61.2%;
|
||||
}
|
||||
.yui-gb .yui-gd div.first {
|
||||
*width: 31%;
|
||||
_width: 29.5%;
|
||||
}
|
||||
|
||||
.yui-g .yui-gc .yui-u,
|
||||
.yui-gb .yui-gc .yui-u {
|
||||
width: 32%;
|
||||
_float: right;
|
||||
margin-right: 0;
|
||||
_margin-left: 0;
|
||||
}
|
||||
.yui-gb .yui-gc div.first {
|
||||
width: 66%;
|
||||
*float: left;
|
||||
*margin-left: 0;
|
||||
}
|
||||
|
||||
.yui-gb .yui-ge .yui-u,
|
||||
.yui-gb .yui-gf .yui-u {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.yui-gb .yui-gb .yui-u {
|
||||
_margin-left: .7%;
|
||||
}
|
||||
|
||||
.yui-gb .yui-g div.first,
|
||||
.yui-gb .yui-gb div.first {
|
||||
*margin-left:0;
|
||||
}
|
||||
|
||||
.yui-gc .yui-g .yui-u,
|
||||
.yui-gd .yui-g .yui-u {
|
||||
*width: 48.1%;
|
||||
*margin-left: 0;
|
||||
}
|
||||
|
||||
.yui-gb .yui-gd div.first {
|
||||
width: 32%;
|
||||
}
|
||||
.yui-g .yui-gd div.first {
|
||||
_width: 29.9%;
|
||||
}
|
||||
|
||||
.yui-ge .yui-g {
|
||||
width: 24%;
|
||||
}
|
||||
.yui-gf .yui-g {
|
||||
width: 74.2%;
|
||||
}
|
||||
|
||||
.yui-gb .yui-ge div.yui-u,
|
||||
.yui-gb .yui-gf div.yui-u {
|
||||
float: right;
|
||||
}
|
||||
.yui-gb .yui-ge div.first,
|
||||
.yui-gb .yui-gf div.first {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* Width Accommodation for Nested Contexts */
|
||||
.yui-gb .yui-ge .yui-u,
|
||||
.yui-gb .yui-gf div.first {
|
||||
*width: 24%;
|
||||
_width: 20%;
|
||||
}
|
||||
|
||||
/* Width Accommodation for Nested Contexts */
|
||||
.yui-gb .yui-ge div.first,
|
||||
.yui-gb .yui-gf .yui-u {
|
||||
*width: 73.5%;
|
||||
_width: 65.5%;
|
||||
}
|
||||
|
||||
/* Patch for GD within GE */
|
||||
.yui-ge div.first .yui-gd .yui-u {
|
||||
width: 65%;
|
||||
}
|
||||
.yui-ge div.first .yui-gd div.first {
|
||||
width: 32%;
|
||||
}
|
||||
|
||||
/*
|
||||
Section: Clearing. zoom for IE, :after for others
|
||||
*/
|
||||
|
||||
#bd:after,
|
||||
.yui-g:after,
|
||||
.yui-gb:after,
|
||||
.yui-gc:after,
|
||||
.yui-gd:after,
|
||||
.yui-ge:after,
|
||||
.yui-gf:after,
|
||||
.yui-t1:after,
|
||||
.yui-t2:after,
|
||||
.yui-t3:after,
|
||||
.yui-t4:after,
|
||||
.yui-t5:after,
|
||||
.yui-t6:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
#bd,
|
||||
.yui-g,
|
||||
.yui-gb,
|
||||
.yui-gc,
|
||||
.yui-gd,
|
||||
.yui-ge,
|
||||
.yui-gf,
|
||||
.yui-t1,
|
||||
.yui-t2,
|
||||
.yui-t3,
|
||||
.yui-t4,
|
||||
.yui-t5,
|
||||
.yui-t6 {
|
||||
zoom: 1;
|
||||
}
|
||||
8
include/javascript/yui3/build/cssreset/reset-context-min.css
vendored
Executable file
8
include/javascript/yui3/build/cssreset/reset-context-min.css
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-cssreset html{color:#000;background:#FFF;}.yui-cssreset body,.yui-cssreset div,.yui-cssreset dl,.yui-cssreset dt,.yui-cssreset dd,.yui-cssreset ul,.yui-cssreset ol,.yui-cssreset li,.yui-cssreset h1,.yui-cssreset h2,.yui-cssreset h3,.yui-cssreset h4,.yui-cssreset h5,.yui-cssreset h6,.yui-cssreset pre,.yui-cssreset code,.yui-cssreset form,.yui-cssreset fieldset,.yui-cssreset legend,.yui-cssreset input,.yui-cssreset textarea,.yui-cssreset p,.yui-cssreset blockquote,.yui-cssreset th,.yui-cssreset td{margin:0;padding:0;}.yui-cssreset table{border-collapse:collapse;border-spacing:0;}.yui-cssreset fieldset,.yui-cssreset img{border:0;}.yui-cssreset address,.yui-cssreset caption,.yui-cssreset cite,.yui-cssreset code,.yui-cssreset dfn,.yui-cssreset em,.yui-cssreset strong,.yui-cssreset th,.yui-cssreset var{font-style:normal;font-weight:normal;}.yui-cssreset li{list-style:none;}.yui-cssreset caption,.yui-cssreset th{text-align:left;}.yui-cssreset h1,.yui-cssreset h2,.yui-cssreset h3,.yui-cssreset h4,.yui-cssreset h5,.yui-cssreset h6{font-size:100%;font-weight:normal;}.yui-cssreset q:before,.yui-cssreset q:after{content:'';}.yui-cssreset abbr,.yui-cssreset acronym{border:0;font-variant:normal;}.yui-cssreset sup{vertical-align:text-top;}.yui-cssreset sub{vertical-align:text-bottom;}.yui-cssreset input,.yui-cssreset textarea,.yui-cssreset select{font-family:inherit;font-size:inherit;font-weight:inherit;}.yui-cssreset input,.yui-cssreset textarea,.yui-cssreset select{*font-size:100%;}.yui-cssreset legend{color:#000;}
|
||||
126
include/javascript/yui3/build/cssreset/reset-context.css
Executable file
126
include/javascript/yui3/build/cssreset/reset-context.css
Executable file
@@ -0,0 +1,126 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
/*e
|
||||
TODO will need to remove settings on HTML since we can't namespace it.
|
||||
TODO with the prefix, should I group by selector or property for weight savings?
|
||||
*/
|
||||
.yui-cssreset html{
|
||||
color:#000;
|
||||
background:#FFF;
|
||||
}
|
||||
/*
|
||||
TODO remove settings on BODY since we can't namespace it.
|
||||
*/
|
||||
/*
|
||||
TODO test putting a class on HEAD.
|
||||
- Fails on FF.
|
||||
*/
|
||||
.yui-cssreset body,
|
||||
.yui-cssreset div,
|
||||
.yui-cssreset dl,
|
||||
.yui-cssreset dt,
|
||||
.yui-cssreset dd,
|
||||
.yui-cssreset ul,
|
||||
.yui-cssreset ol,
|
||||
.yui-cssreset li,
|
||||
.yui-cssreset h1,
|
||||
.yui-cssreset h2,
|
||||
.yui-cssreset h3,
|
||||
.yui-cssreset h4,
|
||||
.yui-cssreset h5,
|
||||
.yui-cssreset h6,
|
||||
.yui-cssreset pre,
|
||||
.yui-cssreset code,
|
||||
.yui-cssreset form,
|
||||
.yui-cssreset fieldset,
|
||||
.yui-cssreset legend,
|
||||
.yui-cssreset input,
|
||||
.yui-cssreset textarea,
|
||||
.yui-cssreset p,
|
||||
.yui-cssreset blockquote,
|
||||
.yui-cssreset th,
|
||||
.yui-cssreset td {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.yui-cssreset table {
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
}
|
||||
.yui-cssreset fieldset,
|
||||
.yui-cssreset img {
|
||||
border:0;
|
||||
}
|
||||
/*
|
||||
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
|
||||
*/
|
||||
.yui-cssreset address,
|
||||
.yui-cssreset caption,
|
||||
.yui-cssreset cite,
|
||||
.yui-cssreset code,
|
||||
.yui-cssreset dfn,
|
||||
.yui-cssreset em,
|
||||
.yui-cssreset strong,
|
||||
.yui-cssreset th,
|
||||
.yui-cssreset var {
|
||||
font-style:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
/*
|
||||
TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
|
||||
*/
|
||||
.yui-cssreset li {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.yui-cssreset caption,
|
||||
.yui-cssreset th {
|
||||
text-align:left;
|
||||
}
|
||||
.yui-cssreset h1,
|
||||
.yui-cssreset h2,
|
||||
.yui-cssreset h3,
|
||||
.yui-cssreset h4,
|
||||
.yui-cssreset h5,
|
||||
.yui-cssreset h6 {
|
||||
font-size:100%;
|
||||
font-weight:normal;
|
||||
}
|
||||
.yui-cssreset q:before,
|
||||
.yui-cssreset q:after {
|
||||
content:'';
|
||||
}
|
||||
.yui-cssreset abbr,
|
||||
.yui-cssreset acronym {
|
||||
border:0;
|
||||
font-variant:normal;
|
||||
}
|
||||
/* to preserve line-height and selector appearance */
|
||||
.yui-cssreset sup {
|
||||
vertical-align:text-top;
|
||||
}
|
||||
.yui-cssreset sub {
|
||||
vertical-align:text-bottom;
|
||||
}
|
||||
.yui-cssreset input,
|
||||
.yui-cssreset textarea,
|
||||
.yui-cssreset select {
|
||||
font-family:inherit;
|
||||
font-size:inherit;
|
||||
font-weight:inherit;
|
||||
}
|
||||
/*to enable resizing for IE*/
|
||||
.yui-cssreset input,
|
||||
.yui-cssreset textarea,
|
||||
.yui-cssreset select {
|
||||
*font-size:100%;
|
||||
}
|
||||
/*because legend doesn't inherit in IE */
|
||||
.yui-cssreset legend {
|
||||
color:#000;
|
||||
}
|
||||
8
include/javascript/yui3/build/cssreset/reset-min.css
vendored
Executable file
8
include/javascript/yui3/build/cssreset/reset-min.css
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
|
||||
126
include/javascript/yui3/build/cssreset/reset.css
Executable file
126
include/javascript/yui3/build/cssreset/reset.css
Executable file
@@ -0,0 +1,126 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
/*
|
||||
TODO will need to remove settings on HTML since we can't namespace it.
|
||||
TODO with the prefix, should I group by selector or property for weight savings?
|
||||
*/
|
||||
html{
|
||||
color:#000;
|
||||
background:#FFF;
|
||||
}
|
||||
/*
|
||||
TODO remove settings on BODY since we can't namespace it.
|
||||
*/
|
||||
/*
|
||||
TODO test putting a class on HEAD.
|
||||
- Fails on FF.
|
||||
*/
|
||||
body,
|
||||
div,
|
||||
dl,
|
||||
dt,
|
||||
dd,
|
||||
ul,
|
||||
ol,
|
||||
li,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
pre,
|
||||
code,
|
||||
form,
|
||||
fieldset,
|
||||
legend,
|
||||
input,
|
||||
textarea,
|
||||
p,
|
||||
blockquote,
|
||||
th,
|
||||
td {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
table {
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
}
|
||||
fieldset,
|
||||
img {
|
||||
border:0;
|
||||
}
|
||||
/*
|
||||
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
|
||||
*/
|
||||
address,
|
||||
caption,
|
||||
cite,
|
||||
code,
|
||||
dfn,
|
||||
em,
|
||||
strong,
|
||||
th,
|
||||
var {
|
||||
font-style:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
/*
|
||||
TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
|
||||
*/
|
||||
li {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
caption,
|
||||
th {
|
||||
text-align:left;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-size:100%;
|
||||
font-weight:normal;
|
||||
}
|
||||
q:before,
|
||||
q:after {
|
||||
content:'';
|
||||
}
|
||||
abbr,
|
||||
acronym {
|
||||
border:0;
|
||||
font-variant:normal;
|
||||
}
|
||||
/* to preserve line-height and selector appearance */
|
||||
sup {
|
||||
vertical-align:text-top;
|
||||
}
|
||||
sub {
|
||||
vertical-align:text-bottom;
|
||||
}
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
font-family:inherit;
|
||||
font-size:inherit;
|
||||
font-weight:inherit;
|
||||
}
|
||||
/*to enable resizing for IE*/
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
*font-size:100%;
|
||||
}
|
||||
/*because legend doesn't inherit in IE */
|
||||
legend {
|
||||
color:#000;
|
||||
}
|
||||
176
include/javascript/yui3/build/node-menunav/assets/node-menunav-core.css
Executable file
176
include/javascript/yui3/build/node-menunav/assets/node-menunav-core.css
Executable file
@@ -0,0 +1,176 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-menu .yui-menu {
|
||||
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.yui-menu .yui-shim {
|
||||
|
||||
/*
|
||||
Styles for the <iframe> shim used to prevent <select> elements from poking through
|
||||
submenus in IE < 7. Note: For peformance, creation of the <iframe> shim for each submenu
|
||||
is deferred until it is initially made visible by the user.
|
||||
*/
|
||||
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0); /* For IE since it doesn't implement the CSS3 "opacity" property. */
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-hidden {
|
||||
|
||||
/*
|
||||
Position hidden menus outside the viewport boundaries to prevent them from
|
||||
triggering scrollbars on the viewport.
|
||||
*/
|
||||
|
||||
top: -10000px;
|
||||
left: -10000px;
|
||||
|
||||
/*
|
||||
Using "visibility:hidden" over "display" none because:
|
||||
|
||||
1) As the "position" property for submenus is set to "absolute", they are out of
|
||||
the document flow and take up no space. Therefore, from that perspective use of
|
||||
"display:none" is redundant.
|
||||
|
||||
2) According to MSDN use of "display:none" is more expensive:
|
||||
"Display is the more expensive of the two CSS properties, so if you are
|
||||
making elements appear and disappear often, visibility will be faster."
|
||||
(See http://msdn.microsoft.com/en-us/library/bb264005(VS.85).aspx)
|
||||
*/
|
||||
|
||||
visibility: hidden;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu li {
|
||||
|
||||
list-style-type: none;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu ul,
|
||||
.yui-menu li {
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-label,
|
||||
.yui-menuitem-content {
|
||||
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-horizontal li {
|
||||
|
||||
float: left;
|
||||
width: auto;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-horizontal li li {
|
||||
|
||||
float: none;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-horizontal ul {
|
||||
|
||||
/*
|
||||
Use of "zoom" sets the "hasLayout" property to "true" in IE (< 8). When "hasLayout" is
|
||||
set to "true", an element can clear its floated descendents. For more:
|
||||
http://msdn.microsoft.com/en-gb/library/ms533776(VS.85).aspx
|
||||
*/
|
||||
|
||||
*zoom: 1;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-horizontal ul ul {
|
||||
|
||||
/*
|
||||
No need to clear <ul>s of submenus of horizontal menus since <li>s of submenus
|
||||
aren't floated.
|
||||
*/
|
||||
|
||||
*zoom: normal;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-horizontal>.yui-menu-content>ul:after {
|
||||
|
||||
/* Self-clearing solution for Opera, Webkit, Gecko and IE > 7 */
|
||||
|
||||
content: "";
|
||||
display: block;
|
||||
clear: both;
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
visibility: hidden;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
The following two rules are for IE 7. Triggering "hasLayout" (via use of "zoom") prevents
|
||||
first-tier submenus from hiding when the mouse is moving from an menu label in a root menu to
|
||||
its corresponding submenu.
|
||||
*/
|
||||
|
||||
.yui-menu-content {
|
||||
|
||||
*zoom: 1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.yui-menu-hidden .yui-menu-content {
|
||||
|
||||
*zoom: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
The following two rules are for IE 6 (Standards Mode and Quirks Mode) and IE 7 (Quirks Mode
|
||||
only). Triggering "hasLayout" (via use of "zoom") fixes a bug in IE where mousing mousing off
|
||||
the text node of menuitem or menu label will incorrectly trigger the mouseout event.
|
||||
*/
|
||||
|
||||
.yui-menuitem-content,
|
||||
.yui-menu-label {
|
||||
|
||||
_zoom: 1;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-hiden .yui-menuitem-content,
|
||||
.yui-menu-hiden .yui-menu-label {
|
||||
|
||||
_zoom: normal;
|
||||
|
||||
}
|
||||
@@ -0,0 +1,270 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
/* Vertical menus and submenus */
|
||||
|
||||
.yui-skin-sam .yui-menu-content,
|
||||
.yui-skin-sam .yui-menu .yui-menu .yui-menu-content {
|
||||
|
||||
font-size: 93%; /* 12px */
|
||||
line-height: 1.5; /* 18px */
|
||||
*line-height: 1.45; /* For IE */
|
||||
border: solid 1px #808080;
|
||||
background: #fff;
|
||||
padding: 3px 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menu .yui-menu .yui-menu-content {
|
||||
|
||||
font-size: 100%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Horizontal menus */
|
||||
|
||||
.yui-skin-sam .yui-menu-horizontal .yui-menu-content {
|
||||
|
||||
line-height: 2; /* ~24px */
|
||||
*line-height: 1.9; /* For IE */
|
||||
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.yui-skin-sam .yui-menu ul,
|
||||
.yui-skin-sam .yui-menu ul ul {
|
||||
|
||||
margin-top: 3px;
|
||||
padding-top: 3px;
|
||||
border-top: solid 1px #ccc;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menu ul.first-of-type {
|
||||
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menu-horizontal ul {
|
||||
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.yui-skin-sam .yui-menu li,
|
||||
.yui-skin-sam .yui-menu .yui-menu li {
|
||||
|
||||
/*
|
||||
For and IE 6 (Strict Mode and Quirks Mode) and IE 7 (Quirks Mode only): Used to collapse
|
||||
superfluous white space between <li> elements that is triggered by the "display" property
|
||||
of the <a> elements being set to "block" by node-menunav-core.css file.
|
||||
*/
|
||||
|
||||
_border-bottom: solid 1px #fff;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menu-horizontal li {
|
||||
|
||||
_border-bottom: 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menubuttonnav li {
|
||||
|
||||
border-right: solid 1px #ccc;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-splitbuttonnav li {
|
||||
|
||||
border-right: solid 1px #808080;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menubuttonnav li li,
|
||||
.yui-skin-sam .yui-splitbuttonnav li li {
|
||||
|
||||
border-right: 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Menuitems and menu labels */
|
||||
|
||||
|
||||
.yui-skin-sam .yui-menu-label,
|
||||
.yui-skin-sam .yui-menu .yui-menu .yui-menu-label,
|
||||
.yui-skin-sam .yui-menuitem-content,
|
||||
.yui-skin-sam .yui-menu .yui-menu .yui-menuitem-content {
|
||||
|
||||
padding: 0 20px;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
|
||||
/*
|
||||
Necessary specify values for border, position and margin to override values specified in
|
||||
the selectors that follow.
|
||||
*/
|
||||
|
||||
float: none;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menu-horizontal .yui-menu-label,
|
||||
.yui-skin-sam .yui-menu-horizontal .yui-menuitem-content {
|
||||
|
||||
padding: 0 10px;
|
||||
border-style: solid;
|
||||
border-color: #808080;
|
||||
border-width: 1px 0;
|
||||
margin: -1px 0;
|
||||
|
||||
float: left; /* Ensures that menu labels clear floated descendents. Also gets negative
|
||||
margins working in IE 7 (Strict Mode). */
|
||||
width: auto;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menu-label,
|
||||
.yui-skin-sam .yui-menu .yui-menu .yui-menu-label {
|
||||
|
||||
background: url(vertical-menu-submenu-indicator.png) right center no-repeat;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menu-horizontal .yui-menu-label {
|
||||
|
||||
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menubuttonnav .yui-menu-label,
|
||||
.yui-skin-sam .yui-splitbuttonnav .yui-menu-label {
|
||||
|
||||
background-image: none;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menubuttonnav .yui-menu-label {
|
||||
|
||||
padding-right: 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menubuttonnav .yui-menu-label em {
|
||||
|
||||
font-style: normal;
|
||||
padding-right: 20px;
|
||||
display: block;
|
||||
background: url(horizontal-menu-submenu-indicator.png) right center no-repeat;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.yui-skin-sam .yui-splitbuttonnav .yui-menu-label {
|
||||
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-splitbuttonnav .yui-menu-label a {
|
||||
|
||||
float: left;
|
||||
width: auto;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
padding: 0 5px 0 10px;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-splitbuttonnav .yui-menu-label .yui-menu-toggle {
|
||||
|
||||
padding: 0; /* Overide padding applied by the preceeding rule. */
|
||||
border-left: solid 1px #ccc;
|
||||
width: 15px;
|
||||
overflow: hidden;
|
||||
text-indent: -1000px;
|
||||
background: url(horizontal-menu-submenu-indicator.png) 3px center no-repeat;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Selected menuitem */
|
||||
|
||||
.yui-skin-sam .yui-menu-label-active,
|
||||
.yui-skin-sam .yui-menu-label-menuvisible,
|
||||
.yui-skin-sam .yui-menu .yui-menu .yui-menu-label-active,
|
||||
.yui-skin-sam .yui-menu .yui-menu .yui-menu-label-menuvisible {
|
||||
|
||||
background-color: #B3D4FF;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menuitem-active .yui-menuitem-content,
|
||||
.yui-skin-sam .yui-menu .yui-menu .yui-menuitem-active .yui-menuitem-content {
|
||||
|
||||
background-image: none;
|
||||
background-color: #B3D4FF;
|
||||
|
||||
/*
|
||||
Undo values set for "border-left-width" and "margin-left" when the root menu has a class of
|
||||
"yui-menubuttonnav" or "yui-splitbuttonnav" applied.
|
||||
*/
|
||||
|
||||
border-left-width: 0;
|
||||
margin-left: 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menu-horizontal .yui-menu-label-active,
|
||||
.yui-skin-sam .yui-menu-horizontal .yui-menuitem-active .yui-menuitem-content,
|
||||
.yui-skin-sam .yui-menu-horizontal .yui-menu-label-menuvisible {
|
||||
|
||||
border-color: #7D98B8;
|
||||
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-menubuttonnav .yui-menu-label-active,
|
||||
.yui-skin-sam .yui-menubuttonnav .yui-menuitem-active .yui-menuitem-content,
|
||||
.yui-skin-sam .yui-menubuttonnav .yui-menu-label-menuvisible,
|
||||
.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-active,
|
||||
.yui-skin-sam .yui-splitbuttonnav .yui-menuitem-active .yui-menuitem-content,
|
||||
.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible {
|
||||
|
||||
border-left-width: 1px;
|
||||
margin-left: -1px;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible {
|
||||
|
||||
border-color: #808080;
|
||||
background: transparent;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible .yui-menu-toggle {
|
||||
|
||||
border-color: #7D98B8;
|
||||
background: url(horizontal-menu-submenu-toggle.png) left center no-repeat;
|
||||
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-menu .yui-menu{position:absolute;z-index:1;}.yui-menu .yui-shim{position:absolute;top:0;left:0;z-index:-1;opacity:0;filter:alpha(opacity=0);border:none;margin:0;padding:0;height:100%;width:100%;}.yui-menu-hidden{top:-10000px;left:-10000px;visibility:hidden;}.yui-menu li{list-style-type:none;}.yui-menu ul,.yui-menu li{margin:0;padding:0;}.yui-menu-label,.yui-menuitem-content{text-align:left;white-space:nowrap;display:block;}.yui-menu-horizontal li{float:left;width:auto;}.yui-menu-horizontal li li{float:none;}.yui-menu-horizontal ul{*zoom:1;}.yui-menu-horizontal ul ul{*zoom:normal;}.yui-menu-horizontal>.yui-menu-content>ul:after{content:"";display:block;clear:both;line-height:0;font-size:0;visibility:hidden;}.yui-menu-content{*zoom:1;}.yui-menu-hidden .yui-menu-content{*zoom:normal;}.yui-menuitem-content,.yui-menu-label{_zoom:1;}.yui-menu-hiden .yui-menuitem-content,.yui-menu-hiden .yui-menu-label{_zoom:normal;}.yui-skin-sam .yui-menu-content,.yui-skin-sam .yui-menu .yui-menu .yui-menu-content{font-size:93%;line-height:1.5;*line-height:1.45;border:solid 1px #808080;background:#fff;padding:3px 0;}.yui-skin-sam .yui-menu .yui-menu .yui-menu-content{font-size:100%;}.yui-skin-sam .yui-menu-horizontal .yui-menu-content{line-height:2;*line-height:1.9;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;padding:0;}.yui-skin-sam .yui-menu ul,.yui-skin-sam .yui-menu ul ul{margin-top:3px;padding-top:3px;border-top:solid 1px #ccc;}.yui-skin-sam .yui-menu ul.first-of-type{border:0;margin:0;padding:0;}.yui-skin-sam .yui-menu-horizontal ul{padding:0;margin:0;border:0;}.yui-skin-sam .yui-menu li,.yui-skin-sam .yui-menu .yui-menu li{_border-bottom:solid 1px #fff;}.yui-skin-sam .yui-menu-horizontal li{_border-bottom:0;}.yui-skin-sam .yui-menubuttonnav li{border-right:solid 1px #ccc;}.yui-skin-sam .yui-splitbuttonnav li{border-right:solid 1px #808080;}.yui-skin-sam .yui-menubuttonnav li li,.yui-skin-sam .yui-splitbuttonnav li li{border-right:0;}.yui-skin-sam .yui-menu-label,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label,.yui-skin-sam .yui-menuitem-content,.yui-skin-sam .yui-menu .yui-menu .yui-menuitem-content{padding:0 20px;color:#000;text-decoration:none;cursor:default;float:none;border:0;margin:0;}.yui-skin-sam .yui-menu-horizontal .yui-menu-label,.yui-skin-sam .yui-menu-horizontal .yui-menuitem-content{padding:0 10px;border-style:solid;border-color:#808080;border-width:1px 0;margin:-1px 0;float:left;width:auto;}.yui-skin-sam .yui-menu-label,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label{background:url(vertical-menu-submenu-indicator.png) right center no-repeat;}.yui-skin-sam .yui-menu-horizontal .yui-menu-label{background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label,.yui-skin-sam .yui-splitbuttonnav .yui-menu-label{background-image:none;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label{padding-right:0;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label em{font-style:normal;padding-right:20px;display:block;background:url(horizontal-menu-submenu-indicator.png) right center no-repeat;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label{padding:0;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label a{float:left;width:auto;color:#000;text-decoration:none;cursor:default;padding:0 5px 0 10px;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label .yui-menu-toggle{padding:0;border-left:solid 1px #ccc;width:15px;overflow:hidden;text-indent:-1000px;background:url(horizontal-menu-submenu-indicator.png) 3px center no-repeat;}.yui-skin-sam .yui-menu-label-active,.yui-skin-sam .yui-menu-label-menuvisible,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label-active,.yui-skin-sam .yui-menu .yui-menu .yui-menu-label-menuvisible{background-color:#B3D4FF;}.yui-skin-sam .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-menu .yui-menu .yui-menuitem-active .yui-menuitem-content{background-image:none;background-color:#B3D4FF;border-left-width:0;margin-left:0;}.yui-skin-sam .yui-menu-horizontal .yui-menu-label-active,.yui-skin-sam .yui-menu-horizontal .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-menu-horizontal .yui-menu-label-menuvisible{border-color:#7D98B8;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;}.yui-skin-sam .yui-menubuttonnav .yui-menu-label-active,.yui-skin-sam .yui-menubuttonnav .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-menubuttonnav .yui-menu-label-menuvisible,.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-active,.yui-skin-sam .yui-splitbuttonnav .yui-menuitem-active .yui-menuitem-content,.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible{border-left-width:1px;margin-left:-1px;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible{border-color:#808080;background:transparent;}.yui-skin-sam .yui-splitbuttonnav .yui-menu-label-menuvisible .yui-menu-toggle{border-color:#7D98B8;background:url(horizontal-menu-submenu-toggle.png) left center no-repeat;}
|
||||
14
include/javascript/yui3/build/overlay/assets/overlay-core.css
Executable file
14
include/javascript/yui3/build/overlay/assets/overlay-core.css
Executable file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
|
||||
.yui-overlay {
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.yui-overlay-hidden {
|
||||
visibility:hidden
|
||||
}*/
|
||||
7
include/javascript/yui3/build/overlay/assets/skins/sam/overlay-skin.css
Executable file
7
include/javascript/yui3/build/overlay/assets/skins/sam/overlay-skin.css
Executable file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
9
include/javascript/yui3/build/overlay/assets/skins/sam/overlay.css
Executable file
9
include/javascript/yui3/build/overlay/assets/skins/sam/overlay.css
Executable file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
//Commented out until YUI 3 overlay classes no longer conflicts with the YUI 2 overlay css
|
||||
|
||||
.yui-overlay{position:absolute;}.yui-overlay-hidden{visibility:hidden;}*/
|
||||
18
include/javascript/yui3/build/slider/assets/skins/sam/slider-skin.css
Executable file
18
include/javascript/yui3/build/slider/assets/skins/sam/slider-skin.css
Executable file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-skin-sam .yui-slider-rail-x {
|
||||
background: url("rail-classic-x.png") repeat-x 0 7px;
|
||||
min-height: 19px;
|
||||
*height: 19px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-slider-rail-y {
|
||||
background: url("rail-classic-y.png") repeat-y 7px 0;
|
||||
min-width: 19px;
|
||||
*width: 19px;
|
||||
}
|
||||
8
include/javascript/yui3/build/slider/assets/skins/sam/slider.css
Executable file
8
include/javascript/yui3/build/slider/assets/skins/sam/slider.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-slider{display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;vertical-align:middle;}.yui-slider-content{position:relative;}.yui-slider-rail{position:relative;}.yui-slider-thumb{position:absolute;}.yui-slider-thumb-image{display:block;}.yui-slider-image-error .yui-slider-thumb{height:10px;width:10px;background:#000;color:#000;overflow:hidden;}.yui-slider-image-error .yui-slider-thumb-image{display:none;}.yui-skin-sam .yui-slider-rail-x{background:url("rail-classic-x.png") repeat-x 0 7px;min-height:19px;*height:19px;}.yui-skin-sam .yui-slider-rail-y{background:url("rail-classic-y.png") repeat-y 7px 0;min-width:19px;*width:19px;}
|
||||
42
include/javascript/yui3/build/slider/assets/slider-core.css
Executable file
42
include/javascript/yui3/build/slider/assets/slider-core.css
Executable file
@@ -0,0 +1,42 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-slider {
|
||||
/* xbrowser inline-block styles */
|
||||
display: -moz-inline-stack; /* FF2 */
|
||||
display: inline-block;
|
||||
*display: inline; /* IE 7- (with zoom) */
|
||||
zoom: 1;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.yui-slider-content {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.yui-slider-rail {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.yui-slider-thumb {
|
||||
position: absolute;
|
||||
}
|
||||
.yui-slider-thumb-image {
|
||||
/* to collapse vertical space around short thumbs in tall line-height */
|
||||
display: block;
|
||||
}
|
||||
|
||||
.yui-slider-image-error .yui-slider-thumb {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
background: #000;
|
||||
color: #000;
|
||||
overflow: hidden;
|
||||
}
|
||||
.yui-slider-image-error .yui-slider-thumb-image {
|
||||
display: none;
|
||||
}
|
||||
34
include/javascript/yui3/build/test/assets/test-console.css
Executable file
34
include/javascript/yui3/build/test/assets/test-console.css
Executable file
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-log {padding-top:3em;}
|
||||
/*
|
||||
.yui-log-container {position:relative;width:60em}
|
||||
.yui-log .yui-log-bd {height:auto; overflow:visible;}
|
||||
*/
|
||||
.yui-log-container {width:40em}
|
||||
.yui-log .yui-log-bd {height:60em}
|
||||
.yui-log .yui-log-btns {display:none;}
|
||||
.yui-log .yui-log-ft .yui-log-sourcefilters {visibility:hidden;}
|
||||
.yui-log .yui-log-hd {display:none;}
|
||||
.yui-log .yui-log-ft {position:absolute;top:0em;}
|
||||
|
||||
.pass {
|
||||
background-color: green;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
.fail {
|
||||
background-color: red;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
.ignore {
|
||||
background-color: #666;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
7
include/javascript/yui3/build/widget/assets/skins/sam/widget-skin.css
Executable file
7
include/javascript/yui3/build/widget/assets/skins/sam/widget-skin.css
Executable file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
8
include/javascript/yui3/build/widget/assets/skins/sam/widget-stack.css
Executable file
8
include/javascript/yui3/build/widget/assets/skins/sam/widget-stack.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-widget-stacked .yui-widget-shim{opacity:0;filter:alpha(opacity=0);position:absolute;border:none;top:0;left:0;padding:0;margin:0;z-index:-1;width:100%;height:100%;_width:0;_height:0;}
|
||||
8
include/javascript/yui3/build/widget/assets/skins/sam/widget.css
Executable file
8
include/javascript/yui3/build/widget/assets/skins/sam/widget.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-widget-hidden{display:none;}
|
||||
10
include/javascript/yui3/build/widget/assets/widget-core.css
Executable file
10
include/javascript/yui3/build/widget/assets/widget-core.css
Executable file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-widget-hidden {
|
||||
display:none;
|
||||
}
|
||||
26
include/javascript/yui3/build/widget/assets/widget-stack-core.css
Executable file
26
include/javascript/yui3/build/widget/assets/widget-stack-core.css
Executable file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-widget-stacked .yui-widget-shim {
|
||||
opacity:0;
|
||||
filter:alpha(opacity=0);
|
||||
position:absolute;
|
||||
border:none;
|
||||
top:0px;
|
||||
left:0px;
|
||||
padding:0;
|
||||
margin:0;
|
||||
z-index:-1;
|
||||
width:100%;
|
||||
height:100%;
|
||||
/*
|
||||
We'll be setting these programmatically for IE6,
|
||||
to account for cases where height is not set
|
||||
*/
|
||||
_width:0;
|
||||
_height:0;
|
||||
}
|
||||
Reference in New Issue
Block a user