多くのサイトで利用できる(多分)、汎用ユーザースタイルシートです。現在作成中。
マークアップがきちんとしたサイトで役に立ちます。
blockquote[cite^="http://"],
q[cite^="http://"]
{
-o-link: attr(cite);
-o-link-source: current;
}
*
{
cursor: auto !important;
}
未訪問を青、訪問後を紫、リンク画像に枠をつけます。
a[href]
{
text-decoration: underline !important;
border: none !important;
background-color: none !important;
}
a[href]:link
{
color: #0000ff !important;
}
a[href]:visited
{
color: #800080 !important;
}
a[href]:hover
{
color: #ff0000 !important;
}
a:link img
{
border: 1px solid !important;
}
a:visited img
{
border: 1px solid !important;
}
a:hover img
{
border: 1px solid !important;
}
br
{
display: block;
content: "";
}
広告
広告