Changeset - 8bbd790b6303
[Not reviewed]
default
0 1 0
ethanzonca@localhost.localdomain - 16 years ago 2009-01-30 16:42:30
ethanzonca@localhost.localdomain
pad
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
templates/rhuk_milkyway/css/template.css
Show inline comments
 
@@ -171,192 +171,193 @@ form#searchForm td {
 
	padding-left: 3px;
 
}
 

	
 
#area {
 
	padding: 0;
 
}
 

	
 
#whitebox {
 
	margin: 0 21px 0px 21px;
 
	background: #fff;
 
	width: auto;
 
}
 

	
 
#whitebox div {
 
	text-align: left;
 
}
 

	
 
#whitebox_t {
 
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
 
}
 

	
 
#whitebox_tl {
 
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
 
}
 

	
 
#whitebox_tr {
 
	height: 10px;
 
	overflow: hidden;
 
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
 
}
 

	
 
#whitebox_m {
 
	border-left: 1px solid #ccc;
 
	border-right: 1px solid #ccc;
 
	width: auto;
 
	padding: 1px 8px;
 
}
 

	
 
#whitebox_b {
 
	margin-top: -5px;
 
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
 
}
 

	
 
#whitebox_bl {
 
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
 
}
 

	
 
#whitebox_br {
 
	height: 13px;
 
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
 
}
 

	
 
/* horizontal pill menu */
 
table.pill {
 
  margin-left: auto;
 
  margin-right: auto;
 
  padding: 0;
 
}
 

	
 
td.pill_l {
 
  background: url(../images/mw_menu_cap_l.png) no-repeat;
 
  width:  32px;
 
  height: 39px;
 

	
 
}
 

	
 
td.pill_m {
 
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
 
  padding: 0;
 
  margin: 0;
 
  width: auto;
 
}
 

	
 
td.pill_r {
 
  background: url(../images/mw_menu_cap_r.png) no-repeat;
 
  width:  32px;
 
  height: 39px;
 
}
 

	
 
#pillmenu {
 
  white-space: nowrap;
 
  height: 32px;
 
  float: left;
 
}
 

	
 
#pillmenu ul {
 
  margin: 0;
 
  padding: 0;
 
  list-style:none;
 
}
 

	
 
#pillmenu li {
 
	float: left;
 
	background: url(../images/mw_menu_separator.png) center right no-repeat; /* used to be top right */
 
	margin: 0;
 
	padding: 0;
 
	padding-top: 10;
 
}
 

	
 
#pillmenu a {
 
  font-family: Arial, Helvetica, sans-serif;
 
  font-size: 12px;
 
  font-weight: bold;
 
	float:left;
 
  display:block;
 
  height: 24px;
 
  line-height: 24px;
 
  padding: 0 20px;
 
  color: #000;
 
  text-decoration: none;
 
}
 

	
 
#pillmenu a#active_menu-nav {
 
	margin-top:2px;
 
	height: 21px;
 
	line-height: 21px;
 
	background-position: 0 0;
 
}
 

	
 
#leftcolumn {
 
	padding: 0;
 
	margin: 0;
 
	width: 20%;
 
	float:left;
 
}
 

	
 
#maincolumn,
 
#maincolumn_full {
 
	margin-left: 20%;
 
	padding-left: 15px;
 
	width: 75%;
 
}
 

	
 
#maincolumn_full {
 
	margin-left: 0;
 
	padding: 0;	
 
	width: 100%;
 
}
 

	
 
table.nopad {
 
	width: 100%;
 
	border-collapse: collapse;
 
	padding: 0;
 
	margin: 0;
 
	margin-bottom: 15px;
 
}
 

	
 
table.nopad td.middle_pad {
 
	width: 20px;
 
}
 

	
 
/*****************************************/
 
/*** Joomla! specific content elements ***/
 
/*****************************************/
 

	
 
div.offline {
 
	background: #fffebb;
 
	width: 100%;
 
	position: absolute;
 
	top: 0;
 
	left: 0;
 
	font-size: 1.2em;
 
	padding: 5px;
 
}
 

	
 
span.pathway {
 
  display: block;
 
  margin: 0 20px;
 
  height: 16px;
 
  line-height: 16px;
 
  overflow: hidden;
 
}
 

	
 
/* headers */
 
div.componentheading {
 
  padding-left: 0px;
 
}
 

	
 
h1 {
 
	padding: 0;
 
	font-family:Helvetica ,Arial,sans-serif;
 
	font-size: 1.3em;
 
	font-weight: bold;
 
	vertical-align: bottom;
 
	color: #666;
 
	text-align: left;
 
	width: 100%;
 
}
 

	
 
h2, .contentheading {
 
	padding: 0;
 
	font-family: Arial, Helvetica,sans-serif;
 
	font-size: 1.4em;
0 comments (0 inline, 0 general)