removed test black background from default theme
[atutor.git] / docs / themes / default / styles.css
index c7c3431..8f09fc9 100644 (file)
@@ -10,12 +10,13 @@ html,body{
        margin-left:.8em;
        float:left;
 }
-/* main body attributes */
+/* main body attributes STARTED HERE */
 body {
        font-family: Verdana, Helevetica, Arial, sans-serif;
        font-size:.8em;
        margin:0px;
        background-color: #F2F9FA;
+       
 }
 .page_wrapper{
 /*     border:1px solid #aaaaaa;*/
@@ -1316,11 +1317,11 @@ div#content-test {
        width: 80%;
 }
 div#content-test ol{   
-       margin-right: 5pt;      
+       margin-right: 5pt;
 }
 
 div#content-test ol ul li{
-       list-style: none;
+       list-style-type: none;
        padding: 0px 2px 0px 15px;
        margin-bottom: 1px; 
        line-height: 200%; 
@@ -1328,7 +1329,9 @@ div#content-test ol ul li{
        border-bottom: 1px solid #efefef; 
        border: 1px solid #eeeeff;
 }
-
+div#content-test li{
+       list-style-type: none;
+}
 div#content-forum {    
        float: left;
        margin-top: 2em;
@@ -1340,7 +1343,7 @@ div#content-forum ol{
 }
 
 div#content-forum ol ul li{
-       list-style: none;
+       list-style-type: none;
        padding: 0px 2px 0px 15px;
        margin-bottom: 1px; 
        line-height: 200%; 
@@ -1348,7 +1351,9 @@ div#content-forum ol ul li{
        border-bottom: 1px solid #efefef; 
        border: 1px solid #eeeeff;
 }
-
+div#content-forum li{
+       list-style-type: none;
+}
 
 div#content-info {
        margin: 5pt;
@@ -1830,8 +1835,8 @@ a.tooltip{
 
 div.home_box {
        width: 25em;
-       height: 130px;  
-       margin-top: sem;
+       height: 10em;   
+       margin-top: 1em;
        padding: 3px;
        padding-bottom: .4em;
        float: left;
@@ -2926,11 +2931,15 @@ text-decoration:none;
 vertical-align:middle;
 margin-right:.5em;
 }
-
+/*social networking box on admin page */
+#social_networking{
+padding: 1em;
+margin: 0;
+}
 
 /* End Photo Album Styles
  * 
  * 
  * 
  * 
- */
\ No newline at end of file
+ */