From: <rc...@us...> - 2015-11-15 18:30:31
|
Revision: 7389 http://sourceforge.net/p/web-erp/reponame/7389 Author: rchacon Date: 2015-11-15 18:30:29 +0000 (Sun, 15 Nov 2015) Log Message: ----------- Tidy css/*/default.css, reagrouping style for clases centre, number, page_title_text and text. Modified Paths: -------------- trunk/css/aguapop/default.css trunk/css/default/default.css trunk/css/fluid/default.css trunk/css/fresh/default.css trunk/css/gel/default.css trunk/css/professional/default.css trunk/css/professional-rtl/default.css trunk/css/silverwolf/default.css trunk/css/wood/default.css trunk/css/xenos/default.css Modified: trunk/css/aguapop/default.css =================================================================== --- trunk/css/aguapop/default.css 2015-11-15 00:52:21 UTC (rev 7388) +++ trunk/css/aguapop/default.css 2015-11-15 18:30:29 UTC (rev 7389) @@ -37,13 +37,6 @@ p{ /* some text need to be centered */ /*text-align:center;*/ } -p.page_title_text { /* page title */ - color:black; - font-weight:bold; - margin:0 auto; - padding:5px; - text-align:center; -} p.good { font-weight: bold; color: green; @@ -53,7 +46,6 @@ color:red; } - table { width:auto; max-width:90%; @@ -97,15 +89,11 @@ visibility: visible; } th.number { - background-color: skyblue; - color: white; - font-weight: normal; + color: white;/* Should be black ? */ text-align: right; } th.text { - background-color: skyblue; - color: white; - font-weight: normal; + color: white;/* Should be black ? */ text-align: left; } td { @@ -116,9 +104,6 @@ background-color: whitesmoke; padding:3px; } -td.number { - text-align: right; -} div.centre { padding:5px; @@ -129,9 +114,6 @@ font-family: Arial, Verdana, Helvetica, sans-serif; font-style: italic; } -input.number{ - text-align: right; -} input.image { border-width: 0px; background-color: transparent; @@ -495,7 +477,22 @@ } .centre { text-align:center; - /* centre class (general). */ + /* Class selector to centre text horizontally in an element. */ } - -/**** END ***/ +.number { + text-align:right; + /* Class selector to horizontal align a number (right) in an element. */ +} +.page_title_text { + color:black; + font-weight:bold; + margin:0 auto; /* . */ + padding:5px; + text-align:center; + /* Class selector for page title. */ +} +.text { + text-align:left; + /* Class selector to horizontal align a text (left) in an element. */ +} +/* END Style for all. ********************************************************/ \ No newline at end of file Modified: trunk/css/default/default.css =================================================================== --- trunk/css/default/default.css 2015-11-15 00:52:21 UTC (rev 7388) +++ trunk/css/default/default.css 2015-11-15 18:30:29 UTC (rev 7389) @@ -27,12 +27,6 @@ vertical-align:middle; } -.page_title_text{ - padding:5px; - font-weight:bold; - color:black; - text-align:center; -} p.good{ font-weight:bold; color:green; @@ -448,11 +442,18 @@ } .number { text-align:right; - /* Class selector for horizontal alignment of a number (right) in an element. */ + /* Class selector to horizontal align a number (right) in an element. */ } +.page_title_text { + color:black; + font-weight:bold; + padding:5px; + text-align:center; + /* Class selector for page title. */ +} .text { text-align:left; - /* Class selector for horizontal alignment of a text (left) in an element. */ + /* Class selector to horizontal align a text (left) in an element. */ } /* END Style for all. ********************************************************/ Modified: trunk/css/fluid/default.css =================================================================== --- trunk/css/fluid/default.css 2015-11-15 00:52:21 UTC (rev 7388) +++ trunk/css/fluid/default.css 2015-11-15 18:30:29 UTC (rev 7389) @@ -26,11 +26,6 @@ border:none; vertical-align:middle; } -.page_title_text{ - font-weight:bold; - color:black; - TEXT-ALIGN:center; -} p.good{ font-weight:bold; color:green; @@ -45,24 +40,12 @@ margin-bottom:5px; } table.selection{} -th{ /* table heading */ - font-weight:normal; +th { /* table heading */ background-color:#cccce5; color:#330000; + font-weight:normal; text-align:center; } -th.number{ - background-color:#cccce5; - color:#330000; - font-weight:normal; - text-align:right; -} -th.text{ - background-color:#cccce5; - color:#330000; - font-weight:normal; - text-align:left; -} th.ascending { cursor: s-resize; } @@ -95,24 +78,10 @@ td.select{ background-color:#eee; } -td.number{ - text-align:right; -} -td.text{ - text-align:left; -} -.centre{ /* used */ - margin:0 auto; - text-align:center; - margin-bottom:5px; -} input{ font-family:Arial, Verdana, Helvetica; } -input.number{ - text-align:right; -} input.image{ border-width:0px; background-color:transparent; @@ -406,5 +375,20 @@ } .centre { text-align:center; - /* centre class (general). */ + /* Class selector to centre text horizontally in an element. */ } +.number { + text-align:right; + /* Class selector to horizontal align a number (right) in an element. */ +} +.page_title_text { + color:black; + font-weight:bold; + text-align:center; + /* Class selector for page title. */ +} +.text { + text-align:left; + /* Class selector to horizontal align a text (left) in an element. */ +} +/* END Style for all. ********************************************************/ \ No newline at end of file Modified: trunk/css/fresh/default.css =================================================================== --- trunk/css/fresh/default.css 2015-11-15 00:52:21 UTC (rev 7388) +++ trunk/css/fresh/default.css 2015-11-15 18:30:29 UTC (rev 7389) @@ -39,16 +39,6 @@ border:none; vertical-align:middle; } -p.page_title_text { - padding-top: 2px; - padding-bottom: 2px; - font-weight: bold; - color: black; - background-color: #C9D392; - width: 30%; - TEXT-ALIGN:center; - margin: 10px auto; -} p.good { /***/ font-weight: bold; color: green; @@ -58,30 +48,18 @@ color:red; } table { - background-color: #ffffff; - margin: 0 auto; - width:100% + background-color: #ffffff; + margin: 0 auto; + width:100% } table.selection { } th { - font-weight: normal; background-color: #777C59; color: white; + font-weight: normal; text-align: center; } -th.number { - background-color: #800000; - color: white; - font-weight: normal; - text-align: right; -} -th.text { - background-color: #800000; - color: white; - font-weight: normal; - text-align: left; -} th.ascending { cursor: s-resize; } @@ -113,18 +91,12 @@ td.select { background-color:#eee; } -td.number { - text-align: right; -} div.centre { /* centering buttons / links */ margin: 0 auto; text-align:center; } input { } -input.number{ - text-align: right; -} input.image { border-width:0px; background-color: transparent; @@ -173,21 +145,21 @@ color: navy; border: 0px solid navy; } -DIV.page_help_text { - background: lightgrey url(images/help.png) top left no-repeat; - border: #a52a2a 1px solid; +div.page_help_text { + background:lightgrey url(images/help.png) top left no-repeat; + border:#A52A2A 1px solid; + color:black; + float:none; + font-weight:normal; + margin:0 auto; + padding-bottom:2px; + padding-left:10px; padding-top:2px; - padding-bottom: 2px; - padding-left: 10px; - z-index: 1; - width: 80%; - float: none; - visibility: visible; - margin: 0 auto; - position: static; - font-weight: normal; - color: black; + position:static; text-align:center; + visibility:visible; + width:80%; + z-index:1; } /*** calendar picker ***/ @@ -369,14 +341,10 @@ margin-bottom:10px; } #BodyDiv table.selection { -background:#E0F3B1; - border:thin outset #E0F3B1; - padding:5px; + background:#E0F3B1; + border:thin outset #E0F3B1; + padding:5px; } -/*#BodyDiv .centre{ - margin:0 auto 10px; - text-align:center; -}*/ /*** BODY - MAIN MENU ***/ @@ -403,10 +371,10 @@ color:white; } #MainMenuDiv li a:hover{ /* link as button!!! pressed state */ + background:#5A5F00; + border:thin inset #617C4F; + padding:3px; text-decoration:none; - padding:3px; - border:thin inset #617C4F; - background:#5A5F00; } #MainMenuDiv .main_menu_selected a{ /* the selected button */ border:thin inset #5A5F00; @@ -516,7 +484,25 @@ } .centre { text-align:center; - /* centre class (general). */ + /* Class selector to centre text horizontally in an element. */ } - -/*** END ***/ +.number { + text-align:right; + /* Class selector to horizontal align a number (right) in an element. */ +} +.page_title_text { + background-color:#C9D392; + color:black; + font-weight:bold; + margin:10px auto; + padding-bottom:2px; + padding-top:2px; + text-align:center; + width:30%; + /* Class selector for page title. */ +} +.text { + text-align:left; + /* Class selector to horizontal align a text (left) in an element. */ +} +/* END Style for all. ********************************************************/ Modified: trunk/css/gel/default.css =================================================================== --- trunk/css/gel/default.css 2015-11-15 00:52:21 UTC (rev 7388) +++ trunk/css/gel/default.css 2015-11-15 18:30:29 UTC (rev 7389) @@ -37,13 +37,6 @@ border:none; vertical-align:middle; } -.page_title_text { - padding-top: 2px; - padding-bottom: 2px; - font-weight: bold; - color: black; - text-align:center; -} p.good { font-weight: bold; color: green; @@ -64,28 +57,16 @@ outline-width:1px; } th { - font-weight: normal; - background-color: #ccc; - color: #330000; - text-align: center; + background-color:#ccc; + color:#330000; + font-weight:normal; + text-align:center; } -th.number { - background-color: #ccc; - color: #330000; - font-weight: normal; - text-align: right; -} -th.text { - background-color: #ccc; - color: #330000; - font-weight: normal; - text-align: left; -} th.ascending { - cursor: s-resize; + cursor: s-resize; } th.descending { - cursor: n-resize; + cursor: n-resize; } th:after { content: ""; @@ -113,9 +94,6 @@ td.select { background-color:#eee; } -td.number { - text-align: right; -} div.centre { margin: 0 auto; text-align:center; @@ -130,9 +108,6 @@ color:#000; border: 1px 1px 1px 1px #000 solid; } -input.number{ - text-align: right; -} input.image { border-width:0px; background-color: transparent; @@ -553,7 +528,22 @@ } .centre { text-align:center; - /* centre class (general). */ + /* Class selector to centre text horizontally in an element. */ } - -/*** END ***/ +.number { + text-align:right; + /* Class selector to horizontal align a number (right) in an element. */ +} +.page_title_text { + color:black; + font-weight:bold; + padding-bottom:2px; + padding-top:2px; + text-align:center; + /* Class selector for page title. */ +} +.text { + text-align:left; + /* Class selector to horizontal align a text (left) in an element. */ +} +/* END Style for all. ********************************************************/ \ No newline at end of file Modified: trunk/css/professional/default.css =================================================================== --- trunk/css/professional/default.css 2015-11-15 00:52:21 UTC (rev 7388) +++ trunk/css/professional/default.css 2015-11-15 18:30:29 UTC (rev 7389) @@ -39,11 +39,6 @@ text-decoration:underline; } -.centre { /* used */ - margin: 0 auto; - text-align:center; -} - /*table detail items default format */ td { text-align: left; @@ -78,9 +73,6 @@ text-align:right; cursor:pointer; } -td.number { - text-align: right; -} .EvenTableRows { background-color: #CCCCCC; @@ -90,9 +82,9 @@ } th { /* table heading */ - font-weight: normal; background-color: #cccce5; color: #330000; + font-weight: normal; text-align: center; } th.ascending { @@ -120,18 +112,6 @@ border-top: 4px solid #000; visibility: visible; } -th.number { - background-color: #cccce5; - color: #330000; - font-weight: normal; - text-align: right; -} -th.text { - background-color: #cccce5; - color: #330000; - font-weight: normal; - text-align: left; -} div.error { background-color:#fddbdb; color: red; @@ -160,9 +140,6 @@ e.g.: class input_button, input_column_button, input_text */ input { } -input.number{ - text-align: right; -} input.image { border-width:0px; background-color: transparent; @@ -255,16 +232,7 @@ text-align:center; } -.page_title_text { /* used */ - font-family: Arial, Verdana, Helvetica; - padding-top: 2px; - padding-bottom: 2px; - font-weight: bold; - color: black; - text-align:center; -} - -DIV.page_help_text { +div.page_help_text { background: lightgrey url(images/help.png) top left no-repeat; border: #a52a2a 1px solid; padding-top:2px; @@ -414,10 +382,6 @@ padding:5px; border:thin outset #eee; } -/*#BodyDiv .centre{ - margin:0 auto 10px; - text-align:center; -}*/ /*** BODY - MAIN MENU ***/ @@ -541,7 +505,24 @@ } .centre { text-align:center; - /* centre class (general). */ + /* Class selector to centre text horizontally in an element. */ } - -/*** END ***/ +.number { + text-align:right; + /* Class selector to horizontal align a number (right) in an element. */ +} +.page_title_text { + color:black; + font-family:Arial, Verdana, Helvetica; + font-size:120%; + font-weight:bold; + padding-bottom:2px; + padding-top:2px; + text-align:center; + /* Class selector for page title. */ +} +.text { + text-align:left; + /* Class selector to horizontal align a text (left) in an element. */ +} +/* END Style for all. ********************************************************/ \ No newline at end of file Modified: trunk/css/professional-rtl/default.css =================================================================== --- trunk/css/professional-rtl/default.css 2015-11-15 00:52:21 UTC (rev 7388) +++ trunk/css/professional-rtl/default.css 2015-11-15 18:30:29 UTC (rev 7389) @@ -41,11 +41,6 @@ text-decoration:underline; } -.centre { /* used */ - margin: 0 auto; - text-align:center; -} - /*table detail items default format */ td { font-family: Arial, Verdana, Helvetica; @@ -82,9 +77,6 @@ text-align:right; cursor:pointer; } -td.number { - text-align: right; -} .EvenTableRows { background-color: #CCCCCC; } @@ -93,26 +85,12 @@ } th { /* table heading */ - font-weight: normal; - font-size: 10px; background-color: #cccce5; color: #330000; - text-align: center; -} -th.number { - background-color: #cccce5; - color: #330000; font-size: 10px; font-weight: normal; - text-align: right; + text-align: center; } -th.text { - background-color: #cccce5; - color: #330000; - font-size: 10px; - font-weight: normal; - text-align: left; -} th.ascending { cursor: s-resize; } @@ -168,9 +146,6 @@ font-family: Arial, Verdana, Helvetica; font-size: 10px; } -input.number{ - text-align: right; -} input.image { border-width:0px; background-color: transparent; @@ -268,33 +243,23 @@ TEXT-ALIGN:center; } -.page_title_text { /* used */ +div.page_help_text { + background: lightgrey url(images/help.png) top left no-repeat; + border: #a52a2a 1px solid; + color: black; + float: none; font-family: Arial, Verdana, Helvetica; - padding-top: 2px; - padding-bottom: 2px; - font-weight: bold; font-size: 10px; - color: black; - TEXT-ALIGN:center; -} - -DIV.page_help_text { - background: lightgrey url(images/help.png) top left no-repeat; - BORDER: #a52a2a 1px solid; + font-weight: normal; + margin: 0 auto; + padding-bottom: 2px; + padding-left: 10px; padding-top:2px; - padding-bottom: 2px; - PADDING-LEFT: 10px; - Z-INDEX: 1; + position: static; + text-align:center; + visibility: visible; width: 80%; - FLOAT: none; - VISIBILITY: visible; - MARGIN: 0 auto; - POSITION: static; - font-family: Arial, Verdana, Helvetica; - font-weight: normal; - font-size: 10px; - color: black; - TEXT-ALIGN:center; + z-index: 1; } .menu_group_item a { @@ -435,10 +400,6 @@ padding:5px; border:thin outset #eee; } -/*#BodyDiv .centre{ - margin:0 auto 10px; - text-align:center; -}*/ /*** BODY - MAIN MENU ***/ @@ -562,7 +523,24 @@ } .centre { text-align:center; - /* centre class (general). */ + /* Class selector to centre text horizontally in an element. */ } - -/*** END ***/ +.number { + text-align:right;/* Should be left ? */ + /* Class selector to horizontal align a number (right) in an element. */ +} +.page_title_text { + color:black; + font-family:Arial, Verdana, Helvetica; + font-size:120%; + font-weight:bold; + padding-bottom:2px; + padding-top:2px; + text-align:center; + /* Class selector for page title. */ +} +.text { + text-align:left;/* Should be right ? */ + /* Class selector to horizontal align a text (left) in an element. */ +} +/* END Style for all. ********************************************************/ \ No newline at end of file Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2015-11-15 00:52:21 UTC (rev 7388) +++ trunk/css/silverwolf/default.css 2015-11-15 18:30:29 UTC (rev 7389) @@ -47,12 +47,6 @@ font-weight:bold; color:red; } -p.page_title_text{ /* page title, used in many *.php */ - background:gainsboro; - margin:10px auto; - padding:5px; - text-align:center; -} table{ width:auto; /* automatic width */ max-width:90%; @@ -61,29 +55,21 @@ } table.selection{ } -th{ - font-weight:normal; +th { background-color:#C3C3C3; + color:#300; font-size:100%; - color:#300; + font-weight:normal; text-align:center; vertical-align:middle; } th.number{ - background-color:#cccce5; - color:#300; - font-size:100%; - font-weight:normal; + background-color:#CCCCE5; /* Should be #C3C3C3 ? */ text-align:right; - vertical-align:middle; } th.text{ - background-color:#cccce5; - color:#300; - font-size:100%; - font-weight:normal; + background-color:#CCCCE5; /* Should be #C3C3C3 ? */ text-align:left; - vertical-align:middle; } th.ascending { cursor: s-resize; @@ -118,9 +104,6 @@ td.select{ background-color:#eee; } -td.number{ - text-align:right; -} .centre{ margin:0 auto 10px; text-align:center; @@ -154,9 +137,6 @@ border-right-color:gray; border-right-style:solid; } -input.number{ - text-align:right; -} input.image{ border-width:0px; background-color:transparent; @@ -516,7 +496,21 @@ } .centre { text-align:center; - /* centre class (general). */ + /* Class selector to centre text horizontally in an element. */ } - -/*** END ***/ +.number { + text-align:right; + /* Class selector to horizontal align a number (right) in an element. */ +} +.page_title_text { + background:gainsboro; + margin:10px auto; + padding:5px; + text-align:center; + /* Class selector for page title. */ +} +.text { + text-align:left; + /* Class selector to horizontal align a text (left) in an element. */ +} +/* END Style for all. ********************************************************/ \ No newline at end of file Modified: trunk/css/wood/default.css =================================================================== --- trunk/css/wood/default.css 2015-11-15 00:52:21 UTC (rev 7388) +++ trunk/css/wood/default.css 2015-11-15 18:30:29 UTC (rev 7389) @@ -44,13 +44,6 @@ p{ } -p.page_title_text { /* page title */ - color:black; - font-weight:bold; - margin:5px auto; - padding:5px; - text-align:center; -} p.good { font-weight: bold; color: green; @@ -74,24 +67,12 @@ box-shadow:none; } th { /* table headers */ - font-weight: normal; - font-size:100%; background-color: #ffd980; color: black; + font-size:100%; + font-weight: normal; text-align: center; } -th.number { - background-color: #800000; - color: white; - font-weight: normal; - text-align: right; -} -th.text { - background-color: #800000; - color: white; - font-weight: normal; - text-align: left; -} th.ascending { cursor: s-resize; } @@ -123,9 +104,6 @@ td.select { background-color:#ffb; } -td.number { - text-align: right; -} .centre{ /* used by buttons */ text-align:center; @@ -136,9 +114,6 @@ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:100%; } -input.number{ - text-align: right; -} input.image { border-width:0px; background-color: transparent; @@ -179,28 +154,28 @@ div{ /* some input/buttons need to be centered */ } div.error { - background-color:#fddbdb; - color: red; + background-color:#FDDBDB; border: 1px solid red; box-shadow:3px 3px 4px; + color: red; margin:0 auto 10px; padding:10px; width:80%; } div.warn { - background-color:#f5dbfd; - color: maroon; + background-color:#F5DBFD; border: 1px solid maroon; box-shadow:3px 3px 4px; + color: maroon; margin:0 auto 10px; padding:10px; width:80%; } div.success { - background-color:#b9ecb4; - color: darkgreen; + background-color:#B9ECB4; border: 1px solid darkgreen; box-shadow:3px 3px 4px; + color: darkgreen; margin:0 auto 10px; padding:10px; width:80%; @@ -208,49 +183,48 @@ div.info { background-color:#C7CCF6; border:0 solid navy; + box-shadow:3px 3px 4px; color:navy; - box-shadow:3px 3px 4px; margin:0 auto 10px; padding:10px; width:80%; } -DIV.page_help_text { +div.page_help_text { background: lightgrey url(images/help.png) top left no-repeat; - BORDER: #a52a2a 1px solid; - padding-top:2px; - padding-bottom: 2px; - PADDING-LEFT: 10px; - Z-INDEX: 1; - FLOAT: none; - VISIBILITY: visible; - POSITION: static; + border: #A52A2A 1px solid; + box-shadow:3px 3px 4px; + color: black; + float: none; font-family: Arial, Verdana, Helvetica, sans-serif; + font-size: 100%; font-weight: normal; - font-size: 100%; - color: black; - TEXT-ALIGN:center; - - box-shadow:3px 3px 4px; margin:0 auto 10px; padding:10px; + padding-bottom: 2px; + padding-left: 10px; + padding-top:2px; + position: static; + text-align:center; + visibility: visible; width:80%; + z-index: 1; } -DIV.system_check { /* probably not used anywhere */ - border: #a52a2a 1px solid; - z-index: 1; +div.system_check { /* probably not used anywhere */ + background: lightgray; + border: #A52A2A 1px solid; + box-shadow:3px 3px 4px; + color: black; float: none; - visibility: visible; - position: static; - background: lightgray; font-family: arial, verdana, helvetica, sans-serif; + font-size:100%; font-weight: normal; - font-size:100%; - color: black; - text-align:left; - box-shadow:3px 3px 4px; margin:0 auto 10px; padding:10px; + position: static; + text-align:left; + visibility: visible; width:80%; + z-index: 1; } /* date picker */ @@ -585,7 +559,22 @@ } .centre { text-align:center; - /* centre class (general). */ + /* Class selector to centre text horizontally in an element. */ } - -/* END */ +.number { + text-align:right; + /* Class selector to horizontal align a number (right) in an element. */ +} +.page_title_text { + color:black; + font-weight:bold; + margin:5px auto; + padding:5px; + text-align:center; + /* Class selector for page title. */ +} +.text { + text-align:left; + /* Class selector to horizontal align a text (left) in an element. */ +} +/* END Style for all. ********************************************************/ \ No newline at end of file Modified: trunk/css/xenos/default.css =================================================================== --- trunk/css/xenos/default.css 2015-11-15 00:52:21 UTC (rev 7388) +++ trunk/css/xenos/default.css 2015-11-15 18:30:29 UTC (rev 7389) @@ -33,15 +33,6 @@ border:none; vertical-align:middle; } -p.page_title_text { - padding-top:2px; - padding-bottom:2px; - font-size:18px; - color:black; - width:60%; - text-align:center; - margin:10px auto; -} p.good { font-weight:bold; color:green; @@ -69,23 +60,11 @@ table.selection { } th { + border-bottom:thin solid #B3B3B3; + color:#2C2C2C; font-weight:bold; - color:#2C2C2C; text-align:center; - border-bottom:thin solid #B3B3B3; } -th.number { - background-color:#800000; - color:white; - font-weight:normal; - text-align:right; -} -th.text { - background-color:#800000; - color:white; - font-weight:normal; - text-align:left; -} th.ascending { cursor:s-resize; } @@ -119,9 +98,6 @@ td.select { background-color:#eee; } -td.number { - text-align:right; -} td table { background: red; } @@ -153,9 +129,6 @@ } input { } -input.number{ - text-align:right; -} input.image { border-width:0px; background-color:transparent; @@ -244,16 +217,16 @@ div.page_help_text { background:lightgrey url(images/help.png) top left no-repeat; border:thin solid #C3C3C3; - padding:4px 10px; - z-index:1; - width:80%; + color:black; float:none; - visibility:visible; + font-weight:normal; margin:0 auto; + padding:4px 10px; position:static; - font-weight:normal; - color:black; text-align:center; + visibility:visible; + width:80%; + z-index:1; } /*** Calendar picker ***/ @@ -422,14 +395,14 @@ the link!!! ***HJ***/ #QuickMenuDiv li a{ - color:white; - font-weight:bold; - padding:11px 24px; - background:#686868; - border-right:thin inset #5D5D5D; - border-left:thin outset #737373; + background:#686868; border-bottom:thin solid #7C7C7C; - display:block; + border-left:thin outset #737373; + border-right:thin inset #5D5D5D; + color:white; + display:block; + font-weight:bold; + padding:11px 24px; } #QuickMenuDiv li:first-child a{ -webkit-border-radius: 0 0 0 6px; @@ -616,10 +589,10 @@ #FooterDiv{ clear:both; /* REQUIRED */ - overflow:hidden; - color:#999999; - width: 98.6%; - margin: auto; + color:#999999; + margin:auto; + overflow:hidden; + width:98.6%; } #FooterDiv a{ text-decoration:underline; @@ -650,7 +623,24 @@ } .centre { text-align:center; - /* centre class (general). */ + /* Class selector to centre text horizontally in an element. */ } - -/*** END ***/ +.number { + text-align:right; + /* Class selector to horizontal align a number (right) in an element. */ +} +.page_title_text { + color:black; + font-size:18px; + margin:10px auto; + padding-bottom:2px; + padding-top:2px; + text-align:center; + width:60%; + /* Class selector for page title. */ +} +.text { + text-align:left; + /* Class selector to horizontal align a text (left) in an element. */ +} +/* END Style for all. ********************************************************/ |