Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/chakra.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/chakra.css')
-rw-r--r--css/chakra.css48
1 files changed, 46 insertions, 2 deletions
diff --git a/css/chakra.css b/css/chakra.css
index 205f5d7..d0a4f6f 100644
--- a/css/chakra.css
+++ b/css/chakra.css
@@ -7,7 +7,7 @@ padding:0;
#navigation
{
-background: #BDBDBD;
+background: #6E6E6E;
font-weight: bold;
padding-bottom: 0.2em;
padding-top: 0.2em;
@@ -19,6 +19,11 @@ border: none;
height: 30px;
}
+#nav_left
+{
+float: left;
+}
+
#nav_right
{
float: right;
@@ -114,6 +119,8 @@ font-weight: bold;
float: left;
color:#000000;
height: 9.5em;
+margin-bottom: 0.2em;
+margin-top: 0.2em;
}
#subjects ul li img
@@ -124,8 +131,45 @@ width: 120px;
#subjects a:hover {
text-decoration: underline;
-outline-width:1px;
+outline-width:3px;
outline-style:solid;
+outline-color: #424242;
+}
+
+#week_select
+{
+list-style: none;
+padding: 0;
+margin: 0;
+background:#BDBDBD;
+float:left;
+}
+
+#week_select li
+{
+float: left;
+}
+
+#week_select li a
+{
+line-height: 1.5em;
+text-decoration: none;
+text-align: center;
+font-weight: bold;
+float: left;
+color:#000000;
+margin-bottom: 0.2em;
+margin-top: 0.2em;
+margin-left: 0.2em;
+margin-right: 0.2em;
+}
+
+#week_select a:hover {
+text-decoration: underline;
+}
+
+#week_select a.selected {
+text-decoration: underline;
}
#lessonname