Changeset - 1d086c1829a0
[Not reviewed]
default
0 4 0
ethanzonca@localhost.localdomain - 16 years ago 2009-01-30 16:24:20
ethanzonca@localhost.localdomain
solidspace hack
4 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
templates/rhuk_milkyway/css/template.css
Show inline comments
 
@@ -18,193 +18,193 @@ body {
 
	margin: 0px 0px 0px 0px;
 
	font-size: 12px;
 
	color: #333;
 
}
 

	
 
a:link, a:visited {
 
	text-decoration: none;
 
	font-weight: normal;
 
}
 

	
 
a:hover {
 
	text-decoration: underline;
 
	font-weight: normal;
 
}
 

	
 
input.button { cursor: pointer; }
 

	
 
p { margin-top: 0; margin-bottom: 5px; }
 

	
 
img { border: 0 none; }
 

	
 
/*****************************************/
 
/*** Template specific layout elements ***/
 
/*****************************************/
 
#page_bg {
 
	padding: 10px 0;
 
	margin-bottom: 1px;
 
}
 

	
 
div.center {
 
  text-align: center;
 
}
 

	
 
div#wrapper {
 
	margin-left: auto;
 
	margin-right: auto;
 
}
 

	
 
body.width_medium div#wrapper {
 
	width: 950px;
 
}
 

	
 
body.width_small div#wrapper {
 
	width: 773px;
 
}
 

	
 
body.width_fmax div#wrapper {
 
	min-width: 750px;
 
	max-width: 1050px;
 
}
 

	
 
div#header_l {
 
	position: relative;
 
}
 

	
 
div#header_r {
 
	height: 90px;
 
	padding-left: 370px;
 
	padding-right: 30px;
 
	padding-top: 25px;
 
	overflow: hidden;
 
	text-align: left;
 
}
 

	
 
div#logo {
 
	position: absolute;
 
	left: 0;
 
	top: 0;
 
	float: left;
 
	width: 298px;
 
	height: 75px;
 
	background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
 
	margin-left: 30px;
 
	margin-top: 25px;
 
}
 

	
 
div#newsflash {
 
	width: auto;
 
	margin-left: 350px;
 
	margin-right: 30px;
 
	border: 1px solid #00f;
 
}
 

	
 
div#tabarea {
 
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
 
	margin: 0 11px;
 

	
 
}
 

	
 
div#tabarea_l {
 
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
 
	padding-left: 32px;
 
}
 

	
 
div#tabarea_r {
 
	height: 42px;
 
/*	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat; */
 
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat; 
 
	padding-right: 1px;
 
}
 

	
 
div#footer_r {
 
	padding-top: 10px;
 
	height: 47px;
 
	overflow: hidden;
 
}
 

	
 
div#footer_r div {
 
	text-align: center;
 
	font-size: .90em;
 
	color: #aaa;
 
}
 

	
 
div#footer_r a:link, div#footer_r a:visited  {
 
	color: #999;
 
}
 

	
 
div#footerspacer {
 
	height: 10px;
 
}
 

	
 
#pathway {
 
	padding: 0px 10px 8px;
 
	width: auto;
 
	margin-top: -2px;
 
	margin-right: 250px;
 
	text-align: left;
 
}
 

	
 
#search {
 
	float: right;
 
	width:320px;
 
	margin-top: -20px;
 
	margin-right: 30px;
 
	height: 40px;
 
	overflow: hidden;
 
	text-align:right;
 
}
 

	
 
form#searchForm input {
 
	vertical-align: middle;
 
}
 

	
 
form#searchForm table {
 
	border-collapse: collapse;
 
}
 

	
 
form#searchForm td {
 
	padding:0;
 
}
 

	
 
#mod_search_searchword {
 
	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;
 
}
templates/rhuk_milkyway/images/mw_header_b.png
Show inline comments
 
binary diff not shown
Show images
templates/rhuk_milkyway/images/mw_header_l_b.png
Show inline comments
 
binary diff not shown
Show images
templates/rhuk_milkyway/images/mw_header_r_b.png
Show inline comments
 
binary diff not shown
Show images
0 comments (0 inline, 0 general)