Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chakra/css/chakra_OLD.css
diff options
context:
space:
mode:
Diffstat (limited to 'chakra/css/chakra_OLD.css')
-rwxr-xr-xchakra/css/chakra_OLD.css223
1 files changed, 223 insertions, 0 deletions
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
+{
+}