Changeset - 4c9689f208ff
[Not reviewed]
Merge default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-12-31 23:46:39
ohnobinki@ohnopublishing.net
merge in CSS changes.
1 file changed with 15 insertions and 6 deletions:
0 comments (0 inline, 0 general)
styles/output.css
Show inline comments
 
@@ -60,29 +60,31 @@
 
}
 
.single
 
{
 
  border-style:solid;
 
  background-color:#dddddd;
 
}
 
td{
 
  text-align:center;
 
  width:7em;
 
}
 
.time
 
{
 
  border-style:none none solid none;
 
  border-style:none none solid none; 
 
  border-bottom: 1px solid #aaa;
 
  white-space: nowrap;
 
}
 
.day{
 
  border-style:none none solid solid;
 
  background: #F0F0F0;
 
}
 

	
 
.prof,
 
.location,
 
.synonym
 
{
 
    color: #444444;
 
    font-size: small;
 
}
 

	
 
/* Class Coloring */
 

	
 
@@ -95,28 +97,28 @@ td{
 
.class6 { background: #989898; }
 
.class7 { background: #e8e8e8; }
 
.class8 { background: #111111; color: #fff; } 
 
.class9 { background: #00437d; color: #fff; }
 
.class10 { background: #7e2400; color: #fff; }
 
.permuteNum { border-bottom: 1px solid #000; font-weight: bold; color: #fff; background: #222; }
 

	
 
#tabs table {
 
  clear: both;
 
}
 

	
 
#tabs ul {
 
text-align: center;
 
margin: auto;
 
margin-top: 10px;
 
margin-bottom: 2px; 
 
  text-align: center;
 
  margin: auto;
 
  margin-top: 10px;
 
  margin-bottom: 2px; 
 
}
 
/* don't let the user see a tall stack of tabs before jQuery().tabs() is called. */
 
#tabs li
 
{ 
 
  display: inline-block;
 
}
 
#tabs table {
 
  margin: auto;
 
}
 
#tabs li a
 
{
 
  -moz-border-radius-topright: 10px;
 
@@ -181,13 +183,20 @@ margin-bottom: 2px;
 
.pager a
 
{
 
  text-decoration: none;
 
}
 

	
 
#pager-previous
 
{
 
  float: left;
 
}
 
#pager-next
 
{
 
  float: right;
 
}
 
\ No newline at end of file
 
}
 

	
 
table {
 
  border-radius: 5px;
 
}
 
.none {
 
  border-bottom: 1px dotted #ccc;
 
}
0 comments (0 inline, 0 general)