|
@@ -95,10 +95,18 @@ a {
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+a:hover {
|
|
|
|
|
+ color: cornflowerblue;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
#not_thing, .opennamu_not_exist_link {
|
|
#not_thing, .opennamu_not_exist_link {
|
|
|
color: red;
|
|
color: red;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+#not_thing:hover, .opennamu_not_exist_link:hover {
|
|
|
|
|
+ color: darkred;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.opennamu_same_link {
|
|
.opennamu_same_link {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
@@ -107,6 +115,10 @@ a {
|
|
|
color: green;
|
|
color: green;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+#inside:hover, #out_link:hover, .opennamu_link_out:hover, .opennamu_link_inter:hover {
|
|
|
|
|
+ color: darkgreen;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
#out_link::before, .opennamu_link_out::before {
|
|
#out_link::before, .opennamu_link_out::before {
|
|
|
content: '🅴';
|
|
content: '🅴';
|
|
|
|
|
|