From 78f4a17441a48056e45f4f6eb317cab35c97d907 Mon Sep 17 00:00:00 2001 From: echicken <> Date: Tue, 28 Aug 2012 20:56:25 +0000 Subject: [PATCH] Stocktastic stylesheet for ecWeb v3. --- web/root/ecwebv3/style/stocktastic.css | 126 +++++++++++++++++++++++++ web/root/ecwebv3/style/style.css | 126 +++++++++++++++++++++++++ 2 files changed, 252 insertions(+) create mode 100644 web/root/ecwebv3/style/stocktastic.css create mode 100644 web/root/ecwebv3/style/style.css diff --git a/web/root/ecwebv3/style/stocktastic.css b/web/root/ecwebv3/style/stocktastic.css new file mode 100644 index 0000000000..6c1bfbfcae --- /dev/null +++ b/web/root/ecwebv3/style/stocktastic.css @@ -0,0 +1,126 @@ +body { + color: #000000; + background-color: #999999; +} + +a { + text-decoration: none; + font-weight: bold; +} + +a:link { + color: #000000; +} + +a:visited { + color: #000000; +} + +a:hover { + color: #FFFFFF; + background-color: #000000; +} + +a:active { + color: #FFFFFF; + background-color: #000000; +} + +.ulLink { +} + +.ulLink:link { + color: #000000; +} + +.ulLink:visited { + color: #000000; +} + +.ulLink:hover { + color: #000000; + text-decoration: underline; + background-color: transparent; +} + +.ulLink:active { + color: #000000; + text-decoration: underline; + background-color: transparent; +} + +#container { + width: 1200px; + margin: 0 auto; +} + +#header { + margin-bottom: 10px; + font-size: 16pt; + font-weight: bold; +} + +#content { + float: right; + width: 895px; + margin-bottom: 10px; +} + +#sidebar { + float: left; + width: 250px; +} + +#footer { + clear: both; + text-align: right; +} + +.font { + font-family: arial,helvetica; + font-size: 10pt; +} + +.border { + border-style: solid; + border-width: 1px; + border-color: #000000; +} + +.box { + padding: 10px; +} + +.indentBox1 { + padding: 10px; + margin-left: 25px; +} + +.indentBox2{ + padding: 10px; + margin-left: 50px; +} + +.indentBox3 { + padding: 10px; + margin-left: 75px; +} + +.background { + background-color: #CCCCCC; +} + +.msg { + background-color: #E6E6E6; + margin-bottom: 10px; +} + +.sidebarItem { + margin-bottom: 10px; + width: 250px; +} + +.title { + font-size: 14pt; + font-weight: bold; +} \ No newline at end of file diff --git a/web/root/ecwebv3/style/style.css b/web/root/ecwebv3/style/style.css new file mode 100644 index 0000000000..6c1bfbfcae --- /dev/null +++ b/web/root/ecwebv3/style/style.css @@ -0,0 +1,126 @@ +body { + color: #000000; + background-color: #999999; +} + +a { + text-decoration: none; + font-weight: bold; +} + +a:link { + color: #000000; +} + +a:visited { + color: #000000; +} + +a:hover { + color: #FFFFFF; + background-color: #000000; +} + +a:active { + color: #FFFFFF; + background-color: #000000; +} + +.ulLink { +} + +.ulLink:link { + color: #000000; +} + +.ulLink:visited { + color: #000000; +} + +.ulLink:hover { + color: #000000; + text-decoration: underline; + background-color: transparent; +} + +.ulLink:active { + color: #000000; + text-decoration: underline; + background-color: transparent; +} + +#container { + width: 1200px; + margin: 0 auto; +} + +#header { + margin-bottom: 10px; + font-size: 16pt; + font-weight: bold; +} + +#content { + float: right; + width: 895px; + margin-bottom: 10px; +} + +#sidebar { + float: left; + width: 250px; +} + +#footer { + clear: both; + text-align: right; +} + +.font { + font-family: arial,helvetica; + font-size: 10pt; +} + +.border { + border-style: solid; + border-width: 1px; + border-color: #000000; +} + +.box { + padding: 10px; +} + +.indentBox1 { + padding: 10px; + margin-left: 25px; +} + +.indentBox2{ + padding: 10px; + margin-left: 50px; +} + +.indentBox3 { + padding: 10px; + margin-left: 75px; +} + +.background { + background-color: #CCCCCC; +} + +.msg { + background-color: #E6E6E6; + margin-bottom: 10px; +} + +.sidebarItem { + margin-bottom: 10px; + width: 250px; +} + +.title { + font-size: 14pt; + font-weight: bold; +} \ No newline at end of file -- GitLab