svn commit: r1748916 [1/2] - in /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css: docbook.css forms.css help.css ie.css legacy.css links.css login.css print.css style.css

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

svn commit: r1748916 [1/2] - in /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css: docbook.css forms.css help.css ie.css legacy.css links.css login.css print.css style.css

pranayp
Author: pranayp
Date: Sat Jun 18 06:03:55 2016
New Revision: 1748916

URL: http://svn.apache.org/viewvc?rev=1748916&view=rev
Log:
[OFBIZ-7311] No functional change, corrected formatting of the CSS files for Bizznesstime theme as per best practice.

Thanks Swapnil M Mane for the contribution.

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/docbook.css
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/forms.css
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/help.css
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/ie.css
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/links.css
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/print.css
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/docbook.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/docbook.css?rev=1748916&r1=1748915&r2=1748916&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/docbook.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/docbook.css Sat Jun 18 06:03:55 2016
@@ -16,176 +16,170 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-body {background:transparent url(/images/ofbiz_logo.gif) no-repeat scroll left top;
+body {
+    background: transparent url(/images/ofbiz_logo.gif) no-repeat scroll left top;
     color: #000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
-    font-size:.75em;
-    line-height:1.5em;padding:50px 0 0;
+    font-size: .75em;
+    line-height: 1.5em;
+    padding: 50px 0 0;
     bgcolor: #ffffcc;
-
 }
 
 a:hover {
-    color:#111111;
-    text-decoration:underline;
+    color: #111111;
+    text-decoration: underline;
 }
+
 a:visited {
-    color:#000;
-    text-decoration:underline;
+    color: #000;
+    text-decoration: underline;
 }
+
 a {
-    color:#555;
-    text-decoration:underline;
+    color: #555;
+    text-decoration: underline;
 }
 
-
-
-div.abstract
-{
-        border: solid 2px;
-        padding-left: 10pt;
-        padding-right: 10pt;
-        background-color: #ffffcc;
-}
-pre.screen
-{
-        font-family:monospace;
-        white-space: pre;
-        width: 100%;
-        background-color: #ffffcc;
-        border:solid;
-        color: #000000;
-        border-color: #009999;
-        border-left: solid #009999 2px;
-        border-right: solid #009999 2px;
-        border-top: solid #009999 2px;
-        border-bottom: solid #009999 2px;
-
-        padding-left: 15pt;
-}
-pre.programlisting
-{
-        font-family:monospace;
-        white-space: pre;
-        width: 100%;
-        background-color: #ffffcc;
-        border:solid;
-        color: #000000;
-        border-color: #009999;
-        border-left: solid #009999 2px;
-        border-right: solid #009999 2px;
-        border-top: solid #009999 2px;
-        border-bottom: solid #009999 2px;
-
-        padding-left: 15pt;
-}
-
-h1
-{
-        color: #ffffff;
-        border: solid 3px #a0a0d0;
-        background-color: #606090;
-        font-variant: small-caps;
-        width: 100%;
-}
-
-h1.title
-{
-        color: #ffffff;
-        border: solid 3px #a0a0d0;
-        background-color: #606090;
-        font-variant: small-caps;
-        width: 100%;
+div.abstract {
+    border: solid 2px;
+    padding-left: 10pt;
+    padding-right: 10pt;
+    background-color: #ffffcc;
+}
+
+pre.screen {
+    font-family: monospace;
+    white-space: pre;
+    width: 100%;
+    background-color: #ffffcc;
+    border: solid;
+    color: #000000;
+    border-color: #009999;
+    border-left: solid #009999 2px;
+    border-right: solid #009999 2px;
+    border-top: solid #009999 2px;
+    border-bottom: solid #009999 2px;
+
+    padding-left: 15pt;
+}
+
+pre.programlisting {
+    font-family: monospace;
+    white-space: pre;
+    width: 100%;
+    background-color: #ffffcc;
+    border: solid;
+    color: #000000;
+    border-color: #009999;
+    border-left: solid #009999 2px;
+    border-right: solid #009999 2px;
+    border-top: solid #009999 2px;
+    border-bottom: solid #009999 2px;
+
+    padding-left: 15pt;
+}
+
+h1 {
+    color: #ffffff;
+    border: solid 3px #a0a0d0;
+    background-color: #606090;
+    font-variant: small-caps;
+    width: 100%;
+}
+
+h1.title {
+    color: #ffffff;
+    border: solid 3px #a0a0d0;
+    background-color: #606090;
+    font-variant: small-caps;
+    width: 100%;
 }
 
 .title a {
-        color: #fffffc;
-        text-decoration: none;
+    color: #fffffc;
+    text-decoration: none;
 }
 
 .title a:active {
-        color: #ffffff;
-        text-decoration: none;
+    color: #ffffff;
+    text-decoration: none;
 }
 
 .title a:visited {
-        color: #ffffff;
-        text-decoration: none;
+    color: #ffffff;
+    text-decoration: none;
+}
+
+h2 {
+    color: #ffffff;
+    font-style: italic;
+    background-color: #a0a0d0;
+    border: solid 3px #606090;
+    padding: 1px
+}
+
+table.important {
+    font-style: italic;
+    border: solid 2px #ff0000;
+    width: 70%;
+    margin-left: 15%;
+}
+
+table.caution {
+    font-style: italic;
+    border: ridge 2px #ffff00;
+    width: 70%;
+    margin-left: 15%;
+}
+
+table.note {
+    font-style: italic;
+    border: solid 1px #000000;
+    width: 70%;
+    margin-left: 15%;
+}
+
+table.tip {
+    font-style: italic;
+    border: solid 1px #000000;
+    width: 70%;
+    margin-left: 15%;
 }
 
-h2
-{      
-        color: #ffffff ;
-        font-style: italic;
-        background-color: #a0a0d0;
-        border: solid 3px #606090;
-        padding: 1px
-}
-
-table.important
-{
-        font-style:italic;
-        border: solid 2px #ff0000;
-        width: 70%;
-        margin-left: 15%;      
-}
-table.caution
-{
-        font-style:italic;
-        border: ridge 2px #ffff00;
-        width: 70%;
-        margin-left: 15%;      
-}
-
-table.note
-{
-        font-style:italic;
-        border: solid 1px #000000;
-        width: 70%;
-        margin-left: 15%;      
-}
-table.tip
-{
-        font-style:italic;
-        border: solid 1px #000000;
-        width: 70%;
-        margin-left: 15%;      
-}
-
-table.warning
-{
-        font-style:italic;
-        font-weight: bold;
-        border: ridge 4px #ff0000;
-        
-        width: 70%;
-        margin-left: 15%;      
+table.warning {
+    font-style: italic;
+    font-weight: bold;
+    border: ridge 4px #ff0000;
+
+    width: 70%;
+    margin-left: 15%;
 }
 
 div.variablelist {
-        font-family: sans-serif;
-        font-style: normal;
-        font-weight: normal;
-        padding-left: 20px;
+    font-family: sans-serif;
+    font-style: normal;
+    font-weight: normal;
+    padding-left: 20px;
 }
 
 .varlistentry {
-        font-weight: bold;
-        margin-top: 10px;
-        color: #ffffff ;
-        background-color: #a0a0d0;
-        border: solid 1px #606090;
-        padding: 1px
+    font-weight: bold;
+    margin-top: 10px;
+    color: #ffffff;
+    background-color: #a0a0d0;
+    border: solid 1px #606090;
+    padding: 1px
 }
 
 /*
  * see http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html
  * for an explanation of the following few commands.
  * they are really too complicated to explain here in all depth. ;-)
-*/
+ */
 
 p {
-        font-size: 12px;
+    font-size: 12px;
 }
 
 /*a{}
@@ -203,156 +197,153 @@ html>body p {
 
 /* add an external-link icon to absolute links */
 a[href^="http:"] {
-        background: url(images/remote.gif) right center no-repeat;
-        padding-right: 12px;
+    background: url(images/remote.gif) right center no-repeat;
+    padding-right: 12px;
 }
 
 a[href^="http:"]:hover {
-        background: url(images/remote_a.gif) right center no-repeat;
+    background: url(images/remote_a.gif) right center no-repeat;
 }
 
 /* add a note icon to footnote links */
 a[href^="#ftn"] {
-        background: url(images/qbullet-note.gif) right center no-repeat;
-        padding-right: 12px;
+    background: url(images/qbullet-note.gif) right center no-repeat;
+    padding-right: 12px;
 }
 
 a[href^="#ftn"]:hover {
-        background: url(images/qbullet-note_a.gif) right center no-repeat;
+    background: url(images/qbullet-note_a.gif) right center no-repeat;
 }
 
 /* ...and a back icon to the backlinks in the footnotes themselves */
 a[name^="ftn"] {
-        background: url(images/scrollup.gif) right center no-repeat;
-        padding-right: 12px;
+    background: url(images/scrollup.gif) right center no-repeat;
+    padding-right: 12px;
 }
 
 a[name^="ftn"]:hover {
-        background: url(images/scrollup_a.gif) right center no-repeat;
+    background: url(images/scrollup_a.gif) right center no-repeat;
 }
 
 /* add a download icon to .gz links */
-a[href$=".gz"],a[href$=".tar"],a[href$=".zip"] {
-        background: url(images/disk.gif) right center no-repeat;
-        padding-right: 12px;
+a[href$=".gz"], a[href$=".tar"], a[href$=".zip"] {
+    background: url(images/disk.gif) right center no-repeat;
+    padding-right: 12px;
 }
 
-
 /* add an acrobat reader icon to pdf links */
 a[href$=".pdf"] {
-        background: url(images/acrobat.gif) right center no-repeat;
-        padding-right: 12px;
+    background: url(images/acrobat.gif) right center no-repeat;
+    padding-right: 12px;
 }
 
 a[href$=".pdf"]:hover {
-        background: url(images/acrobat_a.gif) right center no-repeat;
+    background: url(images/acrobat_a.gif) right center no-repeat;
 }
 
 /* add a word icon to rtf links */
 a[href$=".rtf"] {
-        background: url(images/word.gif) right center no-repeat;
-        padding-right: 12px;
+    background: url(images/word.gif) right center no-repeat;
+    padding-right: 12px;
 }
 
-
 /* ...but not to absolute links in this domain... */
 a[href^="http://www.karakas-online.de"] {
-        background: transparent;
-        padding-right: 0px;
+    background: transparent;
+    padding-right: 0px;
 }
 
 a[href^="http://www.karakas-online.de"]:hover {
-        background: transparent;
+    background: transparent;
 }
 
 /* ...or to the translation links on each page */
 div.translatelink > a[href^="http:"] {
-        background: transparent;
-        padding-right: 0px;
+    background: transparent;
+    padding-right: 0px;
 }
 
 div.translatelink > a[href^="http:"]:hover {
-        background: transparent;
+    background: transparent;
 }
 
 /* ...or to any images  */
-div.imagelink  a[href^="http:"] {
-        background: transparent;
-        padding-right: 0px;
+div.imagelink a[href^="http:"] {
+    background: transparent;
+    padding-right: 0px;
 }
 
-div.imagelink  a[href^="http:"]:hover {
-        background: transparent;
+div.imagelink a[href^="http:"]:hover {
+    background: transparent;
 }
 
-
 p.c2 {
-        color: #ffffff ;
-        background-color: #a0a0d0;
-        border: solid 1px #606090;
-        padding: 1px
+    color: #ffffff;
+    background-color: #a0a0d0;
+    border: solid 1px #606090;
+    padding: 1px
 }
 
-
 div.navfooter {
-        color: #000000;
-        background-color: #efeff8;
-        padding: 5px;
-        margin-top: 10px;
-        width: 100%;
-        border: thin solid #a0a0d0;
+    color: #000000;
+    background-color: #efeff8;
+    padding: 5px;
+    margin-top: 10px;
+    width: 100%;
+    border: thin solid #a0a0d0;
 }
 
 div.nukefooter {
-        color: #000000;
-        background-color: #b0e0e6;
-        padding: 5px;
-        margin-top: 10px;
-        width: 100%;
-        border: thin solid #a0a0d0;
+    color: #000000;
+    background-color: #b0e0e6;
+    padding: 5px;
+    margin-top: 10px;
+    width: 100%;
+    border: thin solid #a0a0d0;
 }
 
 div.navheader {
-        color: #000000;
-        background-color: #efeff8;
-        padding: 5px;
-        margin-bottom: 10px;
-        width: 100%;
-        border: thin solid #a0a0d0;
-}
-
-div.sect1,div.sect2,div.sect3 {
-        margin-left: 20px;
-}
-
-div.example,div.toc {
-        border: thin dotted #70aae5;
-        padding-left: 10px;
-        padding-right: 10px;
-        color: #000000;
-        background-color: #eff8f8;
+    color: #000000;
+    background-color: #efeff8;
+    padding: 5px;
+    margin-bottom: 10px;
+    width: 100%;
+    border: thin solid #a0a0d0;
+}
+
+div.sect1, div.sect2, div.sect3 {
+    margin-left: 20px;
+}
+
+div.example, div.toc {
+    border: thin dotted #70aae5;
+    padding-left: 10px;
+    padding-right: 10px;
+    color: #000000;
+    background-color: #eff8f8;
 }
 
 div.toc {
-        margin-left: 20px;
-        margin-right: 20px;
-        width: 95%;
+    margin-left: 20px;
+    margin-right: 20px;
+    width: 95%;
 }
 
-ul  {
-        list-style: url("images/tux-bullet.png") disc;
-    }
-
-div.example,div.toc {
-        border: thin dotted #70aae5;
-        padding-left: 10px;
-        padding-right: 10px;
-        color: #000000;
-        background-color: #eff8f8;
+ul {
+    list-style: url("images/tux-bullet.png") disc;
 }
+
+div.example, div.toc {
+    border: thin dotted #70aae5;
+    padding-left: 10px;
+    padding-right: 10px;
+    color: #000000;
+    background-color: #eff8f8;
+}
+
 div.toc {
-        margin-left: 20px;
-        margin-right: 20px;
-        width: 95%;
+    margin-left: 20px;
+    margin-right: 20px;
+    width: 95%;
 }
 

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/forms.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/forms.css?rev=1748916&r1=1748915&r2=1748916&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/forms.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/forms.css Sat Jun 18 06:03:55 2016
@@ -27,68 +27,69 @@ form label {
     font-size: 11px;
     color: #5d5644;
     margin-top: 5px;
-    text-transform:uppercase;
+    text-transform: uppercase;
 }
 
 form a img {
-    float:none;
-    margin:0px 5px 10px 5px;
+    float: none;
+    margin: 0px 5px 10px 5px;
 }
 
 form tbody {
-  border:none;
+    border: none;
 }
+
 form tbody tr {
-  border:0px;
+    border: 0px;
 }
 
-input[type="radio"],input[type="checkbox"] {
-  font-size: 1.1em;
-  margin: 5px 5px 10px 0px;
+input[type="radio"], input[type="checkbox"] {
+    font-size: 1.1em;
+    margin: 5px 5px 10px 0px;
 }
 
-input[type="text"],input[type="password"] {
-    background:#fbfbfb;
+input[type="text"], input[type="password"] {
+    background: #fbfbfb;
     border: #ccc solid 1px;
-    font-weight:normal;
+    font-weight: normal;
     font-size: 1.1em;
-    margin:5px 0px;
-    padding:2px 4px;
+    margin: 5px 0px;
+    padding: 2px 4px;
 }
 
-input[type="submit"],input[type="button"],input[type="reset"] {
-  background:url(../images/btn-bg.gif) center left repeat-x;
-  border: #ddd solid 2px;
+input[type="submit"], input[type="button"], input[type="reset"] {
+    background: url(../images/btn-bg.gif) center left repeat-x;
+    border: #ddd solid 2px;
     color: #444;
-  font-weight:bold;
-  line-height:1.8em;
-  margin:5px 5px 2px 0px;
-  padding:2px 4px;
-  text-transform:uppercase;
+    font-weight: bold;
+    line-height: 1.8em;
+    margin: 5px 5px 2px 0px;
+    padding: 2px 4px;
+    text-transform: uppercase;
 }
 
 input[type="submit"]:hover,
 input[type="button"],
 input[type="reset"] {
-  color: #1c334d;
-  cursor: pointer;
-  text-decoration: none;
+    color: #1c334d;
+    cursor: pointer;
+    text-decoration: none;
 }
 
 input[type="file"] {
-  font-size: 1.1em;
-  height: 1.9em; /* force ctrl to scale with text */
-  background-color: #ffffff;
-  border: #ddd solid 2px;
+    font-size: 1.1em;
+    height: 1.9em; /* force ctrl to scale with text */
+    background-color: #ffffff;
+    border: #ddd solid 2px;
     color: #444;
 }
 
 select {
-  background-color: #fbfbfb;
-  border: #ccc solid 1px;
-  font-size: 1.1em;
-  height: 1.6em; /* force ctrl to scale with text */
-  margin:5px 0px 2px 0px;
+    background-color: #fbfbfb;
+    border: #ccc solid 1px;
+    font-size: 1.1em;
+    height: 1.6em; /* force ctrl to scale with text */
+    margin: 5px 0px 2px 0px;
 }
 
 select[multiple="multiple"] {
@@ -96,17 +97,17 @@ select[multiple="multiple"] {
 }
 
 textarea {
-  border: #ddd solid 2px;
-  font-weight:bold;
-  font-size: 1.1em;
-  margin:5px 5px 5px 5px;
-  padding:2px 4px;
+    border: #ddd solid 2px;
+    font-weight: bold;
+    font-size: 1.1em;
+    margin: 5px 5px 5px 5px;
+    padding: 2px 4px;
 }
 
-input:focus,.contentarea textarea:focus {
-  border: 1px solid #6E2723;
+input:focus, .contentarea textarea:focus {
+    border: 1px solid #6E2723;
 }
 
 input.focused, textarea.focused {
-  border: 1px solid #6E2723;
+    border: 1px solid #6E2723;
 }

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/help.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/help.css?rev=1748916&r1=1748915&r2=1748916&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/help.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/help.css Sat Jun 18 06:03:55 2016
@@ -17,33 +17,36 @@
  * under the License.
  */
 body {
-    background:none;
+    background: none;
 }
 
 .left-border {
-    float:left;width:30%;
+    float: left;
+    width: 30%;
 }
 
 .contentarea {
     margin: 0 0 0 0.5em;
-    padding:0 0 0 0.5em;
+    padding: 0 0 0 0.5em;
 }
+
 .leftonly {
-    float:none;
-    min-height:25em;
+    float: none;
+    min-height: 25em;
 }
 
 ol.numbers {
-    list-style: decimal;
+    list-style: decimal;
     padding-left: 20px;
 }
+
 ul.dots {
-    list-style: circle;
+    list-style: circle;
     padding-left: 20px;
 }
 
-span.caution{
-    color:yellow;
+span.caution {
+    color: yellow;
 }
 
 span.important {
@@ -51,13 +54,13 @@ span.important {
 }
 
 span.note {
-    color:#adff2f;
+    color: #adff2f;
 }
 
 span.tip {
-    color:blue;
+    color: blue;
 }
 
 span.warning {
-    color:red;
+    color: red;
 }

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/ie.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/ie.css?rev=1748916&r1=1748915&r2=1748916&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/ie.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/ie.css Sat Jun 18 06:03:55 2016
@@ -18,21 +18,40 @@
  */
 
 /* Make sure the layout is centered in IE5 */
-body { text-align: center; }
-.container { text-align: left; }
+body {
+    text-align: center;
+}
+
+.container {
+    text-align: left;
+}
 
 /* Fixes IE margin bugs */
-* html .column { overflow-x: hidden; }
+* html .column {
+    overflow-x: hidden;
+}
 
 /* Fixes incorrect styling of legend in IE6. */
-* html legend { margin:-18px -8px 16px 0; padding:0; }
+* html legend {
+    margin: -18px -8px 16px 0;
+    padding: 0;
+}
 
 /* Fixes incorrect placement of ol numbers in IE6/7. */
-ol { margin-left:2em; }
+ol {
+    margin-left: 2em;
+}
 
 /* Fixes wrong line-height on sup/sub in IE. */
-sup { vertical-align: text-top; }
-sub { vertical-align: text-bottom; }
+sup {
+    vertical-align: text-top;
+}
+
+sub {
+    vertical-align: text-bottom;
+}
 
 /* Fixes IE7 missing wrapping of code elements. */
-html>body p code { *white-space: normal; }
+html > body p code {
+    *white-space: normal;
+}

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css?rev=1748916&r1=1748915&r2=1748916&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css Sat Jun 18 06:03:55 2016
@@ -108,7 +108,7 @@ Submenu
     padding-right: 0.5em;
 }
 
-.submenutext,a.submenutext,a.submenutext:visited {
+.submenutext, a.submenutext, a.submenutext:visited {
     color: #333;
     font-size: 0.9em;
     font-weight: bold;
@@ -219,7 +219,7 @@ Trees
     padding-right: 1em;
 }
 
-.basic-tree li .treeitem {
+.basic-tree li .treeitem {
     border-style: none;
     color: #333;
     font-size: 1em;
@@ -232,7 +232,7 @@ Trees
 /***********************************************
 Navigation Bars
 ***********************************************/
-.basic-nav {
+.basic-nav {
     padding-left: 1em;
 }
 
@@ -267,11 +267,11 @@ Navigation Bars
 }
 
 .nav-pager {
-    padding:0.08em 0 0.5em 0;
-    clear:both;
-    display:block;
-    position:relative;
-    margin:0px 0 10px 0;
+    padding: 0.08em 0 0.5em 0;
+    clear: both;
+    display: block;
+    position: relative;
+    margin: 0px 0 10px 0;
 }
 
 .nav-pager ul {
@@ -288,7 +288,7 @@ Navigation Bars
 
 .nav-pager ul li a {
     display: block;
-    color:#444444;
+    color: #444444;
     font-weight: bold;
 }
 
@@ -296,9 +296,9 @@ Navigation Bars
 .nav-pager ul .nav-previous,
 .nav-pager ul .nav-next,
 .nav-pager ul .nav-last {
-    background-color:#fff;
-    border:2px solid #ddd;
-    color:#444;
+    background-color: #fff;
+    border: 2px solid #ddd;
+    color: #444;
     padding: 0 0.5em 0 0.5em;
 }
 
@@ -306,9 +306,9 @@ Navigation Bars
 .nav-pager ul .nav-previous-disabled,
 .nav-pager ul .nav-next-disabled,
 .nav-pager ul .nav-last-disabled {
-    background-color:#fff;
-    border:2px solid #ddd;
-    color:#ccc;
+    background-color: #fff;
+    border: 2px solid #ddd;
+    color: #ccc;
     padding: 0 0.5em 0 0.5em;
 }
 
@@ -334,7 +334,7 @@ form .basic-table,
     margin-bottom: 0;
 }
 
-.basic-table tr th,.basic-table .header-row {
+.basic-table tr th, .basic-table .header-row {
     font-weight: bold;
     text-align: left;
 }
@@ -347,7 +347,7 @@ form .basic-table,
     color: #000000;
 }
 
-.basic-table .alternate-row {
+.basic-table .alternate-row {
     background-color: #f5f6eb;
 }
 
@@ -359,7 +359,7 @@ form .basic-table,
     background: #FFF55F;
 }
 
-.basic-table .Validate {
+.basic-table .Validate {
     background: #A0D5F7;
 }
 
@@ -367,39 +367,39 @@ form .basic-table,
     background: #72A8F2;
 }
 
-.basic-table .Warn {
+.basic-table .Warn {
     background: #f55C5C;
 }
 
-.basic-table .alternate-rowWarn {
+.basic-table .alternate-rowWarn {
     background: #FC7455;
 }
 
-.basic-table tr .button-col {
+.basic-table tr .button-col {
     vertical-align: top;
 }
 
 .basic-table tr .button-col a {
-    background:url(../images/btn-bg.gif) center left repeat-x;
+    background: url(../images/btn-bg.gif) center left repeat-x;
     border: 2px solid #ddd;
     color: #333;
     float: left;
-    font-weight:bold;
+    font-weight: bold;
     margin: 0 0.1em 0 0.1em;
     padding: 0.1em 0.4em 0.1em 0.4em;
-    text-transform:uppercase;
+    text-transform: uppercase;
     white-space: nowrap;
 }
 
-.basic-table tr .smallSubmit,.basic-table tr .smallSubmit:visited {
-    background:url(../images/btn-bg.gif) center left repeat-x;
-    border:2px solid #ddd;
-    color:#444;
-    font-weight:bold;
-    line-height:1.8em;
-    margin:5px 5px 2px;
-    padding:2px 4px;
-    text-transform:uppercase;
+.basic-table tr .smallSubmit, .basic-table tr .smallSubmit:visited {
+    background: url(../images/btn-bg.gif) center left repeat-x;
+    border: 2px solid #ddd;
+    color: #444;
+    font-weight: bold;
+    line-height: 1.8em;
+    margin: 5px 5px 2px;
+    padding: 2px 4px;
+    text-transform: uppercase;
 }
 
 .basic-table tr .button-col a:hover,
@@ -415,9 +415,9 @@ form .basic-table,
 
 .basic-table .header-row-2 th,
 .basic-table .header-row-2 td {
-    background:#D14B1F url(../images/tableheader-bg.jpg) repeat-x scroll 0 -100px;
-    border-bottom:2px solid #FFFFFF;
-    border-left:1px solid #D14B1F;
+    background: #D14B1F url(../images/tableheader-bg.jpg) repeat-x scroll 0 -100px;
+    border-bottom: 2px solid #FFFFFF;
+    border-left: 1px solid #D14B1F;
     color: #fff;
     font-weight: bold;
     text-align: left;
@@ -425,7 +425,7 @@ form .basic-table,
 
 .basic-table .header-row-2 th a,
 .basic-table .header-row-2 td a {
-    color:#fff;
+    color: #fff;
 }
 
 .basic-table .header-row-2 th .sort-order-asc,
@@ -475,7 +475,7 @@ form .basic-table,
     width: 20%;
 }
 
-.form-widget table,.form-widget-table {
+.form-widget table, .form-widget-table {
     width: auto;
 }
 
@@ -487,23 +487,23 @@ form .basic-table,
 Calendar
 ***********************************************/
 .field-lookup a {
-background: url(/images/fieldlookup.gif) no-repeat 0 0;
-display: inline-block;
-/* margin: 3px 10px 0px 4px; */
-vertical-align:top;
-margin-top:6px;
-width:16px;
-height:16px;
+    background: url(/images/fieldlookup.gif) no-repeat 0 0;
+    display: inline-block;
+    /* margin: 3px 10px 0px 4px; */
+    vertical-align: top;
+    margin-top: 6px;
+    width: 16px;
+    height: 16px;
 }
 
 .view-calendar a {
-background: url(/images/cal.gif) no-repeat !important;
-display: inline-block;
-/* margin: 3px 10px 0px 4px; */
-vertical-align:top;
-margin-top:5px;
-width:16px;
-height:16px;
+    background: url(/images/cal.gif) no-repeat !important;
+    display: inline-block;
+    /* margin: 3px 10px 0px 4px; */
+    vertical-align: top;
+    margin-top: 5px;
+    width: 16px;
+    height: 16px;
 }
 
 .calendar {
@@ -570,11 +570,11 @@ height:16px;
     padding: 3px;
     font-size: 12px;
     text-align: center;
-    color:#333;
+    color: #333;
 }
 
 .calendar_date_select .cds_footer span {
-    display:none
+    display: none
 }
 
 .calendar_date_select table {
@@ -702,23 +702,23 @@ Legacy Forms
                    <fieldset>
                    <label>, etc...
 ***********************************************/
-.label {
+.label {
     font-weight: bold;
     text-align: right;
     white-space: nowrap;
     width: 1%;
-    margin:0 4px 0 0px;
-    vertical-align:middle;
+    margin: 0 4px 0 0px;
+    vertical-align: middle;
 }
 
 .basic-form {
-    clear:both;
-    display:block;
-    margin:5px 0 5px 0;
-    width:100%;
+    clear: both;
+    display: block;
+    margin: 5px 0 5px 0;
+    width: 100%;
 }
 
-.required,input.required {
+.required, input.required {
     background-color: #eeeeee;
 }
 
@@ -741,9 +741,9 @@ Legacy Forms
 }
 
 .fieldgroup-title-bar a {
-cursor:pointer;
-text-decoration:none;
-padding-left: 10px;
+    cursor: pointer;
+    text-decoration: none;
+    padding-left: 10px;
 }
 
 /***********************************************
@@ -829,4 +829,4 @@ Portals
 .manage-portal-column-toolbar #delete-column,
 .manage-portal-column-toolbar #column-width {
     float: right;
-}
\ No newline at end of file
+}

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/links.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/links.css?rev=1748916&r1=1748915&r2=1748916&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/links.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/links.css Sat Jun 18 06:03:55 2016
@@ -18,50 +18,50 @@
  */
 
 /* Make sure the icons are not cut */
-a[href^="http:"], a[href^="mailto:"], a[href^="http:"]:visited,
-a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"],
+a[href^="http:"], a[href^="mailto:"], a[href^="http:"]:visited,
+a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"],
 a[href$=".rdf"], a[href^="aim:"] {
-  padding:2px 22px 2px 0;
-  margin:-2px 0;
-  background-repeat: no-repeat;
-  background-position: right center;
+    padding: 2px 22px 2px 0;
+    margin: -2px 0;
+    background-repeat: no-repeat;
+    background-position: right center;
 }
 
 /* External links */
-a[href^="http:"]{
-    background-image: url(../images/icons/external.png);
-}
-a[href^="mailto:"]{
-    background-image: url(../images/icons/email.png);
+a[href^="http:"] {
+    background-image: url(../images/icons/external.png);
 }
 
+a[href^="mailto:"] {
+    background-image: url(../images/icons/email.png);
+}
 
 /* Files */
-a[href$=".pdf"]{
-    background-image: url(../images/icons/pdf.png);
+a[href$=".pdf"] {
+    background-image: url(../images/icons/pdf.png);
+}
+
+a[href$=".doc"] {
+    background-image: url(../images/icons/doc.png);
 }
-  
-a[href$=".doc"]{
-    background-image: url(../images/icons/doc.png);
-}
-
-a[href$=".xls"]{
-    background-image: url(../images/icons/xls.png);
-}  
-
+
+a[href$=".xls"] {
+    background-image: url(../images/icons/xls.png);
+}
+
 /* Misc */
-a[href$=".rss"],
-a[href$=".rdf"]{
-    background-image: url(../images/icons/feed.png);
+a[href$=".rss"],
+a[href$=".rdf"] {
+    background-image: url(../images/icons/feed.png);
 }
 
-a[href^="aim:"]{
-    background-image: url(../images/icons/im.png);
+a[href^="aim:"] {
+    background-image: url(../images/icons/im.png);
 }
 
 /* Use this class if a link gets an icon when it shouldn't. */
-body a.noicon {
-    background:none;
-    padding:0;
-    margin:0;
+body a.noicon {
+    background: none;
+    padding: 0;
+    margin: 0;
 }

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css?rev=1748916&r1=1748915&r2=1748916&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css Sat Jun 18 06:03:55 2016
@@ -29,11 +29,11 @@ b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
-    border:0;
-    margin:0;
-    outline:0;
-    padding:0;
-    background:transparent;
+    border: 0;
+    margin: 0;
+    outline: 0;
+    padding: 0;
+    background: transparent;
     vertical-align: baseline;
 }
 
@@ -45,7 +45,7 @@ blockquote:before,
 blockquote:after,
 q:before,
 q:after {
-    content:'';
+    content: '';
     content: none;
 }
 
@@ -72,94 +72,176 @@ table {
 General Styles
 ***********************************************/
 body {
-    background: url(../images/page.png) top left repeat-x #f3f4f4;
-    color: #000;
+    background: url(../images/page.png) top left repeat-x #f3f4f4;
+    color: #000;
     font: .75em/1.5em Verdana, Arial, Helvetica, sans-serif;
 }
-html>body {font-size: 12px;}
 
-img {display: inline-block; vertical-align: bottom;}
+html > body {
+    font-size: 12px;
+}
+
+img {
+    display: inline-block;
+    vertical-align: bottom;
+}
 
 a {
-    background:#E7EFF5;
-    text-decoration: none;
-    color:#699BC9;
-    height:18px;
-    display:block;
-    line-height:10px;
-    padding:5px 0 0px 0;
-    font-size:11px;
+    background: #E7EFF5;
+    text-decoration: none;
+    color: #699BC9;
+    height: 18px;
+    display: block;
+    line-height: 10px;
+    padding: 5px 0 0px 0;
+    font-size: 11px;
 }
+
 a:hover {
     color: #486a8a;
     text-decoration: none;
 }
 
-
 /***********************************************
 Tables
 ***********************************************/
-table {border-collapse: collapse; border-spacing: 0; margin: 0; width:100%}
-caption {text-align: left;}
-th, td {padding: .10em .5em;}
-td #RegisterPerson_salutation,#RegisterPerson_middleName {
-    margin-right:12%;
+table {
+    border-collapse: collapse;
+    border-spacing: 0;
+    margin: 0;
+    width: 100%
+}
+
+caption {
+    text-align: left;
+}
+
+th, td {
+    padding: .10em .5em;
+}
+
+td #RegisterPerson_salutation, #RegisterPerson_middleName {
+    margin-right: 12%;
+}
+
+tbody td, tbody th {
+}
+
+tfoot {
+    font-style: italic;
 }
-tbody td, tbody th {}
-tfoot {font-style: italic;}
 
 /***********************************************
 Forms
 ***********************************************/
-fieldset {clear: both;}
-legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
-fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
-* html legend {margin-left: -7px;}
-*+html legend {margin-left: -7px;}
-
-form .field, form .buttons {clear: both; margin: 0 0 1.5em;}
-form .field label {display: block;}
-form ul.fields li {list-style-type: none; margin: 0;}
-form ul.inline li, form ul.inline label {display: inline;}
-form ul.inline li {padding: 0 .75em 0 0;}
-
-input.radio, input.checkbox {vertical-align: top;}
-label, button, input.submit, input.image {cursor: pointer;}
-* html input.radio, * html input.checkbox {vertical-align: middle;}
-*+html input.radio, *+html input.checkbox {vertical-align: middle;}
-
-textarea {overflow: auto;}
+fieldset {
+    clear: both;
+}
+
+legend {
+    padding: 0 0 1.286em;
+    font-size: 1.167em;
+    font-weight: 700;
+}
+
+fieldset fieldset legend {
+    padding: 0 0 1.5em;
+    font-size: 1em;
+}
+
+* html legend {
+    margin-left: -7px;
+}
+
+* + html legend {
+    margin-left: -7px;
+}
+
+form .field, form .buttons {
+    clear: both;
+    margin: 0 0 1.5em;
+}
+
+form .field label {
+    display: block;
+}
+
+form ul.fields li {
+    list-style-type: none;
+    margin: 0;
+}
+
+form ul.inline li, form ul.inline label {
+    display: inline;
+}
+
+form ul.inline li {
+    padding: 0 .75em 0 0;
+}
+
+input.radio, input.checkbox {
+    vertical-align: top;
+}
+
+label, button, input.submit, input.image {
+    cursor: pointer;
+}
+
+* html input.radio, * html input.checkbox {
+    vertical-align: middle;
+}
+
+* + html input.radio, * + html input.checkbox {
+    vertical-align: middle;
+}
+
+textarea {
+    overflow: auto;
+}
+
+* html button {
+    margin: 0 .34em 0 0;
+}
 
-* html button {margin: 0 .34em 0 0;}
-*+html button {margin: 0 .34em 0 0;}
+* + html button {
+    margin: 0 .34em 0 0;
+}
+
+form.horizontal .field {
+    padding-left: 150px;
+}
 
-form.horizontal .field {padding-left: 150px;}
-form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px;}
+form.horizontal .field label {
+    display: inline;
+    float: left;
+    width: 140px;
+    margin-left: -150px;
+}
 
-input[type="text"],input[type="password"] {
+input[type="text"], input[type="password"] {
     border: #ddd solid 2px;
     font-size: 1.1em;
-    padding:2px 4px;
-    width:250px;
+    padding: 2px 4px;
+    width: 250px;
 }
 
 input[type="password"] {
     border: #ddd solid 2px;
     font-size: 1.1em;
-    padding:2px 4px;
-    width:250px;
-    
+    padding: 2px 4px;
+    width: 250px;
+
 }
 
-input[type="submit"],input[type="button"],input[type="reset"] {
+input[type="submit"], input[type="button"], input[type="reset"] {
     background-color: #ffffff;
     border: #ddd solid 2px;
     color: #444;
-    font-weight:bold;
-    line-height:1.8em;
-    margin:5px 5px 2px 5px;
-    padding:2px 4px;
-    text-transform:uppercase;
+    font-weight: bold;
+    line-height: 1.8em;
+    margin: 5px 5px 2px 5px;
+    padding: 2px 4px;
+    text-transform: uppercase;
 }
 
 input[type="submit"]:hover {
@@ -169,26 +251,35 @@ input[type="submit"]:hover {
 }
 
 .label {
-    font-weight:bold;
-    margin:0 0 0 0;
-    text-align:right;
-    white-space:nowrap;
-    width:40%;
+    font-weight: bold;
+    margin: 0 0 0 0;
+    text-align: right;
+    white-space: nowrap;
+    width: 40%;
 }
 
+input:focus, textarea:focus {
+    border: 2px solid #6E2723;
+}
 
-input:focus,textarea:focus { border: 2px solid #6E2723; }
-input.focused, textarea.focused { border: 2px solid #6E2723; }
+input.focused, textarea.focused {
+    border: 2px solid #6E2723;
+}
 
 /***********************************************
 Layout
 ***********************************************/
-html, body, #wrap {height: 100%;}
+html, body, #wrap {
+    height: 100%;
+}
 
-body > #wrap {height: auto; min-height: 100%;}
+body > #wrap {
+    height: auto;
+    min-height: 100%;
+}
 
 body {
-    text-align:center;
+    text-align: center;
 
 }
 
@@ -197,42 +288,40 @@ body {
 }
 
 #header {
-    display:none;
+    display: none;
 }
 
-#app-navigation{
-    display:none;
+#app-navigation {
+    display: none;
 }
 
-
-
 #column-container {
-    width:700px;
-    margin:0 auto;
-    padding:70px 0 0 0;
-    background:url(../images/login-logo.gif) center  5px no-repeat;
+    width: 700px;
+    margin: 0 auto;
+    padding: 70px 0 0 0;
+    background: url(../images/login-logo.gif) center 5px no-repeat;
 }
 
 #content-main-section {
-    background:#fff;
-    border:5px solid #f1f1f1;
-    padding:0px;
+    background: #fff;
+    border: 5px solid #f1f1f1;
+    padding: 0px;
 }
 
 .screenlet-title-bar {
-    background:#094460;
-    color:#fff;
-    padding:10px 0 10px 0;
-    text-transform:uppercase;
+    background: #094460;
+    color: #fff;
+    padding: 10px 0 10px 0;
+    text-transform: uppercase;
 }
 
 .screenlet-body {
-    text-align:center;
-    padding:2px;
+    text-align: center;
+    padding: 2px;
 }
 
 #footer {
-    display:none;
+    display: none;
 }
 
 /***********************************************
@@ -246,10 +335,21 @@ Clear Fix
     visibility: hidden;
 }
 
-.clearfix {display: inline-block;}
-html[xmlns] .clearfix { display: block; }
-* html .clearfix { height: 1%;}
-.clearfix {display: block;}
+.clearfix {
+    display: inline-block;
+}
+
+html[xmlns] .clearfix {
+    display: block;
+}
+
+* html .clearfix {
+    height: 1%;
+}
+
+.clearfix {
+    display: block;
+}
 
 /*NOTE .clear deprecated, clear floats automatically using .clearfix instead of using extra div */
 .clear {
@@ -279,43 +379,44 @@ html[xmlns] .clearfix { display: block;
 .humanMsg a {
     display: none;
 }
+
 .eventMessage {
-    background:#e5f7e3 url(../images/check.gif) no-repeat;
-    background-position:7px 7px;
-    border:4px solid #c5e1c8;
-    font-weight:700;
-    color:#005e20;
-    padding:20px 8px 20px 28px;
-    text-transform:uppercase;
+    background: #e5f7e3 url(../images/check.gif) no-repeat;
+    background-position: 7px 7px;
+    border: 4px solid #c5e1c8;
+    font-weight: 700;
+    color: #005e20;
+    padding: 20px 8px 20px 28px;
+    text-transform: uppercase;
 }
 
 .errorMessage {
-    background:#ffebeb url(../images/x.gif) no-repeat;
-    background-position:7px 7px;
-    border:4px solid #f5c1c2;
-    font-weight:700;
-    color:#9e0b0f;
-    padding:8px 8px 8px 28px;
-    text-transform:uppercase;
+    background: #ffebeb url(../images/x.gif) no-repeat;
+    background-position: 7px 7px;
+    border: 4px solid #f5c1c2;
+    font-weight: 700;
+    color: #9e0b0f;
+    padding: 8px 8px 8px 28px;
+    text-transform: uppercase;
 }
 
 .content-messages {
-    width:400px;
-    position:absolute;
-    top:40%;
-    left:50%;
-    margin-left:-200px;
-    z-index:9999;
-}
-
-#close{
-    position:absolute;
-    top:-5px;
-    right:-5px;
-    cursor:pointer;
+    width: 400px;
+    position: absolute;
+    top: 40%;
+    left: 50%;
+    margin-left: -200px;
+    z-index: 9999;
 }
 
-.modal-overlay{
+#close {
+    position: absolute;
+    top: -5px;
+    right: -5px;
+    cursor: pointer;
+}
+
+.modal-overlay {
     top: 0;
     left: 0;
     position: fixed;
@@ -323,12 +424,13 @@ html[xmlns] .clearfix { display: block;
     width: 100%;
     z-index: 1000000;
     background: #000;
-    filter:alpha(opacity=70);
-    -moz-opacity:0.7;
+    filter: alpha(opacity=70);
+    -moz-opacity: 0.7;
     -khtml-opacity: 0.7;
     opacity: 0.7;
 }
-.modal-window{
+
+.modal-window {
     top: 20px;
     left: 25%;
     position: absolute;
@@ -338,7 +440,8 @@ html[xmlns] .clearfix { display: block;
     border: solid 5px #ddd;
     padding: 5px;
 }
-span #modal-close-btn{
+
+span #modal-close-btn {
     color: red;
     position: absolute;
     right: 10px;

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/print.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/print.css?rev=1748916&r1=1748915&r2=1748916&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/print.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/print.css Sat Jun 18 06:03:55 2016
@@ -18,83 +18,83 @@
  */
 
 body {
-    line-height:1.5;
-    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
-    color:#000;
-    background:none;
-    font-size:10pt;
+    line-height: 1.5;
+    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+    color: #000;
+    background: none;
+    font-size: 10pt;
 }
 
 .container {
-    background:none;
+    background: none;
 }
 
 hr {
-    background:#ccc;
-    color:#ccc;
-    width:100%;
-    height:2px;
-    margin:2em 0;
-    padding:0;
-    border:none;
+    background: #ccc;
+    color: #ccc;
+    width: 100%;
+    height: 2px;
+    margin: 2em 0;
+    padding: 0;
+    border: none;
 }
 
 hr.space {
-    background:#fff;
-    color:#fff;
+    background: #fff;
+    color: #fff;
 }
 
 h1, h2, h3, h4, h5, h6 {
-    font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;
+    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
 }
 
 code {
-    font:.9em "Courier New", Monaco, Courier, monospace;
+    font: .9em "Courier New", Monaco, Courier, monospace;
 }
 
 img {
-    float:left;
-    margin:1.5em 1.5em 1.5em 0;
+    float: left;
+    margin: 1.5em 1.5em 1.5em 0;
 }
 
 a img {
-    border:none;
+    border: none;
 }
 
 p img.top {
-    margin-top:0;
+    margin-top: 0;
 }
 
 blockquote {
-    margin:1.5em;
-    padding:1em;
-    font-style:italic;
-    font-size:.9em;
+    margin: 1.5em;
+    padding: 1em;
+    font-style: italic;
+    font-size: .9em;
 }
 
 .small {
-    font-size:.9em;
+    font-size: .9em;
 }
 
 .large {
-    font-size:1.1em;
+    font-size: 1.1em;
 }
 
 .quiet {
-    color:#999;
+    color: #999;
 }
 
 .hide {
-    display:none;
+    display: none;
 }
 
 a:link, a:visited {
-    background:transparent;
-    font-weight:700;
-    text-decoration:underline;
+    background: transparent;
+    font-weight: 700;
+    text-decoration: underline;
 }
 
 a:link:after, a:visited:after {
-    content:" (" attr(href) ") ";
-    font-size:90%;
+    content: " (" attr(href) ") ";
+    font-size: 90%;
 }
\ No newline at end of file