Skip to content

Commit

Permalink
Theme polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabix committed Sep 9, 2010
1 parent 18fa24a commit 9c3ad72
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions theme/formal_white/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
////////////////////////////////////////////////////

$THEME->parents_exclude_sheets = array(
'canvas'=>array(
'tabs',
),
'canvas'=>array(
'tabs',
),
);

$THEME->resource_mp3player_colors =
Expand Down
16 changes: 12 additions & 4 deletions theme/formal_white/style/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ img.icon,
img.iconhelp {vertical-align:middle;}

#page {overflow:visible}
/*#page #page-content {background-color:#FFF;border:1px solid #697F55;}*/
/*#page #page-content {background-color:#FFF;border:1px solid #E3DFD4;}*/

/******************/
#page-header {background-color: #E3DFD4; color:#FFF;border:1px solid #697F55;border-bottom: none;}
#page-header {background-color: #E3DFD4; color:#FFF;border:1px solid #E3DFD4;border-bottom: none;}
.hasnavbar #page-header {border-bottom-width:0px;}
#page-header .headermain span {color:#C8C9C7;}

Expand All @@ -28,7 +28,7 @@ img.iconhelp {vertical-align:middle;}
.generalbox {border: 1px solid #DDDDDD;}
.generaltable td {border-width:0px;}
.sitetopic {border-width:0px;}
.headingblock {margin-bottom:10px;border-bottom:1px solid #697F55;background-color:#FFF;padding:4px 5px;}
.headingblock {margin-bottom:10px;border-bottom:1px solid #E3DFD4;background-color:#FFF;padding:4px 5px;}

.coursebox {width:100%;margin:10px 0px;border-bottom:1px solid #E3E3E3;overflow:hidden;padding-bottom:10px;}
.coursebox .info {width:35%;float:left;}
Expand Down Expand Up @@ -106,7 +106,7 @@ img.iconhelp {vertical-align:middle;}
.user th.header,
.group th.header,
.admin table tr th,
.admin table tr th.header {background-color:#697F55;color:#FFF;border:2px solid #697F55;border-bottom-color:#111;}
.admin table tr th.header {background-color:#E3DFD4;color:#FFF;border:2px solid #E3DFD4;border-bottom-color:#111;}

.user th a:link,
#categoryquestions th a:link,
Expand All @@ -128,6 +128,14 @@ img.iconhelp {vertical-align:middle;}
.group .r1 .cell,
.admin table .r1 .cell {background-color:#EEE;}

#categoryquestions th, .user th, .user th.header, .group th.header, .admin table tr th, .admin table tr th.header {color:black; border-width:1px;}

#permissions th, td {border-bottom:1px solid #000000; padding:0.5em;}
#permissions tr {background-color:#EEEEEE;}
#permissions tr.rolecapheading {border-top: 1px black; background-color:#E3DFD4;}
.user th a:link, #categoryquestions th a:link, .group th a:link, .admin table tr th a:link {
color:black;
}
.admin .plugincompattable .r1 .cell {background-color:#FFF;}

.singlebutton,
Expand Down

0 comments on commit 9c3ad72

Please sign in to comment.