Skip to content

Commit

Permalink
Updated classes and fixed first group of problems
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabix committed Apr 8, 2005
1 parent b323d8f commit 2c6dc18
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 13 deletions.
28 changes: 27 additions & 1 deletion theme/formal_white/fw_color.css
Expand Up @@ -59,7 +59,7 @@ div.header {
background-color:#C6BDA8; background-color:#C6BDA8;
border-color:#666666; border-color:#666666;
/* height: 20px; */ /* height: 20px; */
background: url(pix/grad/bg_bread.jpg) repeat-x; /* background: url(pix/grad/bg_bread.jpg) repeat-x; */
} }


.sitetopiccontent { .sitetopiccontent {
Expand All @@ -77,6 +77,22 @@ div.header {
border-color:#C6BDA8; border-color:#C6BDA8;
} }


/***
*** Login
***/

.loginbox {
margin-top: 20px;
}

.loginbox .header {
border-color:#C6BDA8;
}

.loginbox .content {
border-color:#C6BDA8;
}



/*** /***
*** Blocks *** Blocks
Expand Down Expand Up @@ -184,3 +200,13 @@ table.minicalendar tr td.weekend {
.categorybox .category { .categorybox .category {
border-color: #C6BDA8; border-color: #C6BDA8;
} }

#course-view .section .content {
border-color: #C6BDA8;
background-color: #FFFFFF;
}

#course-view .section .side {
border-color: #C6BDA8;
background-color: #FFFFFF;
}
22 changes: 15 additions & 7 deletions theme/formal_white/fw_fonts.css
Expand Up @@ -69,7 +69,6 @@ div.header,
} }





/*** /***
*** Header *** Header
***/ ***/
Expand All @@ -85,6 +84,15 @@ div.header,
font-size:.8em; font-size:.8em;
} }


/***
*** Blocks
***/

.sideblock .footer {
font-size:0.85em;
text-align: left;
}

/*** /***
*** Calendar *** Calendar
***/ ***/
Expand All @@ -110,13 +118,13 @@ table.minicalendar tr td.day {
font-size:0.7em; font-size:0.7em;
} }


/*** /***
*** Blocks *** Course
***/ ***/

.sideblock .footer { #course-view .section .left {
font-size:0.85em; font-weight: bold;
text-align: left; font-size: 1.2em;
} }




Expand Down
34 changes: 29 additions & 5 deletions theme/formal_white/fw_layout.css
Expand Up @@ -31,7 +31,7 @@ h4 {
} }


input { input {
background: transparent;
} }


.generalbox { .generalbox {
Expand Down Expand Up @@ -67,6 +67,28 @@ input {
text-align:right; text-align:right;
} }


.navbar {
width:100%;
padding:3px 0.5em;
height:1.3em;
border-width:1px;
border-style:solid;
}

/***
*** Login
***/
.loginbox .header {
border-width:1px;
border-style:solid;
border-bottom-width: 0px;
}

.loginbox .content {
border-top-width: 0px;
}


/*** /***
*** Footer *** Footer
***/ ***/
Expand All @@ -75,6 +97,7 @@ input {
text-align:left; text-align:left;
} }



/*** /***
*** Blocks *** Blocks
***/ ***/
Expand All @@ -88,10 +111,6 @@ input {
border-style:solid; border-style:solid;
} }


/***
*** Blocks
***/

.sideblock .footer { .sideblock .footer {
border-top-width:1px; border-top-width:1px;
border-top-style:dashed; border-top-style:dashed;
Expand Down Expand Up @@ -148,4 +167,9 @@ table.calendarmonth tr td {
border-bottom: solid; border-bottom: solid;
border-width: 1px; border-width: 1px;
padding-top: 7px; padding-top: 7px;
}

#course-view .section .left {
border-right-width: 1px;
border-right-style: dashed;
} }

0 comments on commit 2c6dc18

Please sign in to comment.