From: <dai...@us...> - 2014-08-19 07:53:05
|
Revision: 6831 http://sourceforge.net/p/web-erp/reponame/6831 Author: daintree Date: 2014-08-19 07:53:01 +0000 (Tue, 19 Aug 2014) Log Message: ----------- Tims Supplier Tendering manual page now linked to the manual properly. Used Tims nice css to better format the manual Modified Paths: -------------- trunk/doc/Manual/ManualOutline.php trunk/doc/Manual/style/manual.css Modified: trunk/doc/Manual/ManualOutline.php =================================================================== --- trunk/doc/Manual/ManualOutline.php 2014-08-18 20:14:05 UTC (rev 6830) +++ trunk/doc/Manual/ManualOutline.php 2014-08-19 07:53:01 UTC (rev 6831) @@ -213,6 +213,12 @@ 'Adding a new purchase order', 'Authorising purchase orders', 'Receiving purchase orders'), + 'SupplierTenders' => array('Supplier Tenders', + 'Overview', + 'Creating A Tender', + 'Editing A Tender', + 'Supplier Offers', + 'Actioning An Offer'), 'Shipments' => array('Shipments', 'Shipment general ledger posting', 'Creating shipments', Modified: trunk/doc/Manual/style/manual.css =================================================================== --- trunk/doc/Manual/style/manual.css 2014-08-18 20:14:05 UTC (rev 6830) +++ trunk/doc/Manual/style/manual.css 2014-08-19 07:53:01 UTC (rev 6831) @@ -4,67 +4,89 @@ * */ body { - font-family: Trebuchet, 'Times New Roman', serif; - font-size:.95em; - margin:0; - padding:2em; +font-family:"Ubuntu", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; +font-size:.85em; +color:#0000; +font-weight:lighter; } img { - border:none; +border:none; +width:50%; } + #pagetitle { - font-weight: bold; - font-size: 2.8em; - text-align:center; - color: #0033cc; +font-weight:400; +font-size:330%; +text-align:center; +color:#066307; +background:#6BA81E; +text-shadow:1px 1px #A9BD55; +border-radius: 5px; } -#manualpage{ - margin: 10px; - margin-top:20px; + +h1,h2,h3,h4,h1 a,h2 a,h3 a,h4 a { +font-weight:400; } -#toc { - padding:0; - margin:0; + +h1 { +color:#0D1F54; +background:#BED4EB; +text-shadow:1px 1px #293EF5; +padding:10px; +margin:1%; +border-radius: 5px; } -h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a { - font-weight: bold; + +h2 { +color:#0D1F54; +background:#C8D5E3; +padding:8px 8px 8px 20px; +margin-left:1%; +margin-right:1%; +border-radius: 5px; } -h1 { - padding-top: 10px; - color: #0033cc; + +h3 { +color:#0D1F54; +background:#E1E6EC; +padding:8px 8px 8px 30px; +margin-left:1%; +margin-right:1%; +border-radius: 5px; } -h2 { } -h3 { } -h4 { } - a { - - text-decoration: none; - border-bottom: 1px dotted #0033cc; - padding:0; - margin:0; +text-decoration:none; } a:hover { - background:#fff; - color: #0033cc; +color:#03c; } + .right { - text-align:right; +text-align:right; } + .floatright { - float:right; +float:right; } + .left { - text-align:left; +text-align:left; } + .minitext { - font-size: .8em; +margin-right: 1%; +font-size:30%; } + li.toc { - color: #0033cc; - padding-top:10px; - +color:#03c; } +input[type=checkbox] { + visibility: hidden; +} +p { +margin-left: 2%; +} \ No newline at end of file |