• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Bug] in Forum :(

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
imagemgi.png


Thx All
 
PHP:
/* * * * * * * * * * * * * * * * * * * * * * * * * *
	AUTHOR:				Acordion(Aco)
 * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	background-color:#ffffff;
	background-image:url('background.png');
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Verdana, Geneva, serif;
	font-size:12px;
	color:#656565;
	word-wrap: break-word;
}

a {
	color:#0088c0;
	text-decoration:none;
}

a:hover {
	color:#60d0ff;
	text-decoration:underline;
}

.componentheading {
	height : 30px;
	line-height : 30px;
	color: #0F89C4;
	font-size : 16px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing: 2px;
	border-bottom: 1px solid #999999;
}

.menubody { 
    padding: 5px;
}

#wrap {
	width:820px;
	margin:0 auto;
	padding:0;
}

#header {
	width:350px;
	height:75px;
	float:right;
	background-image:url(logo.png);
	background-repeat:no-repeat;
}

#nav {
	width:100%;
	overflow:auto;
	padding:0px;
	margin-top:10px;
	background-image:url('nav.png');
}

#nav ul { margin:0; padding:0; }
#nav ul li { background-image : url('blank.jpg'); float:left; list-style:none; padding:0; }
#nav ul li a { background-image : url('blank.jpg'); display:block; width:100px; height:15px; padding:8px 0; margin:0 1px 0 0; text-align:center; }

li {
	text-align : left;
	padding-left : 25px;
	background-image : url('dot_off.png');
	background-repeat : no-repeat;
	background-position : 0 2px;
	list-style-type : none;
}

li:hover {
	text-align : left;
	padding-left : 25px;
	background-image : url('dot_on.png');
	background-repeat : no-repeat;
	background-position : 0 2px;
	list-style-type : none;
}


#transbox-right
  {
	float: right;
	width: 25%;
	background-color: transparent;
	padding:0 0px 20px 2px;
	margin: 0 1px 5px 5px;
  }

	div.transbox
  {
  width: 65%;
  margin: 11px 30px;
  padding: 15px;
  background-color:#ffffff;
  border:1px solid #bfc9de;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }

  
	div.module-right {
  margin:10px 20px;
  padding:10px;
  background-color:#ffffff;
  border:1px solid #bfc9de;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }

.clear {
	clear:both;
}

.footer {
	text-align:center;
	font-size:11px;
	margin:0 auto;
	padding:0;
}

.bar {
font-weight: bold;
margin-top: 5px;
margin-left: 10px;
font-size: 12px;
}
 
Back
Top