Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristophd@sugarlabs.org <christophd@sugarlabs.org>2009-09-01 09:16:28 (GMT)
committer christophd@sugarlabs.org <christophd@sugarlabs.org>2009-09-01 09:16:28 (GMT)
commitfa2fe2d56302e42e9ab34e073ac5d541bf04a4ba (patch)
tree34905e1e91058b0e320828e81c805b278b718f8f
parentb1c1fcfe7827324a7f85356cb951085b87fafd72 (diff)
increased the size of the icons in both grade and subject stage, experimented with a different frame around hover blocks
-rwxr-xr-xchakra/grade1.html2
-rw-r--r--css/chakra.css28
2 files changed, 16 insertions, 14 deletions
diff --git a/chakra/grade1.html b/chakra/grade1.html
index bced210..0506000 100755
--- a/chakra/grade1.html
+++ b/chakra/grade1.html
@@ -31,7 +31,7 @@
<div id="subjects">
<ul>
<li id="grade1"><a href="grade1e.html"><img src="../assets/default/images/01_10.png" alt="English" title="English">English</a></li>
-<li id="grade2"><a href="#tab_grade2"><img src="../assets/default/images/01_05.png" alt="Math" title="Math">Math</a></li>
+<li id="grade2"><a href="#tab_grade2"><img src="../assets/default/images/01_05.png" alt="Mathematics" title="Mathematics">Mathematics</a></li>
<li id="grade3"><a href="#tab_grade3"><img src="../assets/default/images/01_03.png" alt="Science" title="Science">Science</a></li>
<li id="grade4"><a href="#tab_grade4"><img src="../assets/default/images/01_01.png" alt="Geography" title="Geography">Geography</a></li>
<li id="grade5"><a href="#tab_grade5"><img src="../assets/default/images/01_09.png" alt="Music" title="Music">Music</a></li>
diff --git a/css/chakra.css b/css/chakra.css
index c3b883d..417c735 100644
--- a/css/chakra.css
+++ b/css/chakra.css
@@ -9,6 +9,7 @@ padding:0;
{
background: #BDBDBD;
font-weight: bold;
+padding-bottom: 0.3em;
}
#navigation img
@@ -30,17 +31,15 @@ float: right;
#mainmenu
{
-width:32em;
+width:640px;
position: fixed;
left: 50%;
-top: 50%;
-margin-left: -16em;
-margin-top: -10.75em;
+margin-left: -320px;
}
#grades
{
-width:32em;
+width:640px;
}
#grades ul
@@ -60,30 +59,33 @@ float: left;
#grades ul li a
{
line-height: 1.5em;
-width: 8em;
+width: 160px;
text-decoration: none;
text-align: center;
font-weight: bold;
float: left;
color:#000000;
height: 8em;
+margin-bottom: 0.2em;
+margin-top: 0.2em;
}
#grades ul li img
{
border: none;
-width: 110px;
+width: 120px;
}
#grades a:hover {
text-decoration: underline;
-outline-width:1px;
+outline-width:3px;
outline-style:solid;
+outline-color: #424242;
}
#subjects
{
-width:32em;
+width:640px;
}
#subjects ul
@@ -104,7 +106,7 @@ float: left;
#subjects ul li a
{
line-height: 2em;
-width: 8em;
+width: 160px;
text-decoration: none;
text-align: center;
font-weight: bold;
@@ -116,7 +118,7 @@ height: 9.5em;
#subjects ul li img
{
border: none;
-width: 110px;
+width: 120px;
}
#subjects a:hover {
@@ -201,7 +203,7 @@ padding: 0;
margin: 0;
background:#4080c0;
float:left;
-width:32em;
+width:640px;
}
#admin ul li
@@ -213,7 +215,7 @@ float: left;
{
height: 5.5em;
line-height: 2em;
-width: 10.6em;
+width: 210px;
text-decoration: none;
text-align: center;
font-weight: bold;