Difference between revisions of "JQuery General Examples"
From Organic Design wiki
m  | 
				m  | 
				||
| Line 20: | Line 20: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
a, a:link {}  | a, a:link {}  | ||
a:visited {}  | a:visited {}  | ||
| Line 69: | Line 62: | ||
}  | }  | ||
| − | table {  | + | #large table {  | 
	border: 1px solid #666;  | 	border: 1px solid #666;  | ||
	margin: 20px 0 20px 0 !important;  | 	margin: 20px 0 20px 0 !important;  | ||
}  | }  | ||
| − | th, td {  | + | #large th, #large td {  | 
	padding: 2px 4px 2px 4px !important;  | 	padding: 2px 4px 2px 4px !important;  | ||
	text-align: left;  | 	text-align: left;  | ||
| Line 80: | Line 73: | ||
}  | }  | ||
| − | th {  | + | #large th {  | 
	background-color: #fc0;  | 	background-color: #fc0;  | ||
}  | }  | ||
| − | th:hover {  | + | #large th:hover {  | 
	background-color: #fc7;  | 	background-color: #fc7;  | ||
}  | }  | ||
| − | tbody tr.even {  | + | #large tbody tr.even {  | 
	background-color: #fea  | 	background-color: #fea  | ||
}  | }  | ||
| − | tr a {  | + | #large tr a {  | 
	color: rgb(102, 102, 102);  | 	color: rgb(102, 102, 102);  | ||
	text-decoration: none;  | 	text-decoration: none;  | ||
}  | }  | ||
| − | tr a:hover {  | + | #large tr a:hover {  | 
	text-decoration: underline;  | 	text-decoration: underline;  | ||
}  | }  | ||
| − | dl dd {  | + | #large dl dd {  | 
	margin-left: 10px;  | 	margin-left: 10px;  | ||
}  | }  | ||
| − | dl dt {  | + | #large dl dt {  | 
	font-weight: bold;  | 	font-weight: bold;  | ||
}  | }  | ||
| − | dl {  | + | #large dl {  | 
	border: 1px solid black;  | 	border: 1px solid black;  | ||
	margin: 5px;  | 	margin: 5px;  | ||
Revision as of 20:52, 31 October 2010



