All pastes #336276 Raw Edit

alecs

public css v1 · immutable
#336276 ·published 2007-02-01 22:34 UTC
rendered paste body
/*	$Id index.css.php*/html{	margin:0px;	padding:0px;	width:100%;	overflow:hidden;	height:100%;	position:absolute;}body{	maargin:0px;	padding:0px;	width:100%;	overflow:hidden;	position:absolute;	height:100%;}#container{	position:absolute;	display:inline;	width:97%;	height:94%;	margin:5px;	border: 1px solid #123123;	padding:1px;}#left{	position:relative;	width:150px;	height:100%;	float:left;	margin:0px;	padding:1px;	background:#eeeeee;	border:1px solid #123123;}#center{	position:absolute;	float:right;	border:1px solid #000000;	width:80%;	height:100%;	margin:0px;	padding:0px;	}/*	elementele de CSS pentru fisierul meniu.html*/#left ul.menu_tree{	list-style-type:none;	margin:0px;	width:150px;	padding:0px;}#left ul li.main_category{	margin:5px 0px 0px 0px;	padding:0px 0px 0px 10px;	border:1px solid #ff0000;	font-face: verdana;	width:135px;	font-size:13px;}#left ul li ul.sub_category{	list-style-type:none;	margin:0px 0px 0px 10px;	padding:0px;	width:140px;	font-face: verdana;	font-size:12px;}#left ul li ul{	float:left; 	width:85%;}