[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6916] trunk
- Subject: SF.net SVN: ledger-smb:[6916] trunk
- From: ..hidden..
- Date: Sun, 2 Mar 2014 10:44:18 +0000
Revision: 6916
http://sourceforge.net/p/ledger-smb/code/6916
Author: einhverfr
Date: 2014-03-02 10:44:16 +0000 (Sun, 02 Mar 2014)
Log Message:
-----------
Adding a redyellow theme
Also fixing httpd 2.4 config
Modified Paths:
--------------
trunk/ledgersmb-httpd-2.4.conf.template
Added Paths:
-----------
trunk/css/ledgersmb-redyellow.css
Copied: trunk/css/ledgersmb-redyellow.css (from rev 6880, trunk/css/ledgersmb.css)
===================================================================
--- trunk/css/ledgersmb-redyellow.css (rev 0)
+++ trunk/css/ledgersmb-redyellow.css 2014-03-02 10:44:16 UTC (rev 6916)
@@ -0,0 +1,367 @@
+/* stylesheet for ledger-smb */
+
+td.money {
+ text-align: right;
+}
+/* general stuff */
+A:link { text-decoration: none; }
+A:visited {text-decoration: none; }
+A:active { text-decoration: underline; }
+A:hover {
+ background-color: transparent;
+ text-decoration: underline;
+}
+
+body {
+ font-family: Arial, Verdana, Helvetica, sans-serif;
+ color: #444444;
+ font-size: 10pt;
+ background-color: #ffffff;
+}
+
+span.warning_label {
+ font-weight: bold;
+ color: red
+}
+td {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10pt;
+}
+
+th {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10pt;
+}
+
+table.form th {
+ text-align: right;
+}
+
+table.form th.centered, th.centered {
+ text-align: center;
+}
+
+table.criteria td {
+ text-align: right;
+}
+
+#company_info, #version_info {
+ font-weight: bold;
+ font-size: 9pt;
+}
+
+/* login and admin */
+.login {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+}
+body#login-body {
+ background: #FF0000;
+ color: black;
+}
+h1.login {
+ font-size: 18pt;
+}
+table.login {
+ background-color: #FFFFDD;
+ padding: 20px;
+}
+td.login {
+ text-align: center;
+}
+th.login {
+ text-align: right;
+}
+
+table.report {
+ width: 100%
+}
+
+div.report_header {
+ overflow: auto;
+}
+
+div.report_header label {
+ display: block;
+ float: left;
+ width: 12em;
+ font-weight: bold;
+ text-align: right;
+ margin-right: 1em;
+}
+
+body.admin {
+ background-color: #FFFFCC;
+ color: black;
+}
+
+body.menu {
+ background-color: #FFCCCC;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: black;
+}
+
+cornerlogo {
+ border: 1px solid #000000;
+ margin-left: auto;
+ margin-right: auto;
+ background: #ffffff;
+ padding: 4px;
+}
+
+.submenu {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ padding-left: 20px;
+ list-style: none;
+}
+
+.menu_item {
+ padding-left: 12px;
+}
+
+#top_menu {
+ margin: 0px;
+ padding: 0px;
+ -webkit-padding-start: 0px;
+ list-style: none;
+ background-image: none;
+}
+
+#top_menu ul {
+ margin : 0;
+ padding : 0;
+}
+
+.menu_open {
+background-image: url('../images/up.gif');
+background-repeat: no-repeat;
+background-position: 0px 0px;
+padding-left: 12px;
+}
+
+.menu_closed {
+background-image: url('../images/down.gif');
+background-repeat: no-repeat;
+background-position: 0px 0px;
+padding-left: 12px;
+}
+
+
+
+.submenu a {
+ color: #004a80;
+ text-decoration: none;
+}
+
+.submenu a:hover {
+ text-decoration: none;
+ color: #eeeeee;
+ background: #004a80;
+}
+
+.listtop { font-size: 10pt; background-color: #880000; color: white; font-weight: bold}
+.listheading, thead th { font-size: 10pt; background-color: #c00; color: white; }
+.listheading, thead A:link {
+text-decoration: none; color: white; font-weight: bold
+}
+A.listheading:link, A.listheading:active, A.listheading:visited {
+ text-decoration: none; color: white; font-weight: bold}
+.listrow1, table.dynatable tr:nth-child(odd) { font-size: 10pt; background-color: #ff8888; color: black; vertical-align: top; }
+.listrow0, table.dynatable tr:nth-child(even) { font-size: 10pt; background-color: #FFFF88; color: black; vertical-align: top; }
+.listsubtotal, table.dynatable tr.sublisttotal { font-size: 10pt; background-color: #880000; color: white; }
+.listtotal, table.dynatable tr.listtotal { font-size: 10pt; background-color: #004d99; color: white; font-weight: bold}
+
+textarea {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ border: 1px solid #888888;
+ font-size: 11px;
+ background-color: #cceeee;
+ font-weight: bold;
+}
+
+input {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ border: 1px solid #cc8888;
+ font-size: 11px;
+ background-color: #cceeee;
+ font-weight: bold;
+}
+
+select {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10pt;
+}
+
+.submit {
+ font-size: 10pt;
+ color: #000080;
+ font-weight: normal;
+}
+
+.checkbox, .radio {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10pt;
+}
+
+.plus0 { /* font color for negative numbers */
+ color: red;
+}
+
+.plus1 {
+ color: green;
+}
+
+h2.confirm {
+ color: blue;
+ font-size: 14pt;
+}
+
+h2.error {
+ color: red;
+ font-size: 14pt;
+}
+
+#notes_div div.note {
+ margin: 1em;
+ padding: 1em;
+ border: 2px;
+ height: 5em;
+ width: 90%;
+ overflow: hidden;
+ background-color: #ddd;
+ border-style: groove;
+}
+
+#notes_div div.note:hover {
+ overflow:visible;
+ background-color: #fdd;
+ border-style: groove;
+ height: 100%;
+ width: 90%;
+ min-height: 5em;
+ overflow: auto;
+}
+
+#company_div div.note {
+ display: none;
+}
+
+tr.active {
+ background-color: #ddd;
+}
+
+tr.record {
+ background-color: pink;
+}
+
+tr.warning {
+ background-color: yellow;
+}
+input[type=checkbox].remove::before {
+ display: inline-block;
+ content: ' X ';
+ width: 12px;
+ text-align: center;
+ background: white;
+ color: white;
+}
+input[type=checkbox].remove:checked:before {
+ background:red;
+}
+
+/* Theming controls based on transaction status */
+/* disabled for now to speed release
+#statusdiv.new input {
+}
+
+#statusdiv.posted input {
+ background-color: white;
+}
+
+#statusdiv.saved input {
+ background-color: #ccccff;
+}
+
+*/
+
+/* media stuff */
+
+@media screen {
+ .noscreen { /* items with this class won't display */
+ display: none;
+ }
+}
+
+@media print {
+ .noprint { /* items with this class won't print */
+ display: none;
+ }
+}
+
+/* ajax-specific styling */
+
+div.autocomplete {
+ position:absolute; width:350px; background-color:white; border:1px solid #888; margin:0px; padding:0px;
+}
+div.autocomplete ul {
+ list-style-type:none; margin:0px; padding:0px;
+}
+div.autocomplete ul li.selected { background-color: #ccc;}
+div.autocomplete ul li {
+ list-style-type:none; display:block; margin:0; padding:2px; height:16px; font-size: 10px; cursor:pointer;
+}
+span.indicator {
+ border: 1px solid black; font-size: 10px; padding: 2px; background-color: #eee;
+}
+
+/* ajax-specific styling */
+
+div.autocomplete {
+ position:absolute; width:350px; background-color:white; border:1px solid #888; margin:0px; padding:0px;
+}
+div.autocomplete ul {
+ list-style-type:none; margin:0px; padding:0px;
+}
+div.autocomplete ul li.selected { background-color: #ccc;}
+div.autocomplete ul li {
+ list-style-type:none; display:block; margin:0; padding:2px; height:16px; font-size: 10px; cursor:pointer;
+}
+span.indicator {
+ border: 1px solid black; font-size: 10px; padding: 2px; background-color: #eee;
+}
+
+.financial-statement h1, .financial-statement h2 {
+ text-align: center;
+}
+
+.financial-statement table {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.financial-statement td.amount{
+ text-align: right;
+ padding-left: 4em;
+}
+
+.financial-statement tr.total td, .financial-statement tr.total th {
+ padding-bottom: 2em;
+}
+.financial-statement tr.total td.amount {
+ border-top: thick double black;
+}
+
+.financial-statement th {
+ text-align: left;
+}
+
+.financial-statement tr.section-head th, .financial-statement tr.total th {
+ text-align: center;
+}
+
+.financial-statement a, .financial-statement a:visited {
+ color: black;
+ text-decoration: none;
+}
+
Modified: trunk/ledgersmb-httpd-2.4.conf.template
===================================================================
--- trunk/ledgersmb-httpd-2.4.conf.template 2014-02-28 13:40:10 UTC (rev 6915)
+++ trunk/ledgersmb-httpd-2.4.conf.template 2014-03-02 10:44:16 UTC (rev 6916)
@@ -17,7 +17,7 @@
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
- Options +ExecCGI Includes FollowSymlinks
+ Options +ExecCGI
AllowOverride All
AddHandler cgi-script .pl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits