Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/green-look/skin.css URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/green-look/skin.css?rev=1612622&view=auto ============================================================================== --- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/green-look/skin.css (added) +++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/green-look/skin.css Tue Jul 22 17:35:00 2014 @@ -0,0 +1,96 @@ +.htmlarea .toolbar, .htmlarea .toolbar .button +{ + background-color:#f8fdf8; +} +.htmlarea .toolbarRow +{ + margin-top:2px; + margin-bottom:2px; + border:1px dotted #DEDEDE; + padding:2px; + -moz-border-radius:3px; + margin:4px; + height:25px; +} +.htmlarea .toolbar .button +{ + background-image:url(button-background.gif); + width:20px; + height:20px; + padding:0; + border:1px solid #f8fdf8; +} +.buttonImageContainer +{ + position:relative; + left:1px; + top:1px; +} +.htmlarea .toolbar .separator { + margin:0; + background-image:url(separator.gif); + border:1px #f8fdf8; + width:7px; + height:20px; + padding:0; +} +.htmlarea .toolbar a.button:hover +{ + border:1px solid; + border-color:#fff #ccc #ccc #fff; +} +.htmlarea .toolbar a.buttonDisabled:hover +{ + border-color:#f8fdf8; +} +.htmlarea .toolbar .buttonActive, +.htmlarea .toolbar .buttonPressed +{ + border:1px solid; + border-color:#ccc #fff #fff #ccc; + background:#ffb166; +} +.htmlarea .statusBar { + border-color:#ccc #fff #fff #ccc; + padding:0; + height:20px; + background-image:url(button-background.gif); + background-repeat:repeat-x; + background-color:#f8fdf8; + color:ButtonText; + font:11px helvetica,arial,sans-serif; +} + +.htmlarea .statusBar .statusBarWidgetContainer +{ + background-image: url(button-background.gif); + background-repeat: repeat-x; + background-color: #f8fdf8; +} + +.htmlarea .statusBar .statusBarTree +{ + display:block; + margin:3px; +} +.htmlarea .statusBar .statusBarTree a +{ + padding:2px 5px; + color:#00f; + text-decoration:none; +} +.htmlarea .panel h1 +{ + background-image:url(button-background.gif); + background-repeat:repeat-x; + background-color:#f8fdf8; +} +.dialog { + background-color:#f8fdf8; +} +.dialog .title { + background-image: url(button-background.png); +} +.dialog button{ + background-image: url(button-background.png); +}
Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/dialog.jpg URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/dialog.jpg?rev=1612622&view=auto ============================================================================== Binary file - no diff available. Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/dialog.jpg ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/html.gif URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/html.gif?rev=1612622&view=auto ============================================================================== Binary file - no diff available. Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/html.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/skin.css URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/skin.css?rev=1612622&view=auto ============================================================================== --- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/skin.css (added) +++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/skin.css Tue Jul 22 17:35:00 2014 @@ -0,0 +1,177 @@ +/*--------------------------------*/ +/* silva skin for Xinha */ +/* */ +/* by Raimund Meyer (ray) */ +/* [email protected] */ +/* 2007-1-9 */ +/*--------------------------------*/ + +.htmlarea .toolbar, .htmlarea .toolbar .button +{ + background-color:transparent; +} +.htmlarea .toolbar +{ + padding:0; + background-image: url(toolbar.png); +} +.htmlarea .toolbarRow +{ + margin-top:0px; + margin-bottom:0px; + border:1px solid #F1F1F1; + padding:0px; + -moz-border-radius:15px; + margin:4px; + height:20px; +} +/* hack: IE6 does not know border-color: transparent;*/ +html > body .htmlarea .toolbarRow { + border-color: transparent; +} + +.htmlarea .toolbar .button +{ + width:18px; + height:18px; + padding:1px 2px 2px 1px ; + border: solid #F1F1F1; + border-width:1px; +} + +html > body .htmlarea .toolbar .button { + border-color: transparent; +} + +.buttonImageContainer +{ + position:relative; + left:1px; + top :1px; +} + +.htmlarea .toolbar a.button:hover +{ + border: solid 1px; + border-color: black; +} +.htmlarea .toolbar a.buttonDisabled:hover +{ + border: solid transparent 1px; +} + +.htmlarea .toolbar .button.buttonActive, +.htmlarea .toolbar .button.buttonPressed +{ + border: black dotted 1px; + padding:2px 1px 1px 2px; +} + +.htmlarea .toolbar .button.buttonPressed { + padding:1px 2px 2px 1px ; +} +.htmlarea .toolbar .separator { + margin: 3px; + border-left: 1px dotted black; + border-right: none; + width: 1px; + height: 11px; + padding: 0px; +} + +.htmlarea .statusBar { + border-color: #CCC white white #CCC; + padding: 0px; + height:20px; + background-image: url(statusbar.png); + background-repeat: repeat-x; + background-color: white; + color: grey; + font: 11px Arial,Helvetica,sans-serif; + vertical-align: middle; +} + +.htmlarea .statusBar .statusBarWidgetContainer +{ + background-image: url(statusbar.png); + background-repeat: repeat-x; + background-color: white; +} + +.htmlarea .statusBar .statusBarTree +{ + display:block; + margin: 3px; +} + +.htmlarea .statusBar .statusBarTree a +{ + padding: 0 5px; + color: green; + text-decoration:none; + letter-spacing:0.15em; + font-size:120%; + border: none; + padding: 2px 5px; +} +.htmlarea .statusBar .statusBarTree a:visited { color:green; } +.htmlarea .statusBar .statusBarTree a:hover { + background-color: transparent; + color: green; + border: none; + padding: 1px 5px; +} + +.dialog { + /* background: url(dialog.jpg) #f0f0f0 no-repeat; */ + background-color: #f0f0f0; + } +body.dialog { + padding-top:0; +} +.dialog, .dialog button, .dialog input, .dialog select, .dialog textarea, .dialog table,.dialog td,.dialog th, .panel { + font: 11px Arial,Helvetica,sans-serif !IMPORTANT; +} +.panel a { + color:#444; + border-bottom: 1px dotted #bbb; +} +.panel a:hover { + background-color: #eee; +} +.dialog .title,.dialog h1,.htmlarea .panel h1 { + background-image: url(toolbar.png); + background-repeat: repeat-x; + color:black; + font:Arial,Helvetica,sans-serif !IMPORTANT; + letter-spacing:0.2em; + font-size:13px; + font-weight:400; +} +.dialog .title { + +} + +.dialog button{ + background: url(statusbar.png) bottom repeat-x; + border:1px solid grey; + height:18px; + vertical-align: middle +} +/* separate definition for the sake of IE6*/ +.dialog input[type=button],.dialog input[type=submit]{ + background: url(statusbar.png) bottom repeat-x; + border:1px solid grey; + height:18px; + vertical-align: middle +} +.htmlarea textarea.xinha_textarea { + background:url(html.gif) bottom right no-repeat; + /*padding:5px; + border:2px dotted #bbb;*/ + font-family: "Lucida Console",Courier,monospace; + font-size: 10pt; +} +.htmlarea .dTreeNode { + color:black; +} Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/skin.xml URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/skin.xml?rev=1612622&view=auto ============================================================================== --- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/skin.xml (added) +++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/skin.xml Tue Jul 22 17:35:00 2014 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<skin> + <meta name="name" value="silva" /> + <meta name="developer" value="Raimund Meyer" /> + <meta name="developer_url" value="http://x-webservice.net" /> + <meta name="sponsor" value="" /> + <meta name="sponsor_url" value="" /> + <meta name="version" value="1.0" /> + <meta name="license" value="htmlArea" /> + <recommendedIcons>Crystal</recommendedIcons> +</skin> \ No newline at end of file Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/statusbar.png URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/statusbar.png?rev=1612622&view=auto ============================================================================== Binary file - no diff available. Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/statusbar.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/toolbar.png URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/toolbar.png?rev=1612622&view=auto ============================================================================== Binary file - no diff available. Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/skins/silva/toolbar.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream
