svn commit: r1748921 [2/2] - in /ofbiz/trunk/themes/rainbowstone/webapp/rainbowstone: docbook.css help.css javascript.css maincss.css mainrtl.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1748921 [2/2] - in /ofbiz/trunk/themes/rainbowstone/webapp/rainbowstone: docbook.css help.css javascript.css maincss.css mainrtl.css

pranayp
Modified: ofbiz/trunk/themes/rainbowstone/webapp/rainbowstone/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/rainbowstone/webapp/rainbowstone/maincss.css?rev=1748921&r1=1748920&r2=1748921&view=diff
==============================================================================
--- ofbiz/trunk/themes/rainbowstone/webapp/rainbowstone/maincss.css (original)
+++ ofbiz/trunk/themes/rainbowstone/webapp/rainbowstone/maincss.css Sat Jun 18 06:11:15 2016
@@ -34,7 +34,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, p
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
-b, u, i, center,dl, dt, dd, ol, ul, li,
+b, u, i, center, dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
     border: 0;
@@ -111,7 +111,7 @@ body {
     color: #000;
     min-width: 780px;
     margin: 0;
-    width:expression(document.body.clientWidth < 782? "780px" : "auto");
+    width: expression(document.body.clientWidth < 782? "780px" : "auto");
 }
 
 hr {
@@ -242,10 +242,10 @@ th, th a {
 }
 
 .page-title {
-    color:#557996;
-    margin-bottom:0.5em;
-    font-size:1.6em;
-    font-weight:bold;
+    color: #557996;
+    margin-bottom: 0.5em;
+    font-size: 1.6em;
+    font-weight: bold;
 }
 
 /* ------------------------ */
@@ -272,13 +272,13 @@ th, th a {
     font-weight: normal;
 }
 
-.last-system-msg{
+.last-system-msg {
     color: #FFFFFF;
     font-size: 0.9em;
-    padding-left:10px;
+    padding-left: 10px;
 }
 
-.preference-area{
+.preference-area {
     float: right !important;
 }
 
@@ -290,7 +290,7 @@ th, th a {
     padding: 0.1em 0.8em;
 }
 
-#masthead ul .org-logo-area img{
+#masthead ul .org-logo-area img {
     width: auto;
     height: 22px;
 }
@@ -340,8 +340,8 @@ th, th a {
     display: block;
     padding: 0 0.6em 0 0.6em;
     font-size: 0.9em;
-    font-weight:normal;
-    text-transform:uppercase;
+    font-weight: normal;
+    text-transform: uppercase;
     /* Uncomment next line for main-nav drop shadows */
     /*text-shadow: 0px 1px 1px #22323f;*/
 }
@@ -688,7 +688,7 @@ text-decoration: underline;
 }
 
 .light-grid td,
-.light-grid .header-row td{
+.light-grid .header-row td {
     border-bottom: 0.1em solid #cccccc;
     border-left: 0.1em solid #cccccc;
 }
@@ -820,7 +820,7 @@ text-decoration: underline;
 }
 
 .basic-form table .header-row:hover,
-.basic-form table tr th:hover{
+.basic-form table tr th:hover {
     /*background-color: #ffffff;*/
     color: #000000;
 }
@@ -870,7 +870,6 @@ text-decoration: underline;
     height: 16px; /* Setting must be in px */
 }
 
-
 /* --------------------------- */
 /*      FieldGroup Styles      */
 /* --------------------------- */
@@ -933,33 +932,39 @@ text-decoration: underline;
 .portlet-config-title-bar ul li.move-up {
     background: url(/images/arrow-single-up-green.png) no-repeat center center;
 }
+
 .portlet-config-title-bar ul li.move-down {
     background: url(/images/arrow-single-down-green.png) no-repeat center center;
 }
+
 .portlet-config-title-bar ul li.move-left {
     background: url(/images/arrow-single-left-green.png) no-repeat center center;
 }
+
 .portlet-config-title-bar ul li.move-right {
     background: url(/images/arrow-single-right-green.png) no-repeat center center;
 }
+
 .portlet-config-title-bar ul li.move-top {
     background: url(/images/arrow-end-up-green.png) no-repeat center center;
 }
+
 .portlet-config-title-bar ul li.move-bottom {
     background: url(/images/arrow-end-down-green.png) no-repeat center center;
 }
+
 .portlet-config-title-bar ul li.remove {
     background: url(/images/mini-trash.png) no-repeat center center;
 }
+
 .portlet-config-title-bar ul li.edit {
     background: url(/images/mini-edit.png) no-repeat center center;
 }
 
-
 /* == Portal Manager Toolbar == */
 
 #manage-portal-toolbar {
-    background-color:#D4D0C8;
+    background-color: #D4D0C8;
     margin-bottom: 0.5em;
 }
 
@@ -988,50 +993,51 @@ text-decoration: underline;
 
 /*=================== For the quickadd page =================================*/
 
-.quickaddall{
-    float:right;
-    padding-bottom:1em;
-    padding-top:1em;
+.quickaddall {
+    float: right;
+    padding-bottom: 1em;
+    padding-top: 1em;
 }
 
-.quickaddtable{
-    display:inline-block;
-    clear:both;
+.quickaddtable {
+    display: inline-block;
+    clear: both;
 }
 
 .quickaddtable span {
-    display:inline;
-    float:left;
-    border-right:0.1em solid #999999;
-    border-top:0.1em solid #999999;
-    margin:0;
-    padding:0.3em;
+    display: inline;
+    float: left;
+    border-right: 0.1em solid #999999;
+    border-top: 0.1em solid #999999;
+    margin: 0;
+    padding: 0.3em;
 }
 
 .quickaddtable p {
-    clear:left;
-    height:100% !important; height:1em;
+    clear: left;
+    height: 100% !important;
+    height: 1em;
 }
 
 .quickaddtable span.pid {
-    width:10%;
+    width: 10%;
 }
 
 .quickaddtable span.name {
-    width:50%;
-    text-align:left;
+    width: 50%;
+    text-align: left;
 }
 
 .quickaddtable span.listPrice {
-    width:10%
+    width: 10%
 }
 
 .quickaddtable span.totalPrice {
-    width:10%
+    width: 10%
 }
 
 .quickaddtable span.qty {
-    width:10%
+    width: 10%
 }
 
 /* `Widths
@@ -1288,7 +1294,7 @@ optgroup {
     color: #333;
     font-weight: bold;
     padding-left: 10px; /* Setting must be in px */
-    background:url(/images/bg_bullet_full_2.gif) no-repeat 0px 0.5em;
+    background: url(/images/bg_bullet_full_2.gif) no-repeat 0px 0.5em;
 }
 
 A.browsecategorybutton {
@@ -1336,6 +1342,7 @@ A.browsecategorybutton {
 .salePrice {
     color: #ff0000;
 }
+
 .product-prevnext {
     text-align: right;
 }
@@ -1360,6 +1367,7 @@ A.browsecategorybutton {
     /* position: absolute; top: 5px; left: 5px; */
     margin: 0 0.5em 0.5em 0;
 }
+
 .productsummary .smallimage img {
     border: #CCC solid 0.1em;
     height: 5em;
@@ -1420,7 +1428,7 @@ A.browsecategorybutton {
     font-weight: bold;
 }
 
-.INFO{
+.INFO {
     color: #008000;
 }
 
@@ -1451,7 +1459,7 @@ A.browsecategorybutton {
 }
 
 .boxlink {
-    float:right;
+    float: right;
 }
 
 DIV.boxtop {
@@ -1518,8 +1526,8 @@ A.boxheadbutton:hover {
 }
 
 .webToolList h3 {
-    margin:0.75em 0 0.09em 0;
-    text-transform:uppercase;
+    margin: 0.75em 0 0.09em 0;
+    text-transform: uppercase;
 }
 
 A.linktext {
@@ -1649,7 +1657,7 @@ DIV.col-right {
     width: auto;
 }
 
-.leftclear{
+.leftclear {
     clear: left;
     height: 1%;
 }
@@ -1726,6 +1734,7 @@ img.cssImgSmall {
     /* add padding to account for vertical scrollbar */
     padding-right: 20px;
 }
+
 /* IE 6 doesn't support max-height
  * we use height instead, but this forces the menu to always be this tall
  */
@@ -1735,21 +1744,24 @@ img.cssImgSmall {
 
 /* The custom CSS for adjust the JsTree */
 .jstree-default .jstree-leaf > ins {
-    background-position:-36px 0;
+    background-position: -36px 0;
     vertical-align: top;
 }
-html>/**/body .jstree-default a {
-    white-space:normal !important;
+
+html > /**/ body .jstree-default a {
+    white-space: normal !important;
     height: auto;
 }
+
 /* IE6 and below */
 * html .jstree-default a {
-    white-space:normal;
+    white-space: normal;
     height: auto;
 }
+
 /* IE7 */
-*+html .jstree-default a {
-    white-space:normal;
+* + html .jstree-default a {
+    white-space: normal;
     height: auto;
 }
 
@@ -1759,7 +1771,7 @@ html>/**/body .jstree-default a {
     color: #ffffff;
     height: 1%; /* IE fix */
     min-height: 1.5em;
-    padding:0.8em 0.2em;
+    padding: 0.8em 0.2em;
 }
 
 .screenlet-title-bar-pager .h1,
@@ -1850,7 +1862,6 @@ html>/**/body .jstree-default a {
     cursor: default;
 }
 
-
 .screenlet-title-bar-pager ul a:hover {
     background-color: #999;
 }
@@ -1860,8 +1871,9 @@ html>/**/body .jstree-default a {
 .screenlet-title-bar-pager ul .nav-displaying {
     padding: 0 1em 0 1em;
 }
+
 .screenlet-title-bar-pager ul .nav-pagesize,
-.screenlet-title-bar-pager ul .nav-page-select{
+.screenlet-title-bar-pager ul .nav-page-select {
     position: relative;
     top: -5px;
 }
@@ -1876,7 +1888,7 @@ html>/**/body .jstree-default a {
 
 .screenlet-title-bar-pager ul .nav-displaying {
     border-right: none;
-    float :right;
+    float: right;
 }
 
 /*end addon modification generic-portlet*/

Modified: ofbiz/trunk/themes/rainbowstone/webapp/rainbowstone/mainrtl.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/rainbowstone/webapp/rainbowstone/mainrtl.css?rev=1748921&r1=1748920&r2=1748921&view=diff
==============================================================================
--- ofbiz/trunk/themes/rainbowstone/webapp/rainbowstone/mainrtl.css (original)
+++ ofbiz/trunk/themes/rainbowstone/webapp/rainbowstone/mainrtl.css Sat Jun 18 06:11:15 2016
@@ -23,146 +23,147 @@
 /* ===== Resets/Browser Normalization ===== */
 
 body, caption, th {
-text-align: right;
+    text-align: right;
 }
 
 /* ===== Legacy Styles ===== */
 
 .boxlink {
-float: left;
+    float: left;
 }
 
 DIV.boxhead-left {
-float: right;
+    float: right;
 }
 
 DIV.boxhead-right {
-float: left;
+    float: left;
 }
 
 .submenutextinfo {
-border-right: none;
-border-left: 0.1em solid #5886C6;
+    border-right: none;
+    border-left: 0.1em solid #5886C6;
 }
 
 .submenutext, A.submenutext, A.submenutext:visited,
 .submenutextdisabled, A.submenutextdisabled {
-border-right: none;
-border-left: 0.1em solid #5886C6;
-padding-left: 0.5em;
-padding-right: 0.2em;
+    border-right: none;
+    border-left: 0.1em solid #5886C6;
+    padding-left: 0.5em;
+    padding-right: 0.2em;
 }
 
 .submenutextinforight, .submenutextright, A.submenutextright,
 .submenutextrightdisabled, A.submenutextrightdisabled {
-padding-left: none;
-padding-right: 0.2em;
+    padding-left: none;
+    padding-right: 0.2em;
 }
 
 /* ===== Product Summary Styles ===== */
 .product-prevnext {
-text-align: left;
+    text-align: left;
 }
 
 .productsummary .smallimage {
-float: right;
-margin: 0 0 0.5em 0.5em;
+    float: right;
+    margin: 0 0 0.5em 0.5em;
 }
+
 .productsummary .productbuy {
-float: left;
-text-align: left;
+    float: left;
+    text-align: left;
 }
 
 .productsummary .productinfo {
-text-align: right;
+    text-align: right;
 }
 
 .treeWrapper {
-border-left: none;
-border-right: 0.1em solid #000000;
-margin-left: 0;
-margin-right: 1.2em;
-text-align: right;
+    border-left: none;
+    border-right: 0.1em solid #000000;
+    margin-left: 0;
+    margin-right: 1.2em;
+    text-align: right;
 }
 
-.lefthalf{
-float: right;
-left: auto;
-right: 0;
-margin: 0 0 1% 1%;
+.lefthalf {
+    float: right;
+    left: auto;
+    right: 0;
+    margin: 0 0 1% 1%;
 }
 
 .righthalf {
-float: left;
-margin: 0 1% 1% 0;
-right: auto;
-left: 0;
+    float: left;
+    margin: 0 1% 1% 0;
+    right: auto;
+    left: 0;
 }
 
-.leftclear{
-clear: right;
+.leftclear {
+    clear: right;
 }
 
 /* ==== Styles Copied From tabstyles.css === */
 
 .treewrapper {
-margin-left: 0;
-margin-right: 1em;
+    margin-left: 0;
+    margin-right: 1em;
 }
 
 DIV.col {
-float: right;
+    float: right;
 }
 
 DIV.col-right {
-float: left;
+    float: left;
 }
 
 DIV.simple-right-small, DIV.simple-right-half {
-float: left;
-text-align: left;
+    float: left;
+    text-align: left;
 }
 
 #column-container .left {
-float: right;
-margin-right: 0;
-margin-left: 1em;
+    float: right;
+    margin-right: 0;
+    margin-left: 1em;
 }
 
 .left-border {
-float: right;
-margin-right: 0;
-margin-left: 1em;
-border-right: none;
-border-left: 0.5px dotted #ccc;
+    float: right;
+    margin-right: 0;
+    margin-left: 1em;
+    border-right: none;
+    border-left: 0.5px dotted #ccc;
 }
 
 #column-container .right {
-float: left;
-margin-left: 0;
-margin-right: 1em;
+    float: left;
+    margin-left: 0;
+    margin-right: 1em;
 }
 
 #column-container .leftonly {
-margin-left: 0;
-margin-right: 23em;
+    margin-left: 0;
+    margin-right: 23em;
 }
 
 #column-container .rightonly {
-margin-right: 0;
-margin-left: 23em;
+    margin-right: 0;
+    margin-left: 23em;
 }
 
 DIV.column-left-wide {
-float: right;
+    float: right;
 }
 
 /* ===== New Styles ===== */
 
 .label {
-padding-right: 0;
-padding-left: 1.1em;
-text-align: left;
+    padding-right: 0;
+    padding-left: 1.1em;
+    text-align: left;
 }
 
 /* ================================== */
@@ -170,11 +171,11 @@ text-align: left;
 /* ================================== */
 
 .align-float {
-float: left;
+    float: left;
 }
 
 .align-text {
-text-align: left;
+    text-align: left;
 }
 
 /* ==================================== */
@@ -182,13 +183,13 @@ text-align: left;
 /* ==================================== */
 
 #masthead ul li {
-float: right;
+    float: right;
 }
 
 #masthead ul .opposed,
 #masthead ul .control-area {
-float: left;
-text-align: left;
+    float: left;
+    text-align: left;
 }
 
 /* ---------------------- */
@@ -196,29 +197,29 @@ text-align: left;
 /* ---------------------- */
 
 #footer {
-padding: 0.5em 0.5em 0.5em 0;
+    padding: 0.5em 0.5em 0.5em 0;
 }
 
 #footer ul {
-float: right;
+    float: right;
 }
 
 #footer ul li {
-float: right;
+    float: right;
 }
 
 #footer ul .first {
-border-right: none;
-border-left: 0.1em solid #444;
+    border-right: none;
+    border-left: 0.1em solid #444;
 }
 
 #footer ul .last {
-border-left: none;
-border-right: 0.1em solid #222;
+    border-left: none;
+    border-right: 0.1em solid #222;
 }
 
 #footer p {
-clear: right;
+    clear: right;
 }
 
 /* ================================================== */
@@ -226,18 +227,18 @@ clear: right;
 /* ================================================== */
 
 #main-navigation ul li {
-float: right;
-padding:0 0.5em 0 1em;
+    float: right;
+    padding: 0 0.5em 0 1em;
 }
 
 #main-navigation ul .first {
-border-right: none;
-border-left: 0.1em solid #5c809c;
+    border-right: none;
+    border-left: 0.1em solid #5c809c;
 }
 
 #main-navigation ul .last {
-border-left: none;
-border-right: 0.1em solid #3e5a71;
+    border-left: none;
+    border-right: 0.1em solid #3e5a71;
 }
 
 /* ========================================================= */
@@ -245,8 +246,8 @@ border-right: 0.1em solid #3e5a71;
 /* ========================================================= */
 
 #app-navigation ul li ul li {
-float: right;
-margin: 0.1em 0 0.1em 0.3em;
+    float: right;
+    margin: 0.1em 0 0.1em 0.3em;
 }
 
 /* ================================================= */
@@ -254,23 +255,22 @@ margin: 0.1em 0 0.1em 0.3em;
 /* ================================================= */
 
 .screenlet-title-bar ul li {
-border-left: none;
-border-right: 0.1em solid #dedede;
-float: left;
+    border-left: none;
+    border-right: 0.1em solid #dedede;
+    float: left;
 }
 
 .screenlet-title-bar ul .h1,
 .screenlet-title-bar ul .h2,
 .screenlet-title-bar ul .h3 {
-border-right: none;
-float: right;
+    border-right: none;
+    float: right;
 }
 
-
 /* login screenlet decorator */
 .login-screenlet {
-margin-left: 0;
-margin-right: 38%;
+    margin-left: 0;
+    margin-right: 38%;
 }
 
 /* ======================================================= */
@@ -278,8 +278,8 @@ margin-right: 38%;
 /* ======================================================= */
 
 .basic-nav {
-padding-left: 0;
-padding-right: 1em;
+    padding-left: 0;
+    padding-right: 1em;
 }
 
 /* ======================================== */
@@ -287,42 +287,43 @@ padding-right: 1em;
 /* ======================================== */
 
 .button-bar ul li {
-float: right;
+    float: right;
 }
 
 .button-bar ul .opposed {
-float: left;
+    float: left;
 }
 
 /* ===== Button bar decorators ===== */
 
 .tab-bar ul li ul li {
-margin-right: 0;
-margin-left: 0.5em;
+    margin-right: 0;
+    margin-left: 0.5em;
 }
+
 /* ======================== */
 /* ===== Table Styles ===== */
 /* ======================== */
 
 .basic-table tr .label,
 .basic-table tr .group-label {
-/* field labels for forms */
-text-align: left;
-padding-right: 0;
-padding-left: 1.5em;
+    /* field labels for forms */
+    text-align: left;
+    padding-right: 0;
+    padding-left: 1.5em;
 }
 
 .basic-table tr .group-label {
-padding: 2em 0 0 1.5em;
+    padding: 2em 0 0 1.5em;
 }
 
 .basic-table tr th,
 .basic-table .header-row {
-text-align: right;
+    text-align: right;
 }
 
 .basic-table tr .button-col a {
-float: right;
+    float: right;
 }
 
 /* ======================= */
@@ -330,20 +331,20 @@ float: right;
 /* ======================= */
 
 .basic-tree ul, .basic-tree li {
-padding-left: 0;
-padding-right: 1em;
+    padding-left: 0;
+    padding-right: 1em;
 }
 
 .basic-tree li .expanded {
-background: url(/images/collapse.gif) no-repeat right center;
-padding-right: 0;
-padding-left: 1em;
+    background: url(/images/collapse.gif) no-repeat right center;
+    padding-right: 0;
+    padding-left: 1em;
 }
 
 .basic-tree li .collapsed {
-background: url(/images/expand.gif) no-repeat right center;
-padding-right: 0;
-padding-left: 1em;
+    background: url(/images/expand.gif) no-repeat right center;
+    padding-right: 0;
+    padding-left: 1em;
 }
 
 /* ======================== */
@@ -352,20 +353,20 @@ padding-left: 1em;
 
 .basic-form table tr .label,
 .basic-form table tr .group-label {
-text-align: left;
-padding-right: 0;
-padding-left: 1.5em;
+    text-align: left;
+    padding-right: 0;
+    padding-left: 1.5em;
 }
 
 .basic-form table tr .group-label {
-/* "header" for field label groups */
-font-size: 1.2em;
-padding: 2em 0 0 1.5em ;
+    /* "header" for field label groups */
+    font-size: 1.2em;
+    padding: 2em 0 0 1.5em;
 }
 
 .basic-form table tr th,
 .basic-form table .header-row {
-text-align: right;
+    text-align: right;
 }
 
 /* ------------------------------- */
@@ -373,15 +374,14 @@ text-align: right;
 /* ------------------------------- */
 
 .nav-pager ul li {
-float: right;
+    float: right;
 }
 
 .nav-pager ul .nav-displaying {
-border-left: none;
-border-right: solid #222 0.1em;
+    border-left: none;
+    border-right: solid #222 0.1em;
 }
 
-
 /* From http://jqueryui.com/demos/autocomplete/maxheight.html */
 /* When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large */
 .ui-autocomplete {
@@ -392,6 +392,7 @@ border-right: solid #222 0.1em;
     /* add padding to account for vertical scrollbar */
     padding-right: 20px;
 }
+
 /* IE 6 doesn't support max-height
  * we use height instead, but this forces the menu to always be this tall
  */