You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2009/09/28 04:57:47 UTC

svn commit: r819446 [8/28] - in /roller/trunk/apps/weblogger/web: WEB-INF/jsps/editor/ WEB-INF/jsps/tiles/ roller-ui/yui/ roller-ui/yui/assets/ roller-ui/yui/assets/skins/ roller-ui/yui/assets/skins/sam/ roller-ui/yui/autocomplete/ roller-ui/yui/autoco...

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/base/base-min.css
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/base/base-min.css?rev=819446&view=auto
==============================================================================
--- roller/trunk/apps/weblogger/web/roller-ui/yui/base/base-min.css (added)
+++ roller/trunk/apps/weblogger/web/roller-ui/yui/base/base-min.css Mon Sep 28 02:57:43 2009
@@ -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: 2.8.0r4
+*/
+body{margin:10px;}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,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}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;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
\ No newline at end of file

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/base/base.css
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/base/base.css?rev=819446&view=auto
==============================================================================
--- roller/trunk/apps/weblogger/web/roller-ui/yui/base/base.css (added)
+++ roller/trunk/apps/weblogger/web/roller-ui/yui/base/base.css Mon Sep 28 02:57:43 2009
@@ -0,0 +1,131 @@
+/*
+Copyright (c) 2009, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.8.0r4
+*/
+/**
+ * YUI Base
+ * @module base
+ * @namespace yui-
+ * @requires reset, fonts
+*/
+
+body {
+	/* For breathing room between content and viewport. */
+	margin:10px;
+}
+
+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,dt {
+	/* Bringing boldness back to headers and the strong element. */
+	font-weight: bold;
+}
+optgroup {
+	font-weight:normal;
+}
+
+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;
+}
+
+del {
+	/* Striking deleted phrases. */
+	text-decoration: line-through;
+}
+
+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 {
+	/* Giving UL's LIs generated numbers. */
+	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;
+}
+
+sup {
+	/* to preserve line-height and selector appearance */
+	vertical-align: super;
+}
+
+sub {
+	/* to preserve line-height and selector appearance */
+	vertical-align: sub;
+}
+
+p,
+fieldset,
+table,
+pre {
+	/* So things don't run into each other. */
+	margin-bottom: 1em;
+}
+/* Opera requires 1px of passing to render with contemporary native chrome */
+button,
+input[type="checkbox"],
+input[type="radio"],
+input[type="reset"],
+input[type="submit"] {
+	padding:1px;
+}

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/button-core.css
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/button-core.css?rev=819446&view=auto
==============================================================================
--- roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/button-core.css (added)
+++ roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/button-core.css Mon Sep 28 02:57:43 2009
@@ -0,0 +1,44 @@
+/*
+Copyright (c) 2009, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.8.0r4
+*/
+.yui-button  {
+
+    display: -moz-inline-box; /* Gecko */
+    display: inline-block; /* IE, Opera and Safari */
+    vertical-align: text-bottom;
+    
+}
+
+.yui-button .first-child {
+
+    display: block;
+    *display: inline-block; /* IE */
+
+}
+
+.yui-button button,
+.yui-button a {
+
+    display: block;
+    *display: inline-block; /* IE */
+    border: none;
+    margin: 0;
+
+}
+
+.yui-button button {
+
+    background-color: transparent;
+    *overflow: visible; /* Remove superfluous padding for IE */
+    cursor: pointer;
+
+}
+
+.yui-button a {
+
+    text-decoration: none;
+
+}
\ No newline at end of file

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/button-skin.css
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/button-skin.css?rev=819446&view=auto
==============================================================================
--- roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/button-skin.css (added)
+++ roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/button-skin.css Mon Sep 28 02:57:43 2009
@@ -0,0 +1,219 @@
+/*
+Copyright (c) 2009, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.8.0r4
+*/
+.yui-skin-sam .yui-button  {
+
+    border-width: 1px 0;
+    border-style: solid;
+    border-color: #808080;
+    background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
+    margin: auto .25em;
+    
+}
+
+.yui-skin-sam .yui-button .first-child {
+
+    border-width: 0 1px;
+    border-style: solid;
+    border-color: #808080;
+    margin: 0 -1px;
+
+	/*
+		Using negative margins for rounded corners won't work in IE 6 and IE 7 
+		(Quirks Mode Only), so set the "margin" property to "0" for those 
+		browsers.
+	*/
+ 	_margin: 0;
+
+}
+
+.yui-skin-sam .yui-button button,
+.yui-skin-sam .yui-button a,
+.yui-skin-sam .yui-button a:visited {
+
+    padding: 0 10px;
+    font-size: 93%;  /* 12px */
+    line-height: 2;  /* ~24px */
+    *line-height: 1.7; /* For IE */
+    min-height: 2em; /* For Gecko */
+    *min-height: auto; /* For IE */
+    color: #000; 
+
+}
+
+.yui-skin-sam .yui-button a {
+
+    /*
+        Necessary to get Buttons of type "link" to be the correct 
+        height in IE.
+    */
+    *line-height: 1.875;
+	*padding-bottom: 1px;
+
+}
+
+.yui-skin-sam .yui-split-button button,
+.yui-skin-sam .yui-menu-button button {
+
+    padding-right: 20px;
+    background-position: right center;
+    background-repeat: no-repeat;
+    
+}
+
+.yui-skin-sam .yui-menu-button button {
+
+    background-image: url(menu-button-arrow.png);
+
+}
+
+.yui-skin-sam .yui-split-button button {
+
+    background-image: url(split-button-arrow.png);
+
+}
+
+
+/* Focus state */
+
+
+.yui-skin-sam .yui-button-focus {
+
+    border-color: #7D98B8;
+    background-position: 0 -1300px;
+
+}
+
+.yui-skin-sam .yui-button-focus .first-child {
+
+    border-color: #7D98B8;
+
+}
+
+.yui-skin-sam .yui-split-button-focus button {
+
+    background-image: url(split-button-arrow-focus.png);
+
+}
+
+
+/* Hover state */
+
+.yui-skin-sam .yui-button-hover {
+
+    border-color: #7D98B8;
+    background-position: 0 -1300px;
+
+}
+
+.yui-skin-sam .yui-button-hover .first-child {
+
+    border-color: #7D98B8;
+
+}
+
+.yui-skin-sam .yui-split-button-hover button {
+
+    background-image: url(split-button-arrow-hover.png);
+
+}
+
+
+/* Active state */
+
+.yui-skin-sam .yui-button-active {
+    
+    border-color: #7D98B8;
+    background-position: 0 -1700px;
+    
+}
+
+.yui-skin-sam .yui-button-active .first-child {
+
+    border-color: #7D98B8;
+
+}
+
+.yui-skin-sam .yui-split-button-activeoption {
+
+    border-color: #808080;
+    background-position: 0 0;
+
+}
+
+.yui-skin-sam .yui-split-button-activeoption .first-child {
+
+    border-color: #808080;
+
+}
+
+.yui-skin-sam .yui-split-button-activeoption button {
+
+    background-image: url(split-button-arrow-active.png);
+
+}
+
+
+/* Checked state */
+
+.yui-skin-sam .yui-radio-button-checked,
+.yui-skin-sam .yui-checkbox-button-checked {
+    
+    border-color: #304369;
+    background-position: 0 -1400px;
+    
+}
+
+.yui-skin-sam .yui-radio-button-checked .first-child,
+.yui-skin-sam .yui-checkbox-button-checked .first-child {
+
+    border-color: #304369;
+
+}
+
+.yui-skin-sam .yui-radio-button-checked button,
+.yui-skin-sam .yui-checkbox-button-checked button { 
+
+    color: #fff;
+
+}
+
+
+/* Disabled state */
+
+.yui-skin-sam .yui-button-disabled {
+    
+    border-color: #ccc;
+    background-position: 0 -1500px;
+    
+}
+
+.yui-skin-sam .yui-button-disabled .first-child {
+
+    border-color: #ccc;
+
+}
+
+.yui-skin-sam .yui-button-disabled button, 
+.yui-skin-sam .yui-button-disabled a,
+.yui-skin-sam .yui-button-disabled a:visited {
+
+    color: #A6A6A6;
+    cursor: default;
+
+}
+
+.yui-skin-sam .yui-menu-button-disabled button {
+
+    background-image: url(menu-button-arrow-disabled.png);
+    
+}
+
+.yui-skin-sam .yui-split-button-disabled button {
+
+    background-image: url(split-button-arrow-disabled.png);
+    
+}
\ No newline at end of file

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/button.css
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/button.css?rev=819446&view=auto
==============================================================================
--- roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/button.css (added)
+++ roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/button.css Mon Sep 28 02:57:43 2009
@@ -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: 2.8.0r4
+*/
+.yui-button{display:-moz-inline-box;display:inline-block;vertical-align:text-bottom;}.yui-button .first-child{display:block;*display:inline-block;}.yui-button button,.yui-button a{display:block;*display:inline-block;border:none;margin:0;}.yui-button button{background-color:transparent;*overflow:visible;cursor:pointer;}.yui-button a{text-decoration:none;}.yui-skin-sam .yui-button{border-width:1px 0;border-style:solid;border-color:#808080;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;margin:auto .25em;}.yui-skin-sam .yui-button .first-child{border-width:0 1px;border-style:solid;border-color:#808080;margin:0 -1px;_margin:0;}.yui-skin-sam .yui-button button,.yui-skin-sam .yui-button a,.yui-skin-sam .yui-button a:visited{padding:0 10px;font-size:93%;line-height:2;*line-height:1.7;min-height:2em;*min-height:auto;color:#000;}.yui-skin-sam .yui-button a{*line-height:1.875;*padding-bottom:1px;}.yui-skin-sam .yui-split-button button,.yui-skin-sam .yui-menu-butto
 n button{padding-right:20px;background-position:right center;background-repeat:no-repeat;}.yui-skin-sam .yui-menu-button button{background-image:url(menu-button-arrow.png);}.yui-skin-sam .yui-split-button button{background-image:url(split-button-arrow.png);}.yui-skin-sam .yui-button-focus{border-color:#7D98B8;background-position:0 -1300px;}.yui-skin-sam .yui-button-focus .first-child{border-color:#7D98B8;}.yui-skin-sam .yui-split-button-focus button{background-image:url(split-button-arrow-focus.png);}.yui-skin-sam .yui-button-hover{border-color:#7D98B8;background-position:0 -1300px;}.yui-skin-sam .yui-button-hover .first-child{border-color:#7D98B8;}.yui-skin-sam .yui-split-button-hover button{background-image:url(split-button-arrow-hover.png);}.yui-skin-sam .yui-button-active{border-color:#7D98B8;background-position:0 -1700px;}.yui-skin-sam .yui-button-active .first-child{border-color:#7D98B8;}.yui-skin-sam .yui-split-button-activeoption{border-color:#808080;background-posit
 ion:0 0;}.yui-skin-sam .yui-split-button-activeoption .first-child{border-color:#808080;}.yui-skin-sam .yui-split-button-activeoption button{background-image:url(split-button-arrow-active.png);}.yui-skin-sam .yui-radio-button-checked,.yui-skin-sam .yui-checkbox-button-checked{border-color:#304369;background-position:0 -1400px;}.yui-skin-sam .yui-radio-button-checked .first-child,.yui-skin-sam .yui-checkbox-button-checked .first-child{border-color:#304369;}.yui-skin-sam .yui-radio-button-checked button,.yui-skin-sam .yui-checkbox-button-checked button{color:#fff;}.yui-skin-sam .yui-button-disabled{border-color:#ccc;background-position:0 -1500px;}.yui-skin-sam .yui-button-disabled .first-child{border-color:#ccc;}.yui-skin-sam .yui-button-disabled button,.yui-skin-sam .yui-button-disabled a,.yui-skin-sam .yui-button-disabled a:visited{color:#A6A6A6;cursor:default;}.yui-skin-sam .yui-menu-button-disabled button{background-image:url(menu-button-arrow-disabled.png);}.yui-skin-sam 
 .yui-split-button-disabled button{background-image:url(split-button-arrow-disabled.png);}

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/menu-button-arrow-disabled.png
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/menu-button-arrow-disabled.png?rev=819446&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/menu-button-arrow-disabled.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/menu-button-arrow.png
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/menu-button-arrow.png?rev=819446&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/menu-button-arrow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-active.png
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-active.png?rev=819446&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-active.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-disabled.png
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-disabled.png?rev=819446&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-disabled.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-focus.png
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-focus.png?rev=819446&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-focus.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-hover.png
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-hover.png?rev=819446&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow-hover.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow.png
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow.png?rev=819446&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/apps/weblogger/web/roller-ui/yui/button/assets/skins/sam/split-button-arrow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream