Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chakra
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2009-10-09 07:05:46 (GMT)
committer Bryan Berry <bryan@olenepal.org>2009-10-09 07:05:46 (GMT)
commit602eca1669b29ba7d5cdb6e4ecff370a9368c1ac (patch)
tree46cc9b0ae0d596eae4d40369d98a687b3e2df9d4 /chakra
parent29be8012e9c56c85386c8dfbd5988c07bbdfa872 (diff)
commented out part referring to Gettext so we don't need to include it. We aren't currently using it anyway
Diffstat (limited to 'chakra')
-rwxr-xr-xchakra/css/chakra.css350
-rwxr-xr-xchakra/css/chakra_OLD.css223
-rwxr-xr-xchakra/css/jquery.jgrowl.css119
3 files changed, 692 insertions, 0 deletions
diff --git a/chakra/css/chakra.css b/chakra/css/chakra.css
new file mode 100755
index 0000000..d3763e4
--- /dev/null
+++ b/chakra/css/chakra.css
@@ -0,0 +1,350 @@
+body
+{
+background:#D8D8D8;
+margin:0;
+padding:0;
+}
+
+#navigation
+{
+background: #BDBDBD;
+font-weight: bold;
+}
+
+#navigation img
+{
+border: none;
+height: 30px;
+}
+
+#nav_right
+{
+float: right;
+}
+
+#month
+{
+vertical-align: middle;
+float: right;
+}
+
+#mainmenu
+{
+width:32em;
+position: fixed;
+left: 50%;
+top: 50%;
+margin-left: -16em;
+margin-top: -10.75em;
+}
+
+#grades
+{
+width:32em;
+}
+
+#grades ul
+{
+list-style: none;
+padding: 0;
+margin: 0;
+background:#BDBDBD;
+float:left;
+}
+
+#grades ul li
+{
+float: left;
+}
+
+#grades ul li a
+{
+line-height: 1.5em;
+width: 8em;
+text-decoration: none;
+text-align: center;
+font-weight: bold;
+float: left;
+color:#000000;
+height: 8em;
+}
+
+#grades ul li img
+{
+border: none;
+width: 110px;
+}
+
+#grades a:hover {
+text-decoration: underline;
+outline-width:1px;
+outline-style:solid;
+}
+
+#subjects
+{
+width:32em;
+}
+
+#subjects ul
+{
+list-style: none;
+padding: 0;
+margin: 0;
+background:#BDBDBD;
+float:left;
+width:auto;
+}
+
+#subjects ul li
+{
+float: left;
+}
+
+#subjects ul li a
+{
+line-height: 2em;
+width: 8em;
+text-decoration: none;
+text-align: center;
+font-weight: bold;
+float: left;
+color:#000000;
+height: 9.5em;
+}
+
+#subjects ul li img
+{
+border: none;
+width: 110px;
+}
+
+#subjects a:hover {
+text-decoration: underline;
+outline-width:1px;
+outline-style:solid;
+}
+
+#weeks
+{
+list-style: none;
+padding: 0;
+margin: 0;
+background:#BDBDBD;
+float:left;
+width: 100%;
+}
+
+#weeks div div
+{
+text-decoration: none;
+text-align: center;
+font-weight: bold;
+}
+
+#weeks div div img
+{
+width: 200px;
+}
+
+#weeks li
+{
+float: left;
+}
+
+#weeks li a
+{
+height: auto;
+text-decoration: none;
+text-align: center;
+font-weight: bold;
+float: left;
+color:#000000;
+width: 4em;
+}
+
+#weeks a:hover {
+ text-decoration: underline;
+}
+
+#weeks a.selected {
+text-decoration: underline;
+}
+
+#admin ul
+{
+list-style: none;
+padding: 0;
+margin: 0;
+background:#4080c0;
+float:left;
+width:32em;
+}
+
+#admin ul li
+{
+float: left;
+}
+
+#admin ul li a
+{
+height: 5.5em;
+line-height: 2em;
+width: 10.6em;
+text-decoration: none;
+text-align: center;
+font-weight: bold;
+float: left;
+color:#000000;
+}
+
+#admin img
+{
+width: 60px;
+}
+
+#curriculum
+{
+float:right;
+}
+
+#week
+{
+list-style: none;
+padding: 0;
+margin: 0;
+background:#BDBDBD;
+float:left;
+width: 100%;
+}
+
+#week li
+{
+float: left;
+}
+
+#week li a
+{
+height: auto;
+padding: 5;
+text-decoration: none;
+text-align: center;
+font-weight: bold;
+float: left;
+color:#000000;
+width: 25%;
+}
+
+#week img
+{
+border: none;
+}
+
+#week a:hover {
+ text-decoration: underline;
+}
+
+#week a.selected {
+text-decoration: underline;
+}
+
+#admin img
+{
+border: none;
+}
+
+#chakra
+{
+background: #FFFFFF;
+width: 50px;
+}
+
+#chakra img
+{
+float: left;
+width: 50px;
+height: 50px;
+}
+
+#grade-menu
+{
+list-style: none;
+padding: 0;
+margin: 0;
+background: #585858;
+float:left;
+width:100%;
+}
+
+#grade-menu li
+{
+float: left;
+}
+
+#grade-menu li a
+{
+height: 7%;
+width: 7em;
+text-decoration: none;
+text-align: center;
+font-weight: bold;
+float: left;
+color:#000000;
+}
+
+#grade-menu a:hover {
+text-decoration: underline;
+}
+
+#grade-menu a.selected {
+text-decoration: underline;
+}
+
+#lessonlist ul
+{
+list-style: none;
+padding: 0.1em;
+float: left;
+}
+
+#lessonlist ul li ul
+{
+float: right;
+}
+
+#lessonlist li
+{
+float: left;
+margin: 0 0.15em;
+}
+
+#lessonlist
+{
+#float: left;
+}
+
+#lessonlist li a
+{
+height: 1.5em;
+line-height: 1.5em;
+width: 1.5em;
+display: block;
+border: 0.1em solid #dcdce9;
+color: #0d2474;
+text-decoration: none;
+text-align: center;
+background: #BDBDBD;
+}
+
+#lessons a:hover {
+background:#FFFFFF;
+border-bottom:1px solid #dcdce9;
+text-decoration: underline;
+}
+
+#lessons a.selected {
+background:#FFFFFF;
+color:#CC0000;
+font-weight:bold;
+text-decoration: underline;
+} \ No newline at end of file
diff --git a/chakra/css/chakra_OLD.css b/chakra/css/chakra_OLD.css
new file mode 100755
index 0000000..387f8d4
--- /dev/null
+++ b/chakra/css/chakra_OLD.css
@@ -0,0 +1,223 @@
+body
+{
+background:#A4A4A4;
+margin:0;
+padding:0;
+}
+
+#nav-menu
+{
+list-style: none;
+padding: 0;
+margin: 0;
+background:#1C1C1C;
+float:left;
+width:100%;
+}
+
+#nav-menu li
+{
+float: left;
+}
+
+#nav-menu li a
+{
+height: 7%;
+line-height: 2em;
+width: 7em;
+text-decoration: none;
+text-align: center;
+font-weight: bold;
+float: left;
+color:#FFFFFF;
+}
+
+#nav-menu img
+{
+border: none;
+}
+
+#nav-menu a:hover {
+ text-decoration: underline;
+}
+
+#nav-menu a.selected {
+text-decoration: underline;
+}
+
+#chakra
+{
+background: #FFFFFF;
+width: 50px;
+}
+
+#chakra img
+{
+float: left;
+width: 50px;
+height: 50px;
+}
+
+#grade-menu
+{
+list-style: none;
+padding: 0;
+margin: 0;
+background: #585858;
+float:left;
+width:100%;
+}
+
+#grade-menu li
+{
+float: left;
+}
+
+#grade-menu li a
+{
+height: 7%;
+width: 7em;
+text-decoration: none;
+text-align: center;
+font-weight: bold;
+float: left;
+color:#000000;
+}
+
+#grade-menu a:hover {
+text-decoration: underline;
+}
+
+#grade-menu a.selected {
+text-decoration: underline;
+}
+
+#lessonlist ul
+{
+list-style: none;
+padding: 0.1em;
+float: left;
+}
+
+#lessonlist ul li ul
+{
+float: right;
+}
+
+#lessonlist li
+{
+float: left;
+margin: 0 0.15em;
+}
+
+#lessonlist
+{
+#float: left;
+}
+
+#lessonlist li a
+{
+height: 1.5em;
+line-height: 1.5em;
+width: 1.5em;
+display: block;
+border: 0.1em solid #dcdce9;
+color: #0d2474;
+text-decoration: none;
+text-align: center;
+background: #BDBDBD;
+}
+
+#lessons a:hover {
+background:#FFFFFF;
+border-bottom:1px solid #dcdce9;
+text-decoration: underline;
+}
+
+#lessons a.selected {
+background:#FFFFFF;
+color:#CC0000;
+font-weight:bold;
+text-decoration: underline;
+}
+
+#weeks
+{
+background: #A4A4A4;
+float: left;
+width: 26%;
+}
+
+#lesson_select
+{
+width: 74%;
+height: 100%;
+background: #BDBDBD;
+float: left;
+text-align: center;
+}
+
+#topleft_lesson
+{
+float: left;
+width: 50%;
+}
+
+#topright_lesson
+{
+float: left;
+width: 50%;
+}
+
+#bottomleft_lesson
+{
+float: left;
+width: 50%;
+}
+
+#bottomright_lesson
+{
+float: left;
+width: 50%;
+}
+
+#lesson_list
+{
+padding: 0.4em;
+}
+
+#lesson_item
+{
+height: 15em;
+background: #848484;
+}
+
+#lesson_separator
+{
+height: 0.5em;
+}
+
+#name a
+{
+font-size: 150%;
+font-weight: bold;
+}
+
+#name img
+{
+float: right;
+padding: 0.5em;
+}
+
+#grade_week a
+{
+font-size: 120%;
+}
+
+#menu_assessment a
+{
+}
+
+#docs
+{
+}
diff --git a/chakra/css/jquery.jgrowl.css b/chakra/css/jquery.jgrowl.css
new file mode 100755
index 0000000..96af78e
--- /dev/null
+++ b/chakra/css/jquery.jgrowl.css
@@ -0,0 +1,119 @@
+
+div.jGrowl {
+ padding: 10px;
+ z-index: 9999;
+}
+
+/** Special IE6 Style Positioning **/
+div.ie6 {
+ position: absolute;
+}
+
+div.ie6.top-right {
+ right: auto;
+ bottom: auto;
+ left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
+ top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
+}
+
+div.ie6.top-left {
+ left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
+ top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
+}
+
+div.ie6.bottom-right {
+ left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
+ top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
+}
+
+div.ie6.bottom-left {
+ left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
+ top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
+}
+
+div.ie6.center {
+ left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
+ top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
+ width: 100%;
+}
+
+/** Normal Style Positions **/
+body > div.jGrowl {
+ position: fixed;
+}
+
+body > div.jGrowl.top-left {
+ left: 0px;
+ top: 0px;
+}
+
+body > div.jGrowl.top-right {
+ left: 150 px;
+ top: 100px;
+}
+
+body > div.jGrowl.bottom-left {
+ left: 0px;
+ bottom: 0px;
+}
+
+body > div.jGrowl.bottom-right {
+ right: 0px;
+ bottom: 0px;
+}
+
+body > div.jGrowl.center {
+ top: 0px;
+ width: 50%;
+ left: 25%;
+}
+
+/** Cross Browser Styling **/
+div.center div.jGrowl-notification, div.center div.jGrowl-closer {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
+ background-color: #000;
+ color: #fff;
+ opacity: .85;
+ filter: alpha(opacity = 85);
+ zoom: 1;
+ width: 235px;
+ padding: 10px;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ font-family: Tahoma, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ text-align: left;
+ display: none;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+}
+
+div.jGrowl div.jGrowl-notification {
+ min-height: 40px;
+}
+
+div.jGrowl div.jGrowl-notification div.header {
+ font-weight: bold;
+ font-size: 10px;
+}
+
+div.jGrowl div.jGrowl-notification div.close {
+ float: right;
+ font-weight: bold;
+ font-size: 12px;
+ cursor: pointer;
+}
+
+div.jGrowl div.jGrowl-closer {
+ height: 15px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ cursor: pointer;
+ font-size: 11px;
+ font-weight: bold;
+ text-align: center;
+}