ソースを参照

[svn r10464] restructure regular <a> elements

veebie 18 年 前
コミット
58141a01ef
1 ファイル変更7 行追加10 行削除
  1. 7 10
      main/css/default/default.css

+ 7 - 10
main/css/default/default.css

@@ -39,30 +39,26 @@ h3 {
 	padding-top:0px;
 	padding-top:0px;
 }
 }
 
 
-
 /* the following for regular <a> elements */
 /* the following for regular <a> elements */
-a:link {
-	color : #4171b5;
+a:link,
+a:visited,
+a:hover,
+a:active {
 	font-weight : bold;
 	font-weight : bold;
 	text-decoration: none;
 	text-decoration: none;
 }
 }
 
 
+a:link,
 a:visited {
 a:visited {
 	color : #4171b5;
 	color : #4171b5;
-	font-weight : bold;
-	text-decoration: none;
 }
 }
 
 
 a:hover {
 a:hover {
 	color: red;
 	color: red;
-	font-weight: bold;
-	text-decoration: none;
 }
 }
 
 
 a:active {
 a:active {
 	color : #f00;
 	color : #f00;
-	font-weight : bold;
-	text-decoration: none;
 }
 }
 
 
 select, textarea {
 select, textarea {
@@ -79,7 +75,8 @@ input[type=checkbox],
 input[type=radio],
 input[type=radio],
 input[type=button],
 input[type=button],
 input[type=submit] {
 input[type=submit] {
-	cursor:	pointer; font-size: 12px;
+	cursor:	pointer; 
+	font-size: 12px;
 }
 }
 
 
 input[text] {
 input[text] {