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')
-rwxr-xr-xcss/chakra.css52
1 files changed, 39 insertions, 13 deletions
diff --git a/css/chakra.css b/css/chakra.css
index f9a6304..d09c585 100755
--- a/css/chakra.css
+++ b/css/chakra.css
@@ -8,7 +8,7 @@ body
{
background: #D8D8D8;
margin: 0 auto;
- width: 80%;
+ width: 640px;
min-width: 640px;
padding: 0;
font-family: "Georgia", serif;
@@ -19,6 +19,10 @@ img
border: none;
}
+.selected {
+ background: #FFFFFF;
+}
+
/* ====================================== */
/* ========== HTML ELEMENTS ============= */
h1 { }
@@ -52,6 +56,22 @@ header, footer, aside, nav, article, section {
margin: 0 auto;
}
+#monthSelect header {
+ text-align: left;
+ font-size: 1.0em;
+ margin: 5px 0 5px 0;
+ padding-bottom: 2px;
+ font-weight: bold;
+}
+
+#curriculum
+{
+ padding: 5px;
+ background: #ccc;
+ margin: 10px;
+ display: inline;
+}
+
.topNav {
width: 30px;
height: 30px;
@@ -60,11 +80,13 @@ header, footer, aside, nav, article, section {
.floatLeft {
float: left;
margin-left: 5px;
+ margin-bottom: 5px;
}
.floatRight {
float: right;
margin-right: 5px;
+ margin-bottom: 5px;
}
/* ====================================== */
@@ -78,9 +100,10 @@ header, footer, aside, nav, article, section {
#middle header {
text-align: center;
- font-size: 1.4em;
+ font-size: 1.0em;
margin: 5px 0 5px 0;
padding-bottom: 2px;
+ font-weight: bold;
}
.middleRow ul {
@@ -108,7 +131,7 @@ header, footer, aside, nav, article, section {
.middleRow ul li:hover {
text-decoration: underline;
border: 3px solid #424242;
- }
+ }
/* ====================================== */
/* ============ ADMIN SECTION =========== */
@@ -154,14 +177,6 @@ header, footer, aside, nav, article, section {
/* ====================================== */
/* ====== INDIVIDUAL GRADE SECTION ====== */
-#curriculum
-{
- text-align: right;
- padding: 3px;
- background: #ccc;
- margin: 0px 0 5px 0;
-}
-
#weekSelectInput {
text-align: center;
border-bottom: 1px solid #666;
@@ -173,10 +188,11 @@ header, footer, aside, nav, article, section {
text-align: center;
}
-.lesson {
+.lessonList {
border-top: 1px solid #666;
padding: 1em;
margin: 5px 0 5px 0;
+ height: 500px;
}
.lessonName {
@@ -186,13 +202,23 @@ header, footer, aside, nav, article, section {
font-size: 1.1em;
margin-bottom: 1em;
}
- .lesson img {
+ .lessonList img {
display: block;
margin: 0 auto;
padding: 5px;
border: 1px solid #aaa;
background: #ddd;
}
+
+.lesson {
+ width: 300px;
+ height: 250px;
+ float: left;
+}
+
+.preview{
+ width: 250px;
+}
.menuSelectType {
margin: 0;